*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  font-family: Inter, sans-serif;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 85%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  color: #fff;
}

body {
  background: rgba(1, 7, 19, 1);
}

:root {
  --accent-blue: #4d7cff;
  --accent-blue-strong: #244fcf;
  --accent-blue-soft: #78a7ff;
  --accent-red: #ce2b37;
  --accent-strip-mid: #d5dceb;
  --accent-strip-text: #061429;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.cont {
  background: rgba(1, 7, 19, 1);
  position: relative;
}

.content1 {
  background-image: url("../images/bg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}

.top-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: bold;
}

.main-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 150px 0;
}

.main-form--left,
.main-form--right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 45%;
}

.crypto {
  max-width: 177px;
  max-height: 48px;
}

.people {
  max-width: 165px;
  max-height: 73px;
}

.cards {
  max-width: 366px;
  max-height: 38px;
  margin-left: auto;
}

h1 {
  color: white;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 150%;
}

.red {
  color: var(--accent-red);
}

.green {
  color: var(--accent-blue) !important;
}

.line {
  display: block;
  background: var(--accent-red);
  height: 1px;
  max-width: 200px;
  box-shadow: 0px 16px 30px 0px rgba(0, 56, 97, 1);
}

.line-green {
  background: var(--accent-blue);
}

.line.big {
  max-width: 100%;
  margin: 10px;
}

.white-logo {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
}

h6 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.main-last {
  display: flex;
  align-items: center;
  gap: 20px;
}

form {
  margin-left: auto;
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  background: linear-gradient(
    112.92deg,
    rgba(255, 255, 255, 0.27) 0%,
    rgba(255, 252, 252, 0.13) 100%
  );
  gap: 30px;
  padding: 30px 10px 35px;
  box-shadow:
    -2px -2px 1.1px -1px rgba(77, 124, 255, 1),
    -2px -1px 3.3px 1px rgba(36, 79, 207, 1);
}

input {
  border: 1px solid rgba(104, 124, 135, 1);
  font-size: 16px;
  padding: 15px 15px;
  border-radius: 6px;
  width: 100%;
  color: #e2dfdf45;
  background: rgba(51, 66, 79, 1);
}

.link,
button {
  background: linear-gradient(88.52deg, var(--accent-blue) 0.79%, var(--accent-blue-strong) 99.41%);
  font-size: 16px;
  width: 90%;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 18px;
  text-align: center;
  max-width: 340px;
}

.link:active,
.link:hover,
button:hover,
button:active {
  background: linear-gradient(88.52deg, var(--accent-blue-soft) 0.79%, var(--accent-blue) 99.41%);
}

h2 {
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  line-height: 130%;
}

form h2 {
  text-align: center;
}

.content2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10% 0;
}

.c2-l,
.c2-r {
  position: relative;
}

.gg {
  position: absolute;
  top: 0;
}

.c2-l .gg {
  right: -10%;
  top: -85%;
}

.c2-r .gg {
  right: -5%;
  top: -100%;
}

.c2-top,
.c2-bottom {
  display: flex;
  align-items: center;
}

.bio::before {
  content: '';
  background-image: url("../images/quotes.svg");
  width: 47px;
  height: 43px;
  display: block;
  z-index: 5;
  overflow: hidden;
  margin-bottom: 0px;
}

p {
  line-height: 22px;
}

.bio p {
  font-size: 14px;
  font-weight: normal;
  width: 90%;
}

.bio h5 {
  font-size: 15px;
  font-weight: normal;
  width: 50%;
}

