@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border-radius: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  font-family: 'Inter';
  color: #1C1C1C;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 100%;
  overflow-x: hidden;
}

.body-hidden {
  overflow: hidden;
}

.body-hidden--two {
  overflow: hidden;
}

.body-hidden--three {
  overflow: hidden;
}

.preloader-hidden {
  overflow: hidden;
}

button {
  font-family: 'Inter';
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.container--big {
  max-width: 1920px;
  padding: 0;
}

.btn {
  display: inline-block;
  max-width: 132px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
  background-color: #1C1C1C;
  border-radius: 40px;
  padding: 16px 5px;
}

.letters {
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  max-width: 405px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.title-main {
  color: #1C1C1C;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .title-main {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .title-main {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  #background {
    width: 427px;
    height: 249px;
  }
}

@media (max-width: 991px) {
  #fingers {
    width: 480px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  #fingers {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  }
}

.sign-up-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 300;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
}

.sign-up-popup--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
}

.sign-up-popup__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .sign-up-popup__title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .sign-up-popup__title {
    font-size: 24px;
    margin-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .sign-up-popup__title {
    text-align: center;
  }
}

.sign-up-popup__box {
  position: relative;
}

@media (max-width: 991px) {
  .sign-up-popup__box {
    padding-top: 72px !important;
  }
}

.animate {
  -webkit-animation: popup 0.5s linear;
          animation: popup 0.5s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  28% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  42% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  56% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  14% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  28% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  42% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  56% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  84% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

::-webkit-scrollbar {
  width: 0;
}

/* ::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #F4592E;
  border-radius: 20px;
} */

.simplebar-vertical {
  width: 8px !important;
  margin-right: 3px;
  background-color: transparent;
  opacity: 1;
  overflow: visible;
}

.simplebar-scrollbar::before {
  width: 8px;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8 !important;
  border-radius: 100px;
  background: #1C1C1C;
  cursor: default;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}

.line {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #6D2EF4;
  z-index: 190;
  cursor: pointer;
}

.line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5px 20px 5px 0;
}

.line__item {
  font-size: 28px;
  line-height: 120%;
  white-space: nowrap;
  color: #ffffff;
  padding-right: 34px;
  position: relative;
}

@media (max-width: 991px) {
  .line__item {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .line__item {
    font-size: 12px;
    font-weight: 500;
  }
}

.line__item::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/line-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header {
  position: fixed;
  left: 50%;
  top: 61px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 825px;
  width: 100%;
  background-color: transparent;
  border-radius: 40px;
  padding: 8px 8px 8px 28px;
  z-index: 200;
  -webkit-transition: top .2s;
  transition: top .2s;
}

@media (max-width: 991px) {
  .header {
    max-width: 267px;
    padding: 7px 5px 7px 16px;
    top: 52px;
  }
}

@media (max-width: 767px) {
  .header {
    top: 42px;
  }
}

.header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: -1;
}

.header--up {
  top: 27px;
  -webkit-transition: top .2s;
  transition: top .2s;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn-box {
  max-width: 132px;
  width: 100%;
}

@media (max-width: 991px) {
  .header__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    padding: 2px 2px 2px 3px;
    border-radius: 40px;
    max-width: 139px;
    width: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
}

@media (max-width: 991px) {
  .header__btn-box--color {
    background-color: #F4592E;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
}

.header__btn {
  -webkit-transition: background-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, color .3s, opacity .3s;
}

@media (max-width: 991px) {
  .header__btn {
    font-size: 14.62px;
    padding: 0;
    background-color: transparent;
    color: #1C1C1C;
  }
}

.header__btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header__btn--color {
  background-color: #F4592E;
  -webkit-transition: background-color .3s, color .3s, opacity .3s;
  transition: background-color .3s, color .3s, opacity .3s;
}

@media (max-width: 991px) {
  .header__btn--color {
    color: #ffffff;
    -webkit-transition: background-color .3s, color .3s, opacity .3s;
    transition: background-color .3s, color .3s, opacity .3s;
  }
}

.header__btn-menu {
  display: none;
}

@media (max-width: 991px) {
  .header__btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 31px;
    min-height: 31px;
    background-color: #1C1C1C;
    border-radius: 40px;
  }
}

.header__btn-icon {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 40px;
  position: relative;
}

.header__btn-icon::before, .header__btn-icon::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 40px;
  left: 0;
}

.header__btn-icon::before {
  top: -4px;
}

.header__btn-icon::after {
  bottom: -4px;
}

.logo {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media (max-width: 991px) {
  .logo {
    margin-top: 4px;
    margin-right: 10px;
  }
}

.logo:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media (max-width: 767px) {
  .logo--footer {
    text-align: center;
  }
}

.logo--footer .logo__img {
  max-width: 169px;
  max-height: 48px;
}

.logo__link {
  display: block;
}

.logo__img {
  max-width: 109px;
  width: 100%;
  max-height: 29px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .logo__img {
    max-width: 83px;
    max-height: 24px;
  }
}

.menu-small {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
}

@media (max-width: 991px) {
  .menu-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    height: 107vh;
    top: -2vh;
    background: rgba(28, 28, 28, 0.6);
    z-index: 300;
  }
}

.menu-small--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
}

@media (max-width: 991px) {
  .menu {
    max-width: 343px;
    width: 100%;
    border-radius: 20px;
    background-color: #F4F5F6;
    padding: 32px 21px;
  }
}

@media (max-width: 991px) {
  .menu--main {
    display: none;
  }
}

.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media (max-width: 991px) {
  .menu__items {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}

.menu__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #1C1C1C;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .menu__link {
    font-size: 20px;
  }
}

