@charset "UTF-8";
:root {
  --gray-500: #a6a6a6;
  --gray-50: #f2f2f2;
  --gray-950: #0d0d0d;
  --gray-100: #e6e6e6;
  --gray-200: #ccc;
  --gray-300: #b3b3b3;
  --gray-400: #999;
  --gray-600: #666;
  --gray-700: #4d4d4d;
  --gray-800: #333;
  --gray-900: #1a1a1a;
  --sec-500: #aaaecd;
  --sec-50: #eff0f6;
  --sec-950: #090a10;
  --sec-100: #dfe0ec;
  --sec-200: #bfc2d9;
  --sec-300: #9fa3c6;
  --sec-400: #7f85b3;
  --sec-600: #4c5280;
  --sec-700: #393d60;
  --sec-800: #262940;
  --sec-900: #131420;
  --neutral-50: #f2f2f2;
  --neutral-100: #e6e6e6;
  --neutral-200: #ccc;
  --neutral-300: #b3b3b3;
  --neutral-400: #999;
  --neutral-500: #a6a6a6;
  --neutral-600: #666;
  --neutral-700: #4d4d4d;
  --neutral-800: #333;
  --neutral-900: #1a1a1a;
  --primary-50: #e6edfe;
  --primary-100: #cedcfd;
  --primary-200: #9cb9fc;
  --primary-300: #6b96fa;
  --primary-400: #3973f9;
  --primary-500: #063bb8;
  --primary-600: #0640c6;
  --primary-700: #053094;
  --primary-800: #032063;
  --primary-900: #021031;
  --secondary-50: #eff0f6;
  --secondary-100: #dfe0ec;
  --secondary-200: #bfc2d9;
  --secondary-300: #9fa3c6;
  --secondary-400: #7f85b3;
  --secondary-500: #aaaecd;
  --secondary-600: #4c5280;
  --secondary-700: #393d60;
  --secondary-800: #262940;
  --secondary-900: #131420;
  --black: #000;
  --white: #fff;
  --white-900: rgba(255, 255, 255, 0.9);
  --white-800: rgba(255, 255, 255, 0.8);
  --white-700: rgba(255, 255, 255, 0.7);
  --white-600: rgba(255, 255, 255, 0.6);
  --white-500: rgba(255, 255, 255, 0.5);
  --white-400: rgba(255, 255, 255, 0.4);
  --white-300: rgba(255, 255, 255, 0.3);
  --white-200: rgba(255, 255, 255, 0.2);
  --white-100: rgba(255, 255, 255, 0.1);
  --white-50: rgba(255, 255, 255, 0.05);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body.lock {
  overflow: hidden;
}
body.overlay {
  position: relative;
  overflow: hidden;
}
body.overlay:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
body.gradient::before {
  position: absolute;
  width: 100%;
  height: 1700px;
  content: "";
  background-image: url("../img/gradient-top-mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: -83px;
  left: 0;
}
@media screen and (min-width: 768px) {
  body.gradient::before {
    background-image: url("../img/gradient-top.png");
  }
}
body.gradient::after {
  position: absolute;
  width: 100%;
  height: 1100px;
  content: "";
  background-image: url("../img/gradient-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1600px) {
  body.gradient::after {
    height: 1300px;
  }
}
body.gradient.page-template-page-thank-you::before {
  height: 110%;
  background-image: url("../img/gradient-top-sm.svg");
}
body.gradient.page-template-page-thank-you::after {
  display: none;
}
body.gradient.error404::before {
  height: 110%;
  background-image: url("../img/gradient-top-sm.svg");
}
body.gradient.error404::after {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section-el {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-el {
    padding: 40px 0;
  }
}

.sctn-title-sm {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.h2-title-sm {
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  background: var(--gradient, linear-gradient(93deg, #063BB8 2.51%, #032063 97.49%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2-title-lg {
  text-align: center;
  font-size: clamp(32px, 3vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 168.75%;
  background: var(--gradient, linear-gradient(93deg, #063BB8 2.51%, #032063 97.49%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-transparent {
  border-radius: 38px;
  background: var(--white-10, rgba(255, 255, 255, 0.1));
  padding: 12px 16px;
  color: var(--black-white-white, #FFF);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  border: 1px solid var(--white-10, rgba(255, 255, 255, 0.2));
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
}
.btn-transparent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--button-gradient, linear-gradient(270deg, #B4C9FF 0%, #E5ECFF 100%));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 0;
  left: 0;
}
.btn-transparent__text {
  color: var(--black-white-white, #FFF);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .btn-transparent:hover::before {
    opacity: 1;
  }
  .btn-transparent:hover .btn-transparent__text {
    color: var(--Primary-500, #063BB8);
  }
}

.btn-primary {
  border-radius: 38px;
  border: 1px solid var(--Secondary-400, #7F85B3);
  padding: 8px 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-primary__text {
  color: var(--Secondary-400, #7F85B3);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .btn-primary:hover {
    background: var(--Primary-500, #063BB8);
  }
  .btn-primary:hover .btn-primary__text {
    color: var(--white, #FFF);
  }
}

.btn-gradient-1 {
  border-radius: 38px;
  background: var(--button-gradient, linear-gradient(270deg, #B4C9FF 0%, #E5ECFF 100%));
  padding: 12px 16px;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 8px;
  display: inline-block;
}
.btn-gradient-1::before {
  position: absolute;
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50px;
  border: 1px solid var(--Primary-100, #CEDCFD);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-gradient-1::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: var(--gradient, linear-gradient(93deg, #063BB8 2.51%, #032063 97.49%));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-gradient-1__text {
  color: var(--Primary-500, #063BB8);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .btn-gradient-1:hover::after {
    opacity: 1;
    z-index: 1;
  }
  .btn-gradient-1:hover .btn-gradient-1__text {
    color: var(--black-white-white, #FFF);
  }
}

.btn-gradient-2 {
  border-radius: 38px;
  background: var(--Primary-500, #063BB8);
  padding: 12px 16px;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 8px;
  display: inline-block;
}
.btn-gradient-2::before {
  position: absolute;
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50px;
  border: 1px solid var(--Primary-100, #CEDCFD);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-gradient-2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: linear-gradient(93deg, #063BB8 2.51%, #032063 97.49%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
.btn-gradient-2__text {
  color: var(--black-white-white, #FFF);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .btn-gradient-2:hover::after {
    opacity: 1;
    z-index: 1;
  }
}

.play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 52px;
  border: 1px solid var(--opacity-20, rgba(255, 255, 255, 0.2));
  background: var(--opacity-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(60px);
  padding: 8px 8px 8px 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.play-btn__text {
  color: var(--black-white-white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.play-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 52px;
  border: 1px solid var(--white-30, rgba(255, 255, 255, 0.3));
  background: var(--white-20, rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(60px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .play-btn:hover {
    border: 1px solid var(--opacity-20, rgba(255, 255, 255, 0.2));
    background: var(--black-white-white, #FFF);
    backdrop-filter: blur(60px);
  }
  .play-btn:hover .play-btn__text {
    color: var(--Primary-500, #063BB8);
  }
  .play-btn:hover .play-btn__icon {
    border: 1px solid var(--white-30, rgba(255, 255, 255, 0.3));
    background: var(--Primary-500, #063BB8);
  }
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: initial;
  width: 100%;
  height: 6px;
  margin: 12px 0 0 0;
  background: rgba(239, 240, 246, 0.5);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 20px 0 0 0;
    height: 10px;
  }
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--Secondary-100, #DFE0EC);
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.socials__item {
  width: 36px;
}
@media screen and (min-width: 1024px) {
  .socials__item {
    width: 48px;
  }
}
.socials__item svg {
  fill: var(--white, #fff);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .socials__item svg:hover {
    fill: var(--Primary-200, #9CB9FC);
  }
}

span.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}
span.overlay.active {
  display: block;
}

.header {
  z-index: 100;
  position: relative;
  border-bottom: 1px solid var(--white-10, rgba(255, 255, 255, 0.1));
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header.menuOpen {
  background-color: var(--white);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  max-width: 1320px;
  margin: 0 auto;
}
.header__logo {
  display: inline-block;
  width: 100px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 120px;
  }
}
.header__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.header__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__nav-wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  position: fixed;
  top: 83px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 83px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  padding: 40px 0;
  overflow-y: auto;
}
.header__nav-wrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 99;
  background-color: var(--white);
}
@media screen and (min-width: 1025px) {
  .header__nav-wrap {
    position: inherit;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
  }
}
.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .header__nav-menu {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__nav-menu li a {
  color: var(--Primary-700, #053094);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1025px) {
  .header__nav-menu li a {
    color: var(--opacity-70, rgba(255, 255, 255, 0.7));
    font-family: "Geologica";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
  }
}
.header__btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__btn {
    display: inline-block;
  }
}
.header__mobile-btn {
  width: 100%;
  max-width: 327px;
}
@media screen and (min-width: 1025px) {
  .header__mobile-btn {
    display: none;
  }
}
.header__burger {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white, #FFF);
  font-size: var(--Body-2-Number, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  padding: 12px 16px;
  gap: 8px;
  border-radius: 38px;
  background: var(--white-10, rgba(255, 255, 255, 0.1));
  cursor: pointer;
  border: 1px solid var(--white-10, rgba(255, 255, 255, 0.2));
}
@media screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__burger-icon {
  width: 14px;
  height: 11px;
  position: relative;
}
.header__burger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--white);
  height: 1px;
  top: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
}
.header__burger-icon:before, .header__burger-icon:after {
  content: "";
  background: var(--white);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
}
.header__burger-icon:before {
  top: 0;
}
.header__burger-icon:after {
  bottom: 0;
}
.header__burger-text {
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 171.429%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header__burger.active .header__burger-icon span {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--Secondary-400, #7F85B3);
}
.header__burger.active .header__burger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  background: var(--Secondary-400, #7F85B3);
}
.header__burger.active .header__burger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 5px;
  background: var(--Secondary-400, #7F85B3);
}
.header__burger.active .header__burger-text {
  color: var(--Secondary-700, #393D60);
}

.lang-wrap.desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .lang-wrap.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lang-wrap.desktop .lang-wrap__list {
  list-style: none;
  margin-right: 20px;
}
.lang-wrap.desktop .lang-wrap__list .lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.lang-wrap.desktop .lang-wrap__list .lang-item a svg {
  stroke: #fff;
}
.lang-wrap.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .lang-wrap.mobile {
    display: none;
  }
}
.lang-wrap.mobile .lang-wrap__list {
  list-style: none;
}
.lang-wrap.mobile .lang-wrap__list .lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--Secondary-700, #393D60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.lang-wrap.mobile .lang-wrap__list .lang-item a svg {
  stroke: var(--Secondary-700, #393D60);
}

.header.simple .header__nav-menu li a {
  color: var(--Secondary-400, #7F85B3);
}
.header.simple .header__burger-text {
  color: var(--Secondary-700, #393D60);
}
.header.simple .header__burger-icon:before,
.header.simple .header__burger-icon:after,
.header.simple .header__burger-icon span {
  background: var(--Secondary-700, #393D60);
}
.header.simple .lang-wrap.desktop .lang-wrap__list .lang-item a {
  color: var(--Secondary-700, #393D60);
}
.header.simple .lang-wrap.desktop .lang-wrap__list .lang-item a svg {
  stroke: var(--Secondary-700, #393D60);
}

.home-hero {
  padding: 40px 0;
  height: calc(100vh - 130px);
  min-height: 600px;
  background-image: url("../img/pattern-mobile-first-screen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .home-hero {
    background-image: url("../img/pattern-first-screen.svg");
    height: auto;
    padding: 100px 0;
  }
}
.home-hero .container {
  height: 100%;
}
.home-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .home-hero__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-hero__title span {
  text-align: center;
  display: block;
  font-size: clamp(32px, 6vw, 70px);
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  background: var(--gradient-font-blue, linear-gradient(270deg, #5C8DFF 0%, #FFF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-hero__title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__title .row-1 {
    text-align: left;
  }
  .home-hero__title .row-2 {
    text-align: left;
  }
  .home-hero__title .row-3 {
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.home-hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .home-hero__info {
    max-width: 540px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
.home-hero__subtitle {
  color: var(--Primary-50, #E6EDFE);
  text-align: center;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (min-width: 1024px) {
  .home-hero__subtitle {
    text-align: left;
  }
}
.home-hero__btn {
  width: 100%;
  max-width: 327px;
}
@media screen and (min-width: 1024px) {
  .home-hero__btn {
    width: auto;
  }
}

.about-us__title-wrap {
  margin-bottom: 21px;
}
@media screen and (min-width: 1024px) {
  .about-us__title-wrap {
    margin-bottom: 48px;
  }
}
.about-us__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .about-us__cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-us__col-1 {
  position: relative;
  margin: 0 auto;
}
.about-us__col-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .about-us__col-1 {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 312px;
    margin: 0;
  }
}
.about-us__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .about-us__col-2 {
    -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.about-us__img {
  max-width: 100%;
  width: 480px;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .about-us__img {
    height: 100%;
  }
}
.about-us__video-btn {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
}
.about-us__descr p {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  margin-bottom: 10px;
}
.about-us__descr > *:last-child {
  margin-bottom: 0;
}
.about-us__btn {
  width: 100%;
  text-align: center;
  max-width: 327px;
}
@media screen and (min-width: 1024px) {
  .about-us__btn {
    width: auto;
  }
}

.gallery-carousel {
  margin: 80px 0 40px;
  position: relative;
  z-index: 1;
}
.gallery-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; /* щоб не блокував кліки */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.4) 100%);
}

.security {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .security {
    background-image: url("../img/pattern-services.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.security__title-wrap {
  max-width: 568px;
  margin: 0 auto 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .security__title-wrap {
    gap: 12px;
    margin: 0 auto 40px;
  }
}
.security__text {
  color: var(--Secondary-600, #4C5280);
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.security__cards-swiper {
  overflow: visible;
}
.security__card {
  width: 320px;
  border-radius: 16px;
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .security__card {
    width: 470px;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid var(--Secondary-100, #DFE0EC);
    background: var(--gradient-default, linear-gradient(180deg, #F9FAFC 0%, #FFF 100%));
    gap: 24px;
  }
}
.security__card.hovered {
  border-radius: 24px;
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
}
.security__card-img {
  height: 132px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .security__card-img {
    height: 194px;
  }
}
.security__card-title {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 177.778%;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .security__card-title {
    margin-bottom: 8px;
  }
}
.security__card-text {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}

.infrastructure {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .infrastructure {
    background-image: url("../img/pattern-services.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.infrastructure__title-wrap {
  max-width: 568px;
  margin: 0 auto 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__title-wrap {
    gap: 12px;
    margin: 0 auto 40px;
  }
}
.infrastructure__text {
  color: var(--Secondary-600, #4C5280);
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.infrastructure__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.infrastructure__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__col-1 {
    -ms-flex-preferred-size: 49.138%;
        flex-basis: 49.138%;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .infrastructure__col-2 {
    -ms-flex-preferred-size: 49.138%;
        flex-basis: 49.138%;
  }
}
.infrastructure__small-card {
  border-radius: 16px;
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .infrastructure__small-card {
    border-radius: 24px;
    border: 1px solid var(--Secondary-100, #DFE0EC);
    background: var(--gradient-default, linear-gradient(180deg, #F9FAFC 0%, #FFF 100%));
    padding: 24px;
    gap: 24px;
  }
}
.infrastructure__small-card.hovered {
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
}
.infrastructure__small-card-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--Primary-100, #CEDCFD);
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__small-card-icon-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
.infrastructure__small-card-icon-wrap img {
  width: 20px;
}
.infrastructure__small-card-title {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 177.778%;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__small-card-title {
    margin-bottom: 8px;
  }
}
.infrastructure__small-card-text {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.infrastructure__big-card {
  border-radius: 16px;
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .infrastructure__big-card {
    border-radius: 24px;
    border: 1px solid var(--Secondary-100, #DFE0EC);
    background: var(--gradient-default, linear-gradient(180deg, #F9FAFC 0%, #FFF 100%));
    padding: 24px;
  }
}
.infrastructure__big-card.hovered {
  border: 1px solid var(--Primary-400, #3973F9);
  background: var(--gradient, linear-gradient(180deg, #E9F1FF 0%, #FFF 100%));
}
.infrastructure__big-card-img {
  width: 100%;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 16px;
  max-width: 284px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__big-card-img {
    height: 284px;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.infrastructure__big-card-descr h3 {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 177.778%;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .infrastructure__big-card-descr h3 {
    margin-bottom: 8px;
  }
}
.infrastructure__big-card-descr p {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-bottom: 20px;
}
.infrastructure__big-card-descr > *:last-child {
  margin-bottom: 0;
}

.contacts__cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .contacts__cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .contacts__col-1 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .contacts__col-2 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.contacts__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .contacts__title {
    margin-bottom: 24px;
  }
}
.contacts__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--Secondary-100, #DFE0EC);
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .contacts__info-wrap {
    margin-bottom: 24px;
    padding: 0 0 16px;
  }
}
.contacts__info-item-sm {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
.contacts__info-item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.contacts__info-item-icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__info-item-title {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}
.contacts__info-item-link {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.contacts__map {
  height: 165px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contacts__map {
    height: 242px;
    border-radius: 16px;
  }
}
.contacts__map p {
  width: 100%;
  height: 100%;
}
.contacts__map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.contacts__form-title {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--H5-Line-height, 36px); /* 180% */
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .contacts__form-title {
    margin-bottom: 8px;
  }
}
.contacts__form-subtitle {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .contacts__form-subtitle {
    margin-bottom: 24px;
  }
}

.form {
  width: 100%;
}
.form__fieldset {
  border: none;
}
.form__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .form__inputs-wrapper {
    gap: 16px;
  }
}
.form__input-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .form__input-item-sm {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
}
.form__input-item-lg {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.form__input-item label {
  color: var(--Blue-700, #203079);
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__input-item input, .form__input-item select, .form__input-item textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Secondary-200, #BFC2D9);
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  padding: 10px 16px;
}
.form__input-item input:focus,
.form__input-item select:focus,
.form__input-item textarea:focus {
  border: 1px solid var(--Secondary-600, #4C5280);
}
.form__input-item input.invalid,
.form__input-item select.invalid,
.form__input-item textarea.invalid {
  border: 1px solid red;
}
.form__input-item input::-webkit-input-placeholder, .form__input-item textarea::-webkit-input-placeholder {
  color: var(--Blue-500, #465FCE);
  font-size: clamp(12px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.form__input-item input::-moz-placeholder, .form__input-item textarea::-moz-placeholder {
  color: var(--Blue-500, #465FCE);
  font-size: clamp(12px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.form__input-item input:-ms-input-placeholder, .form__input-item textarea:-ms-input-placeholder {
  color: var(--Blue-500, #465FCE);
  font-size: clamp(12px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.form__input-item input::-ms-input-placeholder, .form__input-item textarea::-ms-input-placeholder {
  color: var(--Blue-500, #465FCE);
  font-size: clamp(12px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.form__input-item input::placeholder,
.form__input-item textarea::placeholder {
  color: var(--Blue-500, #465FCE);
  font-size: clamp(12px, 2.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.form__input-item textarea {
  min-height: 120px;
  resize: vertical;
}
.form__input-item select {
  cursor: pointer;
}
.form__input-item.focused label {
  opacity: 1;
}
.form__input-item-radio .form__radio-input {
  width: auto;
  cursor: pointer;
}
.form__input-item-radio .form__radio-group-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__input-item-radio .form__radio-group-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__input-item-radio .form__radio-label-icon {
  cursor: pointer;
  color: var(--Blue-500, #465FCE);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 8px;
}
.form .formAgreement {
  display: none;
}
.form___checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 8px;
}
.form___checkbox-label:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  top: 0px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid var(--Blue-500, #465FCE);
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form__checkbox-input:checked + .form___checkbox-label::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="%23465FCE"/><path d="M16.6663 5L7.49967 14.1667L3.33301 10" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.form__privacy-btn-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.form__button-wrap {
  width: 100%;
  text-align: left;
}
.form__button-wrap .form__button {
  width: 100%;
  max-width: 327px;
  text-align: center;
  cursor: pointer;
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  .form__button-wrap {
    width: auto;
  }
}
.form__privacy-block {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
}
.form__agree-text {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(12px, 2.5vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.form__error-msg {
  color: red;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.12px;
  margin-top: 8px;
  display: none;
}
.form__error-msg.active {
  display: block;
}

.thanks {
  height: calc(100vh - 83px);
}
.thanks .container {
  height: 100%;
}
.thanks__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.thanks__title {
  text-align: center;
  font-size: clamp(32px, 6vw, 70px);
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  background: var(--gradient-font-blue, linear-gradient(270deg, #5C8DFF 0%, #FFF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 8px;
}
@media screen and (min-width: 1024px) {
  .thanks__title {
    margin: 0 auto 16px;
  }
}
.thanks__subtitle {
  color: var(--Primary-50, #E6EDFE);
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 177.778%;
  margin: 0 auto 24px;
  max-width: 606px;
}

.privacy__title {
  color: var(--Primary-500, #063BB8);
  font-size: clamp(32px, 3vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 168.75%;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .privacy__title {
    margin-bottom: 12px;
  }
}
.privacy__content {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.privacy__content p {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 171.429%;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .privacy__content p {
    margin-bottom: 12px;
  }
}
.privacy__content h2, .privacy__content h3, .privacy__content h4, .privacy__content h5, .privacy__content h6 {
  color: var(--Secondary-700, #393D60);
  font-style: normal;
  font-weight: 600;
  line-height: 177.778%;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .privacy__content h2, .privacy__content h3, .privacy__content h4, .privacy__content h5, .privacy__content h6 {
    margin-bottom: 12px;
  }
}
.privacy__content h2 {
  font-size: clamp(18px, 3vw, 20px);
}
.privacy__content h3 {
  font-size: clamp(16px, 3vw, 18px);
}
.privacy__content ul, .privacy__content ol {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 171.429%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .privacy__content ul, .privacy__content ol {
    margin-bottom: 12px;
  }
}

.error {
  height: calc(100vh - 83px);
  min-height: 600px;
}
.error .container {
  height: 100%;
}
.error__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 698px;
  margin: 0 auto;
}
.error__subtitle {
  color: var(--Secondary-300, #9FA3C6);
  text-align: center;
  font-size: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.error__num {
  text-align: center;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.5%;
  display: block;
  background: var(--gradient-font-blue, linear-gradient(270deg, #5C8DFF 0%, #FFF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1024px) {
  .error__num {
    font-size: 200px;
  }
}
.error__title {
  color: var(--Primary-50, #E6EDFE);
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}
.error__btn {
  margin: 8px auto;
  text-align: center;
}
.error__btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .error__btn-wrap {
    margin-top: 32px;
  }
}

.form-popup {
  max-width: calc(100% - 32px);
  width: 1200px;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.5) translate(-50%, -50%);
          transform: scale(0.5) translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 102;
  border-radius: 20px;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .form-popup {
    border-radius: 30px;
  }
}
.form-popup.active {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.form-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .form-popup__close {
    top: 24px;
    right: 24px;
  }
}
.form-popup__close-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .form-popup__close-text {
    display: block;
    color: var(--Primary-500, #063BB8);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 177.778%;
  }
}
.form-popup__col-1 {
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form-popup__col-1 {
    width: 56.667%;
    padding: 48px;
  }
}
.form-popup__col-2 {
  width: 43.333%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .form-popup__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-popup__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .form-popup__title-wrap {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.form-popup__title {
  color: var(--Secondary-700, #393D60);
  font-size: clamp(20px, 3vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  max-width: calc(100% - 32px);
}
.form-popup__subtitle {
  color: var(--Secondary-600, #4C5280);
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}
.form-popup__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 40px 0;
}
.footer__logo {
  width: 120px;
  display: block;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__bottom {
  border-top: 1px solid var(--white-40, rgba(255, 255, 255, 0.4));
  padding-top: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
.footer__nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__nav-menu li a {
  color: var(--opacity-70, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .footer__nav-menu li a:hover {
    color: var(--black-white-white, #FFF);
  }
}
.footer__copyrights {
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .footer__copyrights {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__developed-by {
  color: var(--opacity-70, rgba(255, 255, 255, 0.7));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.footer__developed-by a {
  color: var(--black-white-white, #FFF);
}

.footer.simple .footer__nav-menu li a {
  color: var(--Secondary-400, #7F85B3);
}
@media (hover: hover) {
  .footer.simple .footer__nav-menu li a:hover {
    color: var(--Primary-500, #063BB8);
  }
}
.footer.simple .footer__copyrights {
  color: var(--Secondary-400, #7F85B3);
}
.footer.simple .socials__item svg {
  fill: var(--Primary-400, #3973F9);
}
@media (hover: hover) {
  .footer.simple .socials__item svg:hover {
    fill: var(--Primary-500, #063BB8);
  }
}
.footer.simple .footer__bottom {
  border-top: 1px solid var(--Secondary-200, #BFC2D9);
}
.footer.simple .footer__developed-by {
  color: var(--Secondary-400, #7F85B3);
}
.footer.simple .footer__developed-by a {
  color: var(--Primary-500, #063BB8);
}/*# sourceMappingURL=main.css.map */