.bio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.content3 {
  background-image: url("../images/bg333.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.color {
  font-size: 22px;
  background-clip: text;
  background: var(--accent-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content3 .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 20px;
}

.c3-middle {
  display: flex;
  align-items: center;
  margin-left: -10%;
  margin-top: -5%;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-left: -10%;
}

.prezzo {
  min-width: fit-content;
  padding: 20px;
  border-radius: 10px;
  background-image: url("../images/price.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.price,
.price span {
  display: flex;
  align-items: center;
  font-size: 17px;
}

.price p {
  text-align: left !important;
  margin-left: 10px;
  font-size: 15px;
}

.price img {
  margin: 5px 10px;
}

.price {
  justify-content: space-evenly;
  text-align: left;
  gap: 20px;
}

.price span {
  width: 75%;
}

.price p {
  width: 27%;
}

.stitle {
  text-align: right;
  margin-left: 75%;
  font-size: 20px;
}

.anime1 {
  width: 174px;
  height: 174px;
}

.content4 {
  background-image: url("../images/bg4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.content4 .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content4 span {
  font-size: 22px;
  width: 90%;
}

.c4-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reviews5 {
  margin-top: 10%;
}

.reviews5,
.reviews,
.manuals {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}

.review,
.review2,
.manual {
  background-image: url("../images/review.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  padding: 20px 25px;
  border-radius: 15px;
}

.manual p {
  font-size: 16px;
}

.manual {
  gap: 10px;
}

.review-top img {
  margin: 10px 0;
  margin-right: 10px;
}

.review-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.anim {
  width: 63px;
  height: 63px;
}

.red-logos {
  text-transform: none;
}

.manual {
  background-image: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review2 {
  background-image: url("../images/review2.png");
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review p b,
.manual p b {
  font-weight: 800;
}

.manual h4 {
  margin: 5px 0;
}

.manual p {
  font-weight: normal;
}

.c4-top,
.c4-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-c {
  background: linear-gradient(90deg, var(--accent-blue) 0%, var(--accent-strip-mid) 58.22%, var(--accent-red) 100%);
  padding: 17px 0;
}

.content-c,
.content-c .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 100%;
}

.content-c h2 {
  color: var(--accent-strip-text);
}

.content5 {
  background-image: url("../images/bg5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.c5-top {
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.c5-top img {
  margin: -150px -100px -250px;
}

.c5-top .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review2 {
  align-items: start;
  text-align: left;
}

.review55 p {
  width: 60%;
}

.reviews55 {
  padding-bottom: 10%;
}

.review55 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 10%;
}

.c6-main {
  display: flex;
  align-items: center;
  padding: 10% 0;
  gap: 5%;
  justify-content: center;
}

footer {
  background: rgba(72, 78, 144, 0.47);
  margin-top: -50px;
  padding-top: 20px;
}

.z5 {
  z-index: 5;
}

.c6-main h2 {
  width: 75%;
}

.c6-main h3 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: normal;
}

footer .logo {
  font-size: 20px;
}

footer p {
  margin: 5% 0;
}

footer p,
footer a {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}

.footer-top div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .r {
  width: fit-content;
  justify-content: space-evenly;
  gap: 70px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom {
  text-align: center;
  padding-bottom: 20px;
}

.mob {
  display: none;
}

.e1 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
}

.e2 {
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 5;
}

.euro {
  background-image: none;
  background-position: center;
  z-index: 5;
  width: fit-content;
  height: 400px;
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: center;
}

.cont.content6,
.content6 {
  background-color: rgb(4 5 19) !important;
  background: rgb(4 5 19) !important;
}

@media (max-width: 1024px) {
  .top-logo span {
    font-size: 20px;
  }

  .container {
    max-width: 90%;
    padding: 0 10px;
  }

  .gg.mob {
    display: flex;
  }

  .gg.pc {
    display: none;
  }

  .bio {
    width: 80%;
  }

  .content2 .container {
    gap: 100px;
  }

  .c2-r .gg,
  .c2-l .gg {
    right: 25%;
    top: -100%;
  }

  .c6-main h2 {
    margin: 20px auto;
  }

  .euros {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  footer .logo {
    font-size: 16px;
  }

  footer .r {
    gap: 10px;
  }

  .content2 .container {
    flex-direction: column;
  }

  .c3-middle {
    margin-left: -40%;
  }

  .c6-main,
  .c5-top {
    flex-direction: column;
  }

  .c6-main div {
    margin-top: 0%;
  }

  .c6-main img {
    margin: 0px;
  }

  footer {
    margin-top: 0px;
  }

  .cards {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .main-form--left,
  .main-form--right {
    width: 100%;
  }
  .line {
    display: none;
  }

  footer p {
    line-height: 22px !important;
  }

  .top-logo img {
    margin: 0 20px !important;
  }

  button {
    padding: 16px 18px;
  }

  .top-logo {
    padding: 40px 0 0;
    gap: 0;
    flex-direction: row;
  }

  h1 {
    line-height: 170% !important;
  }

  .bio h5,
  .bio p {
    line-height: 20px;
  }

  .bio h5 {
    width: 100%;
  }

  .prezzo .line,
  .bio .line {
    display: block;
  }

  .bio {
    width: 90%;
    margin: auto;
  }

  .c2-r {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -100px;
  }

  .c2-r .gg,
  .c2-l .gg {
    position: relative;
    right: 0;
    top: 0;
    margin: auto;
    margin-top: -50px;
    margin-bottom: -150px;
  }

  .mob {
    display: flex;
  }

  .pc {
    display: none !important;
  }

  .euro {
    background-image: none;
    height: fit-content;
    padding: 30px 0 50px;
  }

  .euro h3 {
    text-align: center;
    margin: 10px auto;
  }

  .main-form--right h5 {
    width: 90%;
  }

  .container {
    max-width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }

  .top-logo img {
    margin: auto;
  }

  .main-form {
    flex-direction: column;
    padding: 15% 0 0 0;
  }

  form {
    margin: 0 auto;
    width: 100%;
  }

  .cards {
    margin: auto;
    width: 100%;
  }

  .main-form--left.mob {
    align-items: center;
    text-align: center;
  }

  .main-last img {
    margin: auto;
  }

  .main-last {
    display: flex;
    flex-direction: column;
  }

  .main-last div img {
    margin-top: 10px;
  }

  h1 {
    text-align: center;
    line-height: 100%;
    font-size: 35px;
  }

  .content1 {
    background-image: url("../images/bg11.png");
    background-size: cover;
    padding: 10px 0 50px;
  }

  .content3 {
    background-image: url("../images/bg33.png");
    background-size: cover;
    width: 100%;
  }

  .content4 {
    background-image: url("../images/bg44.png");
    background-size: contain;
    background-position: top;
    width: 100%;
  }

  .content5 {
    background-image: url("../images/bg55.png");
    background-position: bottom;
  }

  .c2-bottom img,
  .c2-top img {
    margin: -80px 0 -170px;
  }

  .c2-bottom {
    margin-top: -100px;
  }

  .content-c .big {
    font-size: 25px;
    padding: 15px 30px;
  }

  .c2-bottom,
  .c2-top {
    flex-direction: column;
  }

  .c2-bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .c3-middle {
    flex-direction: column;
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
    gap: 24px;
    align-items: center;
  }

  .phone {
    display: none;
  }

  .right {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    gap: 20px;
  }

  .prezzo {
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 20px 16px;
    background-size: 100% 100%;
  }

  .stitle {
    display: block;
    margin-left: 0;
    padding-right: 14px;
    text-align: right;
  }

  .price {
    justify-content: space-between;
    gap: 12px;
  }

  .price span {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .price p {
    width: auto;
    flex: 0 0 auto;
    margin-left: 0;
    text-align: right !important;
  }

  .c3-bottom {
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .c4-bottom {
    gap: 30px;
  }

  h3 {
    margin-top: 100px;
  }

  .reviews5,
  .reviews {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 50px 0 20px;
  }

  .reviews5::-webkit-scrollbar,
  .reviews::-webkit-scrollbar {
    display: none;
    /* прибираємо скролбар */
  }

  .review2,
  .review {
    flex: 0 0 85%;
    scroll-snap-align: center;
    padding: 15px;
    min-height: fit-content;
  }

  .manuals {
    flex-direction: column;
    gap: 20px 15px;
  }

  .c4-bottom h3 {
    margin-top: 50px;
  }

  .manual {
    width: 80%;
    margin: auto;
    background-size: auto;
  }

  .c5-top {
    flex-direction: column;
    margin-left: 0;
    align-items: center;
    gap: 24px;
  }

  .c5-top img {
    width: min(76vw, 300px);
    max-width: 100%;
    margin: 8px auto 0;
  }

  .c5-top .text {
    gap: 16px;
  }

  .c5-top .link {
    margin-top: 8px;
  }

  .review-top,
  .review55 p {
    width: 100%;
  }

  .review55 {
    flex-direction: column;
    margin-bottom: 50px;
    border-radius: 15px;
    padding: 20px 0;
  }

  .review55:first-child,
  .review55:last-child {
    background: rgba(2, 12, 33, 1);
  }

  .link {
    margin: auto;
  }

  .c6-main img {
    margin: 0;
  }

  .c6-main h3,
  .c6-main h2 {
    width: 90%;
    text-align: left;
    margin: 20px auto;
  }

  .c6-main {
    flex-direction: column;
    text-align: left;
    margin: 40px 0;
  }

  footer {
    background: rgb(2, 7, 19);
  }

  .footer-top {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    gap: 40px;
  }

  .l,
  .r {
    gap: 40px !important;
  }

  .r {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    margin: auto;
    margin-top: 70px;
    margin-bottom: 10px;
    width: 85%;
    text-align: center;
  }

  .top-logo span {
    font-size: 20px;
  }

  .top-logo {
    padding: 40px 0 0;
    gap: 0;
    flex-direction: row;
  }
}

@media (max-width: 390px) {
  p {
    line-height: 16px;
  }
}
