@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Fira+Sans:wght@400;500&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
form .iti {
  display: block; }

.iti__search-box {
  width: 100%;
  padding: 10px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 5px;
  font-size: 14px; }

.iti__country-container {
  z-index: 1003 !important; }

.iti__country.preferred {
  font-weight: 500; }

.iti-mobile .iti__country-list {
  max-height: 50%;
  width: 100%;
  top: 127px; }

.iti-mobile .iti--container {
  z-index: 1003; }

.iti .iti-search {
  display: block !important; }

.iti__search-icon {
  display: none; }

.iti__search-input {
  height: 38px !important;
  min-height: 38px;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  color: inherit;
  margin: 0 !important; }

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

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

body {
  font-family: "Inter Tight", sans-serif; }
  body.no-scroll {
    height: 100vh;
    overflow: hidden; }

html {
  scroll-behavior: smooth; }
  html.no-scroll {
    height: 100vh;
    overflow: hidden; }

.container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 1480px) {
  .container {
    max-width: 1350px; } }

@media (max-width: 1350px) {
  .container {
    max-width: 1200px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 992px; } }

@media (max-width: 992px) {
  .container {
    max-width: 768px; } }

@media (max-width: 768px) {
  .container {
    max-width: 620px; } }

@media (max-width: 620px) {
  .container {
    max-width: 450px; } }

@media (max-width: 450px) {
  .container {
    max-width: 100%; } }

.admin-bar .header {
  top: 30px; }
  @media (max-width: 782px) {
    .admin-bar .header {
      top: 46px; } }

.admin-bar .mobile-menu {
  top: 30px; }
  @media (max-width: 782px) {
    .admin-bar .mobile-menu {
      top: 46px; } }

.btn {
  max-width: 342px;
  word-wrap: normal;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #7678ed;
  border-radius: 128px;
  backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.1);
  padding: 14px 28px;
  color: #f6f8fa;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  min-height: 45px; }
  .btn:hover {
    border: 2px solid #3d348b; }
  .btn--color {
    background-color: #7678ED;
    border: none; }
    .btn--color:hover {
      background-color: #3D348B;
      border: none; }
  @media (max-width: 1480px) {
    .btn {
      font-size: 16px; } }

.gradient-text {
  font-weight: 600;
  background: linear-gradient(270deg, #DB75D6, #DB75D6, #AC79BD, #A38EEA, #8399F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 16px 20px;
  border-radius: 0px 0px 24px 24px;
  backdrop-filter: blur(32px);
  z-index: 1001;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s; }
  .header.fixed {
    background-color: black; }
  .header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    width: 182px;
    margin-right: 40px; }
    .header__logo > a {
      width: 100%; }
      .header__logo > a img {
        width: 100%; }
    @media (max-width: 1610px) {
      .header__logo {
        width: 150px;
        margin-right: 20px; } }
    @media (max-width: 1250px) {
      .header__logo {
        width: 120px; } }
  @media (max-width: 1200px) {
    .header__nav {
      display: none; } }
  .header__nav ul {
    display: flex;
    align-items: center; }
    .header__nav ul li {
      margin-right: 15px; }
      .header__nav ul li a {
        font-weight: 500;
        color: #f6f8fa;
        font-size: 20px;
        line-height: 100%;
        text-align: left; }
  @media (max-width: 1480px) {
    .header__nav ul li {
      margin-right: 15px; }
      .header__nav ul li a {
        font-weight: 500;
        color: #f6f8fa;
        font-size: 14px;
        line-height: 100%;
        text-align: left; } }
  .header__active {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .header__active {
        display: none; } }
  .header__btn {
    margin-right: 8px; }
  .header__burger {
    display: none; }
    @media (max-width: 1200px) {
      .header__burger {
        display: block; } }

.burger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  margin: 20px;
  z-index: 9; }
  .burger > span {
    display: block;
    height: 3px;
    background: #fff;
    transition: 0.3s;
    border-radius: 2px; }
  .burger.active {
    z-index: 1002; }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px); }
  .burger.active span:nth-child(2) {
    opacity: 0; }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px); }

