@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html, body {
  overscroll-behavior: none;
}


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

body {
  margin: 0;
  padding: 0;
  background-color: var(--main-500, #2a45e0);
}

img {
  max-width: 100%;
  height: auto;
}

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

a {
  color: #000;
  text-decoration: none;
}

.wrapper {
  overflow-x: hidden;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.btn-reset {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.input-reset {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 440px) {
  .container {
    padding: 0 12px;
  }
}

.success-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #e5e7e0;
  color: #1d1d1b; /* Изменено на более контрастный цвет для текста */
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  font-family: "Switzer", sans-serif;
  box-shadow: 0px 0px 28px -14px rgba(0, 0, 0, 0.75); /* Добавлен красивый эффект тени */

  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.success-notification.show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.hero-content__form-input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.hero-content__form-input .input-placeholder {
  border-radius: 60px;
  border: 1px solid rgba(233, 236, 252, 0.64);
  -webkit-box-shadow: 2px 2px 25px 0 rgba(168, 211, 251, 0.1);
          box-shadow: 2px 2px 25px 0 rgba(168, 211, 251, 0.1);
  padding: 40px 50px;
  max-width: 762px;
  width: 100%;
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
  font-family: monospace;
  color: #fff;
  background: transparent;
  outline: none;
  z-index: 1;
}
@media (max-width: 440px) {
  .hero-content__form-input .input-placeholder {
    padding: 20px 30px;
  }
}

.type-overlay {
  position: absolute;
  left: 30px; /* совпадает с padding-left input */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font: 18px/1.2 monospace;
  color: #e9ecfc;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.type-overlay .cursor {
  display: inline-block;
  width: 2px;
  height: 1.1em;
  margin-left: 2px;
  background: #e9ecfc;
  opacity: 1;
  -webkit-animation: blink 0.7s step-end infinite;
          animation: blink 0.7s step-end infinite;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
button:hover,
a:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.popap-2 .plus-list .plus-list__item:nth-child(1) .sep {
  height: 200px !important;
}
@media (max-width: 440px) {
  .popap-2 .plus-list .plus-list__item:nth-child(1) .sep {
    height: 120px !important;
  }
}
.popap-2 .plus-list .plus-list__item:nth-child(2) .sep {
  height: 170px !important;
}
@media (max-width: 440px) {
  .popap-2 .plus-list .plus-list__item:nth-child(2) .sep {
    height: 100px !important;
  }
}
.popap-2 .plus-list .plus-list__item:nth-child(3) .sep {
  height: 192px !important;
}
@media (max-width: 440px) {
  .popap-2 .plus-list .plus-list__item:nth-child(3) .sep {
    height: 122px !important;
  }
}

.popap-3 .plus-list .plus-list__item:nth-child(1) .sep {
  height: 200px !important;
}
@media (max-width: 440px) {
  .popap-3 .plus-list .plus-list__item:nth-child(1) .sep {
    height: 120px !important;
  }
}
.popap-3 .plus-list .plus-list__item:nth-child(2) .sep {
  height: 185px !important;
}
@media (max-width: 440px) {
  .popap-3 .plus-list .plus-list__item:nth-child(2) .sep {
    height: 100px !important;
  }
}
.popap-3 .plus-list .plus-list__item:nth-child(3) .sep {
  height: 141px !important;
}
@media (max-width: 440px) {
  .popap-3 .plus-list .plus-list__item:nth-child(3) .sep {
    height: 82px !important;
  }
}

.popap-4 .plus-list .plus-list__item:nth-child(1) .sep {
  height: 200px !important;
}
@media (max-width: 440px) {
  .popap-4 .plus-list .plus-list__item:nth-child(1) .sep {
    height: 120px !important;
  }
}
.popap-4 .plus-list .plus-list__item:nth-child(2) .sep {
  height: 185px !important;
}
@media (max-width: 440px) {
  .popap-4 .plus-list .plus-list__item:nth-child(2) .sep {
    height: 100px !important;
  }
}
.popap-4 .plus-list .plus-list__item:nth-child(3) .sep {
  height: 150px !important;
}
@media (max-width: 440px) {
  .popap-4 .plus-list .plus-list__item:nth-child(3) .sep {
    height: 82px !important;
  }
}

@media (min-width: 1080px) {
  .contact-us-btn {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease !important;
    transition: opacity 0.2s ease !important;
    border-radius: 55px;
    background: var(--main-950, #030616);
    padding: 32px 6px 25px 6px;
    text-transform: uppercase;
    color: var(--main-100, #d2d8f9);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    z-index: 111;
  }

  .pop-in {
    /* start invisible so it doesn't flash at full size before animating */
    opacity: 0;
    animation: pop-in 620ms cubic-bezier(.34,1.56,.64,1) forwards;
    transform-origin: center; /* or 'top left', etc. */
  }

  @keyframes pop-in {
    0%   { transform: scale(0);   opacity: 0; }
    60%  { transform: scale(1.02); opacity: 1; }
    100% { transform: scale(1);   opacity: 1; }
  }

  /* Respect reduced-motion */
  @media (prefers-reduced-motion: reduce) {
    .pop-in { animation: none; opacity: 1; transform: none; }
  }
}
@media (max-width: 1080px) {
  .contact-us-btn {
    display: none;
  }
}
.banner.active * {
  cursor: none !important;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-display: swap;
}
:root {
  --blue: #2a45e0;
  --black: #0d0d0d;
  --grey: #bcbebf;
  --main-500: #2a45e0;
  --main-50: #e9ecfc;
  --main-950: #030616;
  --main-100: #d2d8f9;
  --main-200: #a8d3fb;
  --main-300: #798bec;
  --main-400: #4d64e5;
  --main-600: #1a31b2;
  --main-700: #132586;
  --main-800: #0d1859;
  --main-900: #060c2d;
  --secondary-500: #bcbebf;
  --secondary-50: #f2f2f3;
  --secondary-950: #0c0d0d;
  --secondary-100: #e5e6e6;
  --secondary-200: #cbcccd;
  --secondary-300: #fff4d8;
  --secondary-400: #d1fff5;
  --secondary-600: #646768;
  --secondary-700: #4b4d4e;
  --secondary-800: #323334;
  --secondary-900: #191a1a;
}

:root {
  --font-family: "Manrope", sans-serif;
}

body {
  font-family: var(--font-family);
}

.title {
  color: var(--main-950, #030616);
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 10px;
}

.title-white {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 54px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 440px) {
  .title-white {
    margin-bottom: 28px;
  }
}

.btn-open {
  display: none;
}
@media (max-width: 1080px) {
  .btn-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-open span {
    display: block;
    background-color: #fff;
    height: 1px;
    width: 100%;
  }
}

.header {
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
}
.header__inner {
  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;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.header__list-link {
  color: var(--main-50, #e9ecfc);
  text-align: center;
  font-size: clamp(1rem, 0.914rem + 0.31vw, 1.188rem);
  font-weight: 400;
}
.header__list-link:hover {
  opacity: 0.6;
}
@media (max-width: 440px) {
  .header__list-link {
    font-size: 40px;
    margin-left: 20px;
    font-weight: 400;
  }
}

.header-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  display: none;
}
@media (max-width: 1080px) {
  .header-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-nav__social-link {
  width: 38px;
  height: 38px;
  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;
  background-color: #e9ecfc;
  border-radius: 100px;
}
.header-nav__social-link:hover {
  background-color: #2a45e0;
}
.header-nav__social-link:hover svg path {
  fill: #fff;
}

.header-nav {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media (max-width: 1080px) {
  .header-nav {
    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;
    height: 100vh;
    gap: 24px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #2a45e0;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 100%;
  }
  .header-nav.active {
    left: 0;
  }
  .header-nav .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22px;
  }
  .header-nav .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0%;
  }
}

.header-nav__info {
  -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;
  gap: 12px;
  display: none;
}
@media (max-width: 1080px) {
  .header-nav__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-nav__info-link {
  color: var(--main-50, #e9ecfc);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .header-nav__info-link {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-left: 20px;
  }
}
.header-nav__info-link span {
  font-size: 14px;
  min-width: 44px;
  color: #fff;
  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;
  border-radius: 100px;
}

.btn-close-menu {
  width: 26px;
  height: 26px;
}
.btn-close-menu span {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-close-menu span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-logo {
  display: none;
}
@media (max-width: 1080px) {
  .top-logo {
    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;
    width: 100%;
  }
}

@property --angle { syntax: '<angle>'; inherits: false; initial-value: 45deg;}

.hero {
  height: 100vh;
  width: 100%;
  /* background-image: url("../images/hero-bg.jpg"); */
  /* background: linear-gradient(135deg, #80bfff 0%, #0033cc 100%); */
  /* background-color: linear-gradient(135deg, #80bfff 0%, #0033cc 100%); */
  background: linear-gradient(
    to bottom right,
    #82BFFE,
    #6AA8FD,
    #4971F5,
    #122CE1
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  --c1: #82BFFE;
  --c2: #6AA8FD;
  --c3: #4971F5;
  --c4: #122CE1;
  --angle: 45deg;


  background: linear-gradient(var(--angle), var(--c1), var(--c2), var(--c3), var(--c4));
  animation: spin-angle 12s linear infinite;
}

@keyframes spin-angle {
  to { --angle: 405deg; }
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.hero-content__title {
  color: var(--main-50, #e9ecfc);
  /* h3 */
  font-size: clamp(1.5rem, 1.156rem + 1.25vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
  max-width: 620px;
}
@media (max-width: 440px) {
  .hero-content__title {
    font-size: 34px;
  }
}
.hero-content__form-input {
  margin: 50px 0 20px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 440px) {
  .hero-content__form-input {
    margin: 32px 0 18px 0;
  }
}
.hero-content__form-input input {
  border-radius: 60px;
  border: 1px solid var(--main-50, rgba(233, 236, 252, 0.6392156863));
  -webkit-box-shadow: 2px 2px 25px 0 rgba(168, 211, 251, 0.1);
          box-shadow: 2px 2px 25px 0 rgba(168, 211, 251, 0.1);
  padding: 40px 150px;
  max-width: 762px;
  width: 100%;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
@media (max-width: 1080px) {
  .hero-content__form-input input {
    padding: 34px 30px;
  }
}
@media (max-width: 440px) {
  .hero-content__form-input input {
    padding: 24px 20px;
    font-size: 16px;
  }
}
.hero-content__form-input input::-webkit-input-placeholder {
  color: var(--main-50, rgba(233, 236, 252, 0.5803921569));
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
.hero-content__form-input input::-moz-placeholder {
  color: var(--main-50, rgba(233, 236, 252, 0.5803921569));
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
.hero-content__form-input input:-ms-input-placeholder {
  color: var(--main-50, rgba(233, 236, 252, 0.5803921569));
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
.hero-content__form-input input::-ms-input-placeholder {
  color: var(--main-50, rgba(233, 236, 252, 0.5803921569));
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
.hero-content__form-input input::placeholder {
  color: var(--main-50, rgba(233, 236, 252, 0.5803921569));
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
@media (max-width: 440px) {
  .hero-content__form-input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .hero-content__form-input input::-moz-placeholder {
    font-size: 16px;
  }
  .hero-content__form-input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .hero-content__form-input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .hero-content__form-input input::placeholder {
    font-size: 16px;
  }
}
.hero-content__form-btn {
  border-radius: 50px;
  background: #4d64e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63px;
  height: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 2;
}
@media (max-width: 1080px) {
  .hero-content__form-btn {
    height: 48px;
    width: 48px;
  }
  .hero-content__form-btn svg {
    width: 44%;
  }
}
.hero-content__form-btn:hover {
  background-color: #fff;
}
.hero-content__form-btn:hover svg path {
  stroke: #4d64e5;
}
.hero-content__btn {
  color: var(--main-50, #e9ecfc);
  /* h5 */
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  border-radius: 50px;
  background: var(--main-300, #798bec);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 225px;
  padding: 22px 71px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .hero-content__btn {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .hero-content__btn {
    font-size: 16px;
  }
}
.hero-content__btn:hover {
  color: #798bec;
  background: #fff;
}

.about {
  background: var(--secondary-100, #e5e6e6);
  padding: 40px 0;
}
@media (max-width: 440px) {
  .about {
    padding: 20px 0;
  }
}
.about__muted {
  color: var(--main-400, #4d64e5);
  font-size: clamp(2.25rem, 1.219rem + 3.75vw, 4.5rem);
  font-weight: 400;
  line-height: 136.944%;
}

.services {
  padding: 33px 0;
  background: var(--main-200, #a8d3fb);
}
@media (max-width: 440px) {
  .services {
    padding: 20px 0;
  }
}
.services__muted {
  color: var(--main-400, #4d64e5);
  font-size: clamp(1.5rem, 1.156rem + 1.25vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
}

.development {
  padding: 60px 0;
}
@media (max-width: 1280px) {
  .development {
    padding: 30px 0;
  }
}
@media (max-width: 440px) {
  .development {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.development-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .development-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.development-list__item {
  border-radius: 57px;
  background: var(--main-50, #e9ecfc);
  padding: 35px 25px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 1280px) {
  .development-list__item {
    gap: 40px;
    border-radius: 24px;
    padding: 24px;
  }
}
@media (max-width: 1080px) {
  .development-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 440px) {
  .development-list__item {
    gap: 32px;
    padding: 28px;
  }
}
.development-list__item-icon {
  width: 88px;
  height: 88px;
}
@media (max-width: 1280px) {
  .development-list__item-icon {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 480px) {
  .development-list__item-icon {
    width: 48px;
    height: 48px;
  }
  .development-list__item-icon img {
    width: 100%;
    height: 100%;
  }
}
.development-list__item-title {
  color: var(--main-400, #4d64e5);
  font-size: clamp(2rem, 1.542rem + 1.67vw, 3rem);
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .development-list__item-title {
    margin-bottom: 24px;
  }
}
.development-list__item-muted {
  color: var(--main-900, #060c2d);
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 15px;
}
.development-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.development-list__info-item {
  color: var(--main-900, #060c2d);
  /* h5 */
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  border-radius: 113px;
  border: 1px solid var(--main-900, #060c2d);
  padding: 10px 16px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 440px) {
  .development-list__info-item {
    padding: 8px 10px;
  }
  /* .list-padding-x1 {
    padding-bottom: 12%;
  }
  .list-padding-x2 {
    padding-bottom: 24%;
  }  */
}

@media (min-width: 769px) {
 .list-padding-x1 {
    padding-bottom: 12%;
  }

  .list-padding-x2 {
    padding-bottom: 24%;
  } 
}

.development-use__item-muted {
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  margin-top: 30px;
  margin-bottom: 15px;
}

.development-use__info .development-list__info-item {
  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;
  border: none;
  padding: 0;
  gap: 4px;
}

.development-use__info {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 440px) {
  .development-use__info {
    gap: 8px;
  }
}

.development-use__info .development-list__info-item .top {
  border-radius: 113px;
  border: 1px solid var(--main-950, #030616);
  width: 100%;
  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;
  padding: 4px 0;
}
.development-use__info .development-list__info-item .bottom p {
  white-space: nowrap;
}

.development-list__sep {
  color: #fff;
  font-size: clamp(2rem, 0.854rem + 4.17vw, 4.5rem);
  font-weight: 400;
  line-height: 77px; /* 106.944% */
}
@media (max-width: 440px) {
  .development-list__sep {
    line-height: 145%; /* 106.944% */
  }
}
.development-list__sep a {
  color: #fff;
  font-size: clamp(2rem, 0.854rem + 4.17vw, 4.5rem);
  font-weight: 400;
  border-bottom: 2px solid white;
}
.development-list__sep a:hover {
  opacity: 0.5;
}

@media (max-width: 440px) {
  .development-use__info .development-list__info-item .top {
    max-width: 90px;
  }
  .development-use__info .development-list__info-item .top svg {
    height: 80%;
  }
}

.btn-close-popup {
  position: fixed !important;
  right: 40px;
  top: 40px;
  z-index: 1111;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.btn-close-popup.active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.works {
  margin-bottom: 60px;
}
.works__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.44fr 20px 2fr;
  grid-template-columns: 1.44fr 2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .works__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.works__list-item {
  cursor: pointer;
}
.works__list-img {
  overflow: hidden;
  border-radius: 20px;
}
.works__list-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works__list-img img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .works__list-img img {
    border-radius: 12px;
    width: 100%;
  }
}
.works__list-muted {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  margin: 16px 0 10px 0;
  display: block;
}
.works__list-title {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1.5rem, 1.156rem + 1.25vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
}

.step {
  padding-bottom: 60px;
}
.step__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1080px) {
  .step__list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .step__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.step__list-item {
  padding: 40px;
  border-radius: 57px;
  border: 1px solid var(--main-50, #e9ecfc);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  height: 530px;
}
.step__list-item:hover {
  background-color: #fff;
  border: 1px solid var(--main-500, #2a45e0);
}
@media (max-width: 1080px) {
  .step__list-item {
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .step__list-item {
    padding: 28px;
    height: 295px;
  }
}
.step__list-count {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(2rem, 1.542rem + 1.67vw, 3rem);
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
.step__list-title {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1.5rem, 1.156rem + 1.25vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
  margin: 20px 0 40px 0;
}
@media (max-width: 768px) {
  .step__list-title {
    margin: 14px 0 26px 0;
  }
}
.step__list-subtitle {
  color: var(--main-100, #d2d8f9);
  font-size: clamp(0.875rem, 0.76rem + 0.42vw, 1.125rem);
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  position: absolute;
  padding-right: 28px;
  top: 360px;
}
@media (max-width: 440px) {
  .step__list-subtitle {
    top: auto;
    bottom: 28px;
  }
}

.step__list-item:hover .step__list-count {
  color: #2a45e0;
}
.step__list-item:hover .step__list-title {
  color: #2a45e0;
}
.step__list-item:hover .step__list-subtitle {
  color: #2a45e0;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  background: var(--main-900, #060c2d);
  padding: 105px 0 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  overflow: auto;
}
.popup .banner {
  background: var(--main-100, #d2d8f9) !important;
}
.popup.active {
  opacity: 1;
  z-index: 11;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all !important;
}
@media (max-width: 768px) {
  .popup {
    padding: 45px 0 0 0;
  }
}
.popup__title {
  color: var(--main-300, #798bec);
  text-align: center;
  font-size: clamp(1.75rem, 0.54rem + 4.4vw, 4.5rem);
  font-weight: 400;
  line-height: 136.944%; /*  */
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
}
.popup__img {
  margin: 20px 0;
  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;
}
.popup__btn {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1rem, 0.945rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  border-radius: 50px;
  background: var(--main-300, #798bec);
  padding: 20px 70px;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .popup__btn {
    width: 100%;
  }
}
.popup__btn:hover {
  opacity: 0.65;
}
.popup__content {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .popup__content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.popup__content-muted {
  color: var(--main-400, #4d64e5);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  margin-bottom: 10px;
}
.popup__content-subtitle {
  color: var(--main-100, #d2d8f9);
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
}
.popup__solution {
  max-width: 900px;
  margin: 0 auto;
}
.popup__solution-muted {
  color: var(--main-400, #4d64e5);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  margin-bottom: 10px;
}
.popup__solution-subtitle {
  color: var(--main-200, #a8d3fb);
  font-size: clamp(1.75rem, 1.53rem + 0.8vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
}
.popup__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .popup__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.popup__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid #a8d3fb;
}
.popup__info-title {
  color: var(--main-200, #a8d3fb);
  /* h4 */
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
}
.popup__info-muted {
  color: var(--main-100, #d2d8f9);
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
  margin-top: 10px;
}

.popup .banner {
  display: none;
}

.popup.active .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.technologies__title {
  color: var(--main-400, #4d64e5);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .technologies__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.technologies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .technologies__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 440px) {
  .technologies__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    row-gap: 20px;
  }
}
.technologies__list-item {
  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: 10px;
}
.technologies__list-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  height: 105px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 400px;
  width: 100%;
  border-radius: 113px;
  border: 1px solid var(--main-50, #e9ecfc);
}
@media (max-width: 768px) {
  .technologies__list-item .top {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .technologies__list-item .top {
    height: 80px;
  }
}
@media (max-width: 440px) {
  .technologies__list-item .top {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .technologies__list-item .top svg {
    width: 30%;
  }
}
@media (max-width: 440px) {
  .technologies__list-item .top svg {
    width: 34%;
    height: 40%;
  }
}
.technologies__list-item .bottom {
  color: var(--secondary-50, #f2f2f3);
  text-align: center;
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
}

.result__title {
  color: var(--main-400, #4d64e5);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .result__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.result__subtitle {
  color: var(--main-100, #d2d8f9);
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
  max-width: 1100px;
  margin: 0 auto;
}

.plus-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}
@media (max-width: 440px) {
  .plus-list {
    margin-bottom: 100px;
    margin-top: 30px;
  }
}
@media (max-width: 440px) {
  .plus-list {
    gap: 6px;
  }
}
.plus-list__item {
  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;
  position: relative;
}
@media (max-width: 440px) {
  .plus-list__item {
    gap: 10px;
  }
}
.plus-list__item-top h2 {
  color: var(--main-200, #a8d3fb);
  font-size: clamp(2rem, 0.625rem + 5vw, 6.625rem);
  font-weight: 400;
  line-height: 136.944%; /* 106.944% */
  text-transform: uppercase;
}
.plus-list__item-center .sep {
  display: inline-block;
  width: 100%;
  height: 100px;
  border-radius: 30px 30px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a45e0), to(#060c2d));
  background: linear-gradient(180deg, #2a45e0 0%, #060c2d 100%);
}
@media (max-width: 440px) {
  .plus-list__item-center .sep {
    border-radius: 12px 12px 0 0;
  }
}
.plus-list__item-bottom {
  color: var(--main-200, #a8d3fb);
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
  position: absolute;
  top: 100%;
}
@media (max-width: 440px) {
  .plus-list__item-bottom {
    font-size: 14px;
  }
}

.plus-list .plus-list__item:nth-child(1) .plus-list__item-center .sep {
  height: 60px;
}
@media (max-width: 440px) {
  .plus-list .plus-list__item:nth-child(1) .plus-list__item-center .sep {
    height: 40px;
  }
}
.plus-list .plus-list__item:nth-child(2) .plus-list__item-center .sep {
  height: 80px;
}
@media (max-width: 440px) {
  .plus-list .plus-list__item:nth-child(2) .plus-list__item-center .sep {
    height: 60px;
  }
}
.plus-list .plus-list__item:nth-child(3) .plus-list__item-center .sep {
  height: 200px;
}
@media (max-width: 440px) {
  .plus-list .plus-list__item:nth-child(3) .plus-list__item-center .sep {
    height: 120px;
  }
}

.btn-close-popup {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 768px) {
  .btn-close-popup {
    right: 20px;
    top: 20px;
  }
  .btn-close-popup svg {
    width: 16px;
    height: 16px;
  }
}

.popup__img-sep {
  margin-top: 50px;
}

.form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--main-900, #060c2d);
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.form.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

.form {
  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;
  overflow: auto;
  padding: 40px;
}
@media (max-width: 1080px) {
  .form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 12px 40px 12px;
  }
}
.form__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .form__inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .form__inner {
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form__muted {
  color: var(--main-200, #a8d3fb);
  font-size: clamp(1rem, 0.945rem + 0.2vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 440px) {
  .form__muted {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.form__title {
  color: var(--main-300, #798bec);
  font-size: clamp(2.625rem, 0.26rem + 8.6vw, 8rem);
  font-weight: 400;
  line-height: 101.563%;
  margin-bottom: 40px;
}
@media (max-width: 440px) {
  .form__title {
    margin-bottom: 24px;
  }
}
.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
.form__input input {
  padding: 20px;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  opacity: 0.6;
}
.form__input input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input input::-moz-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input input:-ms-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input input::-ms-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input textarea::placeholder,
.form__input input::placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  transition: opacity 0.5s ease; /* Adjust duration as needed */
}
.form__input input:focus::placeholder,
.form__input textarea:focus::placeholder {
  opacity: 0;
}
.form__input textarea {
  padding: 20px;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
  opacity: 0.6;
  height: 100px;
}
.form__input textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input textarea::-moz-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input textarea::-ms-input-placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input textarea::placeholder {
  opacity: 1;
  color: var(--main-50, #e9ecfc);
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
  font-weight: 400;
}
.form__input-title {
  color: var(--main-50, #e9ecfc);
  /* h4 */
  font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
  font-weight: 400;
}
.form__btn {
  color: var(--main-950, #030616);
  text-align: center;
  font-size: clamp(0.938rem, 0.828rem + 0.4vw, 1.188rem);
  font-weight: 400;
  margin-top: 30px;
  border-radius: 20px;
  background: var(--main-200, #a8d3fb);
  width: 210px;
  height: 60px;
  padding: 7px 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 440px) {
  .form__btn {
    width: 100%;
    margin-top: 0;
  }
}
.form__btn:hover {
  opacity: 0.8;
}

.btn-close-form {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 440px) {
  .btn-close-form {
    right: 20px;
    top: 20px;
  }
  .btn-close-form svg {
    width: 20px;
  }
}

.form__subtitle {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1.25rem, 0.975rem + 1vw, 1.875rem);
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .form__subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 440px) {
  .form__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 360px;
  }
}

.form__bottom-title {
  color: var(--main-300, #798bec);
  font-size: clamp(1.125rem, 0.96rem + 0.6vw, 1.5rem);
  font-weight: 400;
  display: block;
  margin-bottom: 60px;
}

.form__bottom-title a,
a.form__bottom-title { display: inline; }

@media (max-width: 1080px) {
  .form__bottom-title {
    margin-bottom: 40px;
  }
}

.footer__bottom-tel {
  color: var(--main-300, #798bec);
  font-size: clamp(1.125rem, 0.96rem + 0.6vw, 1.5rem);
  font-weight: 400;
}

.banner {
  overflow: hidden;
  width: 100%;
  background: var(--secondary-400, #d1fff5);
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (max-width: 768px) {
  .banner {
    height: 140px;
    padding: 20px 0;
  }
}

.banner-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 60px;
  -webkit-animation: scroll 80s linear infinite;
          animation: scroll 80s linear infinite;
}
@media (max-width: 440px) {
  .banner-track {
    gap: 20px;
  }
}

.banner-item {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 440px) {
  .banner-item {
    gap: 20px;
  }
}
.banner-item span {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 440px) {
  .banner-item svg {
    width: 40px;
    height: 40px;
  }
}
.banner-item h2 {
  color: var(--main-400, #4d64e5);
  font-size: clamp(2.625rem, 0.26rem + 8.6vw, 8rem);
  font-weight: 400;
  line-height: 76px; /* 59.375% */
}

/* Анимация прокрутки */
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  background: var(--main-400, #4d64e5);
  padding: 40px 0 140px 0;
}
@media (max-width: 440px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 440px) {
  .footer__inner {
    gap: 44px;
  }
}
.footer__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__info-link {
  color: #fff;
  font-size: clamp(1.5rem, 1.156rem + 1.25vw, 2.25rem);
  font-weight: 400;
  line-height: 125.904%; /* 45.326px */
}
.footer__info-link:hover {
  opacity: 0.6;
}

.footer-info__title {
  color: var(--main-50, #e9ecfc);
  opacity: 0.5;
  font-size: clamp(1.25rem, 1.135rem + 0.42vw, 1.5rem);
  margin-bottom: 52px;
  font-weight: 400;
}
@media (max-width: 440px) {
  .footer-info__title {
    margin-bottom: 22px;
  }
}

.footer-nav__title {
  color: var(--main-50, #e9ecfc);
  opacity: 0.5;
  font-size: clamp(1.25rem, 1.135rem + 0.42vw, 1.5rem);
  margin-bottom: 52px;
  font-weight: 400;
}
@media (max-width: 440px) {
  .footer-nav__title {
    margin-bottom: 22px;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer-nav__list-link {
  color: var(--main-50, #e9ecfc);
  /* h4 */
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
}
.footer-nav__list-link:hover {
  opacity: 0.6;
}

.footer-social__title {
  color: var(--main-50, #e9ecfc);
  font-size: clamp(1.125rem, 0.953rem + 0.63vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 52px;
  opacity: 0.5;
}
@media (max-width: 440px) {
  .footer-social__title {
    margin-bottom: 22px;
  }
}
.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-social__list-link {
  width: 38px;
  height: 38px;
  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;
  background-color: #e9ecfc;
  border-radius: 100px;
}
.footer-social__list-link:hover {
  background-color: #2a45e0;
}
.footer-social__list-link:hover svg path {
  fill: #fff;
}