@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoRegular.eot"), url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/LatoBold.eot"), url("../fonts/LatoBold.woff") format("woff"), url("../fonts/LatoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3 {
  font-family: "Lato", "Arial";
  text-transform: uppercase;
  margin: 0;
}

p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.body {
  font-family: "Lato", "Arial";
  font-weight: 400;
  padding: 0;
  margin: 0;
  --color-content-tertiary: #818181;
  --color-brand-secondary: #ff28b7;
  --color-fill-green: #7ae212;
  --color-content-grey: #4f4f4f;
  position: relative;
  background: #101010;
  color: #ffffff;
}

.page {
  overflow-x: hidden;
}

.main-content {
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
}

.logo {
  min-width: 87px;
  display: flex;
}
.logo img {
  width: 100%;
  height: 100%;
}

.h1 {
  font-size: clamp(22px, 2.8645833333vw, 55px);
  margin: clamp(20px, 1.6666666667vw, 32px) 0;
}

.h2 {
  font-size: clamp(20px, 1.875vw, 36px);
}

.h3 {
  font-size: clamp(20px, 1.6666666667vw, 32px);
}

.advantages__description {
  color: var(--color-content-tertiary);
}
.advantages__title-box {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
.advantages__description {
  display: flex;
  margin: 10px 0;
}

.steps {
  display: grid;
  gap: clamp(18px, 1.5625vw, 30px);
  margin: clamp(25px, 2.6041666667vw, 50px) 0;
}

.step {
  display: flex;
  gap: clamp(13px, 1.0416666667vw, 20px);
}
.step__description {
  color: var(--color-content-tertiary);
  font-size: clamp(9px, 0.7291666667vw, 14px);
}
.step__icon {
  fill: var(--color-brand-secondary);
  min-height: 31px;
  min-width: 31px;
  width: 48px;
  height: 48px;
}
.step__text {
  display: grid;
  gap: 9px;
}
.step__title {
  font-size: 22px clamp(14px, 1.1458333333vw, 22px);
  font-weight: 700;
}

.box-links {
  display: grid;
  gap: clamp(8px, 0.8333333333vw, 16px);
}
.box-links__link {
  color: var(--color-fill-green);
  text-decoration: none;
  font-size: 14px;
}
.box-links__text {
  font-size: 12px;
  color: var(--color-content-grey);
}

.box-docs__link {
  color: var(--color-content-grey);
  font-size: 14px;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.form__group {
  width: 100%;
  position: relative;
}
.form__input {
  width: 100%;
  min-height: clamp(40px, 2.5vw, 48px);
  border-radius: var(--radius-300, 12px);
  background: var(--color-surface-primary, #222);
  border: none;
  padding: 13px 12px 13px 40px;
  outline: none;
  color: #ffffff;
}
.form__icon {
  width: 22px;
  height: 22px;
  fill: var(--color-content-grey);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

@media screen and (max-width: 786px) {
  .form {
    align-items: stretch;
  }
}
.btn-box {
  display: flex;
  gap: clamp(8px, 0.625vw, 12px);
}

.btn {
  padding: 12px 24px;
  border-radius: var(--radius-300, 12px);
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s linear;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:active, .btn:valid, .btn:focus, .btn:focus-visible {
  text-decoration: none;
  outline: none;
}
.btn--grey {
  background: rgba(128, 128, 128, 0.1019607843);
  color: #ffffff;
}
@media (hover: hover) {
  .btn--grey:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6235294118);
  }
}
.btn--green {
  background: #7ae212;
  color: #101010;
}
@media (hover: hover) {
  .btn--green:hover {
    box-shadow: 0 0 20px #7ae212;
  }
}
.btn--pink {
  background: #e20097;
  color: #ffffff;
}
@media (hover: hover) {
  .btn--pink:hover {
    box-shadow: 0 0 20px #e20097;
  }
}

.hero {
  background-image: url(/pictures/hero-bg-hd.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  border-radius: 28px;
  padding: 67px 80px;
  margin: clamp(0px, 1.9270833333vw, 37px) 0 clamp(35px, 4.1666666667vw, 80px) 0;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: clamp(300px, 50%, 500px);
  height: clamp(300px, 50%, 500px);
  border-radius: 50%;
  filter: blur(180px);
  opacity: 0.6;
  z-index: -1;
}
.hero::before {
  background: rgba(156, 0, 139, 0.7294117647);
  bottom: clamp(-10%, -20%, -50px);
  left: clamp(-8%, -15%, -40px);
}
.hero::after {
  background: var(--color-fill-green);
  top: clamp(-10%, -20%, -50px);
  right: clamp(-8%, -15%, -40px);
}
.hero__title {
  text-transform: uppercase;
}
.hero__content {
  max-width: 50%;
}
.hero__btn {
  width: 100%;
  max-width: 255px;
}

@media screen and (max-width: 786px) {
  .hero {
    padding: 23px 0 50px 0;
    margin: 0 0 30px 0;
    position: relative;
    right: -5%;
    left: -5%;
    width: 110%;
    border-radius: 0 0 20px 20px;
    min-height: 350px;
    background-position: 80%;
    display: grid;
  }
  .hero__info {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero__btn {
    height: 30px;
  }
  .hero__content {
    margin-left: 30px;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 537px) {
  .hero {
    padding: 23px 0 50px 0;
    margin: 0 0 30px 0;
    position: relative;
    right: -5%;
    left: -5%;
    width: 110%;
    border-radius: 0 0 20px 20px;
    min-height: 474px;
    background-image: url(/pictures/hero-bg-mob.png);
    background-position: top;
  }
  .hero__info {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero__btn {
    height: 30px;
  }
  .hero__content {
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
}
.label {
  border-radius: 60px;
  font-size: clamp(11px, 0.8333333333vw, 16px);
  background: linear-gradient(180deg, rgba(159, 110, 126, 0.2) 0%, rgba(208, 151, 222, 0.2) 100%);
  box-shadow: 3px -2px 50px 0 rgba(0, 0, 0, 0.2392156863);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(24px, 2.0833333333vw, 40px);
}
.label::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.5px;
  background: linear-gradient(to bottom, #ffbfc0 0%, #ffd2d2 50%, rgba(255, 210, 210, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.label::before {
  content: "";
  background: #7ae212;
  position: absolute;
  top: 0;
  height: 7px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  z-index: 1;
  box-shadow: 0 0 24px 0 rgba(143, 255, 55, 0.3019607843);
}

.label-box {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 537px) {
  .label-box {
    justify-content: center;
  }
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(15px, 1.9270833333vw, 37px);
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.cards__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 28px;
  padding-left: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b0710 0%, #1a0f2b 30%, #3a145f 60%, #6b2bbd 100%);
  gap: clamp(10px, 1.0416666667vw, 20px);
  -webkit-backdrop-filter: blur(61px);
          backdrop-filter: blur(61px);
}
.cards__content {
  max-width: 60%;
  display: grid;
  gap: 8px;
}
.cards__title {
  line-height: normal;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  line-height: clamp(14px, 1.1458333333vw, 22px);
  font-weight: 700;
}
.cards__description {
  font-size: clamp(10px, 0.7291666667vw, 14px);
  color: var(--color-content-tertiary);
}
.cards__img {
  width: 100%;
  height: 100%;
  max-width: clamp(134px, 9.375vw, 180px);
  max-height: clamp(134px, 9.375vw, 180px);
  align-self: flex-end;
}

@media screen and (max-width: 786px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .cards__content {
    margin: 20px 0;
  }
}
.steps-section__content {
  padding: clamp(30px, 2.6041666667vw, 50px) 0;
  background-image: url(/pictures/bg-step-mob.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60%;
}
.steps-section__img {
  display: none;
}
.steps-section__info {
  width: 43%;
  padding: 60px 0 60px 50px;
}
.steps-section__btn {
  width: 100%;
  max-width: 215px;
}

@media screen and (max-width: 786px) {
  .steps-section__content {
    background-image: none;
  }
  .steps-section__info {
    width: 100%;
    padding: 0;
  }
  .steps-section__img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .steps-section__btn {
    height: 40px;
  }
}
.header {
  width: 100%;
  padding: 15px 0;
  background: #222222;
  min-height: clamp(58px, 4.1666666667vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
}
.header__btn {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  padding: clamp(8px, 0.625vw, 12px) clamp(12px, 1.6666666667vw, 32px);
  min-height: clamp(30px, 2.0833333333vw, 40px);
  border-radius: clamp(8px, 0.625vw, 12px);
}

.footer {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
.footer__content {
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
  display: grid;
  border-top: 1px solid var(--color-content-grey);
  border-bottom: 1px solid var(--color-content-grey);
  padding: clamp(20px, 1.6666666667vw, 32px) 0;
  grid-template-columns: 1fr 342px auto 1fr;
  gap: clamp(22px, 2.5vw, 48px);
}
.footer__icon {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
}
.footer__item:first-child {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer__item-title {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .footer__content {
    grid-template-columns: 1fr 1.3fr auto 1fr;
  }
}
@media screen and (max-width: 786px) {
  .footer__content {
    grid-template-columns: 1fr;
  }
  .footer__item:first-child {
    display: flex;
    justify-content: space-between;
  }
}/*# sourceMappingURL=styles.css.map */