.mobile-wrapper {
  opacity: 0;
  z-index: -9999;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .mobile-wrapper.active {
    z-index: 99;
    opacity: 1; }

.mobile-menu {
  transition: .3s;
  background-color: white;
  position: absolute;
  transform: translate(-100vw);
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  padding: 40px 20px;
  z-index: -9999; }
  @media (max-width: 630px) {
    .mobile-menu {
      padding: 20px; } }
  .mobile-menu__logo {
    max-width: 150px;
    margin-bottom: 35px; }
    @media (max-width: 1610px) {
      .mobile-menu__logo {
        width: 150px;
        margin-bottom: 20px; } }
    @media (max-width: 1250px) {
      .mobile-menu__logo {
        width: 120px; } }
    .mobile-menu__logo svg {
      width: 100%; }
  .mobile-menu__nav ul li {
    margin-bottom: 20px; }
    .mobile-menu__nav ul li a {
      font-size: 29px;
      color: black;
      transition: .3s; }
      .mobile-menu__nav ul li a:hover {
        opacity: .8; }
      @media (max-width: 630px) {
        .mobile-menu__nav ul li a {
          font-size: 21px; } }
  .mobile-menu.show {
    transform: translate(0);
    z-index: 1002;
    overflow: auto; }
  .mobile-menu .lang {
    background-color: #5b348b; }
  @media (max-width: 620px) {
    .mobile-menu {
      width: 80%; } }

.lang {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 24px;
  background: rgba(91, 52, 139, 0.2);
  margin-right: 8px;
  cursor: pointer;
  flex-direction: column;
  position: relative; }
  .lang.active {
    border-radius: 24px 24px 0 0; }
  .lang__select {
    display: flex;
    align-items: center; }
  .lang__dropdown {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    top: 35px;
    background: #170c27;
    border-radius: 0 0 24px 24px;
    width: 100%;
    position: absolute;
    text-align: center; }
    .lang__dropdown.active {
      height: 65px; }
  .lang__item-switcher {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
    color: #fff;
    margin-left: 6px; }
  .lang__select-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    color: #f6f8fa;
    margin-left: 6px;
    margin-right: 10px;
    text-transform: uppercase; }
  .lang__select-item {
    width: 100%; }
  .lang__select-icon {
    display: flex;
    align-items: center; }

.menu > li {
  transition: .3s; }
  .menu > li > a {
    padding: 8px;
    border-bottom: 1px solid transparent;
    transition: .3s; }
    .menu > li > a:hover {
      border-bottom: 1px solid;
      border-image: linear-gradient(270deg, #DB75D6 22.39%, #AC79BD 44.16%, #A38EEA 66.17%, #8399F9 85.91%);
      border-image-slice: 1; }
  .menu > li.current-menu-item > a {
    border-bottom: 1px solid;
    border-image: linear-gradient(270deg, #DB75D6 22.39%, #AC79BD 44.16%, #A38EEA 66.17%, #8399F9 85.91%);
    border-image-slice: 1; }

.hero {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 30px;
  min-height: 850px;
  display: flex;
  align-items: center; }
  @media (max-width: 1250px) {
    .hero {
      height: auto; } }
  @media (max-width: 630px) {
    .hero {
      padding: 100px 0 30px;
      min-height: 620px; } }
  .hero__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    @media (max-width: 1250px) {
      .hero__flex.for-video {
        flex-wrap: wrap; } }
  .hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .hero__box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 6.5vh; }
  .hero__title {
    color: #f6f8fa;
    font-size: 128px;
    font-weight: 600;
    line-height: 1;
    word-wrap: normal; }
    @media (max-width: 1650px) {
      .hero__title {
        font-size: 100px; } }
    @media (max-width: 1350px) {
      .hero__title {
        font-size: 86px; } }
    @media (max-width: 768px) {
      .hero__title {
        font-size: 56px; } }
    @media (max-width: 620px) {
      .hero__title {
        font-size: 42px; } }
  .hero__subtitle {
    max-width: 1200px;
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1350px) {
      .hero__subtitle {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .hero__subtitle {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .hero__subtitle {
        font-size: 20px; } }
  .hero__btn {
    font-size: 24px;
    padding: 24px 50px;
    min-width: 342px; }
    @media (max-width: 1350px) {
      .hero__btn {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .hero__btn {
        font-size: 18px;
        padding: 20px 50px; } }
    @media (max-width: 620px) {
      .hero__btn {
        min-width: 100%; } }
  .hero.full-width .hero__box {
    max-width: 100%; }
  .hero .container {
    height: 100%; }

.video {
  width: 600px;
  position: relative;
  z-index: 9;
  padding: 20px; }
  .video__box {
    margin-bottom: 24px; }
  .video__holder {
    width: 100%;
    height: auto;
    cursor: pointer; }
    .video__holder img {
      width: 100%;
      height: auto; }
    .video__holder.active {
      display: none; }
  .video__content {
    display: none; }
    .video__content.active {
      display: block; }
  .video__text {
    text-align: center; }
    .video__text span {
      font-size: 32px;
      font-weight: 500;
      text-align: center; }
      @media (max-width: 992px) {
        .video__text span {
          font-size: 25px; } }
      @media (max-width: 630px) {
        .video__text span {
          font-size: 20px; } }

.industry {
  background: linear-gradient(270deg, #E6D8FF, #ECDCFF, #FFFFFF, #E8E4FF);
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .industry {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .industry {
      padding: 70px 0; } }
  .industry__title {
    font-size: 76px;
    margin-bottom: 72px; }
    @media (max-width: 768px) {
      .industry__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 630px) {
      .industry__title {
        font-size: 42px; } }
  .industry__cards {
    margin-bottom: 48px; }
  .industry__card {
    display: flex;
    margin-bottom: 40px; }
    .industry__card:last-child {
      margin-bottom: 0; }
    .industry__card:nth-child(2n) {
      flex-wrap: wrap-reverse;
      flex-direction: row-reverse; }
      .industry__card:nth-child(2n) .industry__img {
        margin-right: 0;
        margin-left: 24px; }
    @media (max-width: 992px) {
      .industry__card {
        flex-wrap: wrap; }
        .industry__card:nth-child(2n) {
          flex-direction: inherit;
          flex-wrap: wrap; }
          .industry__card:nth-child(2n) .industry__img {
            margin-left: 0; } }
  .industry__img {
    width: 180px;
    flex-shrink: 0;
    margin-right: 24px;
    border-radius: 20px; }
    .industry__img img {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .industry__img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 20px;
        margin-right: 0;
        margin-bottom: 20px; }
        .industry__img img {
          max-height: 300px;
          object-fit: cover; } }
  .industry__info {
    background: linear-gradient(45deg, #E6D8FF, #ECDCFF, #F9ECFF, #E8E4FF);
    padding: 48px;
    width: calc(100% - 204px);
    border: 1px solid #8399F9;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    @media (max-width: 1250px) {
      .industry__info {
        padding: 20px; } }
    @media (max-width: 992px) {
      .industry__info {
        width: 100%; } }
  .industry__name {
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 24px; }
    @media (max-width: 1250px) {
      .industry__name {
        font-size: 38px;
        margin-bottom: 15px; } }
    @media (max-width: 630px) {
      .industry__name {
        font-size: 25px; } }
  .industry__text {
    font-size: 32px;
    font-weight: 400; }
    @media (max-width: 1250px) {
      .industry__text {
        font-size: 28px; } }
    @media (max-width: 630px) {
      .industry__text {
        font-size: 18px; } }
  .industry__stack-title {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .industry__stack-title {
        font-size: 38px; } }
    @media (max-width: 630px) {
      .industry__stack-title {
        font-size: 30px; } }
  .industry__int-title {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .industry__int-title {
        font-size: 38px; } }
    @media (max-width: 630px) {
      .industry__int-title {
        font-size: 30px; } }
  .industry__stack-cards {
    display: flex;
    margin-bottom: 48px; }
    @media (max-width: 992px) {
      .industry__stack-cards {
        flex-wrap: wrap; } }
  .industry__int-cards {
    align-items: center;
    margin-right: 40px; }
    @media (max-width: 1200px) {
      .industry__int-cards {
        margin-right: 0;
        width: 100%; } }
  .industry__stack-card {
    width: 464px;
    background: linear-gradient(45deg, #E6D8FF, #ECDCFF, #F9ECFF, #E8E4FF);
    padding: 48px;
    border: 1px solid #8399F9;
    font-size: 32px;
    font-weight: 500;
    margin-right: 24px;
    border-radius: 20px;
    text-align: center; }
    .industry__stack-card:last-child {
      margin-right: 0; }
    @media (max-width: 1200px) {
      .industry__stack-card {
        padding: 20px; } }
    @media (max-width: 992px) {
      .industry__stack-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
    @media (max-width: 630px) {
      .industry__stack-card {
        font-size: 20px; } }
  .industry__int-card {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .industry__int-card:last-child {
      margin-bottom: 0; }
    @media (max-width: 992px) {
      .industry__int-card {
        flex-wrap: wrap;
        justify-content: center; } }
  .industry__int-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px; }
  .industry__int-img {
    width: 554px; }
    @media (max-width: 1200px) {
      .industry__int-img {
        display: none; } }
  .industry__int-count {
    width: 60px;
    height: 60px;
    background-color: #3D348B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    margin-right: 24px;
    border-radius: 100%; }
    @media (max-width: 992px) {
      .industry__int-count {
        margin: 0 auto;
        margin-bottom: -10px;
        z-index: 9; } }
  .industry__int-text {
    width: 762px;
    background: linear-gradient(45deg, #E6D8FF, #ECDCFF, #F9ECFF, #E8E4FF);
    padding: 48px;
    border: 1px solid #8399F9;
    font-size: 32px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center; }
    @media (max-width: 1480px) {
      .industry__int-text {
        width: 520px; } }
    @media (max-width: 1350px) {
      .industry__int-text {
        padding: 43px; } }
    @media (max-width: 1200px) {
      .industry__int-text {
        width: calc(100% - 84px);
        padding: 25px; } }
    @media (max-width: 620px) {
      .industry__int-text {
        width: 100%;
        font-size: 20px; } }
  .industry__benefits {
    background-image: url(../img/benefits_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px;
    border-radius: 20px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 992px) {
      .industry__benefits {
        padding: 25px; } }
    .industry__benefits:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 1; }
  .industry__benefits-title {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 9; }
    @media (max-width: 1200px) {
      .industry__benefits-title {
        font-size: 38px; } }
    @media (max-width: 630px) {
      .industry__benefits-title {
        font-size: 30px; } }
  .industry__benefits-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    position: relative;
    z-index: 9; }
    .industry__benefits-text > p {
      padding: 10px; }
    @media (max-width: 1200px) {
      .industry__benefits-text {
        grid-template-columns: inherit; } }
    @media (max-width: 630px) {
      .industry__benefits-text {
        font-size: 20px; } }

.platform {
  background: linear-gradient(248deg, #020103, #0D0113, #1C0327, #2A053B);
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .platform {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .platform {
      padding: 70px 0; } }
  .platform__title {
    font-size: 76px;
    margin-bottom: 72px;
    color: #fff; }
    @media (max-width: 768px) {
      .platform__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 630px) {
      .platform__title {
        font-size: 42px; } }
  .platform__cards {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px; }
    @media (max-width: 1200px) {
      .platform__cards {
        width: 100%;
        margin: 0 0 20px; } }
  .platform__card {
    width: 708px;
    background: linear-gradient(248deg, #020103, #0D0113, #1C0327, #2A053B);
    border: 1px solid #8399F9;
    padding: 48px;
    margin: 12px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .platform__card {
        padding: 25px; } }
    .platform__card--last {
      background-image: url(../img/platform_bg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 64px; }
      @media (max-width: 992px) {
        .platform__card--last {
          padding: 30px; } }
      .platform__card--last .platform__name {
        font-size: 64px;
        margin-bottom: 72px; }
        @media (max-width: 992px) {
          .platform__card--last .platform__name {
            font-size: 48px;
            margin-bottom: 50px; } }
        @media (max-width: 630px) {
          .platform__card--last .platform__name {
            font-size: 35px;
            margin-bottom: 25px; } }
      .platform__card--last .platform__text {
        font-size: 48px;
        margin-bottom: 74px; }
        @media (max-width: 992px) {
          .platform__card--last .platform__text {
            font-size: 32px;
            margin-bottom: 50px; } }
        @media (max-width: 630px) {
          .platform__card--last .platform__text {
            font-size: 25px;
            margin-bottom: 25px; } }
    @media (max-width: 1480px) {
      .platform__card {
        width: 48%; } }
    @media (max-width: 1350px) {
      .platform__card {
        width: 47.9%; } }
    @media (max-width: 1200px) {
      .platform__card {
        width: 100%; } }
  .platform__btn {
    background-color: #7678ED;
    border: none;
    transition: .3s;
    word-wrap: normal;
    display: block;
    box-sizing: border-box;
    border-radius: 128px;
    backdrop-filter: blur(40px);
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    min-height: 45px;
    position: relative;
    font-size: 24px;
    background-image: url(../img/arrow-right-up-linear.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    padding: 24px 60px 24px 52px;
    max-width: 350px;
    width: 350px;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .platform__btn {
        font-size: 20px; } }
    @media (max-width: 630px) {
      .platform__btn {
        max-width: 100%;
        width: 100%;
        font-size: 17px; } }
    .platform__btn:hover {
      background-color: #3D348B;
      border: none; }
  .platform__name {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 24px; }
    @media (max-width: 992px) {
      .platform__name {
        font-size: 38px; } }
    @media (max-width: 630px) {
      .platform__name {
        font-size: 25px; } }
  .platform__text ul {
    padding-left: 30px;
    list-style-type: disc; }
    .platform__text ul li {
      font-size: 32px;
      color: #F6F8FA; }
      @media (max-width: 992px) {
        .platform__text ul li {
          font-size: 20px; } }
      @media (max-width: 630px) {
        .platform__text ul li {
          font-size: 18px; } }
  .platform__text p {
    font-size: 32px;
    color: #F6F8FA;
    line-height: 125%; }
    @media (max-width: 992px) {
      .platform__text p {
        font-size: 20px; } }
    @media (max-width: 630px) {
      .platform__text p {
        font-size: 18px; } }

.problems {
  background: linear-gradient(270deg, #E6D8FF, #ECDCFF, #FFFFFF, #E8E4FF);
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .problems {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .problems {
      padding: 70px 0; } }
  .problems__title {
    font-size: 76px;
    margin-bottom: 72px; }
    @media (max-width: 768px) {
      .problems__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 630px) {
      .problems__title {
        font-size: 42px; } }
  .problems__cards {
    margin-bottom: 48px; }
    @media (max-width: 992px) {
      .problems__cards {
        margin-bottom: 0; } }
  .problems__card {
    display: flex;
    margin-bottom: 40px; }
    .problems__card:last-child {
      margin-bottom: 0; }
    .problems__card:nth-child(2n) {
      flex-wrap: wrap-reverse;
      flex-direction: row-reverse; }
      .problems__card:nth-child(2n) .problems__info {
        margin-right: 0; }
      .problems__card:nth-child(2n) .problems__img {
        margin-right: 24px; }
    @media (max-width: 992px) {
      .problems__card {
        flex-wrap: wrap;
        margin-bottom: 20px; }
        .problems__card:nth-child(2n) {
          flex-direction: inherit;
          flex-wrap: wrap; }
          .problems__card:nth-child(2n) .problems__img {
            margin-left: 0; } }
  .problems__img {
    width: 400px;
    flex-shrink: 0;
    border-radius: 20px; }
    .problems__img img {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .problems__img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 20px;
        margin-right: 0;
        margin-bottom: 20px; }
        .problems__img img {
          max-height: 300px;
          object-fit: cover; } }
  .problems__info {
    background: #fff;
    padding: 48px;
    width: calc(100% - 424px);
    border: 1px solid #8399F9;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-right: 24px; }
    @media (max-width: 1250px) {
      .problems__info {
        padding: 20px; } }
    @media (max-width: 992px) {
      .problems__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  .problems__name {
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 24px; }
    @media (max-width: 1250px) {
      .problems__name {
        font-size: 38px;
        margin-bottom: 15px; } }
    @media (max-width: 630px) {
      .problems__name {
        font-size: 25px; } }
  .problems__text {
    font-size: 32px;
    font-weight: 400; }
    @media (max-width: 1250px) {
      .problems__text {
        font-size: 28px; } }
    @media (max-width: 630px) {
      .problems__text {
        font-size: 18px; } }

.conclusion-new {
  background-image: url(../img/conclusion_new.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .conclusion-new {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .conclusion-new {
      padding: 70px 0; } }
  .conclusion-new__title {
    font-size: 76px;
    margin-bottom: 72px; }
    @media (max-width: 768px) {
      .conclusion-new__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 630px) {
      .conclusion-new__title {
        font-size: 42px; } }
  .conclusion-new__box {
    padding: 40px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: space-between; }
    .conclusion-new__box:before {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      filter: blur(100px);
      position: absolute;
      left: 0;
      top: 0;
      display: block; }
    @media (max-width: 1200px) {
      .conclusion-new__box {
        flex-wrap: wrap; } }
    @media (max-width: 992px) {
      .conclusion-new__box {
        padding: 25px; } }
  .conclusion-new__left {
    width: 604px;
    margin-right: 64px;
    position: relative;
    z-index: 9; }
    .conclusion-new__left p {
      display: inline-block;
      color: #F6F8FA;
      font-size: 32px;
      line-height: 125%;
      margin-bottom: 20px; }
    @media (max-width: 1250px) {
      .conclusion-new__left p {
        font-size: 28px; } }
    @media (max-width: 1200px) {
      .conclusion-new__left {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 992px) {
      .conclusion-new__left p {
        font-size: 25px; } }
    @media (max-width: 630px) {
      .conclusion-new__left p {
        font-size: 20px; } }
  .conclusion-new__right {
    width: calc(100% - 664px);
    position: relative;
    z-index: 9; }
    @media (max-width: 1200px) {
      .conclusion-new__right {
        width: 100%; } }
  .conclusion-new__right-img {
    margin-bottom: 40px; }
    .conclusion-new__right-img img {
      width: 100%;
      height: auto; }
    @media (max-width: 1200px) {
      .conclusion-new__right-img {
        margin-bottom: 20px; } }
  .conclusion-new__right-text p {
    color: #F6F8FA;
    font-size: 32px;
    line-height: 125%; }
  @media (max-width: 1250px) {
    .conclusion-new__right-text p {
      font-size: 28px; } }
  @media (max-width: 992px) {
    .conclusion-new__right-text p {
      font-size: 25px; } }
  @media (max-width: 630px) {
    .conclusion-new__right-text p {
      font-size: 20px; } }

.advantages {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .advantages {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .advantages {
      padding: 70px 0; } }
  .advantages__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 75px; }
    @media (max-width: 1350px) {
      .advantages__title {
        font-size: 76px;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .advantages__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .advantages__title {
        font-size: 42px; } }
  .advantages__flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .advantages__flex {
        flex-wrap: wrap; } }
  .advantages__item {
    width: 32%;
    box-sizing: border-box;
    backdrop-filter: blur(32px);
    padding: 24px;
    border: 1px solid #AC79BD;
    border-radius: 24px;
    transition: .3s;
    background: #0D0B1E33; }
    .advantages__item:hover {
      background: #0d0b1e85; }
    @media (max-width: 768px) {
      .advantages__item {
        width: 100%;
        margin-bottom: 20px; } }
  .advantages__item-title {
    color: #ecf0f1;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 1350px) {
      .advantages__item-title {
        font-size: 45px; } }
    @media (max-width: 620px) {
      .advantages__item-title {
        font-size: 35px; } }
  .advantages__item-text {
    color: #ecf0f1;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: center; }
    @media (max-width: 1350px) {
      .advantages__item-text {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .advantages__item-text {
        font-size: 25px; } }
  .advantages.white {
    background: linear-gradient(-39.39deg, #e6d8ff -60.581%, #ecdcff 19.525%, white 39.782%, #e8e4ff 100%); }
    .advantages.white .advantages__title {
      color: #1c1c1c; }
    .advantages.white .advantages__item {
      background: transparent; }
    .advantages.white .advantages__item-text {
      color: #1c1c1c; }

.success {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -67.336%, #ecdcff 16.139%, white 37.249%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .success {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .success {
      padding: 70px 0; } }
  .success__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .success__title {
        font-size: 76px;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .success__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .success__title {
        font-size: 42px; } }
  .success__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .success__item {
    width: 32%;
    height: 600px;
    margin: 0;
    padding: 48px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 24px;
    background-size: cover;
    align-content: space-between; }
    @media (max-width: 1350px) {
      .success__item {
        height: 500px; } }
    @media (max-width: 1200px) {
      .success__item {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px; } }
    @media (max-width: 620px) {
      .success__item {
        height: 500px; } }
  .success__item-top {
    width: 100%;
    margin-bottom: 20px; }
  .success__item-title {
    color: #f6f8fa;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    .success__item-title > span.highlight {
      display: block;
      font-size: 48px;
      font-weight: 400; }
    @media (max-width: 1480px) {
      .success__item-title {
        font-size: 54px; }
        .success__item-title > span.highlight {
          font-size: 36px; } }
    @media (max-width: 1350px) {
      .success__item-title {
        font-size: 46px; }
        .success__item-title > span.highlight {
          font-size: 30px; } }
    @media (max-width: 768px) {
      .success__item-title {
        font-size: 35px; }
        .success__item-title > span.highlight {
          font-size: 25px; } }
  .success__item-subtitle {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
  .success__item-btns {
    width: 342px; }
  .success__btn {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
    padding: 22px 28px; }
    .success__btn:last-child {
      margin-bottom: 0; }
    @media (max-width: 1350px) {
      .success__btn {
        font-size: 18px; } }
  .success__item-list {
    list-style-type: disclosure-closed;
    padding-left: 20px; }
  .success__item-point {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px; }
    .success__item-point:last-child {
      margin-bottom: 0; }

.mission {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .mission {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .mission {
      padding: 70px 0; } }
  .mission__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .mission__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .mission__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .mission__title {
        font-size: 42px; } }
  .mission__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: normal; }
  .mission__left {
    width: 50%;
    padding: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
      .mission__left {
        width: 100%;
        padding: 0;
        margin-bottom: 50px; } }
  .mission__text {
    width: 100%;
    color: #ecf0f1;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 50px; }
    @media (max-width: 1350px) {
      .mission__text {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .mission__text {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .mission__text {
        font-size: 25px; } }
  .mission__bottom {
    width: 100%; }
  .mission__right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%; }
    @media (max-width: 1200px) {
      .mission__right {
        width: 100%;
        padding: 0; } }
    @media (max-width: 620px) {
      .mission__right {
        flex-wrap: wrap; } }
  .mission__item {
    width: 48%;
    padding: 24px;
    display: flex;
    align-items: center;
    color: #ecf0f1;
    font-size: 32px;
    font-weight: 400;
    line-height: 115%;
    text-align: left;
    border-radius: 24px;
    border: 1px solid #AC79BD;
    height: auto;
    min-height: 296px;
    transition: .3s;
    background: #0D0B1E33; }
    .mission__item:hover {
      background: #0d0b1e85; }
    .mission__item:last-child {
      width: 100%;
      margin-top: 24px; }
    @media (max-width: 1350px) {
      .mission__item {
        font-size: 25px; } }
    @media (max-width: 1200px) {
      .mission__item {
        margin-bottom: 20px; }
        .mission__item:last-child {
          margin-top: 0; } }
    @media (max-width: 620px) {
      .mission__item {
        width: 100%;
        padding: 30px 20px;
        font-size: 20px; } }
  .mission__btn {
    font-size: 24px;
    padding: 24px 31px;
    width: 342px; }
    @media (max-width: 1350px) {
      .mission__btn {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .mission__btn {
        width: auto; } }

.focus {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -59.469%, #ecdcff 20.082%, white 40.199%, #e8e4ff 100%);
  margin-top: -1px; }
  @media (max-width: 1350px) {
    .focus {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .focus {
      padding: 70px 0; } }
  .focus__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .focus__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .focus__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .focus__title {
        font-size: 42px; } }
  .focus__text {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1350px) {
      .focus__text {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .focus__text {
        font-size: 20px; } }
  .focus__btn {
    font-size: 24px;
    padding: 24px 28px;
    display: none; }
    @media (max-width: 1350px) {
      .focus__btn {
        font-size: 18px; } }
  .focus__flex {
    display: block; }
  .focus__left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  .focus__top {
    width: 100%; }
  .focus__right {
    width: 49%;
    display: none; }
  .focus__right-item {
    min-height: 340px;
    display: flex;
    align-items: center;
    border: 1px solid #AC79BD;
    padding: 48px 24px;
    color: #ecf0f1;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    box-sizing: border-box;
    border-radius: 24px;
    background: rgba(13, 11, 30, 0.2);
    margin-bottom: 24px; }
    .focus__right-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1350px) {
      .focus__right-item {
        font-size: 25px; } }
    @media (max-width: 992px) {
      .focus__right-item {
        min-height: 140px;
        font-size: 18px;
        padding: 30px 20px; } }
  .focus.black {
    background: linear-gradient(236deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
    .focus.black .focus__flex {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .focus.black .focus__flex {
          flex-wrap: wrap; } }
    .focus.black .focus__btn {
      display: inline-block; }
    .focus.black .focus__left {
      width: 49%; }
      @media (max-width: 992px) {
        .focus.black .focus__left {
          width: 100%;
          margin-bottom: 30px; } }
    .focus.black .focus__right {
      display: block; }
      @media (max-width: 992px) {
        .focus.black .focus__right {
          width: 100%; } }
    .focus.black .focus__title {
      color: #f6f8fa; }
    .focus.black .focus__text {
      color: #f6f8fa; }
      @media (max-width: 992px) {
        .focus.black .focus__text {
          margin-bottom: 30px; } }

.comments {
  height: 800px;
  background: linear-gradient(180deg, #2a053b, #1c0327 33.364%, #0d0113 59.992%, #020103 100%);
  overflow: hidden; }
  @media (max-width: 1350px) {
    .comments {
      height: auto;
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .comments {
      padding: 70px 0; } }
  .comments__flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .comments__flex {
        flex-wrap: wrap; } }
  .comments__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .comments__title {
        font-size: 76px; } }
    @media (max-width: 1200px) {
      .comments__title {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .comments__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .comments__title {
        font-size: 42px; } }
  .comments__left {
    width: 45%;
    padding: 20px; }
    @media (max-width: 1200px) {
      .comments__left {
        width: 100%;
        padding: 0;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .comments__left {
        margin-bottom: 0; } }
  .comments__right {
    width: 55%; }
    @media (max-width: 1200px) {
      .comments__right {
        width: 100%; } }
  .comments__slider {
    height: 800px; }
    @media (max-width: 1350px) {
      .comments__slider {
        height: auto; } }
  @media (max-width: 1350px) {
    .comments__slide {
      height: auto !important; } }
  .comments__text {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left; }
  .comments__block {
    height: 100%;
    position: relative; }
    .comments__block:before {
      content: '';
      width: 380px;
      position: absolute;
      right: 8px;
      top: -290px;
      height: 330px;
      border-radius: 24px;
      backdrop-filter: blur(66.67px);
      background: linear-gradient(180deg, rgba(26, 13, 45, 0.1) 23.171%, rgba(255, 255, 255, 0.1) 100%); }
    .comments__block:after {
      content: '';
      width: 380px;
      position: absolute;
      right: 8px;
      bottom: -290px;
      height: 330px;
      border-radius: 24px;
      backdrop-filter: blur(66.67px);
      background: linear-gradient(350deg, rgba(26, 13, 45, 0.1) 23.171%, rgba(255, 255, 255, 0.1) 100%); }
    @media (max-width: 1480px) {
      .comments__block:before {
        width: 345px; }
      .comments__block:after {
        width: 340px; } }
    @media (max-width: 1350px) {
      .comments__block:before {
        display: none; }
      .comments__block:after {
        display: none; } }
  .comments__content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative; }
    .comments__content:before {
      content: '';
      width: 380px;
      position: absolute;
      left: 8px;
      top: -140px;
      height: 330px;
      border-radius: 24px;
      backdrop-filter: blur(66.67px);
      background: linear-gradient(180deg, rgba(26, 13, 45, 0.1) 23.171%, rgba(255, 255, 255, 0.1) 100%); }
    .comments__content:after {
      content: '';
      width: 380px;
      position: absolute;
      left: 8px;
      bottom: -140px;
      height: 330px;
      border-radius: 24px;
      backdrop-filter: blur(66.67px);
      background: linear-gradient(350deg, rgba(26, 13, 45, 0.1) 23.171%, rgba(255, 255, 255, 0.1) 100%); }
    @media (max-width: 1480px) {
      .comments__content:before {
        width: 345px; }
      .comments__content:after {
        width: 340px; } }
    @media (max-width: 1350px) {
      .comments__content:before {
        display: none; }
      .comments__content:after {
        display: none; } }
  .comments__content-left {
    width: 48%;
    margin: 0 1%; }
    @media (max-width: 1350px) {
      .comments__content-left {
        display: none; } }
  .comments__content-right {
    width: 48%;
    margin: 0 1%; }
    @media (max-width: 1350px) {
      .comments__content-right {
        width: 100%;
        margin: 0; } }
  .comments__content-item {
    border-radius: 24px;
    background: linear-gradient(-39.39deg, #e6d8ff -72.959%, #ecdcff 13.321%, white 35.14%, #e8e4ff 100%);
    width: 100%;
    margin: 24px 0;
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    padding: 24px; }
  .comments__content-sign {
    color: #141414;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    margin-top: 15px; }

.cases {
  background: linear-gradient(-39.39deg, #e6d8ff -64.9%, #ecdcff 17.36%, white 38.163%, #e8e4ff 100%);
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .cases {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .cases {
      padding: 70px 0; } }
  .cases__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .cases__title {
        font-size: 76px;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .cases__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .cases__title {
        font-size: 42px; } }
  .cases__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .cases__left {
    width: 50%;
    margin-right: 14px; }
    @media (max-width: 1350px) {
      .cases__left {
        margin-right: 20px; } }
    @media (max-width: 1200px) {
      .cases__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; } }
    @media (max-width: 620px) {
      .cases__left {
        margin-bottom: 30px; } }
  .cases__text b {
    display: inline-block;
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
  .cases__text p {
    color: #1c1c1c;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    margin-bottom: 24px; }
  @media (max-width: 1350px) {
    .cases__text b {
      font-size: 35px; }
    .cases__text p {
      font-size: 25px; } }
  @media (max-width: 768px) {
    .cases__text b {
      font-size: 30px; } }
  @media (max-width: 620px) {
    .cases__text b {
      font-size: 25px; }
    .cases__text p {
      font-size: 20px; } }
  .cases__right {
    width: 48%;
    background-image: url(../img/cases_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px;
    display: flex;
    border-radius: 20px;
    align-items: flex-end;
    min-height: 558px; }
    @media (max-width: 1200px) {
      .cases__right {
        width: 100%; } }
    @media (max-width: 768px) {
      .cases__right {
        min-height: 300px;
        padding: 48px 15px; } }
  .cases__box {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 620px) {
      .cases__box {
        flex-wrap: wrap; } }
  .cases__btn {
    width: 48%;
    font-size: 24px;
    padding: 20px 28px; }
    @media (max-width: 768px) {
      .cases__btn {
        font-size: 18px; } }
    @media (max-width: 620px) {
      .cases__btn {
        width: 100%;
        margin-bottom: 15px;
        max-width: 100%; } }

.why {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 1350px) {
    .why {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .why {
      padding: 70px 0; } }
  .why:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .why__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1350px) {
      .why__title {
        font-size: 76px; } }
    @media (max-width: 992px) {
      .why__title {
        margin-bottom: 75px; } }
    @media (max-width: 768px) {
      .why__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .why__title {
        font-size: 42px; } }

.staircase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  z-index: 2; }
  .staircase__item {
    padding: 24px 8px;
    text-align: center;
    font-weight: bold;
    margin-left: 25px;
    border-left: 1px solid #AC79BD;
    border-top: 1px solid #AC79BD;
    border-radius: 24px 0 0 0; }
    .staircase__item:last-child {
      margin-left: 0; }
  .staircase__name {
    color: #ecf0f1;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 16px; }
    @media (max-width: 1350px) {
      .staircase__name {
        font-size: 35px; } }
    @media (max-width: 1200px) {
      .staircase__name {
        font-size: 25px; } }
  .staircase__text {
    color: #ecf0f1;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 1200px) {
      .staircase__text {
        font-size: 16px; } }

.staircase__item:nth-child(1) {
  grid-row: 1;
  grid-column: 4;
  margin-top: 0; }

.staircase__item:nth-child(2) {
  grid-row: 2;
  grid-column: 3;
  margin-top: -200px; }

.staircase__item:nth-child(3) {
  grid-row: 3;
  grid-column: 2;
  margin-top: -200px; }

.staircase__item:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
  margin-top: -150px; }

@media (max-width: 992px) {
  .staircase {
    grid-template-columns: repeat(2, 1fr); }
    .staircase__item:nth-child(1) {
      grid-row: 1;
      grid-column: 2;
      margin-top: 0; }
    .staircase__item:nth-child(2) {
      grid-row: 2;
      grid-column: 1;
      margin-top: -100px; }
    .staircase__item:nth-child(3) {
      grid-row: 3;
      grid-column: 2;
      margin-top: -20px; }
    .staircase__item:nth-child(4) {
      grid-row: 4;
      grid-column: 1;
      margin-top: -100px; } }

@media (max-width: 620px) {
  .staircase {
    display: flex;
    flex-wrap: wrap; }
    .staircase__item {
      width: 100%;
      margin: 0 0 20px; }
      .staircase__item:nth-child(1) {
        margin-top: 0; }
      .staircase__item:nth-child(2) {
        margin-top: 0; }
      .staircase__item:nth-child(3) {
        margin-top: 0; }
      .staircase__item:nth-child(4) {
        margin-top: 0; } }

.faq {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .faq {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .faq {
      padding: 70px 0; } }
  .faq__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 75px; }
    @media (max-width: 1350px) {
      .faq__title {
        font-size: 76px;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .faq__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .faq__title {
        font-size: 42px; } }
  .faq__item {
    padding: 48px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer; }
    .faq__item.show .faq__name {
      margin-bottom: 20px; }
    .faq__item.show .faq__answer {
      display: block; }
  .faq__count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #3d348b;
    flex-shrink: 0;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 620px) {
      .faq__count {
        width: 35px;
        height: 35px;
        font-size: 14px; } }
  .faq__name {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 1350px) {
      .faq__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .faq__name {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .faq__name {
        font-size: 25px; } }
  .faq__content {
    margin: 0 62px;
    width: calc(100% - 110px); }
    @media (max-width: 1200px) {
      .faq__content {
        margin: 0 30px; } }
    @media (max-width: 620px) {
      .faq__content {
        width: calc(100% - 70px);
        margin: 0 15px; } }
  .faq__answer {
    display: none; }
    .faq__answer p {
      color: #ecf0f1;
      font-size: 24px;
      font-weight: 400;
      line-height: 125%;
      text-align: left;
      margin-bottom: 10px; }
      .faq__answer p:last-child {
        margin-bottom: 0; }
    .faq__answer ul {
      list-style: inherit;
      padding-left: 20px; }
      .faq__answer ul li {
        color: #ecf0f1; }
    @media (max-width: 620px) {
      .faq__answer p {
        font-size: 16px; } }
  .faq__icon {
    width: 50px;
    height: 50px;
    border: 2px solid #f6f8fa;
    flex-shrink: 0;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; }
    @media (max-width: 620px) {
      .faq__icon {
        width: 35px;
        height: 35px;
        font-size: 14px; } }

.form {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -67.864%, #ecdcff 15.875%, white 37.051%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .form {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .form {
      padding: 70px 0; } }
  .form__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .form__top {
        flex-wrap: wrap; } }
  .form__top-left {
    width: 1074px;
    padding: 76px 24px;
    color: #ecf0f1;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 24px;
    backdrop-filter: blur(32px);
    background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%);
    margin-right: 24px; }
    @media (max-width: 1350px) {
      .form__top-left {
        font-size: 50px;
        width: 100%;
        padding: 35px 15px;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .form__top-left {
        font-size: 35px; } }
  .form__top-right {
    width: calc(100% - 1098px); }
    @media (max-width: 1350px) {
      .form__top-right {
        width: 100%;
        display: flex;
        justify-content: center; } }
  .form__btn {
    width: 342px;
    font-size: 24px;
    padding: 24px 28px; }
    .form__btn--full {
      width: 100%;
      max-width: 100%; }
    @media (max-width: 1350px) {
      .form__btn {
        font-size: 18px; } }
  .form__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 48px; }
    @media (max-width: 1350px) {
      .form__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .form__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .form__title {
        font-size: 42px; } }
  .form__subtitle {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1480px) {
      .form__subtitle {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .form__subtitle {
        font-size: 30px; } }
  .form__bottom {
    padding: 48px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 992px) {
      .form__bottom {
        flex-wrap: wrap; } }
    @media (max-width: 620px) {
      .form__bottom {
        padding: 40px 20px; } }
  .form__bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media (max-width: 620px) {
      .form__bottom-flex {
        flex-direction: column; } }
  .form__bottom-item {
    flex: 1 1 0; }
    @media (max-width: 620px) {
      .form__bottom-item {
        width: 100%; } }
  .form__bottom-left {
    width: 40%;
    margin-right: 24px; }
    @media (max-width: 992px) {
      .form__bottom-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  .form__bottom-right {
    width: 56%; }
    @media (max-width: 992px) {
      .form__bottom-right {
        width: 100%; } }
  .form__info {
    width: 464px;
    display: none;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 24px;
    backdrop-filter: blur(32px);
    margin-left: 24px;
    background: linear-gradient(180deg, #0d0113, #1c0327 47.801%, #2a053b 100%); }
  .form__info-top {
    color: #ecf0f1;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
  .form__info-middle {
    width: 100%; }
  .form__info-social {
    margin-right: 16px; }
    .form__info-social:last-child {
      margin-right: 0; }
  .form__info-bottom {
    width: 100%;
    display: flex;
    align-items: center; }
  .form.full .form__flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .form.full .form__flex {
        flex-wrap: wrap; } }
  .form.full .form__info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    @media (max-width: 1200px) {
      .form.full .form__info {
        display: none; } }
  .form.full .form__bottom {
    width: calc(100% - 488px); }
    @media (max-width: 1200px) {
      .form.full .form__bottom {
        width: 100%;
        margin-bottom: 20px; } }
  .form.full .form__top-left {
    width: 952px; }
    @media (max-width: 1350px) {
      .form.full .form__top-left {
        width: 100%; } }
  .form.full .form__top-right {
    width: calc(100% - 976px); }
    @media (max-width: 1350px) {
      .form.full .form__top-right {
        width: 100%; } }
  .form.full .form__bottom-right {
    width: 73%; }
    @media (max-width: 1200px) {
      .form.full .form__bottom-right {
        width: 100%; } }
  .form.full .form__title {
    font-size: 64px; }
    @media (max-width: 768px) {
      .form.full .form__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .form.full .form__title {
        font-size: 42px; } }
  .form.full .contact-form__btn {
    max-width: 100%; }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .contact-form__item {
    width: 100%;
    border-radius: 16px;
    background: #f6f8fa;
    padding: 36px 24px 36px 56px;
    font-size: 24px; }
    @media (max-width: 992px) {
      .contact-form__item {
        padding: 20px 24px 20px 56px; } }
    .contact-form__item::placeholder {
      font-size: 24px; }
      @media (max-width: 1200px) {
        .contact-form__item::placeholder {
          font-size: 18px; } }
    .contact-form__item:-ms-input-placeholder {
      font-size: 24px; }
      @media (max-width: 1200px) {
        .contact-form__item:-ms-input-placeholder {
          font-size: 18px; } }
    .contact-form__item::-ms-input-placeholder {
      font-size: 24px; }
      @media (max-width: 1200px) {
        .contact-form__item::-ms-input-placeholder {
          font-size: 18px; } }
    .contact-form__item::-webkit-input-placeholder {
      font-size: 24px; }
      @media (max-width: 1200px) {
        .contact-form__item::-webkit-input-placeholder {
          font-size: 18px; } }
    .contact-form__item::-moz-placeholder {
      font-size: 24px; }
      @media (max-width: 1200px) {
        .contact-form__item::-moz-placeholder {
          font-size: 18px; } }
    .contact-form__item:focus {
      outline: none;
      background: #E8E6FE; }
    .contact-form__item.user {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQuMDAwMDAwIiBoZWlnaHQ9IjI0LjAwMDAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggaWQ9ImNsaXA2XzEwMzYwIj4KCQkJPHJlY3QgaWQ9InVzZXIiIHJ4PSIwLjAwMDAwMCIgd2lkdGg9IjIzLjAwMDAwMCIgaGVpZ2h0PSIyMy4wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTAwMDAwIDAuNTAwMDAwKSIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMCIvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8cmVjdCBpZD0idXNlciIgcng9IjAuMDAwMDAwIiB3aWR0aD0iMjMuMDAwMDAwIiBoZWlnaHQ9IjIzLjAwMDAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAgMC41MDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAiLz4KCTxnIGNsaXAtcGF0aD0idXJsKCNjbGlwNl8xMDM2MCkiPgoJCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMCAyMUwyMCAxOUMyMCAxNy45MyAxOS41NyAxNi45MiAxOC44MiAxNi4xN0MxOC4wNyAxNS40MiAxNy4wNiAxNSAxNiAxNUw4IDE1QzYuOTMgMTUgNS45MiAxNS40MiA1LjE3IDE2LjE3QzQuNDIgMTYuOTIgNCAxNy45MyA0IDE5TDQgMjEiIHN0cm9rZT0iIzFDMUMxQyIgc3Ryb2tlLW9wYWNpdHk9IjEuMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuMDAwMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KCQk8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTIgMTFDOS43OSAxMSA4IDkuMiA4IDdDOCA0Ljc5IDkuNzkgMyAxMiAzQzE0LjIgMyAxNiA0Ljc5IDE2IDdDMTYgOS4yIDE0LjIgMTEgMTIgMTFaIiBzdHJva2U9IiMxQzFDMUMiIHN0cm9rZS1vcGFjaXR5PSIxLjAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyLjAwMDAwMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoJPC9nPgo8L3N2Zz4K");
      background-repeat: no-repeat;
      background-position: left 15px top 35px;
      background-size: 25px; }
      @media (max-width: 992px) {
        .contact-form__item.user {
          background-position: left 15px top 24px; } }
    .contact-form__item.email {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQuMDAwMDAwIiBoZWlnaHQ9IjI0LjAwMDAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggaWQ9ImNsaXA2XzEwMzY3Ij4KCQkJPHJlY3QgaWQ9Im1haWwiIHJ4PSIwLjAwMDAwMCIgd2lkdGg9IjIzLjAwMDAwMCIgaGVpZ2h0PSIyMy4wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTAwMDAwIDAuNTAwMDAwKSIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMCIvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8cmVjdCBpZD0ibWFpbCIgcng9IjAuMDAwMDAwIiB3aWR0aD0iMjMuMDAwMDAwIiBoZWlnaHQ9IjIzLjAwMDAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAgMC41MDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAiLz4KCTxnIGNsaXAtcGF0aD0idXJsKCNjbGlwNl8xMDM2NykiPgoJCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yMCA0QzIxLjA5IDQgMjIgNC44OSAyMiA2TDIyIDE4QzIyIDE5LjEgMjEuMDkgMjAgMjAgMjBMNCAyMEMyLjkgMjAgMiAxOS4xIDIgMThMMiA2QzIgNC44OSAyLjkgNCA0IDRMMjAgNFoiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW9wYWNpdHk9IjEuMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuMDAwMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CgkJPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIyIDZMMTIgMTNMMiA2IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1vcGFjaXR5PSIxLjAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyLjAwMDAwMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cgk8L2c+Cjwvc3ZnPgo=");
      background-repeat: no-repeat;
      background-position: left 15px top 35px;
      background-size: 25px; }
      @media (max-width: 992px) {
        .contact-form__item.email {
          background-position: left 15px top 22px; } }
    .contact-form__item.message {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQuMDAwMDAwIiBoZWlnaHQ9IjI0LjAwMDAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggaWQ9ImNsaXA2XzEwMzkzIj4KCQkJPHJlY3QgaWQ9ImVkaXQiIHJ4PSIwLjAwMDAwMCIgd2lkdGg9IjIzLjAwMDAwMCIgaGVpZ2h0PSIyMy4wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTAwMDAwIDAuNTAwMDAwKSIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMCIvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8cmVjdCBpZD0iZWRpdCIgcng9IjAuMDAwMDAwIiB3aWR0aD0iMjMuMDAwMDAwIiBoZWlnaHQ9IjIzLjAwMDAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAgMC41MDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAiLz4KCTxnIGNsaXAtcGF0aD0idXJsKCNjbGlwNl8xMDM5MykiPgoJCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMSA0TDQgNEMzLjQ2IDQgMi45NiA0LjIxIDIuNTggNC41OEMyLjIxIDQuOTYgMiA1LjQ2IDIgNkwyIDIwQzIgMjAuNTMgMi4yMSAyMS4wMyAyLjU4IDIxLjQxQzIuOTYgMjEuNzggMy40NiAyMiA0IDIyTDE4IDIyQzE4LjUzIDIyIDE5LjAzIDIxLjc4IDE5LjQxIDIxLjQxQzE5Ljc4IDIxLjAzIDIwIDIwLjUzIDIwIDIwTDIwIDEzIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1vcGFjaXR5PSIxLjAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyLjAwMDAwMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CgkJPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIwIDEuODdDMjAuNTYgMS44NyAyMS4xIDIuMSAyMS41IDIuNUMyMS44OSAyLjg5IDIyLjEyIDMuNDMgMjIuMTIgNEMyMi4xMiA0LjU2IDIxLjg5IDUuMSAyMS41IDUuNUwxMiAxNUw4IDE2TDkgMTJMMTguNSAyLjVDMTguODkgMi4xIDE5LjQzIDEuODcgMjAgMS44N1oiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW9wYWNpdHk9IjEuMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuMDAwMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cgk8L2c+Cjwvc3ZnPgo=");
      background-repeat: no-repeat;
      background-position: left 15px top 35px;
      background-size: 25px;
      height: 256px; }
      @media (max-width: 992px) {
        .contact-form__item.message {
          background-position: left 15px top 17px; } }
  .contact-form__btn {
    width: 100%;
    font-size: 24px;
    padding: 23px 28px;
    max-width: 100%; }
    @media (max-width: 768px) {
      .contact-form__btn {
        font-size: 18px; } }

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%; }

.footer {
  background: linear-gradient(180deg, #2a053b, #1c0327 33.364%, #0d0113 59.992%, #020103 100%);
  padding: 104px 0; }
  @media (max-width: 620px) {
    .footer {
      padding: 70px 0; } }
  .footer__flex {
    padding: 48px;
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      .footer__flex {
        flex-wrap: wrap; } }
    @media (max-width: 620px) {
      .footer__flex {
        padding: 40px 20px; } }
  .footer__item {
    width: 33%;
    padding: 0 10px; }
    @media (max-width: 992px) {
      .footer__item {
        width: 100%;
        padding: 0;
        margin-bottom: 50px; }
        .footer__item:last-child {
          margin-bottom: 0; } }
  .footer__title {
    color: #f6f8fa;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1200px) {
      .footer__title {
        font-size: 56px;
        margin-bottom: 30px; } }
    @media (max-width: 620px) {
      .footer__title {
        font-size: 42px; } }
  .footer__info-item {
    color: #f6f8fa;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    margin-bottom: 20px;
    display: flex; }
    .footer__info-item > a {
      color: #f6f8fa; }
    @media (max-width: 992px) {
      .footer__info-item {
        font-size: 18px;
        margin-bottom: 14px; } }
  .footer__social {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 992px) {
      .footer__social {
        justify-content: center; } }
  .footer__social-item {
    width: 52px;
    height: 52px;
    margin-right: 20px; }
    .footer__social-item:last-child {
      margin-right: 0; }
    .footer__social-item img {
      width: 100%; }
    @media (max-width: 620px) {
      .footer__social-item {
        width: 35px;
        height: 35px; } }
  .footer__info-icon {
    display: block;
    margin-right: 8px; }
  .footer__copyright {
    color: #f6f8fa;
    font-size: 20px;
    font-weight: 600;
    line-height: 126%;
    text-align: center; }
    @media (max-width: 992px) {
      .footer__copyright {
        font-size: 18px; } }

.services-list {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -79.389%, #ecdcff 10.099%, white 32.729%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .services-list {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .services-list {
      padding: 70px 0; } }
  .services-list__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .services-list__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .services-list__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .services-list__title {
        font-size: 42px; } }
  .services-list__item {
    padding: 48px;
    margin-bottom: 24px;
    border-radius: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .services-list__item:last-child {
      margin-bottom: 0; }
    .services-list__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1; }
    @media (max-width: 768px) {
      .services-list__item {
        padding: 48px 20px; } }
  .services-list__item-title {
    color: #f6f8fa;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 48px;
    position: relative;
    z-index: 1000; }
    @media (max-width: 1350px) {
      .services-list__item-title {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .services-list__item-title {
        font-size: 40px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .services-list__item-title {
        font-size: 30px; } }
  .services-list__item-content {
    margin-bottom: 56px;
    position: relative;
    z-index: 1000; }
    @media (max-width: 620px) {
      .services-list__item-content {
        margin-bottom: 30px; } }
    .services-list__item-content > ul {
      column-count: 2;
      column-gap: 20px;
      list-style: disc;
      padding: 0 0 0 50px; }
      @media (max-width: 620px) {
        .services-list__item-content > ul {
          column-count: 1;
          padding: 0 0 0 20px; } }
    .services-list__item-content > ul li {
      color: white;
      font-size: 44px;
      font-weight: 500;
      margin-bottom: 15px;
      padding-right: 10px; }
      @media (max-width: 1350px) {
        .services-list__item-content > ul li {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .services-list__item-content > ul li {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 620px) {
        .services-list__item-content > ul li {
          font-size: 18px; } }
  .services-list__item-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px; }
  .services-list__item-btn {
    font-size: 24px;
    width: 380px;
    padding: 23px 28px;
    position: relative;
    z-index: 1000; }
    @media (max-width: 992px) {
      .services-list__item-btn {
        font-size: 18px; } }

.process {
  padding: 150px 0;
  background: linear-gradient(180deg, #2a053b, #1c0327 33.364%, #0d0113 59.992%, #020103 100%);
  opacity: 0.96; }
  @media (max-width: 1350px) {
    .process {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .process {
      padding: 70px 0; } }
  .process__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .process__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .process__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .process__title {
        font-size: 42px; } }
  .process__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .process__item {
    width: 33.3%;
    padding: 24px;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #AC79BD;
    transition: .3s;
    background: #0D0B1E33; }
    .process__item:hover {
      background: #0d0b1e85; }
    .process__item:first-child {
      border-radius: 24px 0 0 0; }
    .process__item:last-child {
      border-radius: 0 0 24px 0; }
    .process__item:nth-child(3) {
      border-radius: 0 24px 0 0; }
    .process__item:nth-child(4) {
      border-radius: 0 0 0 24px; }
    @media (max-width: 1200px) {
      .process__item {
        width: 50%; }
        .process__item:first-child {
          border-radius: 24px 0 0 0; }
        .process__item:last-child {
          border-radius: 0 0 24px 0; }
        .process__item:nth-child(2) {
          border-radius: 0 24px 0 0; }
        .process__item:nth-child(3) {
          border-radius: 0 0 0 0; }
        .process__item:nth-child(4) {
          border-radius: 0 0 0 0; }
        .process__item:nth-child(5) {
          border-radius: 0 0 0 24px; } }
    @media (max-width: 768px) {
      .process__item {
        width: 100%; }
        .process__item:first-child {
          border-radius: 24px 24px 0 0; }
        .process__item:last-child {
          border-radius: 0 0 24px 24px; }
        .process__item:nth-child(2) {
          border-radius: 0 0 0 0; }
        .process__item:nth-child(3) {
          border-radius: 0 0 0 0; }
        .process__item:nth-child(4) {
          border-radius: 0 0 0 0; }
        .process__item:nth-child(5) {
          border-radius: 0 0 0 0; } }
  .process__item-count {
    width: 60px;
    height: 60px;
    background-color: #3D348B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 24px;
    border-radius: 100%; }
  .process__item-title {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 16px; }
    @media (max-width: 620px) {
      .process__item-title {
        font-size: 30px; } }
  .process__item-text {
    color: #ecf0f1;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left; }
    .process__item-text p {
      display: flex;
      margin-bottom: 20px; }
    @media (max-width: 620px) {
      .process__item-text {
        font-size: 20px; } }

.expertise {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -80.004%, #ecdcff 9.791%, white 32.499%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .expertise {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .expertise {
      padding: 70px 0; } }
  .expertise__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px;
    max-width: 900px; }
    @media (max-width: 1350px) {
      .expertise__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .expertise__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .expertise__title {
        font-size: 42px; } }
  .expertise__flex {
    display: flex;
    flex-wrap: wrap; }
  .expertise__top {
    width: 100%; }
  .expertise__bottom {
    width: 100%;
    max-width: 345px;
    margin: auto; }
  .expertise__item {
    width: 32.3%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 48px 16px;
    min-height: 774px;
    border-radius: 24px;
    background: linear-gradient(180deg, #0d0113, #1c0327 47.801%, #2a053b 100%);
    margin: 0.5%; }
    @media (max-width: 1200px) {
      .expertise__item {
        width: 48%; } }
    @media (max-width: 992px) {
      .expertise__item {
        min-height: 550px;
        width: 100%;
        margin: 0 0 20px; } }
  .expertise__item-title {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 16px; }
    @media (max-width: 1200px) {
      .expertise__item-title {
        font-size: 35px; } }
    @media (max-width: 992px) {
      .expertise__item-title {
        font-size: 30px; } }
  .expertise__item-text {
    color: #f6f8fa;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 992px) {
      .expertise__item-text {
        font-size: 20px; } }
  .expertise__btn {
    width: 100%;
    font-size: 24px;
    padding: 25px 14px;
    margin-top: 16px; }
    @media (max-width: 992px) {
      .expertise__btn {
        font-size: 18px; } }
  .expertise.three-column .expertise__item {
    width: 32.3%; }
    .expertise.three-column .expertise__item:nth-last-child(-n+2) {
      width: 49%;
      min-height: 564px; }
    @media (max-width: 1200px) {
      .expertise.three-column .expertise__item {
        width: 49%; } }
    @media (max-width: 992px) {
      .expertise.three-column .expertise__item {
        width: 100%; }
        .expertise.three-column .expertise__item:nth-last-child(-n+2) {
          width: 100%; } }
  .expertise.two-column .expertise__item {
    width: 49%; }
    .expertise.two-column .expertise__item:last-child {
      width: 100%;
      min-height: 474px; }
    @media (max-width: 992px) {
      .expertise.two-column .expertise__item {
        width: 100%; } }
  .expertise.one-column .expertise__item {
    width: 100%;
    min-height: 504px; }
    .expertise.one-column .expertise__item:last-child {
      width: 100%;
      min-height: 504px; }

.list-cases {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -71.99%, #ecdcff 13.807%, white 35.504%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .list-cases {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .list-cases {
      padding: 70px 0; } }
  .list-cases__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .list-cases__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .list-cases__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .list-cases__title {
        font-size: 42px; } }
  .list-cases__item {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .list-cases__item:last-child {
      margin-bottom: 0; }
  .list-cases__left {
    width: 49%; }
    @media (max-width: 992px) {
      .list-cases__left {
        width: 100%;
        margin-bottom: 30px; } }
  .list-cases__right {
    width: 49%;
    border-radius: 24px;
    padding: 48px 24px;
    min-height: 558px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end; }
    @media (max-width: 1350px) {
      .list-cases__right {
        min-height: 350px; } }
    @media (max-width: 992px) {
      .list-cases__right {
        width: 100%; } }
  .list-cases__sign {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1350px) {
      .list-cases__sign {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .list-cases__sign {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .list-cases__sign {
        font-size: 25px; } }
  .list-cases__name {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .list-cases__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .list-cases__name {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .list-cases__name {
        font-size: 25px; } }
  .list-cases__text {
    color: #1c1c1c;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 768px) {
      .list-cases__text {
        font-size: 25px; } }
    @media (max-width: 620px) {
      .list-cases__text {
        font-size: 18px; } }
  .list-cases__btn {
    width: 100%;
    font-size: 24px;
    display: block;
    max-width: 100%;
    padding: 20px 28px; }
    @media (max-width: 1200px) {
      .list-cases__btn {
        font-size: 18px; } }

.list-blog {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .list-blog {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .list-blog {
      padding: 70px 0; } }
  .list-blog__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .list-blog__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .list-blog__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .list-blog__title {
        font-size: 42px; } }
  .list-blog__wrap {
    display: flex;
    flex-wrap: wrap; }
  .list-blog__item {
    width: 48%;
    margin: 1%;
    border: 1px solid #AC79BD;
    border-radius: 24px; }
    @media (max-width: 992px) {
      .list-blog__item {
        width: 100%;
        margin: 0 0 20px; } }
  .list-blog__top {
    min-height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px; }
    @media (max-width: 992px) {
      .list-blog__top {
        min-height: 200px; } }
  .list-blog__bottom {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    min-height: 393px;
    align-content: space-between; }
  .list-blog__bottom-top {
    width: 100%; }
  .list-blog__bottom-bottom {
    width: 100%; }
  .list-blog__info {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 620px) {
      .list-blog__info {
        flex-wrap: wrap; } }
  .list-blog__type {
    margin-right: 16px; }
    @media (max-width: 620px) {
      .list-blog__type {
        margin-right: 0; } }
  .list-blog__item-title {
    color: #f6f8fa;
    font-size: 32px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .list-blog__item-title {
        font-size: 25px; } }
  .list-blog__item-text {
    color: #f6f8fa;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    margin-bottom: 14px; }
    @media (max-width: 992px) {
      .list-blog__item-text {
        font-size: 18px; } }
  .list-blog__btn {
    font-size: 24px;
    padding: 24px 47px; }
    @media (max-width: 992px) {
      .list-blog__btn {
        font-size: 18px; } }
  .list-blog__type, .list-blog__date {
    width: 162px;
    font-size: 16px;
    padding: 10px 25px; }
    @media (max-width: 620px) {
      .list-blog__type, .list-blog__date {
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 14px; } }

.single-content {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .single-content {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .single-content {
      padding: 70px 0; } }
  .single-content__flex {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1350px) {
      .single-content__flex {
        flex-wrap: wrap; } }
  .single-content__info {
    display: flex;
    margin-bottom: 72px; }
  .single-content__left {
    width: calc(100% - 488px);
    margin-right: 24px; }
    @media (max-width: 1350px) {
      .single-content__left {
        width: 100%; } }
  .single-content__right {
    width: 464px;
    position: sticky;
    top: 140px; }
    @media (max-width: 1350px) {
      .single-content__right {
        display: none; } }
  .single-content__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .single-content__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .single-content__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .single-content__title {
        font-size: 35px; } }
  .single-content__social {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-content__social-item {
    width: 51px;
    margin: 0 8px; }

.sticky-block {
  box-sizing: border-box;
  border-radius: 24px;
  background: linear-gradient(180deg, #0d0113, #1c0327 47.801%, #2a053b 100%);
  padding: 24px;
  border: 1px solid #AC79BD; }
  .sticky-block__title {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
  .sticky-block .contact-form__btn {
    width: 100%;
    max-width: 100%; }
  .sticky-block .contact-form__item.message {
    height: 200px; }

.editor b {
  display: inline-block;
  color: #ecf0f1;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  margin-bottom: 32px; }

.editor p {
  display: inline-block;
  color: #ecf0f1;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  text-align: left;
  margin-bottom: 32px; }

.editor h3 {
  color: #ecf0f1;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  margin-bottom: 24px; }

.editor ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 15px; }
  .editor ul > li {
    color: #ecf0f1;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    margin-bottom: 24px; }

.editor a {
  color: #ecf0f1;
  text-decoration: underline; }

@media (max-width: 1350px) {
  .editor b {
    font-size: 35px; }
  .editor p {
    font-size: 25px; }
  .editor h3 {
    font-size: 45px; }
  .editor ul > li {
    font-size: 25px; } }

@media (max-width: 768px) {
  .editor b {
    font-size: 30px; }
  .editor p {
    font-size: 20px; }
  .editor h3 {
    font-size: 35px; }
  .editor ul > li {
    font-size: 20px; } }

@media (max-width: 620px) {
  .editor b {
    font-size: 25px; }
  .editor p {
    font-size: 18px; }
  .editor h3 {
    font-size: 30px; }
  .editor ul > li {
    font-size: 18px; } }

.case-study {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -70.342%, #ecdcff 14.633%, white 36.122%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .case-study {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .case-study {
      padding: 70px 0; } }
  .case-study__sign {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1350px) {
      .case-study__sign {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .case-study__sign {
        font-size: 56px; } }
    @media (max-width: 620px) {
      .case-study__sign {
        font-size: 35px; } }
  .case-study__title {
    font-size: 96px;
    font-weight: 600;
    line-height: 120%;
    background: linear-gradient(270deg, #DB75D6, #DB75D6, #AC79BD, #A38EEA, #8399F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .case-study__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .case-study__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .case-study__title {
        font-size: 35px; } }
  .case-study__flex {
    display: flex;
    flex-wrap: wrap; }
  .case-study__item {
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f6f8fa;
    padding: 88px 48px;
    border: 1px solid #AC79BD;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .case-study__item {
        padding: 40px 20px;
        width: 100%; } }
  .case-study__name {
    color: #151515;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .case-study__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .case-study__name {
        font-size: 30px;
        margin-bottom: 14px; } }
    @media (max-width: 620px) {
      .case-study__name {
        font-size: 25px; } }
  .case-study__text {
    color: #151515;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    .case-study__text ul {
      list-style-type: disc;
      padding-left: 30px; }
    @media (max-width: 1350px) {
      .case-study__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .case-study__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .case-study__text {
        font-size: 18px; } }
  .case-study.two-column .case-study__item:last-child {
    width: 100%; }
  .case-study.one-column .case-study__item {
    width: 100%; }
    .case-study.one-column .case-study__item:last-child {
      width: 100%; }

.challenges {
  padding: 150px 0;
  background: linear-gradient(180deg, #2a053b, #1c0327 33.364%, #0d0113 59.992%, #020103 100%); }
  @media (max-width: 1350px) {
    .challenges {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .challenges {
      padding: 70px 0; } }
  .challenges__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .challenges__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .challenges__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .challenges__title {
        font-size: 35px; } }
  .challenges__flex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0px -20px; }
  .challenges__item {
    width: 100%;
    padding: 48px 24px;
    margin: .8%;
    border: 1px solid #AC79BD;
    box-sizing: border-box;
    border-radius: 24px;
    backdrop-filter: blur(32px);
    background: rgba(13, 11, 30, 0.2); }
    @media (max-width: 768px) {
      .challenges__item {
        padding: 30px 20px; } }
  .challenges__name {
    color: #ecf0f1;
    font-size: 46px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .challenges__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .challenges__name {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .challenges__name {
        font-size: 25px; } }
  .challenges__text {
    color: #ecf0f1;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: center; }
    @media (max-width: 1350px) {
      .challenges__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .challenges__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .challenges__text {
        font-size: 18px; } }
  .challenges.three-column .challenges__item {
    width: 31.7%; }
    @media (max-width: 992px) {
      .challenges.three-column .challenges__item {
        width: 100%; } }
  .challenges.three-column .challenges__text {
    text-align: left; }

.solution {
  padding: 150px 0; }
  @media (max-width: 1350px) {
    .solution {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .solution {
      padding: 70px 0; } }
  .solution__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 48px; }
    @media (max-width: 1350px) {
      .solution__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .solution__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .solution__title {
        font-size: 35px; } }
  .solution__subtitle {
    background: linear-gradient(270deg, #DB75D6, #DB75D6, #AC79BD, #A38EEA, #8399F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .solution__subtitle {
        font-size: 65px; } }
    @media (max-width: 768px) {
      .solution__subtitle {
        font-size: 50px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .solution__subtitle {
        font-size: 32px; } }
  .solution__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 72px;
    background-color: #3D348B;
    border-radius: 100%; }
    @media (max-width: 768px) {
      .solution__arrow {
        margin: 0 auto 35px; } }
  .solution__flex {
    display: flex;
    flex-wrap: wrap; }
  .solution__item {
    width: 100%;
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    text-align: left; }
    @media (max-width: 1350px) {
      .solution__item {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .solution__item {
        font-size: 25px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .solution__item {
        font-size: 20px; } }
  .solution.one-column .solution__item {
    width: 100%;
    margin: .5%; }
  .solution.two-column .solution__item {
    width: 49%;
    margin: .5%; }
    @media (max-width: 1350px) {
      .solution.two-column .solution__item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px; } }

.outcomes {
  padding: 150px 0;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .outcomes {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .outcomes {
      padding: 70px 0; } }
  .outcomes__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .outcomes__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .outcomes__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .outcomes__title {
        font-size: 35px; } }
  .outcomes__flex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0px -20px; }
  .outcomes__item {
    width: 31.7%;
    padding: 48px 24px;
    box-sizing: border-box;
    border-radius: 24px;
    backdrop-filter: blur(32px);
    background: rgba(13, 11, 30, 0.2);
    border: 1px solid #AC79BD;
    margin: .8%; }
    @media (max-width: 992px) {
      .outcomes__item {
        width: 100%; } }
    @media (max-width: 768px) {
      .outcomes__item {
        padding: 30px 20px; } }
  .outcomes__name {
    color: #ecf0f1;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .outcomes__name {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .outcomes__name {
        font-size: 30px;
        margin-bottom: 20px; } }
    @media (max-width: 620px) {
      .outcomes__name {
        font-size: 25px; } }
  .outcomes__text {
    color: #ecf0f1;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 1350px) {
      .outcomes__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .outcomes__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .outcomes__text {
        font-size: 18px; } }

.key {
  padding: 150px 0;
  background: linear-gradient(-39.39deg, #e6d8ff -71.27%, #ecdcff 14.168%, white 35.774%, #e8e4ff 100%); }
  @media (max-width: 1350px) {
    .key {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .key {
      padding: 70px 0; } }
  .key__title {
    color: #1c1c1c;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px;
    max-width: 830px; }
    @media (max-width: 1350px) {
      .key__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .key__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .key__title {
        font-size: 35px; } }
  .key__flex {
    display: flex;
    flex-wrap: wrap; }
  .key__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #363636;
    width: 100%; }
    @media (max-width: 768px) {
      .key__item {
        flex-wrap: wrap;
        border-top: none;
        margin-bottom: 20px; } }
  .key__left {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #363636;
    min-height: 150px; }
    @media (max-width: 768px) {
      .key__left {
        width: 100%;
        height: auto;
        border-right: 0px; } }
  .key__right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center; }
    .key__right--alt {
      padding-left: 20px; }
    @media (max-width: 768px) {
      .key__right {
        width: 100%; } }
  .key__name {
    color: #1c1c1c;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2%; }
    @media (max-width: 1350px) {
      .key__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .key__name {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .key__name {
        font-size: 25px; } }
  .key__text {
    color: #1c1c1c;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    padding: 24px; }
    @media (max-width: 1350px) {
      .key__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .key__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .key__text {
        font-size: 18px; } }
  .key__count {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 24px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    background: #3d348b;
    flex-shrink: 0; }

.features {
  padding: 150px 0 100px;
  background: linear-gradient(180deg, #2a053b, #1c0327 33.364%, #0d0113 59.992%, #020103 100%); }
  @media (max-width: 1350px) {
    .features {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .features {
      padding: 70px 0; } }
  .features__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .features__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .features__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .features__title {
        font-size: 35px; } }
  .features__flex {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0px -20px; }
  .features__item {
    width: 31.7%;
    padding-top: 24px;
    align-items: center;
    border-top: 1px solid #AC79BD;
    margin: .8% .8% 48px; }
    @media (max-width: 992px) {
      .features__item {
        width: 100%; } }
  .features__name {
    color: #f6f8fa;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 24px; }
    @media (max-width: 1350px) {
      .features__name {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .features__name {
        font-size: 30px; } }
    @media (max-width: 620px) {
      .features__name {
        font-size: 25px; } }
  .features__text {
    color: #f6f8fa;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 1350px) {
      .features__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .features__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .features__text {
        font-size: 18px; } }

.conclusion {
  padding: 150px 0 100px;
  background: linear-gradient(180deg, #020103, #0d0113 40.008%, #1c0327 66.636%, #2a053b 100%); }
  @media (max-width: 1350px) {
    .conclusion {
      padding: 90px 0; } }
  @media (max-width: 620px) {
    .conclusion {
      padding: 70px 0; } }
  .conclusion__title {
    color: #f6f8fa;
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    margin-bottom: 72px; }
    @media (max-width: 1350px) {
      .conclusion__title {
        font-size: 76px; } }
    @media (max-width: 768px) {
      .conclusion__title {
        font-size: 56px;
        margin-bottom: 35px; } }
    @media (max-width: 620px) {
      .conclusion__title {
        font-size: 35px; } }
  .conclusion__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 72px;
    background-color: #3D348B;
    border-radius: 100%; }
    @media (max-width: 768px) {
      .conclusion__arrow {
        margin: 0 auto 35px; } }
  .conclusion__flex {
    display: flex;
    flex-wrap: wrap; }
  .conclusion__item {
    width: 48%;
    align-items: center;
    border: 1px solid #AC79BD;
    margin: .8%;
    border-radius: 24px;
    padding: 48px 24px; }
    @media (max-width: 768px) {
      .conclusion__item {
        padding: 30px 20px;
        width: 100%; } }
  .conclusion__text {
    color: #f6f8fa;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    text-align: left; }
    @media (max-width: 1350px) {
      .conclusion__text {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .conclusion__text {
        font-size: 20px; } }
    @media (max-width: 620px) {
      .conclusion__text {
        font-size: 18px; } }

.quiz-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-height: 96%;
  background-color: white;
  padding: 40px 20px;
  border-radius: 24px;
  display: none; }
  .quiz-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    transition: .3s;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .quiz-popup__close:hover {
      opacity: .7; }
  .quiz-popup.active {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    z-index: 1003; }
  .quiz-popup form {
    width: 100%;
    flex-grow: 1;
    overflow: auto; }

.quiz-step {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%; }
  .quiz-step__top {
    width: 100%; }
  .quiz-step__btnbox {
    width: 100%;
    text-align: center; }
  .quiz-step.hidden {
    display: none; }
  .quiz-step label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px; }
  .quiz-step h2 {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 30px; }
  .quiz-step input[type="text"], .quiz-step input[type="tel"], .quiz-step input[type="file"] {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 19px;
    font-size: 14px;
    padding: 18px;
    outline: none; }
  .quiz-step textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 8px;
    border-radius: 19px;
    font-size: 18px;
    padding: 18px;
    outline: none; }
  .quiz-step select {
    margin-bottom: 8px;
    border-radius: 19px;
    font-size: 14px;
    padding: 18px;
    width: 100%;
    border: 2px solid #ddd; }
  .quiz-step__flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .quiz-step__flex {
        flex-direction: column; } }
  .quiz-step__item {
    width: 47%;
    margin: 1%;
    position: relative; }
    @media (max-width: 992px) {
      .quiz-step__item {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .quiz-step__input {
    border: 1px solid #ddd; }

input.error, textarea.error, select.error {
  border: 2px solid red; }

html[lang="uk"] .header__nav ul li {
  margin-right: 5px; }

html[lang="uk"] .hero__btn {
  max-width: 390px;
  padding: 24px 45px; }

html[lang="uk"] .staircase__item:nth-child(2) {
  margin-top: -250px; }
  @media (max-width: 992px) {
    html[lang="uk"] .staircase__item:nth-child(2) {
      margin-top: -100px; } }
  @media (max-width: 768px) {
    html[lang="uk"] .staircase__item:nth-child(2) {
      margin-top: -199px; } }
  @media (max-width: 620px) {
    html[lang="uk"] .staircase__item:nth-child(2) {
      margin-top: 0; } }

html[lang="uk"] .staircase__item:nth-child(3) {
  margin-top: -260px; }
  @media (max-width: 992px) {
    html[lang="uk"] .staircase__item:nth-child(3) {
      margin-top: -20px; } }
  @media (max-width: 768px) {
    html[lang="uk"] .staircase__item:nth-child(3) {
      margin-top: 0; } }

html[lang="uk"] .staircase__item:nth-child(4) {
  margin-top: -200px; }
  @media (max-width: 992px) {
    html[lang="uk"] .staircase__item:nth-child(4) {
      margin-top: -130px; } }
  @media (max-width: 768px) {
    html[lang="uk"] .staircase__item:nth-child(4) {
      margin-top: -170px; } }
  @media (max-width: 620px) {
    html[lang="uk"] .staircase__item:nth-child(4) {
      margin-top: 0 !important; } }

html[lang="ru-RU"] .header__nav ul li {
  margin-right: 7px; }

html[lang="ru-RU"] .hero__btn {
  max-width: 386px;
  padding: 24px 45px; }

html[lang="ru-RU"] .comments__content:after {
  bottom: -170px; }

html[lang="ru-RU"] .comments__content:before {
  top: -160px; }

html[lang="ru-RU"] .comments__block:after {
  bottom: -330px; }

html[lang="ru-RU"] .staircase__item:nth-child(2) {
  margin-top: -250px; }

html[lang="ru-RU"] .staircase__item:nth-child(3) {
  margin-top: -260px; }

@media (max-width: 992px) {
  html[lang="ru-RU"] .staircase {
    grid-template-columns: repeat(2, 1fr); }
  html[lang="ru-RU"] .staircase__item:nth-child(1) {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0; }
  html[lang="ru-RU"] .staircase__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    margin-top: -100px; }
  html[lang="ru-RU"] .staircase__item:nth-child(3) {
    grid-row: 3;
    grid-column: 2;
    margin-top: -20px; }
  html[lang="ru-RU"] .staircase__item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    margin-top: -100px; } }

@media (max-width: 620px) {
  html[lang="ru-RU"] .staircase {
    display: flex;
    flex-wrap: wrap; }
    html[lang="ru-RU"] .staircase__item {
      width: 100%;
      margin: 0 0 20px; }
      html[lang="ru-RU"] .staircase__item:nth-child(1) {
        margin-top: 0; }
      html[lang="ru-RU"] .staircase__item:nth-child(2) {
        margin-top: 0; }
      html[lang="ru-RU"] .staircase__item:nth-child(3) {
        margin-top: 0; }
      html[lang="ru-RU"] .staircase__item:nth-child(4) {
        margin-top: 0; } }

@media (max-width: 620px) {
  html[lang="ru-RU"] .staircase {
    display: flex;
    flex-wrap: wrap; }
  html[lang="ru-RU"] .staircase__item {
    width: 100%;
    margin: 0 0 20px; }
  html[lang="ru-RU"] .staircase__item:nth-child(1) {
    margin-top: 0; }
  html[lang="ru-RU"] .staircase__item:nth-child(2) {
    margin-top: 0; }
  html[lang="ru-RU"] .staircase__item:nth-child(3) {
    margin-top: 0; }
  html[lang="ru-RU"] .staircase__item:nth-child(4) {
    margin-top: 0; } }

.page-template-page-about .focus {
  margin-top: 0; }

.list-cases__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px; }

.list-cases__pagination a,
.list-cases__pagination span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease; }

.list-cases__pagination a:hover {
  background-color: #7678ed;
  color: #fff;
  border-color: #7678ed; }

.list-cases__pagination .current {
  background-color: #7678ed;
  color: #fff;
  border-color: #7678ed;
  pointer-events: none; }

.list-cases__pagination .prev,
.list-cases__pagination .next {
  font-size: 14px;
  text-transform: uppercase; }

.list-cases__pagination .prev:hover,
.list-cases__pagination .next:hover {
  background-color: #7678ed;
  color: #fff;
  border-color: #7678ed; }

.list-blog__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px; }

.list-blog__pagination a,
.list-blog__pagination span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease; }

.list-blog__pagination a:hover {
  background-color: #7678ed;
  color: #fff;
  border-color: #7678ed; }

.list-blog__pagination .current {
  background-color: #7678ed;
  color: #fff;
  border-color: #333;
  pointer-events: none; }

.list-blog__pagination .prev,
.list-blog__pagination .next {
  font-size: 14px;
  text-transform: uppercase; }

.list-blog__pagination .prev:hover,
.list-blog__pagination .next:hover {
  background-color: #7678ed;
  color: #fff;
  border-color: #7678ed; }

.thanks-page {
  padding-top: 100px; }

.page-template-page-thanks .header {
  background-color: #000000; }

.thanks__img {
  width: 250px;
  margin: 0 auto 20px; }
  .thanks__img img {
    width: 100%; }

.thanks__title {
  text-align: center;
  margin-bottom: 20px; }

.thanks__subtitle {
  text-align: center;
  margin-bottom: 20px; }

.thanks__btn-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .thanks__btn-box .btn {
    padding: 23px 28px; }

.thanks__social {
  max-width: 250px;
  background-color: #8044b0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1002; }

.thanks__social-item {
  margin: 0 10px; }

.sticky-soc {
  position: fixed;
  background: #20062d;
  position: fixed;
  right: 0;
  bottom: 12px;
  z-index: 99;
  padding: 20px 10px;
  border-radius: 20px 0 0 20px;
  transition: .3s; }

.sticky-soc.hide {
  opacity: 0;
  transform: translate(10px); }

.sticky-soc__social-item {
  margin-bottom: 10px;
  width: 45px;
  transition: .3s; }

.sticky-soc__social-item:hover {
  opacity: .7; }

.sticky-soc__social-item:last-child {
  margin-bottom: 0; }

.sticky-soc__social-item img {
  width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .quiz-popup {
    width: calc(100% - 12px);
    height: calc(100% - 16px); } }

.next-btn {
  font-size: 24px;
  padding: 20px 40px;
  min-width: 208px; }

.select-file-viw {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 19px;
  font-size: 14px;
  padding: 18px;
  outline: none;
  border: 1px solid #ddd;
  cursor: pointer; }

.quiz-step__input.file {
  position: absolute;
  opacity: 0;
  top: 20px;
  left: 0;
  cursor: pointer; }

.form__bottom-file {
  width: 100%;
  border-radius: 16px;
  background: #f6f8fa;
  padding: 36px 24px 36px 20px;
  font-size: 24px;
  position: relative; }

@media (max-width: 992px) {
  .form__bottom-file {
    padding: 20px 24px 20px 20px; } }

.contact-form__item.file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
  cursor: pointer; }

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */

