@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff"), url("fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff"), url("fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    border-color: #FF2D49 !important;
    background: #FFF4F5 !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #100A36;
  background: #FEFDFD url(../img/icons/pattern.png) top center no-repeat;
  background-size: 100vw;
  position: relative; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #100A36;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  width: 100%;
  padding: 0 6rem; }

.section-title {
  font-size: 2.8rem;
  font-weight: 700; }
  .section-title span {
    color: #B539AE; }
.section-text {
  font-size: 1.6rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: linear-gradient(to bottom, #FB6AA7, #EC4088);
  color: #fff;
  gap: 1rem;
  font-weight: 700;
  box-shadow: 0 .2rem .2rem -.2rem #79133E0D, 0 .8rem .8rem -.4rem #79133E1A;
  border-radius: .75rem; }
  .btn:hover {
    box-shadow: 0 1rem 1.6rem rgba(121, 19, 62, 0.25); }

@keyframes logoFade {
  to {
    opacity: 1; } }
.preloader {
  background: #FCE9F7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: .8s ease-in-out;
  color: #FCE9F7; }
  .preloader__logo {
    width: 20rem;
    position: relative; }
    .preloader__logo img {
      width: 100%;
      display: block;
      animation: logoFade .5s linear forwards;
      opacity: 0; }
  .preloader__arch {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10rem;
    bottom: -10rem;
    pointer-events: none; }
    .preloader__arch path {
      transform-origin: top center;
      transform: scaleY(1);
      transition: transform 0.8s ease; }
    .preloader__arch.active path {
      transform: scaleY(0); }
  .preloader.active {
    transform: translateY(-100%); }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
  background: #fff; }
  .mobile-menu .container {
    padding: 0rem 3rem 2rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__top {
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0; }
  .mobile-menu__close {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 100%; }
  .mobile-menu__logo {
    width: 10rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__list li {
    padding: 2rem 0;
    border-top: 1px solid rgba(223, 227, 243, 0.6); }
    .mobile-menu__list li a {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #100A36;
      font-weight: 700; }
  .mobile-menu .header-lang {
    margin-top: 2rem;
    width: 100%;
    border: 1px solid rgba(223, 227, 243, 0.6);
    padding: 1rem;
    border-radius: .7rem;
    gap: 1rem; }
    .mobile-menu .header-lang a {
      width: 50%;
      height: 4rem;
      font-weight: 700; }
  .mobile-menu .main-info {
    opacity: 1;
    transform: none; }

.header {
  transition: .6s all;
  padding: 2rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  font-weight: 500; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 13rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-nav {
    display: flex;
    gap: 5rem;
    align-items: center; }
  .header-menu {
    display: flex;
    gap: 3rem; }
    .header-menu a {
      color: #100A36;
      position: relative; }
      .header-menu a::after {
        content: none;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -1rem;
        height: 2px;
        background: #F25396;
        opacity: 0;
        pointer-events: none;
        content: '';
        transition: .6s all; }
      .header-menu a:hover {
        color: #F25396; }
        .header-menu a:hover::after {
          opacity: 1; }
  .header-lang {
    display: flex;
    gap: .5rem; }
    .header-lang a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 3.9rem;
      height: 2.9rem;
      border-radius: .5rem;
      border: 1px solid rgba(223, 227, 243, 0.6);
      background: #fff;
      color: #100A36; }
      .header-lang a:hover {
        color: #B539AE; }
      .header-lang a.active {
        pointer-events: none;
        color: #fff;
        border: none;
        background: linear-gradient(to bottom, #FB6AA7, #EC4088); }
  .header-mobile {
    display: none; }
  .header.scrolled {
    padding: .2rem 0;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(124, 142, 196, 0.14); }
  .header.hide {
    transform: translateY(-100%); }

.main {
  padding-top: 13rem; }
  .main.active .main__img, .main.active .main-info {
    opacity: 1;
    transform: translateY(0); }
  .main-content {
    margin-bottom: 3.7rem; }
    .main-content .container {
      display: flex;
      align-items: center;
      padding-right: 0; }
  .main-wrap {
    width: 39%; }
  .main .section-title {
    margin-bottom: 1.25rem; }
  .main .section-text {
    margin-bottom: 2rem; }
  .main__img {
    width: 64%;
    margin-left: -3%;
    opacity: 0;
    transition: .6s all ease-in-out;
    transform: translateY(2rem); }
  .main__btn {
    height: 4.3rem;
    width: 21rem; }
  .main-info {
    margin: 0 auto;
    max-width: 58.5rem;
    background: #fff;
    border-radius: .75rem;
    border: 1px solid rgba(223, 227, 243, 0.6);
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: .6s all ease-in-out;
    transition-delay: .2s;
    opacity: 0;
    transform: translateY(2rem); }
    .main-info img {
      width: 3.2rem;
      flex-shrink: 0; }

.calc {
  padding-top: 6rem; }
  .calc .container {
    display: flex;
    gap: 1.6rem; }
  .calc-left {
    width: 41.5%;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    padding: 3rem; }
  .calc__title {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    .calc__title img {
      width: 4rem;
      flex-shrink: 0; }
  .calc__text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem; }
  .calc-form__item {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem; }
    .calc-form__item:last-child {
      margin-bottom: 1.5rem; }
  .calc-form__info {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    font-size: 1.1rem; }
    .calc-form__info img {
      width: 1.75rem;
      flex-shrink: 0; }
  .calc-form__wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
  .calc-form__input {
    position: relative; }
    .calc-form__input input {
      width: 9.3rem;
      height: 2.9rem;
      text-align: center;
      border-radius: .5rem;
      border: 1px solid #E7E6EB; }
      .calc-form__input input:focus, .calc-form__input input:hover, .calc-form__input input:not(:placeholder-shown) {
        border-color: #007B984D; }
      .calc-form__input input:focus {
        background: #00B8E308; }
    .calc-form__input span {
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: -1rem;
      left: 0;
      opacity: .5;
      font-size: 0.7rem; }
  .calc-form__text {
    text-align: right;
    width: 3rem; }
  .calc-form__btn {
    width: 100%;
    height: 4.3rem; }
  .calc__advice {
    margin-top: 1.5rem;
    height: 5.5rem;
    background: #00B8E30F;
    border-radius: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    font-size: 0.9rem;
    text-align: center; }
  .calc-right {
    width: 58.5%;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    padding: 3rem; }
    .calc-right .calc__title {
      padding: 1rem 0 .25rem; }
    .calc-right.incorrect .calc-result__imt div {
      color: #100A36; }
    .calc-right.incorrect .calc-scale__pin img {
      opacity: 0; }
    .calc-right.result-1 .calc-scale__pin img {
      margin-left: calc(7% - 1.35rem); }
    .calc-right.result-2 .calc-scale__pin img {
      margin-left: calc(22% - 1.35rem); }
    .calc-right.result-2 .calc-result__text, .calc-right.result-2 .calc-info {
      background: #66C4A626; }
    .calc-right.result-2 .calc-info::before {
      background-image: url(../img/calc/2.svg); }
    .calc-right.result-3 .calc-scale__pin img {
      margin-left: calc(39% - 1.35rem); }
    .calc-right.result-3 .calc-result__text, .calc-right.result-3 .calc-info {
      background: #FFF3DF; }
    .calc-right.result-3 .calc-info::before {
      background-image: url(../img/calc/3.svg); }
    .calc-right.result-4 .calc-scale__pin img {
      margin-left: calc(55% - 1.35rem); }
    .calc-right.result-4 .calc-result__text, .calc-right.result-4 .calc-info {
      background: #FFB1811A; }
    .calc-right.result-4 .calc-info::before {
      background-image: url(../img/calc/4.svg); }
    .calc-right.result-5 .calc-scale__pin img {
      margin-left: calc(72% - 1.35rem); }
    .calc-right.result-5 .calc-result__text, .calc-right.result-5 .calc-info {
      background: #FD74091A; }
    .calc-right.result-5 .calc-info::before {
      background-image: url(../img/calc/5.svg); }
    .calc-right.result-6 .calc-scale__pin img {
      margin-left: calc(90% - 1.35rem); }
    .calc-right.result-6 .calc-result__text, .calc-right.result-6 .calc-info {
      background: #FF2D491A; }
    .calc-right.result-6 .calc-info::before {
      background-image: url(../img/calc/6.svg); }
  .calc-result {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 1.3rem; }
    .calc-result__imt {
      font-weight: 700;
      flex-shrink: 0;
      min-width: 11rem; }
      .calc-result__imt div {
        font-size: 5rem;
        color: #67A5ED; }
    .calc-result__line {
      height: 8rem;
      width: 2px;
      background: rgba(223, 227, 243, 0.6); }
    .calc-result__text {
      padding: 1.6rem 1.75rem;
      border-radius: .75rem;
      background: #DADADA26;
      flex-grow: 1; }
  .calc-scale {
    margin-bottom: 1.75rem; }
    .calc-scale__pin img {
      display: inline-block;
      width: 2.7rem; }
    .calc-scale__list {
      display: flex; }
    .calc-scale__item {
      font-size: 0.8rem;
      text-align: center;
      width: 19%;
      margin-left: -2%;
      position: relative; }
      .calc-scale__item span {
        display: block;
        width: 100%;
        height: 1.1rem;
        border: 1px solid #fff;
        border-radius: 2rem;
        margin-bottom: 0.5rem; }
      .calc-scale__item:nth-child(1) {
        margin-left: 0;
        width: 15%;
        z-index: 7; }
        .calc-scale__item:nth-child(1) span {
          background: #DADADA; }
      .calc-scale__item:nth-child(2) {
        z-index: 6; }
        .calc-scale__item:nth-child(2) span {
          background: #66C4A6; }
      .calc-scale__item:nth-child(3) {
        z-index: 5; }
        .calc-scale__item:nth-child(3) span {
          background: #FDBC25; }
      .calc-scale__item:nth-child(4) {
        z-index: 3; }
        .calc-scale__item:nth-child(4) span {
          background: #FFB181; }
      .calc-scale__item:nth-child(5) {
        z-index: 2; }
        .calc-scale__item:nth-child(5) span {
          background: #FD7409; }
      .calc-scale__item:nth-child(6) {
        z-index: 1; }
        .calc-scale__item:nth-child(6) span {
          background: #FF2D49; }
  .calc-info {
    padding: 2.5rem;
    border-radius: .75rem;
    background: #DADADA26;
    display: flex;
    align-items: center;
    gap: 1.4rem; }
    .calc-info::before {
      content: '';
      display: block;
      width: 2.6rem;
      height: 2.6rem;
      background: url(../img/calc/1.svg) center center no-repeat;
      background-size: contain;
      flex-shrink: 0; }
    .calc-info span {
      font-weight: 700; }

.explain {
  padding-top: 3rem; }
  .explain-main {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    padding: 3rem; }
  .explain-choose {
    display: flex;
    margin-bottom: 3rem;
    pointer-events: none; }
    .explain-choose li {
      width: 16rem;
      text-align: center;
      padding-bottom: 1rem;
      border-bottom: 2px solid #EC4088;
      background: linear-gradient(to bottom, #FB6AA7, #EC4088);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
      font-weight: 700; }
      .explain-choose li:first-child {
        margin-right: calc(61% - 10.7rem); }
  .explain-list {
    display: flex;
    gap: 3.7rem;
    align-items: flex-start;
    padding-bottom: 2rem; }
  .explain-item:nth-child(1) {
    width: 61%; }
  .explain-item:nth-child(2) {
    width: 39%;
    padding-left: 3.7rem;
    border-left: 2px solid rgba(223, 227, 243, 0.6); }
  .explain-item__flex {
    display: flex;
    align-items: flex-start;
    gap: 1.7rem; }
  .explain-item__img {
    width: 13rem;
    flex-shrink: 0; }
    .explain-item__img img {
      width: 100%;
      display: block; }
  .explain-item__title {
    font-weight: 700;
    margin-bottom: 1rem; }
  .explain-item__text p {
    margin-bottom: 1rem; }
    .explain-item__text p:last-child {
      margin-bottom: 0; }
  .explain-item__text ul {
    padding-left: 1rem; }
    .explain-item__text ul li {
      display: list-item; }

.recommend {
  padding-top: 5rem; }
  .recommend-main {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    overflow: hidden;
    padding: 4.2rem 33% 4.2rem 5rem;
    position: relative;
    z-index: 1; }
  .recommend .section-title {
    color: #B539AE;
    margin-bottom: 2rem; }
  .recommend__text {
    margin-bottom: 3rem; }
    .recommend__text div {
      font-size: 1.6rem;
      margin-bottom: 0.75rem; }
    .recommend__text p {
      font-size: 2rem;
      font-weight: 700;
      color: #B539AE;
      margin-bottom: 0.75rem; }
    .recommend__text span {
      opacity: .5; }
  .recommend-scale {
    position: relative;
    margin-bottom: 2.5rem; }
    .recommend-scale__line {
      position: absolute;
      width: calc(100% - 2.5rem);
      height: 0.2rem;
      border-radius: .2rem;
      background: rgba(223, 227, 243, 0.6);
      z-index: 1;
      top: 1rem; }
      .recommend-scale__line span {
        transition: .6s all;
        width: 2rem;
        display: block;
        height: 0.2rem;
        border-radius: .2rem;
        background: #B539AE; }
    .recommend-scale__list {
      display: flex;
      justify-content: space-between;
      text-align: center;
      position: relative;
      z-index: 2; }
    .recommend-scale__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .recommend-scale__circle {
      width: 2.1rem;
      height: 2.1rem;
      margin-bottom: 0.8rem;
      position: relative; }
      .recommend-scale__circle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: rgba(223, 227, 243, 0.6);
        border: .15rem solid #fff;
        box-shadow: 0 .2rem 1.5rem -.1rem #7C8EC41A, 0 0 .45rem 0 #7C8EC466;
        transition: .6s all; }
      .recommend-scale__circle.active span {
        width: 2.1rem;
        height: 2.1rem;
        background: #F55B9B;
        border-width: .35rem; }
    .recommend-scale__dose {
      background: linear-gradient(to bottom, #FB6AA7, #EC4088);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
      font-weight: 700;
      margin-bottom: 0.3rem; }
    .recommend-scale__text {
      font-size: 0.9rem; }
  .recommend__info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem; }
    .recommend__info img {
      width: 1.4rem;
      flex-shrink: 0; }
  .recommend-tips {
    opacity: .5;
    font-size: 1.1rem; }
  .recommend__img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%; }
    .recommend__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center right;
      transition: .6s all; }
    .recommend__img:hover img {
      transform: scale(1.1); }

.rules {
  padding-top: 5rem; }
  .rules-head {
    margin: 0 auto 3.5rem;
    max-width: 56rem;
    text-align: center; }
  .rules .section-title {
    margin-bottom: 1rem; }
  .rules .section-text {
    opacity: .5; }
  .rules-list {
    margin: 0 auto 5rem;
    max-width: 70.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .rules-item {
    width: calc(50% - .75rem);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    height: 15.5rem;
    padding: 0 2rem;
    gap: 1.75rem; }
    .rules-item__img {
      width: 10rem;
      flex-shrink: 0; }
      .rules-item__img img {
        width: 100%;
        display: block; }
    .rules-item__wrap {
      width: 100%;
      max-width: 17.5rem; }
    .rules-item__title {
      font-weight: 700;
      margin-bottom: 0.75rem; }
    .rules-item__text {
      font-size: 0.9rem; }
      .rules-item__text span {
        font-size: 1.2rem;
        color: #C5282B; }
    .rules-item__line {
      color: rgba(223, 227, 243, 0.6);
      margin: 0.3rem 0; }
  .rules-info {
    padding: 3.5rem 4rem;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    background: #00B8E30F;
    border-radius: .75rem; }
    .rules-info__wrap {
      width: 61%; }
    .rules-info__title {
      font-weight: 700;
      margin-bottom: 1rem;
      font-size: 1.6rem; }
    .rules-info__text {
      margin-bottom: 1.5rem;
      font-size: 1.4rem; }
    .rules-info__btn {
      border: 2px solid #67A5ED;
      height: 4.3rem;
      width: 22rem;
      font-weight: 700;
      color: #67A5ED;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: .75rem; }
      .rules-info__btn:hover {
        background: #00B8E30F;
        box-shadow: 0 .2rem .2rem -.2rem #538ED30D, 0 .8rem .8rem -.4rem #538ED31F; }
    .rules-info__img {
      width: 39%; }
      .rules-info__img img {
        width: 100%;
        display: block; }

.buy {
  padding-top: 5rem; }
  .buy-head {
    text-align: center;
    margin-bottom: 2.3rem; }
  .buy .section-title {
    margin-bottom: 1rem; }
  .buy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
  .buy-item {
    width: calc(25% - .75rem);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 17.1rem;
    padding: 2.25rem;
    gap: 1rem; }
    .buy-item__logo {
      width: 12rem; }
      .buy-item__logo img {
        width: 100%;
        display: block; }
    .buy-item__btn {
      width: 100%;
      height: 3.6rem;
      font-size: 1.1rem; }
      .buy-item__btn img {
        width: 1.1rem; }

.faq {
  padding-top: 5rem; }
  .faq-head {
    text-align: center;
    margin-bottom: 2.5rem; }
  .faq .section-title {
    margin-bottom: 0.75rem;
    font-size: 1.6rem; }
  .faq-list {
    margin-bottom: 5rem; }
  .faq-item {
    margin-bottom: 0.75rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .65rem 4.4rem -.2rem #7C8EC424, 0 .25rem 1.4rem -.2rem #7C8EC41F;
    border-radius: .75rem;
    padding: 1.5rem 2.5rem; }
    .faq-item.active .faq-item__arrow {
      transform: rotate(180deg); }
    .faq-item.active .faq-item__plus span:first-child {
      opacity: 0; }
    .faq-item.active .faq-item__plus span:last-child {
      opacity: 1; }
    .faq-item:last-child {
      margin-bottom: 0; }
    .faq-item__question {
      cursor: pointer;
      user-select: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      font-weight: 700; }
    .faq-item__wrap {
      display: flex;
      align-items: center;
      gap: 1.5rem; }
    .faq-item__plus {
      width: 3.2rem;
      height: 3.2rem;
      position: relative;
      border-radius: .5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      background: #B539AE0D;
      font-size: 1.6rem;
      color: #B539AE; }
      .faq-item__plus span {
        transition: .6s all;
        position: absolute; }
        .faq-item__plus span:last-child {
          opacity: 0; }
    .faq-item__arrow {
      transition: .6s all;
      width: 2.2rem; }
      .faq-item__arrow img {
        width: 100%;
        display: block; }
    .faq-item__answer {
      padding: 1rem 5rem .5rem 4.75rem;
      display: none; }
  .faq-info {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: #B539AE0D;
    border-radius: .75rem;
    padding: 3rem 7.5rem 3rem 8.5rem; }
    .faq-info__ico {
      width: 5.5rem;
      flex-shrink: 0; }
      .faq-info__ico img {
        width: 100%;
        display: block; }
    .faq-info__text div {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }

.footer {
  margin-top: 4rem;
  background: #B539AE08;
  padding: 2.5rem 0;
  font-weight: 500;
  font-size: 0.9rem; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-nav {
    display: flex;
    align-items: center;
    gap: 3.5rem; }
  .footer__logo {
    width: 13rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-menu {
    display: flex;
    gap: 2rem; }
    .footer-menu a {
      color: #100A36; }
      .footer-menu a:hover {
        color: #B539AE; }
  .footer-copy {
    padding-right: 3rem; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1900.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .main-wrap {
    width: 41%; }
  .main__img {
    width: 62%; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .main-wrap {
    width: 40.5%; }
  .main__img {
    width: 62.5%; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .header {
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(124, 142, 196, 0.14); }
    .header-nav {
      display: none; }
    .header__logo {
      width: 10rem; }
    .header.scrolled {
      padding: 1rem 0; }
    .header-mobile {
      display: inline-flex;
      width: 2rem; }
      .header-mobile img {
        width: 100%;
        display: block; }

  .main {
    padding-top: 9rem; }
    .main-content {
      padding-bottom: 6rem;
      position: relative; }
      .main-content .container {
        flex-direction: column;
        align-items: flex-start; }
    .main__btn {
      position: absolute;
      bottom: 1rem; }
    .main-wrap {
      padding-right: 3rem;
      width: 100%; }
    .main__img {
      width: 100%; }
    .main-info {
      padding: 1.5rem; }

  .calc .container {
    flex-direction: column; }
  .calc-left {
    width: 100%; }
  .calc-right {
    width: 100%; }

  .explain-main {
    padding: 0; }
  .explain-choose {
    pointer-events: auto;
    margin-bottom: 0;
    padding-top: 2rem; }
    .explain-choose li {
      width: 100%;
      padding-bottom: 1.5rem;
      color: #C6CBE0;
      border-color: #C6CBE0;
      background-clip: unset;
      background: none;
      -webkit-text-fill-color: #C6CBE0; }
      .explain-choose li:first-child {
        margin-right: 0; }
      .explain-choose li.active {
        border-color: #EC4088;
        background: linear-gradient(to bottom, #FB6AA7, #EC4088);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; }
  .explain-list {
    padding: 2rem 2rem 3rem; }
  .explain-item:nth-child(1) {
    width: 100%; }
  .explain-item:nth-child(2) {
    width: 100%;
    display: none;
    padding-left: 0;
    border: none; }

  .recommend-main {
    padding: 3rem 2rem 2rem; }
  .recommend-wrap {
    width: 60%; }
  .recommend__img {
    height: 17rem;
    bottom: 0;
    top: auto;
    width: 50%;
    pointer-events: none; }
    .recommend__img::before {
      width: 100%;
      height: 4rem;
      background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    .recommend__img img {
      object-position: bottom right;
      object-fit: contain; }

  .rules-item {
    width: 100%; }

  .buy-item {
    width: calc(50% - .5rem); }

  .faq-info {
    padding: 3rem; }

  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    background-position-y: 4rem;
    background-position-x: right;
    background-size: 120vw;
    font-size: 1rem; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2rem; }
  .section-text {
    font-size: 1.1rem; }

  .mobile-menu .container {
    padding: 0rem 1rem 1.5rem; }
  .mobile-menu__head {
    padding: .7rem 0; }
  .mobile-menu__logo {
    width: 8rem; }
  .mobile-menu__list li {
    padding: 1.75rem 0;
    font-size: 1.1rem; }
    .mobile-menu__list li img {
      width: .6rem; }
  .mobile-menu .header-lang a {
    height: 3.5rem; }

  .preloader__logo {
    width: 14rem; }

  .header {
    padding: 0.7rem 0; }
    .header__logo {
      width: 8rem; }

  .main-content {
    margin-bottom: 1.5rem; }
  .main-wrap {
    padding-right: 1rem; }
  .main__img {
    margin-left: -1rem;
    width: 100%; }
  .main__btn {
    width: calc(100% - 2rem);
    height: 4rem; }
    .main__btn img {
      width: 1.5rem; }
  .main-info {
    gap: 1rem; }

  .calc {
    margin-top: -3rem; }
    .calc-left {
      padding: 2rem 1.5rem; }
    .calc__title {
      font-size: 1.4rem;
      gap: 1rem; }
      .calc__title img {
        width: 3rem; }
    .calc__text {
      font-size: 1rem; }
    .calc-form__item {
      gap: 1rem; }
    .calc-form__info {
      font-size: 1rem;
      gap: 1rem; }
      .calc-form__info img {
        width: 1.4rem; }
    .calc-form__input input {
      width: 8.5rem; }
    .calc-form__input span {
      font-size: 0.8rem;
      bottom: -1.2rem; }
    .calc-form__text {
      width: 2.4rem; }
    .calc-form__btn {
      height: 4rem; }
    .calc__advice {
      margin-top: 1rem;
      font-size: 1rem;
      height: auto;
      padding: 1rem 2rem; }
    .calc-right {
      padding: 2rem 1.5rem 4rem; }
      .calc-right .calc__title {
        padding: 0; }
    .calc-result {
      gap: 1.5rem; }
      .calc-result__line {
        display: none; }
      .calc-result__imt {
        font-size: 1.1rem;
        min-width: 0; }
        .calc-result__imt div {
          font-size: 4rem; }
      .calc-result__text {
        padding: 1.2rem 1.4rem;
        font-size: 0.9rem; }
    .calc-scale__pin img {
      width: 2.4rem; }
    .calc-scale__item {
      width: 22%;
      margin-left: -5%; }
      .calc-scale__item:nth-child(1) p {
        padding-left: .5rem; }
      .calc-scale__item p {
        text-align: left;
        padding-left: 1.5rem; }
    .calc-info {
      padding: 1.8rem;
      flex-direction: column;
      align-items: flex-start; }

  .explain-choose li {
    padding-bottom: 1.2rem; }
  .explain-list {
    padding: 1.5rem 1.5rem 2.5rem; }
  .explain-item__flex {
    flex-direction: column;
    align-items: center;
    gap: 2.2rem; }
  .explain-item__img {
    width: 11rem; }

  .recommend {
    margin-top: -3rem; }
    .recommend-main {
      padding: 3rem 1.5rem 2rem; }
    .recommend .section-title {
      margin-bottom: 1.5rem;
      font-size: 1.5rem; }
    .recommend__text {
      max-width: 18rem; }
      .recommend__text div {
        font-size: 1rem; }
      .recommend__text p {
        font-size: 1.1rem; }
      .recommend__text span {
        font-size: 0.9rem; }
    .recommend-scale {
      margin-left: -1.5rem;
      width: calc(100% + 3rem); }
      .recommend-scale__line {
        width: 100%; }
      .recommend-scale__dose {
        margin-bottom: 0.5rem; }
    .recommend-wrap {
      width: 50%; }
    .recommend-info {
      font-size: 0.9rem; }
    .recommend-tips {
      font-size: 0.75rem; }
    .recommend__img {
      height: 16rem; }

  .rules {
    padding-top: 3rem; }
    .rules-head {
      margin-bottom: 2.5rem; }
    .rules-list {
      margin-bottom: 2.5rem; }
    .rules-item {
      flex-direction: column;
      height: auto;
      padding: 2rem 1.5rem; }
      .rules-item__wrap {
        max-width: none; }
      .rules-item__title {
        font-size: 1.1rem; }
      .rules-item__text {
        font-size: 1rem; }
    .rules-info {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 3rem 3rem 7rem;
      position: relative;
      flex-direction: column; }
      .rules-info__wrap {
        width: 100%; }
      .rules-info__title {
        font-size: 1.4rem; }
      .rules-info__text {
        font-size: 1.1rem;
        margin-bottom: 0; }
      .rules-info__img {
        width: 100%;
        margin-bottom: 1rem; }
      .rules-info__btn {
        position: absolute;
        bottom: 3rem;
        width: calc(100% - 6rem);
        border-width: 1px; }

  .buy {
    margin-top: -3rem; }
    .buy-item {
      width: 100%;
      padding: 1.5rem;
      height: 16rem; }

  .faq {
    margin-top: -2.5rem; }
    .faq-list {
      margin-bottom: 2.5rem; }
    .faq-item {
      margin-bottom: 0.6rem;
      padding: 1.5rem; }
      .faq-item__wrap {
        gap: 1rem; }
      .faq-item__plus {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.4rem; }
      .faq-item__arrow {
        display: none; }
      .faq-item__answer {
        padding: 1rem 0; }
    .faq-info {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 2rem 3rem 3rem;
      flex-direction: column;
      text-align: center;
      gap: 1.5rem; }
      .faq-info__ico {
        width: 3.5rem; }
      .faq-info__text div {
        font-size: 1.4rem;
        margin-bottom: 1.2rem; }
      .faq-info__text p {
        font-size: 1.1rem; }

  .footer {
    background: #fff;
    margin-top: 0;
    padding-top: 1rem; }
    .footer .container {
      gap: 1.5rem; }
    .footer-nav {
      flex-direction: column-reverse;
      width: 100%; }
    .footer__logo {
      width: 8rem; }
    .footer-menu {
      flex-direction: column;
      gap: 0;
      width: 100%; }
      .footer-menu li {
        border-bottom: 1px solid rgba(223, 227, 243, 0.6);
        padding: 1rem 0;
        font-size: 1.1rem; }
        .footer-menu li:last-child {
          border: none; } }
@media (max-width: 391.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