.menu__link:hover {
  opacity: 0.64;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.menu__btn-box {
  text-align: center;
  margin-bottom: 32px;
}

.menu__btn-small {
  max-width: 225px;
  background-color: #F4592E;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.menu__close {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/menu-close.svg");
  background-size: contain;
  margin: 0 auto;
  cursor: pointer;
}

.top {
  background-color: #1C1C1C;
  overflow: hidden;
}

.top__content {
  position: relative;
  min-height: 990px;
}

@media (max-width: 1300px) {
  .top__content {
    min-height: 850px;
  }
}

@media (max-width: 1200px) {
  .top__content {
    min-height: 830px;
  }
}

@media (max-width: 991px) {
  .top__content {
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  .top__content {
    min-height: 100%;
  }
}

.top__y-box, .top__e-box, .top__a-box, .top__h-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top__e, .top__a, .top__y, .top__h {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1500px) {
  .top__e, .top__a, .top__y, .top__h {
    min-height: 100% !important;
    min-width: 100% !important;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .top__e, .top__a, .top__y, .top__h {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
}

.top__e-box {
  max-width: 452px;
  max-height: 555px;
  bottom: 0.8%;
  left: 12.2%;
  z-index: 4;
}

@media (max-width: 1600px) {
  .top__e-box {
    left: 4%;
  }
}

@media (max-width: 1500px) {
  .top__e-box {
    max-width: 385px;
    max-height: 480px;
    bottom: 5%;
  }
}

@media (max-width: 1300px) {
  .top__e-box {
    max-width: 320px;
    max-height: 400px;
    bottom: 10%;
    left: 7%;
  }
}

@media (max-width: 1200px) {
  .top__e-box {
    left: 0;
    bottom: 8%;
  }
}

@media (max-width: 991px) {
  .top__e-box {
    max-width: 260px;
    max-height: 320px;
    left: 8%;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .top__e-box {
    max-width: 214px;
    max-height: 269px;
    right: -60px;
    top: 20px;
    left: auto;
    bottom: auto;
    overflow: visible;
  }
}

.top__e {
  min-width: 470px;
  min-height: 580px;
  background-image: url("../img/e.webp");
}

@media (max-width: 767px) {
  .top__e {
    -webkit-transform: rotate(-30.294deg);
        -ms-transform: rotate(-30.294deg);
            transform: rotate(-30.294deg);
  }
}

.top__a-box {
  max-width: 470px;
  max-height: 600px;
  right: 7%;
  top: -23%;
  z-index: 2;
}

@media (max-width: 1600px) {
  .top__a-box {
    right: -3%;
  }
}

@media (max-width: 1500px) {
  .top__a-box {
    max-height: 490px;
    right: -11%;
    top: -7%;
  }
}

@media (max-width: 1300px) {
  .top__a-box {
    max-width: 425px;
    max-height: 440px;
    right: -10%;
    top: -8%;
  }
}

@media (max-width: 1200px) {
  .top__a-box {
    right: -15%;
    top: -11%;
  }
}

@media (max-width: 991px) {
  .top__a-box {
    max-width: 380px;
    max-height: 395px;
    right: -15%;
    top: -5%;
  }
}

@media (max-width: 767px) {
  .top__a-box {
    max-width: 270px;
    max-height: 281px;
    right: auto;
    left: -94px;
    top: 289px;
  }
}

.top__a {
  min-width: 650px;
  min-height: 650px;
  background-image: url("../img/a.webp");
}

@media (max-width: 767px) {
  .top__a {
    -webkit-transform: rotate(-50.494deg);
        -ms-transform: rotate(-50.494deg);
            transform: rotate(-50.494deg);
  }
}

.top__y-box {
  max-width: 603px;
  max-height: 575px;
  left: -5%;
  top: -7%;
  z-index: 2;
}

@media (max-width: 1600px) {
  .top__y-box {
    left: -16%;
  }
}

@media (max-width: 1300px) {
  .top__y-box {
    max-width: 460px;
    max-height: 480px;
    left: -12%;
    top: -3%;
  }
}

@media (max-width: 1200px) {
  .top__y-box {
    left: -18%;
    top: -8%;
  }
}

@media (max-width: 991px) {
  .top__y-box {
    max-width: 405px;
    max-height: 420px;
    top: 0;
    left: -13%;
  }
}

@media (max-width: 767px) {
  .top__y-box {
    left: -97px;
    max-width: 284px;
    max-height: 297px;
  }
}

.top__y {
  min-width: 630px;
  min-height: 700px;
  background-image: url("../img/y.webp");
}

.top__h-box {
  max-width: 550px;
  max-height: 564px;
  right: -2%;
  top: 25%;
  z-index: 4;
}

@media (max-width: 1600px) {
  .top__h-box {
    right: -13%;
  }
}

@media (max-width: 1500px) {
  .top__h-box {
    max-width: 480px;
    max-height: 475px;
    right: -14%;
    top: 31%;
  }
}

@media (max-width: 1300px) {
  .top__h-box {
    max-width: 425px;
    max-height: 425px;
    right: -8%;
    top: 24%;
  }
}

@media (max-width: 1200px) {
  .top__h-box {
    right: -21%;
  }
}

@media (max-width: 991px) {
  .top__h-box {
    max-width: 375px;
    max-height: 375px;
    right: -14%;
    top: 27%;
  }
}

@media (max-width: 767px) {
  .top__h-box {
    max-width: 270px;
    max-height: 270px;
    right: -100px;
    top: 307px;
  }
}

.top__h {
  min-width: 600px;
  min-height: 600px;
  background-image: url("../img/h.webp");
}

@media (max-width: 767px) {
  .top__h {
    -webkit-transform: rotate(60.494deg);
        -ms-transform: rotate(60.494deg);
            transform: rotate(60.494deg);
  }
}

.top__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 275px;
  position: relative;
}

@media (max-width: 1300px) {
  .top__inner {
    max-width: 1070px;
  }
}

@media (max-width: 991px) {
  .top__inner {
    z-index: 5;
    max-width: 670px;
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 125px 16px 0 16px;
  }
}

.top__lips {
  content: '';
  position: absolute;
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  background-image: url("../img/lips.webp");
  background-size: contain;
  bottom: -55%;
  right: -3%;
  z-index: 5;
}

@media (max-width: 1500px) {
  .top__lips {
    max-width: 440px;
    max-height: 440px;
    bottom: -43%;
    right: 2%;
  }
}

@media (max-width: 1300px) {
  .top__lips {
    max-width: 380px;
    max-height: 380px;
    bottom: -45%;
    right: 2%;
  }
}

@media (max-width: 1200px) {
  .top__lips {
    bottom: -51%;
    right: 0;
  }
}

@media (max-width: 991px) {
  .top__lips {
    max-width: 290px;
    max-height: 290px;
    right: -8%;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

@media (max-width: 767px) {
  .top__lips {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    min-width: 290px;
    min-height: 290px;
    margin: 0 auto 50px auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: rotate(3.875deg);
        -ms-transform: rotate(3.875deg);
            transform: rotate(3.875deg);
  }
}

.top__title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 1300px) {
  .top__title {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .top__title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .top__title {
    font-size: 40px;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top__title--color {
  color: #F4592E;
}

.top__subtitle {
  display: block;
  max-width: 530px;
  text-align: center;
  margin: 0 auto 28px auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 28px;
  line-height: 120%;
}

@media (max-width: 1300px) {
  .top__subtitle {
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  .top__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .top__subtitle {
    color: #ffffff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top__box {
  text-align: center;
}

@media (max-width: 767px) {
  .top__box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.top__btn {
  max-width: 257px;
  background-color: #F4592E;
  padding: 21px 5px;
  font-size: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 1300px) {
  .top__btn {
    max-width: 290px;
    font-size: 22px;
    padding: 20px 5px;
  }
}

@media (max-width: 991px) {
  .top__btn {
    max-width: 254px;
    font-size: 18px;
    padding: 16px 5px;
  }
}

@media (max-width: 767px) {
  .top__btn {
    font-size: 16px;
    max-width: 225px;
  }
}

.top__btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.text {
  background-color: #1C1C1C;
  padding: 180px 0 215px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .text {
    padding: 63px 16px 114px 16px;
  }
}

.text__title {
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .text__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .text__title {
    font-size: 32px;
    max-width: 343px;
    margin: 0 auto 16px auto;
  }
}

.text__subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 28px;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 991px) {
  .text__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .text__subtitle {
    font-size: 12px;
    max-width: 343px;
    margin: 0 auto;
  }
}

.line-two {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 991px) {
  .line-two {
    padding: 20px 0;
  }
}

.line-two::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  bottom: 0;
  left: 0;
}

.line-two::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  top: 0;
  left: 0;
}

.line-two__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-two__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .line-two__items {
    gap: 40px;
    padding-right: 40px;
  }
}

.line-two__item {
  font-size: 28px;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 991px) {
  .line-two__item {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .line-two__item {
    font-size: 16px;
  }
}

.letters-m {
  padding: 194px 0 120px;
}

@media (max-width: 991px) {
  .letters-m {
    padding: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .letters-m {
    padding: 60px 0 40px;
  }
}

.letters-m__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .letters-m__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .letters-m__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.letters-m__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 805px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .letters-m__items {
    max-width: 388px;
  }
}

.letters-m__item:nth-child(2) {
  position: relative;
  z-index: 4;
}

.letters-m__item:nth-child(3) {
  position: relative;
  z-index: 2;
}

.letters-m__item--dote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .letters-m__box--one {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

@media (max-width: 767px) {
  .letters-m__box--two {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media (max-width: 767px) {
  .letters-m__box--three {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

@media (max-width: 767px) {
  .letters-m__box--four {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@media (max-width: 767px) {
  .letters-m__box--five {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@media (max-width: 767px) {
  .letters-m__box--six {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.letters-m__box--dote {
  max-height: 135px;
  height: 100%;
}

.letters-m__m {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.letters-m__m--one {
  max-width: 274px;
  max-height: 244px;
  -webkit-transform: rotate(-23.75deg);
      -ms-transform: rotate(-23.75deg);
          transform: rotate(-23.75deg);
  margin-top: 35px;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .letters-m__m--one {
    max-width: 131px;
    max-height: 117px;
  }
}

.letters-m__m--two {
  position: relative;
  max-width: 197px;
  max-height: 194px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .letters-m__m--two {
    max-width: 94px;
    max-height: 93px;
    margin-left: 0;
    left: -24px;
    top: -10px;
  }
}

.letters-m__m--three {
  position: relative;
  max-width: 125px;
  max-height: 111px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  margin-top: 106px;
  left: -30px;
}

@media (max-width: 767px) {
  .letters-m__m--three {
    max-width: 60px;
    max-height: 53px;
    margin-top: 0;
    left: -37px;
    top: 38px;
  }
}

.letters-m__dote {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.letters-m__dote--one {
  position: relative;
  max-width: 56px;
  max-height: 50px;
  margin: auto;
  left: -15px;
  z-index: 6;
}

@media (max-width: 767px) {
  .letters-m__dote--one {
    max-width: 27px;
    max-height: 24px;
    left: -28px;
    top: 37px;
  }
}

.letters-m__dote--two {
  position: relative;
  max-width: 54px;
  max-height: 48px;
  margin: 35px auto auto auto;
  left: -15px;
  z-index: 4;
}

@media (max-width: 767px) {
  .letters-m__dote--two {
    max-width: 26px;
    max-height: 23px;
    left: -30px;
    top: 22px;
  }
}

.letters-m__dote--three {
  position: relative;
  max-width: 38px;
  max-height: 34px;
  left: -5px;
  margin-top: 23px;
  z-index: 2;
}

@media (max-width: 767px) {
  .letters-m__dote--three {
    max-width: 18px;
    max-height: 16px;
    left: -22px;
    top: 30px;
  }
}

.line-three {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 991px) {
  .line-three {
    padding: 20px 0;
  }
}

.line-three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  bottom: 0;
  left: 0;
}

.line-three::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  top: 0;
  left: 0;
}

.line-three__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-three__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .line-three__items {
    gap: 40px;
    padding-right: 40px;
  }
}

.line-three__item {
  font-size: 28px;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 991px) {
  .line-three__item {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .line-three__item {
    font-size: 16px;
  }
}

.platform {
  padding: 142px 0 105px;
}

@media (max-width: 991px) {
  .platform {
    padding: 82px 0 60px;
  }
}

.platform__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .platform__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.platform__left {
  margin-right: 50px;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .platform__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
}

.platform__title {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .platform__title {
    text-align: center;
    margin: 0 auto 24px auto;
  }
}

@media (max-width: 767px) {
  .platform__title {
    margin: 0 auto 16px auto;
  }
}

.platform__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #949A9E;
}

@media (max-width: 1200px) {
  .platform__text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .platform__text {
    font-size: 16px;
  }
}

.platform__swiper-box {
  position: relative;
}

@media (max-width: 1200px) {
  .platform__swiper-box {
    max-width: 782px;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .platform__swiper-box {
    max-width: 372px;
    margin: 0 auto;
  }
}

.platform__swiper {
  max-width: 750px;
  max-height: 470px;
  overflow: hidden;
}

.platform__box {
  position: relative;
  max-width: 850px;
  max-height: 495px;
  padding-top: 45px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .platform__box {
    max-width: 342px;
    min-height: 440px;
    margin: 0 auto;
  }
}

.platform__video {
  width: 100%;
}

@media (max-width: 767px) {
  .platform__video {
    max-width: 680px;
    width: 100%;
    max-height: 383px;
  }  
}

.platform__anim {
  display: block;
  min-width: 795px;
  min-height: 450px;
  margin-left: 50px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media (max-width: 767px) {
  .platform__anim {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 680px;
    margin-left: 0;
  }
}

.platform__anim-content {
  position: absolute;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.platform__anim-mus {
  right: 6%;
  top: 5px;
  max-width: 518px;
  z-index: -1;
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
}

@media (max-width: 767px) {
  .platform__anim-mus {
    max-width: 308px;
    right: 3%;
    top: 15px;
  }
}

.platform__mus {
  width: 100%;
}

.platform__anim-questions {
  bottom: 9%;
  left: 0;
  max-width: 444px;
  z-index: 2;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media (max-width: 767px) {
  .platform__anim-questions {
    max-width: 283px;
    bottom: 10px;
  }
}

.platform__anim-text {
  right: 0;
  bottom: 30%;
  max-width: 298px;
  z-index: 2;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 767px) {
  .platform__anim-text {
    max-width: 200px;
    right: -24px;
    bottom: 180px;
  }
}

@media (max-width: 450px) {
  .platform__anim-text {
    right: -10px;
  }
}

.platform__switch {
  position: absolute;
  bottom: -30px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding: 11px;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17.05693px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 17.05693px 0px rgba(0, 0, 0, 0.08);
  z-index: 3;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (max-width: 767px) {
  .platform__switch {
    max-width: 192px;
    gap: 11px;
    padding: 7px;
    bottom: 175px;
    right: 6px;
  }
}

.platform__arrow {
  cursor: default;
  position: relative;
  border-radius: 8px;
}

.platform__arrow::before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .platform__arrow::before {
    width: 18px;
    height: 18px;
  }
}

.platform__arrow-prev {
  min-width: 63px;
  min-height: 46px;
  background-color: #F4F5F6;
}

@media (max-width: 767px) {
  .platform__arrow-prev {
    min-width: 40px;
    min-height: 29px;
  }
}

.platform__arrow-prev::before {
  background-image: url("../img/icons/arrow-left.svg");
  left: 50%;
}

.platform__arrow-next {
  background-color: #1C1C1C;
  color: #ffffff;
  font-size: 17.057px;
  font-weight: 500;
  line-height: 120%;
  padding: 12.5px 52px 12.5px 17px;
}

@media (max-width: 767px) {
  .platform__arrow-next {
    padding: 0 33px 0 11px;
    font-size: 10.871px;
  }
}

.platform__arrow-next::before {
  background-image: url("../img/icons/arrow-right.svg");
  right: 0;
}

.platform__num-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17.057px;
  font-weight: 500;
  line-height: 120%;
  color: #1C1C1C;
}

@media (max-width: 767px) {
  .platform__num-box {
    font-size: 10.871px;
  }
}

.platform__anim-pic {
  width: 900px;
  height: 440px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .platform__anim-pic {
    position: absolute;
    height: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.percent {
  padding: 142px 0 110px;
}

@media (max-width: 991px) {
  .percent {
    padding: 60px 0 75px;
  }
}

.percent__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1300px) {
  .percent__inner {
    display: block;
  }
}

.percent__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  position: relative;
}

@media (max-width: 1300px) {
  .percent__left {
    max-width: 509px;
    margin: 0 auto 40px auto;
  }
}

@media (max-width: 767px) {
  .percent__left {
    max-width: 361px;
  }
}

.percent__left-anim {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.percent__left-one {
  min-width: 300px;
  min-height: 125px;
  background-image: url("../img/percent-left-1.svg");
  left: 30%;
  top: -40px;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
}

@media (max-width: 767px) {
  .percent__left-one {
    min-width: 193px;
    left: 125px;
    top: 2px;
  }
}

.percent__left-two {
  min-width: 240px;
  min-height: 70px;
  background-image: url("../img/percent-left-2.svg");
  right: -38%;
  bottom: 20%;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media (max-width: 991px) {
  .percent__left-two {
    right: -30%;
  }
}

@media (max-width: 767px) {
  .percent__left-two {
    min-width: 146px;
    z-index: 1;
    right: auto;
    left: 37px;
    bottom: 93px;
  }
}

.percent__left-three {
  min-width: 240px;
  min-height: 100px;
  background-image: url("../img/percent-left-3.svg");
  right: -29%;
  bottom: -10px;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 767px) {
  .percent__left-three {
    z-index: 1;
    min-width: 146px;
    right: auto;
    left: 37px;
    bottom: 20px;
  }
}

.percent__top-img, .percent__bottom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.percent__top-img {
  max-width: 215px;
  max-height: 215px;
}

@media (max-width: 767px) {
  .percent__top-img {
    max-width: 162px;
    max-height: 162px;
  }
}

.percent__bottom-right {
  margin-top: 107px;
}

@media (max-width: 767px) {
  .percent__bottom-right {
    position: relative;
    margin-top: 155px;
    left: -20px;
  }
}

.percent__bottom-img {
  max-width: 293px;
  max-height: 293px;
}

@media (max-width: 767px) {
  .percent__bottom-img {
    max-width: 199px;
    max-height: 199px;
  }
}

.percent__right {
  max-width: 460px;
  width: 100%;
}

@media (max-width: 1300px) {
  .percent__right {
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  .percent__title {
    text-align: center;
  }
}

.percent__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #949A9E;
  margin-bottom: 60px;
}

@media (max-width: 1300px) {
  .percent__text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .percent__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.percent__right-bottom {
  border-radius: 12px;
  padding: 15px 19px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}

.percent__right-text {
  display: block;
  font-size: 18px;
  line-height: 120%;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .percent__right-text {
    font-size: 16px;
  }
}

.percent__right-text::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 38px;
  background-image: url("../img/percent.webp");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners {
  padding: 110px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .partners {
    padding: 75px 0 77px;
  }
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .partners__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.partners__left {
  max-width: 500px;
}

@media (max-width: 1200px) {
  .partners__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1200px) {
  .partners__title {
    text-align: center;
    margin: 0 auto 16px auto;
  }
}

.partners__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #949A9E;
}

@media (max-width: 1200px) {
  .partners__text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .partners__text {
    font-size: 16px;
  }
}

.partners__right {
  position: relative;
}

@media (max-width: 1200px) {
  .partners__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 78px;
  }
}

.partners__img-box {
  position: absolute;
}

.partners__top {
  right: 34%;
  top: 12%;
  z-index: -1;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
}

@media (max-width: 767px) {
  .partners__top {
    max-width: 200px;
    top: 0;
    right: 30%;
  }
}

.partners__img {
  width: 100%;
}

.partners__center {
  right: 15%;
  bottom: 10%;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media (max-width: 767px) {
  .partners__center {
    max-width: 170px;
    right: 35px;
    bottom: 32px;
  }
}

.partners__bottom {
  bottom: -8.5%;
  left: 28.5%;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 767px) {
  .partners__bottom {
    max-width: 190px;
    bottom: -42px;
    left: 26%;
  }
}

.video {
  background-color: #F4F5F6;
  padding: 140px 0;
}

@media (max-width: 767px) {
  .video {
    padding: 40px 0;
  }
}

.video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1200px) {
  .video__content {
    display: block;
  }
}

.video__right {
  max-width: 704px;
}

@media (max-width: 1200px) {
  .video__right {
    max-width: 100%;
  }
}

.video__box {
  min-width: 765px;
  min-height: 450px;
  border-radius: 12px;
  border: 1.165px solid rgba(28, 28, 28, 0.2);
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  .video__box {
    min-width: auto;
    max-width: 765px;
    width: 100%;
    margin: 0 auto 47px auto
  }
}

@media (max-width: 767px) {
  .video__box {
    min-height: 303px;
    min-width: auto;
    max-width: 405px;
    width: 100%;
  }
}

.video__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  min-width: auto;
  min-height: 450px;
  width: auto;
  height: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .video__video {
    max-width: 405px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .video__video--main {
    display: none;
  }
}

.video__video--small {
  display: none;
}

@media (max-width: 767px) {
  .video__video--small {
    display: block;
  }
}

.video__pause, .video__sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 3;
  bottom: 22px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .video__pause, .video__sound {
    bottom: 16px;
  }
}

.video__pause {
  right: 22px;
}

@media (max-width: 767px) {
  .video__pause {
    right: 16px;
  }
}

.video__sound {
  right: 62px;
}

@media (max-width: 767px) {
  .video__sound {
    right: 55px;
  }
}

.video__pause-pause, .video__pause-play, .video__sound-sound, .video__sound-mute {
  display: block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.video__pause-pause {
  background-image: url("../img/icons/paus.svg");
}

.video__pause-play {
  background-image: url("../img/icons/play.svg");
}

.video__sound-sound {
  background-image: url("../img/icons/sound.png");
}

.video__sound-sound--play {
  background-image: url("../img/icons/mute.png");
}

.video__util--hidden {
  display: none;
}

.video__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .video__title {
    font-size: 32px;
  }
}

.video__text {
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #949A9E;
}

@media (max-width: 767px) {
  .video__text {
    font-size: 16px;
  }
}

.sign-up {
  padding: 264px 0 100px;
}

@media (max-width: 991px) {
  .sign-up {
    padding: 118px 0 50px;
  }
}

.sign-up__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 33px;
  text-align: center;
}

@media (max-width: 1200px) {
  .sign-up__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .sign-up__title {
    font-size: 32px;
  }
}

.sign-up__subtitle {
  display: block;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 33px;
  text-align: center;
}

@media (max-width: 1200px) {
  .sign-up__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .sign-up__subtitle {
    font-size: 18px;
  }
}

.sign-up__box {
  background-color: #F4F5F6;
  padding: 40px 93px;
  border-radius: 23.301px;
  margin-bottom: 33px;
}

@media (max-width: 1200px) {
  .sign-up__box {
    padding: 40px 21px;
  }
}

@media (max-width: 767px) {
  .sign-up__box {
    margin-bottom: 20px;
  }
}

.sign-up__policy {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 767px) {
  .sign-up__policy {
    font-size: 16px;
  }
}

.sign-up__bottom {
  padding: 40px 0;
  border: 1.165px solid rgba(28, 28, 28, 0.2);
  border-radius: 12px;
}

@media (max-width: 767px) {
  .sign-up__bottom {
    padding: 20px;
  }
}

.sign-up__policy-link {
  text-decoration: underline;
  color: #1C1C1C;
}

.sign-up__test {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 991px) {
  .sign-up__test {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sign-up__test {
    font-size: 24px;
  }
}

.sign-up__test--test {
  color: #6D2EF4;
  background-color: transparent;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  border-bottom: 3px solid #6D2EF4;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 991px) {
  .sign-up__test--test {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sign-up__test--test {
    font-size: 24px;
    border-bottom: 2px solid #6D2EF4;
  }
}

.sign-up__test--test:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding-bottom: 23px;
  margin-bottom: 23px;
  position: relative;
}

@media (max-width: 991px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.form::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  bottom: 0;
  left: 0;
}

.form--result {
  display: block;
  padding-bottom: 0;
  margin: 0;
}

.form--result::before {
  display: none;
}

.form__label {
  display: block;
}

.form__label--result {
  margin-bottom: 16px;
}

.form__input {
  max-width: 398px;
  width: 100%;
  min-height: 90px;
  padding: 0 20px;
  border: 1.165px solid #949A9E;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
  outline: none;
}

@media (max-width: 991px) {
  .form__input {
    max-width: 100%;
    min-height: 62px;
    font-size: 18px;
    font-weight: 400;
  }
}

.form__input::-webkit-input-placeholder {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
}

.form__input::-moz-placeholder {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
}

.form__input:-ms-input-placeholder {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
}

.form__input::-ms-input-placeholder {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
}

.form__input::placeholder {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #949A9E;
}

@media (max-width: 991px) {
  .form__input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .form__input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .form__input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .form__input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .form__input::placeholder {
    font-size: 18px;
    font-weight: 400;
  }
}

.form__input--result {
  max-width: 100%;
  background-color: #F4F5F6;
  border-color: #D5D8DB;
}

.form__input--result::-webkit-input-placeholder {
  color: #D5D8DB;
}

.form__input--result::-moz-placeholder {
  color: #D5D8DB;
}

.form__input--result:-ms-input-placeholder {
  color: #D5D8DB;
}

.form__input--result::-ms-input-placeholder {
  color: #D5D8DB;
}

.form__input--result::placeholder {
  color: #D5D8DB;
}

.form__btn-box {
  max-width: 398px;
  width: 100%;
}

@media (max-width: 991px) {
  .form__btn-box {
    text-align: center;
    max-width: 100%;
  }
}

.form__btn {
  max-width: 398px;
  width: 100%;
  font-size: 28px;
  height: 100%;
  border-radius: 116px;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

@media (max-width: 1200px) {
  .form__btn {
    max-width: 340px;
  }
}

@media (max-width: 991px) {
  .form__btn {
    max-width: 225px;
    font-size: 16px;
  }
}

.form__btn:hover {
  background-color: #F4592E;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.form__btn--result {
  max-width: 300px;
  padding: 18px 5px;
  margin-left: 30px;
}

@media (max-width: 1300px) {
  .form__btn--result {
    font-size: 18px;
    max-height: 58px;
  }
}

@media (max-width: 1200px) {
  .form__btn--result {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .form__btn--result {
    max-width: 225px;
  }
}

.form__error {
  border-color: red;
}

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 84px;
}

@media (max-width: 767px) {
  .form__box {
    display: block;
    margin-top: 0;
    text-align: center;
  }
}

.form__result-policy {
  display: block;
  max-width: 278px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: rgba(47, 47, 47, 0.4);
}

@media (max-width: 767px) {
  .form__result-policy {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 118px auto;
  }
}

.form__result-link {
  color: #1C1C1C;
  text-decoration: underline;
}

.test {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 300;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.test--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.test__content {
  max-width: 1335px;
  width: 100%;
  border-radius: 20px;
  background-color: #F4F5F6;
  padding: 40px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  position: relative;
}

@media (max-width: 991px) {
  .test__content {
    margin: 0 16px;
    padding: 78px 21px 27px 21px;
  }
}

.test__img-smallBox {
  display: none;
}

@media (max-width: 991px) {
  .test__img-smallBox {
    display: block;
    position: absolute;
    max-width: 95px;
    width: 100%;
    max-height: 112px;
    height: 100%;
    top: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-5.767deg);
        -ms-transform: translateX(-50%) rotate(-5.767deg);
            transform: translateX(-50%) rotate(-5.767deg);
  }
}

.test__img-small {
  display: block;
  height: 100%;
  background-image: url("../img/test-small.webp");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
}

.test__close {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("../img/icons/test-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 47px;
  top: 51px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .test__close {
    width: 17px;
    height: 17px;
    top: 29px;
    right: 21px;
  }
}

.test__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .test__title {
    display: none;
  }
}

.test__inner {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .test__inner {
    border: none;
    background-color: transparent;
    padding: 0;
  }
}

.test__item-all {
  display: none;
}

.test__item-all--active {
  display: block;
}

.test__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .test__box {
    display: block;
  }
}

@media (max-width: 991px) {
  .test__left {
    margin-right: 0;
    margin-bottom: 52px;
    text-align: center;
  }
}

.test__num {
  font-size: 18px;
  color: #949A9E;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .test__num {
    display: none;
  }
}

.test__text {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .test__text {
    font-size: 24px;
  }
}

.test__items {
  max-width: 612px;
  width: 100%;
}

@media (max-width: 991px) {
  .test__items {
    max-width: 100%;
  }
}

.test__item {
  border-radius: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.test__item:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .test__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.test__radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 65px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .test__radio-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .test__radio-box {
    min-height: 54px;
  }
}

.test__radio-text {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .test__radio-text {
    font-size: 18px;
  }
}

.test__radio {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.test__radio:checked + .test__radio-visible {
  background-color: #D5D8DB;
}

.test__radio-visible {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #F4F5F6;
  z-index: 1;
}

@media (max-width: 991px) {
  .test__radio-visible {
    background-color: #ffffff;
  }
}

.test__radio-visible--error {
  border: 1px solid red;
}

.test__btn-box {
  text-align: end;
  margin-top: 16px;
  max-width: 612px;
  margin-left: auto;
  text-align: start;
}

@media (max-width: 991px) {
  .test__btn-box {
    text-align: center;
    margin-top: 95px;
    max-width: 100%;
  }
}

.test__btn-box--hidden {
  display: none;
}

.test__btn {
  max-width: 235px;
  font-size: 28.4px;
  font-weight: 600;
  line-height: 120%;
  color: #F4F5F6;
  padding: 17.5px 5px;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

@media (max-width: 991px) {
  .test__btn {
    max-width: 225px;
    font-size: 16px;
    padding: 16px 5px;
  }
}

.test__btn:hover {
  background-color: #F4592E;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.test__item-result--hidden {
  display: none;
}

.test__result-text {
  display: block;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
  color: #949A9E;
}

@media (max-width: 991px) {
  .test__result-text {
    display: none;
  }
}

.test__result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .test__result-box {
    display: block;
  }
}

.test__result-left {
  max-width: 553px;
  width: 100%;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .test__result-left {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 23px;
  }
}

.test__result-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .test__result-title {
    font-size: 24px;
  }
}

.test__result-img {
  position: absolute;
  max-width: 368px;
  width: 100%;
  max-height: 382px;
  height: 100%;
  background-image: url("../img/result-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -132px;
  left: 0;
}

@media (max-width: 991px) {
  .test__result-img {
    display: none;
  }
}

.test__result-right {
  max-width: 612px;
  width: 100%;
}

@media (max-width: 991px) {
  .test__result-right {
    max-width: 100%;
  }
}

.price {
  padding: 100px 0 95px;
}

@media (max-width: 767px) {
  .price {
    padding: 50px 0 50px;
  }
}

.price__title {
  margin-bottom: 24px;
  text-align: center;
}

.price__subtitle {
  display: block;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .price__subtitle {
    font-size: 16px;
  }
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 1200px) {
  .price__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price__item {
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 1200px) {
  .price__item {
    max-width: 460px;
    margin: 0 auto;
  }
}

.price__item:hover {
  transform: scale(1.01);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.price__item--popular {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.price__item--popular .price__inner {
  background-color: #F4592E;
}

.price__item--popular .price__pay {
  color: #ffffff;
}

.price__item--popular .price__pay::before {
  background-image: url("../img/icons/price-arrow-white.svg");
}

@media (max-width: 767px) {
  .price__item--popular .price__classes {
    opacity: 0.40;
    text-align: start;
  }
}

@media (max-width: 767px) {
  .price__item--popular .price__item-title {
    text-align: start;
  }
}

.price__inner {
  padding: 40px 43px;
  background-color: #F4F5F6;
  border-radius: 12px;
  max-width: 460px;
}

.price__top {
  min-height: 328px;
  margin-bottom: 12px;
  position: relative;
}

@media (max-width: 1300px) {
  .price__top {
    min-height: 370px;
  }
}

@media (max-width: 1200px) {
  .price__top {
    min-height: 328px;
  }
}

@media (max-width: 767px) {
  .price__top {
    min-height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
}

.price__top::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(64, 64, 64, 0.2);
  bottom: 0;
  left: 0;
}

.price__item-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .price__item-title {
    font-size: 32px;
  }
}

.price__classes {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .price__classes {
    font-size: 18px;
    opacity: 0.20;
  }
}

.price__item-item {
  font-size: 18px;
  line-height: 120%;
}

@media (max-width: 1500px) {
  .price__item-item {
    font-size: 16px;
  }
}

.price__item-item:not(:last-child) {
  margin-bottom: 15px;
}

.price__price {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}

@media (max-width: 1500px) {
  .price__price {
    font-size: 32px;
  }
}

@media (max-width: 365px) {
  .price__price {
    font-size: 24px;
  }
}

.price__color {
  opacity: 0.20000000298023224;
}

.price__pay {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #F4592E;
  background-color: transparent;
  padding-right: 41px;
  position: relative;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 767px) {
  .price__pay {
    font-size: 20px;
    font-weight: 500;
  }
}

.price__pay:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.price__pay:hover::before {
  right: -5px;
  -webkit-transition: right .2s;
  transition: right .2s;
}

.price__pay::before {
  content: '';
  position: absolute;
  width: 29px;
  height: 18px;
  background-image: url("../img/icons/price-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .2s;
  transition: right .2s;
}

.price__popular {
  position: absolute;
  right: -40px;
  top: -10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
  background-color: #6D2EF4;
  border-radius: 100px;
  max-width: 271px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  -webkit-animation: slideinTwo 3s infinite ease-in-out;
          animation: slideinTwo 3s infinite ease-in-out;
}

@media (max-width: 1500px) {
  .price__popular {
    right: -25px;
  }
}

@media (max-width: 1200px) {
  .price__popular {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .price__popular {
    max-width: 230px;
    font-size: 16px;
    right: auto;
    left: 50%;
    top: 0;
  }
}

.fingers {
  padding-bottom: 70px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fingers {
    padding: 50px 0 27px;
  }
}

.fingers__inner {
  position: relative;
}

@media (max-width: 575px) {
  .fingers__anim-box {
    position: relative;
    width: 100%;
    height: 240px;
  }
}

.fingers__anim {
  text-align: center;
}

@media (max-width: 767px) {
  .fingers__anim {
    text-align: start;
  }
}

.fingers__img {
  max-width: 220px;
}

@media (max-width: 1200px) {
  .fingers__img {
    max-width: 150px;
  }
}

.fingers__title {
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #F4F5F6;
  text-align: center;
  max-width: 1440px;
}

@media (max-width: 1200px) {
  .fingers__title {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .fingers__title {
    font-size: 60px;
    color: #1C1C1C;
    font-weight: 500;
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .fingers__title {
    font-size: 40px;
    line-height: 120%;
    text-transform: inherit;
    max-width: 400px;
    margin: 0 auto 27px auto;
  }
}

.fingers__title--main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 991px) {
  .fingers__title--main {
    display: none;
  }
}

.fingers__title--small {
  display: none;
}

@media (max-width: 991px) {
  .fingers__title--small {
    display: block;
  }
}

.line-four {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 991px) {
  .line-four {
    padding: 20px 0;
  }
}

.line-four::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  bottom: 0;
  left: 0;
}

.line-four::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  top: 0;
  left: 0;
}

.line-four__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-four__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .line-four__items {
    gap: 40px;
    padding-right: 40px;
  }
}

.line-four__item {
  font-size: 28px;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 991px) {
  .line-four__item {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .line-four__item {
    font-size: 16px;
  }
}

.reviews {
  padding: 104px 0 70px;
  background-color: #F4F5F6;
  overflow: hidden;
}

@media (max-width: 767px) {
  .reviews {
    padding: 65px 0 36px;
  }
}

.reviews__title {
  text-align: center;
}

@media (max-width: 767px) {
  .reviews__title {
    margin-bottom: 23px;
  }
}

.reviews__content {
  min-height: 758px;
  position: relative;
}

@media (max-width: 767px) {
  .reviews__content {
    min-height: 500px;
  }
}

.reviews__item {
  max-width: 532px;
  width: 100%;
  position: absolute;
}

@media (max-width: 991px) {
  .reviews__item {
    max-width: 350px;
  }
}

.reviews__item--one {
  left: -100px;
  top: 60px;
  z-index: 10;
}

@media (max-width: 991px) {
  .reviews__item--one {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

@media (max-width: 575px) {
  .reviews__item--one {
    left: -105px;
    top: 75px;
  }
}

.reviews__item--one .reviews__inner {
  -webkit-transform: rotate(-33.636deg);
      -ms-transform: rotate(-33.636deg);
          transform: rotate(-33.636deg);
}

.reviews__item--two {
  top: 35%;
  left: 100px;
}

@media (max-width: 1200px) {
  .reviews__item--two {
    top: 39%;
    left: -47px;
  }
}

@media (max-width: 991px) {
  .reviews__item--two {
    top: 34%;
    left: 6px;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

@media (max-width: 575px) {
  .reviews__item--two {
    top: 27%;
    left: 63px;
  }
}

.reviews__item--two .reviews__inner {
  -webkit-transform: rotate(-8.44deg);
      -ms-transform: rotate(-8.44deg);
          transform: rotate(-8.44deg);
}

.reviews__item--three {
  left: 29%;
  top: 16%;
  z-index: 9;
}

@media (max-width: 1500px) {
  .reviews__item--three {
    left: 33%;
  }
}

@media (max-width: 991px) {
  .reviews__item--three {
    left: 29%;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@media (max-width: 767px) {
  .reviews__item--three {
    left: 24%;
    top: 19%;
  }
}

@media (max-width: 575px) {
  .reviews__item--three {
    left: 55%;
    top: 55%;
  }
}

.reviews__item--three .reviews__inner {
  -webkit-transform: rotate(10.753deg);
      -ms-transform: rotate(10.753deg);
          transform: rotate(10.753deg);
}

@media (max-width: 575px) {
  .reviews__item--three .reviews__inner {
    -webkit-transform: rotate(27.493deg);
        -ms-transform: rotate(27.493deg);
            transform: rotate(27.493deg);
  }
}

.reviews__item--four {
  top: 50px;
  right: -125px;
}

@media (max-width: 1200px) {
  .reviews__item--four {
    right: -210px;
  }
}

@media (max-width: 991px) {
  .reviews__item--four {
    right: -100px;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media (max-width: 575px) {
  .reviews__item--four {
    right: -175px;
    top: 55px;
  }
}

.reviews__item--four .reviews__inner {
  -webkit-transform: rotate(27.493deg);
      -ms-transform: rotate(27.493deg);
          transform: rotate(27.493deg);
}

.reviews__item--five {
  right: 28%;
  bottom: 25%;
}

@media (max-width: 1500px) {
  .reviews__item--five {
    right: 19%;
    bottom: 29%;
  }
}

@media (max-width: 1200px) {
  .reviews__item--five {
    right: 8%;
    bottom: 25%;
  }
}

@media (max-width: 991px) {
  .reviews__item--five {
    right: 5%;
    bottom: 33%;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

@media (max-width: 767px) {
  .reviews__item--five {
    right: -7%;
  }
}

@media (max-width: 575px) {
  .reviews__item--five {
    right: 19%;
    bottom: 1%;
  }
}

.reviews__item--five .reviews__inner {
  -webkit-transform: rotate(-10.151deg);
      -ms-transform: rotate(-10.151deg);
          transform: rotate(-10.151deg);
}

.reviews__item--six {
  bottom: 20px;
  left: 25%;
}

@media (max-width: 1200px) {
  .reviews__item--six {
    bottom: -5px;
    left: 7%;
  }
}

@media (max-width: 991px) {
  .reviews__item--six {
    bottom: 115px;
    left: 4%;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

@media (max-width: 767px) {
  .reviews__item--six {
    bottom: 95px;
    left: 2%;
  }
}

@media (max-width: 575px) {
  .reviews__item--six {
    bottom: 91px;
    left: 14%;
  }
}

.reviews__item--six .reviews__inner {
  -webkit-transform: rotate(13.338deg);
      -ms-transform: rotate(13.338deg);
          transform: rotate(13.338deg);
}

.reviews__item--seven {
  right: 120px;
  bottom: 90px;
}

@media (max-width: 1500px) {
  .reviews__item--seven {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .reviews__item--seven {
    right: -100px;
    bottom: 40px;
  }
}

@media (max-width: 991px) {
  .reviews__item--seven {
    right: -50px;
    bottom: 45px;
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

@media (max-width: 767px) {
  .reviews__item--seven {
    right: -115px;
  }
}

@media (max-width: 575px) {
  .reviews__item--seven {
    right: -173px;
    bottom: -131px;
  }
}

.reviews__item--seven .reviews__inner {
  -webkit-transform: rotate(-24.123deg);
      -ms-transform: rotate(-24.123deg);
          transform: rotate(-24.123deg);
}

@media (max-width: 575px) {
  .reviews__item--seven .reviews__inner {
    -webkit-transform: rotate(15.864deg);
        -ms-transform: rotate(15.864deg);
            transform: rotate(15.864deg);
  }
}

.reviews__inner {
  max-width: 532px;
  width: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1500px) {
  .reviews__inner {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .reviews__inner {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .reviews__inner {
    max-width: 276px;
    padding: 16px 21px;
  }
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .reviews__top {
    margin-bottom: 10px;
  }
}

.reviews__box {
  margin-right: 20px;
  max-width: 81px;
  max-height: 81px;
}

@media (max-width: 767px) {
  .reviews__box {
    margin-right: 10px;
  }
}

.reviews__img {
  border-radius: 50%;
  max-width: 81px;
  max-height: 81px;
}

@media (max-width: 991px) {
  .reviews__img {
    max-width: 70px;
    max-height: 70px;
  }
}

@media (max-width: 767px) {
  .reviews__img {
    max-width: 32px;
    max-height: 32px;
    min-width: 37px;
    min-height: 37px;
  }
}

.reviews__name {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .reviews__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .reviews__name {
    font-size: 14.547px;
    margin-bottom: 0;
  }
}

.reviews__position {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #949A9E;
}

@media (max-width: 991px) {
  .reviews__position {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .reviews__position {
    font-size: 9.352px;
  }
}

.reviews__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  .reviews__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .reviews__text {
    font-size: 10.391px;
  }
}

.reviews__star-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .reviews__star-items {
    margin-top: 28px;
    gap: 4px;
  }
}

@media (max-width: 767px) {
  .reviews__star-img {
    max-width: 18px;
    width: 100%;
    max-height: 18px;
  }
}

.reviews__num {
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .reviews__num {
    font-size: 32px;
  }
}

.reviews__num-text {
  display: block;
  max-width: 206px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .reviews__num-text {
    font-size: 16px;
    max-width: 180px;
  }
}

.final-test {
  padding: 70px 0 50px;
  background-color: #F4F5F6;
}

@media (max-width: 767px) {
  .final-test {
    padding: 36px 0 80px;
  }
}

.final-test__content {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 40px 93px;
  position: relative;
}

@media (max-width: 767px) {
  .final-test__content {
    padding: 28px 21px;
  }
}

.final-test__img-box {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: -40%;
}

@media (max-width: 767px) {
  .final-test__img-box {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -100px;
    -webkit-animation: slideinTranslate 3s infinite ease-in-out;
            animation: slideinTranslate 3s infinite ease-in-out;
  }
}

.final-test__img {
  display: block;
  min-width: 296px;
  min-height: 159px;
  background-image: url("../img/final-test.webp");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 767px) {
  .final-test__img {
    min-width: 205px;
    min-height: 110px;
  }
}

.final-test__title, .final-test__subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 991px) {
  .final-test__title, .final-test__subtitle {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .final-test__title, .final-test__subtitle {
    font-size: 24px;
  }
}

.final-test__subtitle {
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .final-test__subtitle {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .final-test__subtitle {
    font-size: 24px;
  }
}

.final-test__link {
  display: inline-block;
  color: #6D2EF4;
  border-bottom: 3px solid #6D2EF4;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.final-test__link:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.final-test__text {
  font-size: 28px;
  line-height: 120%;
  color: #949A9E;
  text-align: center;
}

@media (max-width: 991px) {
  .final-test__text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .final-test__text {
    font-size: 16px;
  }
}

.test-two {
  padding: 50px 0 160px;
  background-color: #F4F5F6;
  overflow: hidden;
}

@media (max-width: 767px) {
  .test-two {
    padding: 80px 0 57px;
  }
}

.test-two--thanks {
  min-height: 100vh;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.test-two__container {
  max-width: 1440px;
  width: 100%;
}

.test-two__title {
  margin-bottom: 28px;
  text-align: center;
}

.test-two__text {
  display: block;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .test-two__text {
    font-size: 16px;
  }
}

.test-two__content {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 40px 93px;
}

@media (max-width: 991px) {
  .test-two__content {
    padding: 40px 21px;
  }
}

.test-two__item {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.test-two__item--active {
  opacity: 1;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.test-two__item--display {
  display: none;
}

.test-two__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .test-two__inner {
    display: block;
  }
}

.test-two__left {
  max-width: 460px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .test-two__left {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .test-two__left {
    max-width: 301px;
  }
}

.test-two__left--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-two__nums {
  margin-bottom: 30px;
}

.test-two__nums-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  color: #949A9E;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  .test-two__nums-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.test-two__item-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .test-two__item-title {
    font-size: 24px;
  }
}

.test-two__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 991px) {
  .test-two__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .test-two__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.test-two__right--long {
  max-width: 612px;
  width: 100%;
}

.test-two__right--long .test-two__right-left {
  max-width: 100%;
}

.test-two__right--long .test-two__radio-box {
  min-height: 87px;
}

.test-two__right-left {
  max-width: 293px;
  width: 100%;
}

@media (max-width: 991px) {
  .test-two__right-left {
    max-width: 100%;
  }
}

.test-two__radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 40px;
  min-height: 121px;
  position: relative;
}

@media (max-width: 991px) {
  .test-two__radio-box {
    min-height: 77px;
    text-align: center;
  }
}

.test-two__radio-box:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .test-two__radio-box:not(:last-child) {
    margin-bottom: 8px;
  }
}

.test-two__radio {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  cursor: pointer;
}

.test-two__radio:checked + .test-two__radio-visible {
  background-color: #949A9E;
}

.test-two__radio:checked ~ .test-two__radio-text {
  color: #ffffff;
}

.test-two__radio:checked ~ .test-two__radio-testTwo {
  color: #ffffff;
}

.test-two__radio-visible {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #F4F5F6;
  z-index: 1;
}

.test-two__radio-visible--error {
  border: 1px solid red;
}

.test-two__radio-text {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 4px;
  z-index: 2;
}

@media (max-width: 991px) {
  .test-two__radio-text {
    font-size: 18px;
  }
}

.test-two__radio-testTwo {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  z-index: 1;
  color: #949A9E;
}

@media (max-width: 991px) {
  .test-two__radio-testTwo {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .test-two__nums-bottom--main {
    display: none;
  }
}

.test-two__nums-bottom--small {
  display: none;
}

@media (max-width: 767px) {
  .test-two__nums-bottom--small {
    display: block;
  }
}

.test-two__nums-text {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  cursor: pointer;
  max-width: 315px;
}

@media (max-width: 767px) {
  .test-two__nums-text {
    max-width: 301px;
    margin: 62px auto 0 auto;
    text-align: center;
    font-size: 18px;
  }
}

.test-two__final {
  opacity: 0;
  display: none;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .test-two__final {
    text-align: center;
  }
}

.test-two__final--visible {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.test-two__final--display {
  display: block;
}

@media (max-width: 991px) {
  .test-two__anim-box {
    position: relative;
    max-width: 324px;
    min-height: 347px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .test-two__anim-box--main {
    display: none;
  }
}

.test-two__anim-box--small {
  display: none;
}

@media (max-width: 991px) {
  .test-two__anim-box--small {
    display: block;
  }
}

.test-two__letter {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .test-two__letter {
    display: block;
    position: relative;
  }
}

@media (max-width: 991px) {
  .test-two__letter-box {
    position: absolute;
  }
}

.test-two__letter-box--lips {
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(5.942deg);
      -ms-transform: rotate(5.942deg);
          transform: rotate(5.942deg);
}

@media (max-width: 991px) {
  .test-two__letter-box--lips {
    max-width: 192px;
    bottom: -165px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-14.731deg);
        -ms-transform: translateX(-50%) rotate(-14.731deg);
            transform: translateX(-50%) rotate(-14.731deg);
  }
}

.test-two__letter-box--g {
  -webkit-transform: rotate(-9.995deg);
      -ms-transform: rotate(-9.995deg);
          transform: rotate(-9.995deg);
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .test-two__letter-box--g {
    bottom: 165px;
  }
}

@media (max-width: 991px) {
  .test-two__letter-box--o {
    bottom: 160px;
    left: 120px;
  }
}

.test-two__letter-box--last {
  -webkit-transform: rotate(8.803deg);
      -ms-transform: rotate(8.803deg);
          transform: rotate(8.803deg);
}

@media (max-width: 991px) {
  .test-two__letter-box--last {
    bottom: 150px;
    right: 25px;
  }
}

.test-two__lips {
  min-width: 423px;
  min-height: 423px;
  background-image: url("../img/lips.webp");
  left: 42%;
  top: 55px;
}

@media (max-width: 1200px) {
  .test-two__lips {
    min-width: 192px;
    min-height: 192px;
    left: 54%;
    top: 125px;
  }
}

@media (max-width: 991px) {
  .test-two__lips {
    max-width: 192px;
    min-height: 192px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

.test-two__g {
  min-width: 313px;
  min-height: 313px;
  background-image: url("../img/g.webp");
  right: 13%;
  top: 15px;
}

@media (max-width: 1200px) {
  .test-two__g {
    min-width: 144px;
    min-height: 144px;
    right: 21%;
    top: 80px;
  }
}

@media (max-width: 991px) {
  .test-two__g {
    max-width: 144px;
    min-height: 144px;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}

.test-two__o {
  min-width: 306px;
  min-height: 336px;
  background-image: url("../img/o.webp");
  right: -10%;
  top: -10px;
}

@media (max-width: 1200px) {
  .test-two__o {
    min-width: 140px;
    min-height: 154px;
    right: 5%;
    top: 70px;
  }
}

@media (max-width: 991px) {
  .test-two__o {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.test-two__last {
  min-width: 120px;
  min-height: 342px;
  background-image: url("../img/last.webp");
  right: -16%;
  top: -100px;
}

@media (max-width: 1200px) {
  .test-two__last {
    min-width: 55px;
    min-height: 157px;
    right: -2%;
    top: 35px;
  }
}

@media (max-width: 991px) {
  .test-two__last {
    right: 0;
    top: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.test-two__final-inner {
  max-width: 415px;
}

@media (max-width: 991px) {
  .test-two__final-inner {
    max-width: 100%;
  }
}

.test-two__result {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #949A9E;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .test-two__result {
    margin-bottom: 12px;
  }
}

.test-two__final-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .test-two__final-title {
    max-width: 360px;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .test-two__final-title {
    font-size: 24px;
  }
}

.test-two__final-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 767px) {
  .test-two__final-text {
    max-width: 300px;
    margin: 0 auto;
  }
}

.test-two__final-text p:not(:last-child) {
  margin-bottom: 8px;
}

.test-two__final-weight {
  font-weight: 700;
}

.test-two__btn {
  display: block;
  margin-top: 74px;
  font-size: 28.4px;
  font-weight: 600;
  line-height: 120%;
  max-width: 324px;
  text-align: center;
  padding: 24px 5px;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

@media (max-width: 991px) {
  .test-two__btn {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .test-two__btn {
    max-width: 343px;
  }
}

.test-two__btn:hover {
  background-color: #F4592E;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.test-two__btn--thanks {
  max-width: 100%;
}

@media (max-width: 991px) {
  .test-two__btn--thanks {
    max-width: 380px;
  }
}

.line-five {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 991px) {
  .line-five {
    padding: 20px 0;
  }
}

.line-five::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  bottom: 0;
  left: 0;
}

.line-five::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  top: 0;
  left: 0;
}

.line-five__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-five__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .line-five__items {
    gap: 40px;
    padding-right: 40px;
  }
}

.line-five__item {
  font-size: 28px;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 991px) {
  .line-five__item {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .line-five__item {
    font-size: 16px;
  }
}

.level {
  padding: 200px 0 40px;
}

@media (max-width: 991px) {
  .level {
    padding: 41px 0 20px;
  }
}

.level__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .level__inner {
    display: block;
  }
}

.level__left {
  max-width: 860px;
  margin-right: 40px;
}

@media (max-width: 1200px) {
  .level__left {
    margin: 0 auto 40px auto;
  }
}

.level__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .level__title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .level__title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .level__title {
    font-size: 32px;
  }
}

.level__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .level__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .level__box {
    text-align: center;
    display: block;
  }
}

.level__btn {
  max-width: 348px;
  width: 100%;
  padding: 24px 5px;
  font-size: 28.4px;
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.level__btn--one:hover {
  background-color: #F4592E;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.level__btn--two {
  margin-left: 20px;
  max-width: 320px;
  background-color: transparent;
  border: 3px solid var(--blue, #6D2EF4);
  color: #6D2EF4;
}

@media (max-width: 767px) {
  .level__btn--two {
    max-width: 348px;
    margin-left: 0;
    margin-top: 20px;
    padding: 21px 5px;
  }
}

.level__btn--two:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.level__right {
  margin-right: 98px;
  margin-top: -30px;
}

@media (max-width: 1200px) {
  .level__right {
    margin-top: 0;
    margin-right: 0;
    text-align: center;
  }
}

.level__img {
  max-width: 322px;
  width: 100%;
  max-height: 322px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .level__img {
    -webkit-animation: slidein 3s infinite ease-in-out;
            animation: slidein 3s infinite ease-in-out;
  }
}

@media (max-width: 767px) {
  .level__img {
    max-width: 291px;
    max-height: 291px;
  }
}

.footer {
  padding: 60px 0 92px;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px 0 45px;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .footer__items {
    display: block;
  }
}

.footer__inner--small {
  display: none;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer__inner--small .footer__item-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer__inner--small {
    display: block;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .footer__left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #949A9E;
}

@media (max-width: 767px) {
  .footer__item-text {
    text-align: center;
  }
}

.footer__item-text p:not(:last-child) {
  margin-bottom: 8px;
}

.footer__item-text a {
  display: inline-block;
  color: #949A9E;
  text-decoration: underline;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer__item-text a:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .footer__item-text a:not(:last-child) {
    margin-bottom: 8px;
  }
}

.footer__item-text a:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media (max-width: 767px) {
  .footer__item-text--main {
    display: none;
  }
}

.footer__item-text--small {
  display: none;
}

@media (max-width: 767px) {
  .footer__item-text--small {
    display: block;
  }
}

.footer__right {
  max-width: 700px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer__right {
    max-width: 100%;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

@media (max-width: 767px) {
  .footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

.footer__item {
  max-width: 215px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer__item {
    max-width: 147px;
    text-align: center;
  }
}

.footer__item--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__item--social {
    display: none;
  }
}

.footer__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #949A9E;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .footer__item-items--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 38px;
  }
}

.footer__item-items--small .footer__item-item {
  margin-bottom: 0 !important;
}

.footer__item-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer__item-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #1C1C1C;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer__item-link:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer__item-social {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #1C1C1C;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer__item-social:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.footer__vk, .footer__inst, .footer__phone {
  padding-left: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__vk, .footer__inst, .footer__phone {
    display: block;
    padding-left: 0;
  }
}

.footer__vk::before, .footer__inst::before, .footer__phone::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .footer__vk::before, .footer__inst::before, .footer__phone::before {
    display: none;
  }
}

.footer__vk::before {
  background-image: url("../img/icons/vk.svg");
}

.footer__inst::before {
  background-image: url("../img/icons/inst.svg");
}

.footer__phone::before {
  background-image: url("../img/icons/phone.svg");
}

.footer__btn-box {
  display: none;
}

@media (max-width: 767px) {
  .footer__btn-box {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer__pay-boxSmall {
    max-width: 348px;
    width: 100%;
    border: 2px solid #F4592E;
    border-radius: 100px;
    padding: 20px 5px;
    margin: 0 auto;
    text-align: center;
  }
}

.footer__pay {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #F4592E;
  background-color: transparent;
  text-align: start;
  max-width: 156px;
  padding-right: 41px;
  position: relative;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 767px) {
  .footer__pay {
    font-size: 20px;
    max-width: 220px;
  }
}

.footer__pay:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.footer__pay:hover::before {
  right: -5px;
  -webkit-transition: right .2s;
  transition: right .2s;
}

.footer__pay::before {
  content: '';
  position: absolute;
  width: 29px;
  height: 18px;
  background-image: url("../img/icons/price-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .2s;
  transition: right .2s;
}

@media (max-width: 767px) {
  .footer__pay--main {
    display: none;
  }
}

.policy {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .policy {
    padding-bottom: 67px;
  }
}

.policy__top {
  padding: 200px 0 120px;
  background-color: #F4F5F6;
}

@media (max-width: 767px) {
  .policy__top {
    padding: 115px 0 33px;
  }
}

.policy__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto 28px auto;
}

@media (max-width: 1200px) {
  .policy__title {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .policy__title {
    font-size: 24px;
    max-width: 343px;
    margin-bottom: 16px;
  }
}

.policy__subtitle {
  display: block;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
  color: rgba(28, 28, 28, 0.4);
}

@media (max-width: 1200px) {
  .policy__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .policy__subtitle {
    font-size: 16px;
    color: #1c1c1c;
    max-width: 343px;
  }
}

.policy__items {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  list-style: none;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .policy__items {
    padding-top: 31px;
  }
}

.policy__item--pay {
  margin-top: 60px;
}

.policy__item--pay .policy__item-title {
  font-size: 36px;
}

@media (max-width: 767px) {
  .policy__item--pay .policy__item-title {
    font-size: 16px;
  }
}

.policy__item-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__item-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .policy__item-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
  }
}

.policy__text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .policy__text {
    margin-bottom: 16px;
  }
}

.policy__text--pay {
  text-align: center;
}

.policy__pay-color {
  color: #F4592E;
}

.policy__list {
  list-style: none;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__list {
    margin-bottom: 16px;
  }
}

.policy__items-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .policy__items-item {
    font-size: 16px;
  }
}

.policy__items-item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__items-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.policy__item-link {
  color: #6D2EF4;
  text-decoration: underline;
}

.policy__list-items {
  margin-bottom: 24px;
}

.policy__list-text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__list-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .policy__list-text {
    margin-bottom: 16px;
  }
}

.policy__items-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .policy__items-subtitle {
    font-size: 16px;
  }
}

.policy__items-subtitle:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__items-subtitle:not(:last-child) {
    margin-bottom: 16px;
  }
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #1C1C1C;
  z-index: 9999;
  -webkit-transition: opacity .6s, visibility .6s, -webkit-transform .6s;
  transition: opacity .6s, visibility .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s, visibility .6s;
  transition: transform .6s, opacity .6s, visibility .6s, -webkit-transform .6s;
}

#preloader::before {
  content: '';
  position: absolute;
  max-width: 531px;
  width: 100%;
  max-height: 291px;
  height: 100%;
  background-image: url("../img/preload.webp");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: slidein 3s infinite ease-in-out;
          animation: slidein 3s infinite ease-in-out;
}

@media (max-width: 767px) {
  #preloader::before {
    max-width: 300px;
    max-height: 164px;
  }
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: opacity .6s, visibility .6s, -webkit-transform .6s;
  transition: opacity .6s, visibility .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s, visibility .6s;
  transition: transform .6s, opacity .6s, visibility .6s, -webkit-transform .6s;
}

.preloader__loader {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.preloader__loader-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: #FFFFFF;
}

.preloader__loader-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4592E;
  -webkit-animation: fill 0.3s ease;
          animation: fill 0.3s ease;
}

.bann-block {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 22px;
  width: 100%;
  padding-right: 29rem;
  left: 15px;
  z-index: 58;
}

@media (max-width: 767px) {
  .bann-block {
    max-width: max-content;
    padding: 0 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 105px;
  }
}

@media (max-width: 767px) {
  .bann-block__img {
    max-height: 110px;
    margin:0 auto;
  }
}

.bann-block a:hover {
  opacity: 1;
}

.bann-close {
  position: absolute;
  width: 1vw;
  height: 1vw;
  right: 30rem;
  top: 14px;
  background-image: url('../img/bann-close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 59;
}

@media (max-width: 1400px) {
  .bann-close {
    right: 29.5rem;
  }
}

@media (max-width: 991px) {
  .bann-close {
    right: 30.5rem;
  }
}

@media (max-width: 767px) {
  .bann-close {
    width: 12px;
    height: 12px;
    right: 29px;
  }
}

.bann-block__img {
  width: 100%;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes slideinTwo {
  0% {
    -webkit-transform: translateY(-10px) rotate(15deg);
            transform: translateY(-10px) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(15deg);
            transform: translateY(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(15deg);
            transform: translateY(-10px) rotate(15deg);
  }
}

@keyframes slideinTwo {
  0% {
    -webkit-transform: translateY(-10px) rotate(15deg);
            transform: translateY(-10px) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(15deg);
            transform: translateY(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(15deg);
            transform: translateY(-10px) rotate(15deg);
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes slideinTwo {
    0% {
      -webkit-transform: translateY(-10px) rotate(15deg) translateX(-50%);
              transform: translateY(-10px) rotate(15deg) translateX(-50%);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(15deg) translateX(-50%);
              transform: translateY(10px) rotate(15deg) translateX(-50%);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(15deg) translateX(-50%);
              transform: translateY(-10px) rotate(15deg) translateX(-50%);
    }
  }
  @keyframes slideinTwo {
    0% {
      -webkit-transform: translateY(-10px) rotate(15deg) translateX(-50%);
              transform: translateY(-10px) rotate(15deg) translateX(-50%);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(15deg) translateX(-50%);
              transform: translateY(10px) rotate(15deg) translateX(-50%);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(15deg) translateX(-50%);
              transform: translateY(-10px) rotate(15deg) translateX(-50%);
    }
  }
}

@-webkit-keyframes slideinTranslate {
  0% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
}

@keyframes slideinTranslate {
  0% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
}
