@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Kaspersky Sans Display;
  src: url(../fonts/Kaspersky_Sans_Display_ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block: 0;
}
ul {
  margin-block: 0;
  padding: 0;
  list-style: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
svg {
  max-width: 100%;
  object-fit: cover;
}
svg:not([height]) {
  height: 100%;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
textarea {
  resize: vertical;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
}
progress {
  vertical-align: baseline;
}
.button,
.hero__button,
.nav__menu-link,
.nav__menu-accent,
.modal__close,
.modal__button--primary,
.modal__button--secondary,
.carousel__button--prev,
.carousel__button--next,
.carousel__dot,
.accordion__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button:hover,
.hero__button:hover,
.nav__menu-link:hover,
.nav__menu-accent:hover,
.modal__close:hover,
.modal__button--primary:hover,
.modal__button--secondary:hover,
.carousel__button--prev:hover,
.carousel__button--next:hover,
.carousel__dot:hover,
.accordion__header:hover,
.button:focus,
.hero__button:focus,
.nav__menu-link:focus,
.nav__menu-accent:focus,
.modal__close:focus,
.modal__button--primary:focus,
.modal__button--secondary:focus,
.carousel__button--prev:focus,
.carousel__button--next:focus,
.carousel__dot:focus,
.accordion__header:focus,
.button:active,
.hero__button:active,
.nav__menu-link:active,
.nav__menu-accent:active,
.modal__close:active,
.modal__button--primary:active,
.modal__button--secondary:active,
.carousel__button--prev:active,
.carousel__button--next:active,
.carousel__dot:active,
.accordion__header:active {
  outline: none;
}
.button:disabled,
.hero__button:disabled,
.nav__menu-link:disabled,
.nav__menu-accent:disabled,
.modal__close:disabled,
.modal__button--primary:disabled,
.modal__button--secondary:disabled,
.carousel__button--prev:disabled,
.carousel__button--next:disabled,
.carousel__dot:disabled,
.accordion__header:disabled {
  pointer-events: none;
}
.hero__button,
.modal__button--primary,
.modal__button--secondary {
  height: 48px;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
}
.nav__menu-button {
  height: 64px;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  border-radius: 8px;
}
.hero__button,
.nav__menu-button,
.modal__button--primary {
  color: #fff;
  background-color: #00a88e;
  transition: background-color 0.2s ease;
}
.hero__button:hover,
.nav__menu-button:hover,
.modal__button--primary:hover,
.hero__button:focus,
.nav__menu-button:focus,
.modal__button--primary:focus {
  background-color: #29ccb1;
}
.hero__button:active,
.nav__menu-button:active,
.modal__button--primary:active {
  background-color: #138170;
}
.hero__button:disabled,
.nav__menu-button:disabled,
.modal__button--primary:disabled {
  color: #294d7517;
  background-color: #22344966;
}
.modal__button--secondary {
  color: #00a88e;
  border: 2px solid #00a88e;
  transition: 0.2s ease;
  transition-property: border-color, color;
}
.modal__button--secondary:hover,
.modal__button--secondary:focus {
  color: #29ccb1;
  border-color: #29ccb1;
}
.modal__button--secondary:active {
  color: #138170;
  border-color: #138170;
}
.modal__button--secondary:disabled {
  color: #22344966;
  background-color: #294d7517;
  border-color: #294d7517;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  border-color: #fff9;
}
input[type="checkbox"]:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: -2px;
  transform: scale(0);
  transition: transform 0.2s ease;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath d='m16.31 6.29c-.39-.39-1.02-.39-1.41 0l-6.36 6.36-2.83-2.83c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41l3.54 3.54c.39.39 1.02.39 1.41 0l7.07-7.07c.39-.39.39-1.02 0-1.41z'/%3E%3C/svg%3E");
}
input[type="checkbox"]:checked {
  background-color: #00a88e;
  border-color: #00a88e;
}
input[type="checkbox"]:checked:hover {
  background-color: #29ccb1;
  border-color: #29ccb1;
}
input[type="checkbox"]:checked:before {
  transform: scale(1);
}
input[type="radio"] {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
input[type="radio"]:before {
  position: absolute;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s ease;
  content: "";
  background-color: #00a88e;
}
[dir="ltr"] input[type="radio"]:before {
  left: 4px;
}
[dir="rtl"] input[type="radio"]:before {
  right: 4px;
}
input[type="radio"]:hover,
input[type="radio"]:focus {
  border-color: #fff9;
}
input[type="radio"]:checked {
  border-color: #00a88e;
}
input[type="radio"]:checked:hover {
  border-color: #29ccb1;
}
input[type="radio"]:checked:hover:before {
  background-color: #29ccb1;
}
input[type="radio"]:checked:before {
  transform: scale(1);
}
.accordion {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.accordion__item {
  background-color: #21272f;
  border-radius: 8px;
  box-shadow: 0 4px 32px #00000052;
}
.accordion__item.open .accordion__icon:after {
  opacity: 0;
}
.accordion__item.open .accordion__panel {
  grid-template-rows: 1fr;
}
.accordion__header {
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  column-gap: 24px;
}
.accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.accordion__icon:before,
.accordion__icon:after {
  position: absolute;
  top: 50%;
  background-color: #29ccb1;
  border-radius: 2px;
  content: "";
}
[dir="ltr"] .accordion__icon:before,
[dir="ltr"] .accordion__icon:after {
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir="rtl"] .accordion__icon:before,
[dir="rtl"] .accordion__icon:after {
  right: 50%;
  transform: translate(50%, -50%);
}
.accordion__icon:before {
  width: 16px;
  height: 2px;
}
.accordion__icon:after {
  width: 2px;
  height: 16px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  padding-inline: 32px;
  transition: grid-template-rows 0.2s ease;
}
.accordion__content {
  overflow: hidden;
  pointer-events: none;
}
.accordion__content:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff1a;
  content: "";
}
.accordion__text {
  margin-block: 32px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.accordion__text + .accordion__text {
  margin-top: 12px;
}
.carousel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
.carousel__viewport {
  padding-inline: 12px;
  overflow: hidden;
}
.carousel__wrapper {
  display: flex;
  align-items: flex-start;
  transition: height 0.2s ease;
}
.carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 48px 12px;
}
.carousel__button--prev,
.carousel__button--next {
  color: #00a88e;
  transition: color 0.2s ease;
}
.carousel__button--prev:hover,
.carousel__button--next:hover {
  color: #29ccb1;
}
.carousel__button--prev:disabled,
.carousel__button--next:disabled {
  color: #1d36532b;
}
.carousel__button--prev {
  order: -1;
  transform: scaleX(-1);
}
[dir="rtl"] .carousel__button--prev {
  transform: scaleX(1);
}
[dir="rtl"] .carousel__button--next {
  transform: scaleX(-1);
}
.carousel__pagination {
  display: flex;
  grid-column: span 3;
  margin-inline: auto;
  column-gap: 12px;
}
.carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.carousel__dot.active {
  width: 70px;
}
.carousel__dot {
  background-color: #1d36532b;
}
.active.carousel__dot {
  background-color: #29ccb1;
}
.test {
  box-shadow: 0 4px 40px #556e6e29;
}
.no-scroll {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #000000e6;
}
.modal.active {
  display: block;
}
.modal__dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  padding: 32px 16px;
  pointer-events: none;
}
.modal__content {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  max-width: 584px;
  max-height: calc(100vh - 64px);
  padding: 32px 24px;
  overflow: auto;
  background-color: #21272f;
  border-radius: 16px;
  pointer-events: auto;
}
.modal__content:has(iframe, video) {
  max-width: 800px;
  padding: 0;
  overflow: visible;
}
.modal__content iframe {
  width: 100%;
  height: auto;
  border-radius: 16px;
  aspect-ratio: 16/9;
}
.modal__close {
  width: 24px;
  height: 24px;
  color: #fff6;
  transition: color 0.2s ease;
  pointer-events: all;
}
#player + .modal__close,
#rutube + .modal__close {
  position: absolute;
  top: -32px;
}
[dir="ltr"] #player + .modal__close,
[dir="ltr"] #rutube + .modal__close {
  right: 0;
}
[dir="rtl"] #player + .modal__close,
[dir="rtl"] #rutube + .modal__close {
  left: 0;
}
.modal__close:hover {
  color: #fffc;
}
.modal__header .modal__close {
  position: absolute;
  top: 12px;
  transition: 0.2s ease;
  transition-property: color;
}
[dir="ltr"] .modal__header .modal__close {
  right: 12px;
}
[dir="rtl"] .modal__header .modal__close {
  left: 12px;
}
.modal__body {
  margin-top: 16px;
  overflow: auto;
}
.modal__title {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}
.modal__text {
  color: #fff9;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.modal__button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 360px;
  color: #fff;
  font-family: Kaspersky Sans Display, sans-serif;
  background-color: #0f151c;
}
.container {
  width: 100%;
  max-width: 1264px;
  margin-inline: auto;
  padding-inline: 16px;
}
.b24-form * {
  font-family: Kaspersky Sans Display, sans-serif !important;
}
.b24-form-wrapper {
  max-width: 100% !important;
  background-color: transparent !important;
}
.b24-form-wrapper.b24-form-shadow {
  box-shadow: none !important;
}
.b24-form-header-padding,
.b24-form-content,
.b24-form-padding-side {
  padding: 0 !important;
}
.b24-form-field {
  margin-bottom: 16px !important;
}
.b24-form-control-container {
  margin-bottom: 0 !important;
}
.b24-form-control-container:has([type="checkbox"]) {
  display: flex;
  column-gap: 12px;
}
.b24-form-control-container:has([type="checkbox"])
  .b24-form-control-alert-message {
  display: none !important;
}
.b24-form-control-label {
  color: #fff9 !important;
}
.b24-form-control {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid !important;
  border-color: #fff !important;
  border-radius: 8px !important;
  outline-offset: -2px;
}
.b24-form-control:hover {
  border-color: #fff9 !important;
}
.b24-form-control:focus {
  border-color: #29ccb1 !important;
  outline: 1px solid #29ccb1;
}
.b24-form-control-agreement.b24-form-control-alert {
  margin-bottom: 16px !important;
}
.b24-form-control-desc,
.b24-form-field-agreement,
.b24-form-field-agreement-link {
  margin-top: 3px;
  color: #fff9 !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 16px !important;
  opacity: 1 !important;
}
.b24-form-field-agreement-link {
  color: #29ccb1 !important;
  transition: 0.2s ease;
  transition-property: color;
}
.b24-form-field-agreement-link:hover {
  color: #3de8ca !important;
}
.b24-form-control-required {
  color: #f35;
  font-size: 16px;
  line-height: 20px;
}
.b24-form-btn-container {
  margin: 0 !important;
}
.b24-form-btn-block {
  padding: 0 !important;
}
.b24-form-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none !important;
}
.b24-form-btn {
  min-height: 48px !important;
  padding: 14px 24px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  border-radius: 8px !important;
}
.b24-form-btn {
  color: #fff !important;
  background-color: #00a88e !important;
  transition: 0.2s ease;
  transition-property: background-color;
}
.b24-form-btn:hover,
.b24-form-btn:focus {
  background-color: #29ccb1 !important;
}
.b24-form-btn:active {
  background-color: #138170 !important;
}
.b24-form-recaptcha {
  justify-content: flex-start !important;
  margin: 16px 0 0 !important;
}
.b24-form-control-alert-message {
  margin-top: 2px !important;
  padding: 0 !important;
  color: #f35 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  background-color: transparent !important;
}
[dir="ltr"] .b24-form-control-alert-message {
  left: 0 !important;
}
[dir="rtl"] .b24-form-control-alert-message {
  right: 0 !important;
}
.b24-form-control-alert-message:before,
.b24-form-control-alert-message:after {
  content: none !important;
}
.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  height: 54px;
  background-color: #21272f;
  box-shadow: 0 4px 32px #00000052;
}
.nav__container {
  display: grid;
  grid-template-columns: 64px 1fr;
}
.nav__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
}
.nav__toggler:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M3 7a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 5a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 5a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
  content: "";
}
.nav__toggler.open:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19.709 18.294a1 1 0 0 1-1.415 1.415l-6.293-6.294-6.294 6.294a1 1 0 1 1-1.414-1.414L10.587 12 4.293 5.707a1 1 0 0 1 1.414-1.414l6.294 6.294 6.293-6.294a1 1 0 1 1 1.415 1.415L13.415 12l6.294 6.293Z'/%3E%3C/svg%3E");
}
.nav__logo {
  justify-self: center;
  width: 169.84px;
  height: 54px;
  color: #fff;
}
.nav__menu {
  display: none;
}
.nav__menu-link {
  position: relative;
  color: #fff;
}
.nav__menu-accent {
  justify-content: flex-start;
  height: 64px;
  padding-inline: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  background-color: #00a88e;
  transition: background-color 0.2s ease;
}
.nav__menu-accent:hover {
  background-color: #29ccb1;
}
.footer {
  background-color: #21272f;
}
.footer__container {
  display: grid;
  grid-template-rows: 54px 1fr;
  grid-template-columns: auto 1fr;
  gap: 4px 20.18px;
  padding-block: 6px 16px;
}
.footer__logo {
  display: block;
  width: 169.84px;
  height: 54px;
  margin-inline: -19px;
  color: #fff;
}
.footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-end;
  column-gap: 13px;
}
.footer__social-icon {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  transition: color 0.2s ease;
}
.footer__social-icon:hover {
  color: #fffc;
}
.footer__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff9;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  column-gap: 8px;
}
.footer__text li:not(:first-of-type) {
  position: relative;
}
.footer__text li:not(:first-of-type):before {
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
  content: "•";
}
.footer__link {
  position: relative;
  color: #29ccb1;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #3de8ca;
}
.hero {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero__bg {
  position: absolute;
  object-fit: cover;
  display: flex;
  height: 100%;
  width: 100%;
}
.hero__container {
  display: flex;
  position: relative;
  height: 100%;
}
.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 603px;
  padding: 120px 0;
}
.hero__title {
  font-size: 62px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 32px;
}
.hero__text {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 80px;
}
.hero__button {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 133px;
}
.gateway {
  display: flex;
  flex-direction: column;
  background: radial-gradient(97.28% 95.15% at 90.89% 143.45%, #3bf3, #3bf0),
    #1d1d1b;
  padding: 80px 0;
}
.gateway__container {
  display: flex;
  column-gap: 92px;
  align-items: center;
}
.gateway__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: 588px;
}
.gateway__image {
  width: 520px;
  height: 448px;
  object-fit: contain;
}
.gateway__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
}
.gateway__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.choose {
  display: flex;
  flex-direction: column;
  background: radial-gradient(
      58.41% 157.45% at 50% -57.45%,
      #29ccb166,
      #29ccb100
    ),
    #1d1d1b;
  padding: 80px 0;
}
.choose__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 48px;
}
.choose__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.choose__card {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding: 32px;
  border-radius: 16px;
  background: radial-gradient(99.52% 76.22% at 89.63% 127.75%, #3bf3, #3bf0),
    radial-gradient(30.05% 74.35% at 15.39% 4.31%, #29ccb133, #29ccb100),
    #21272f;
}
.choose__image {
  width: 184px;
  height: 145px;
  object-fit: contain;
}
.choose__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}
.choose__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.choose__green {
  font-weight: 600;
  color: #29ccb1;
}
.form {
  display: flex;
  flex-direction: column;
  background: radial-gradient(56.1% 52.39% at 48.85% 77.18%, #3bf6, #3de8ca00),
    radial-gradient(52.52% 53.93% at 58.39% 64.5%, #3de8ca66, #3de8ca00),
    radial-gradient(42.88% 56.37% at 49.09% 50%, #29ccb166, #29ccb100), #1d1d1b;
  padding: 80px 0;
}
.form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.form__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 32px #00000052;
  padding: 40px;
  max-width: 668px;
  width: 100%;
  border-radius: 24px;
  background: #21272f;
  row-gap: 32px;
}
.form__text {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
.how {
  display: flex;
  flex-direction: column;
  background: radial-gradient(63.42% 133.23% at 55.42% 152.16%, #3bf3, #3bf0),
    #1d1d1b;
  padding: 80px 0;
}
.how__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.how__paragraph {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
.how__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.how__card {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: radial-gradient(56.55% 56.56% at 48.4% -13.56%, #3bf3, #3bf0),
    radial-gradient(64.35% 62.6% at 85.28% 93.63%, #29ccb133, #29ccb100),
    #21272f;
  box-shadow: 0 4px 32px #00000052;
}
.how__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.how__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.aws {
  display: flex;
  flex-direction: column;
  background: radial-gradient(
      73.04% 119.15% at -8.33% -46.35%,
      #29ccb133,
      #29ccb100
    ),
    radial-gradient(86.89% 110.27% at 96.8% 167.81%, #3bf3, #3bf0), #1d1d1b;
  padding: 80px 0;
}
.aws__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aws__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.aws__paragraph {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  max-width: 652px;
  width: 100%;
  text-align: center;
}
.aws__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 24px;
}
.aws__card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #383f48;
  background: #21272f;
}
.aws__text {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}
[dir="ltr"] .aws__text {
  padding: 0 0 0 24px;
}
[dir="rtl"] .aws__text {
  padding: 0 24px 0 0;
}
.aws__text:before {
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #3de8ca;
  border-radius: 50%;
  content: "";
}
[dir="ltr"] .aws__text:before {
  left: 0;
}
[dir="rtl"] .aws__text:before {
  right: 0;
}
.demo {
  display: flex;
  flex-direction: column;
  background: radial-gradient(36.05% 57.83% at 60.79% 46.55%, #3bf3, #3bf0),
    radial-gradient(35.65% 53.2% at 42.75% 46.84%, #29ccb133, #29ccb100),
    #1d1d1b;
  padding: 80px 0;
}
.demo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #29ccb1;
}
.demo__paragraph {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  max-width: 776px;
  width: 100%;
  text-align: center;
}
.demo__paragraph_green {
  color: #29ccb1;
  margin-top: 16px;
}
.demo__paragraph_left {
  max-width: 362px;
}
[dir="ltr"] .demo__paragraph_left {
  text-align: left;
}
[dir="rtl"] .demo__paragraph_left {
  text-align: right;
}
.demo__wrapper {
  display: flex;
  border-radius: 24px;
  background: #21272f;
  box-shadow: 0 4px 32px #00000052;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  max-width: 996px;
  width: 100%;
}
.demo__bg {
  position: absolute;
  object-fit: cover;
  display: flex;
  height: 100%;
  width: 100%;
}
.demo__content {
  display: flex;
  column-gap: 40px;
  padding: 64px;
  position: relative;
  width: 100%;
  height: 100%;
}
.demo__info {
  display: flex;
  flex-direction: column;
  max-width: 414px;
}
.demo__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  max-width: 414px;
  width: 100%;
}
.demo__card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.demo__block {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 8px 0;
  border-bottom: 2px solid #29ccb1;
}
.demo__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.demo__card-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
}
.demo__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #fffc;
}
.grid {
  display: flex;
  flex-direction: column;
  background: radial-gradient(54.13% 79.49% at 59.64% 116.46%, #3bf3, #3bf0),
    radial-gradient(99.24% 68.53% at -8.46% -4.31%, #29ccb133, #29ccb100),
    #1d1d1b;
  padding: 80px 0;
}
.grid__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid__text {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #fffc;
}
.grid__paragraph {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.grid__link {
  font-weight: 500;
  color: #29ccb1;
}
.grid__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.grid__cards-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 792px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 4px 32px #00000052;
  padding: 40px 32px;
  background: radial-gradient(
      39.87% 39.08% at 88.67% 94.34%,
      #29ccb133,
      #29ccb100
    ),
    #21272f;
}
.grid__card_two {
  padding: 0 !important;
}
.grid__card_three {
  background: #00a88e;
  padding: 48px 32px;
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid__card_green {
  display: none;
}
.grid__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 640px) {
  .carousel {
    grid-template-columns: auto 1fr auto;
  }
  .modal__dialog {
    padding: 32px;
  }
  .container {
    padding-inline: 32px;
  }
  .footer__container {
    padding-block: 8px 24px;
    row-gap: 8px;
  }
}
@media (min-width: 1024px) {
  #player + .modal__close,
  #rutube + .modal__close {
    position: absolute;
    top: 0;
  }
  [dir="ltr"] #player + .modal__close,
  [dir="ltr"] #rutube + .modal__close {
    right: -32px;
  }
  [dir="rtl"] #player + .modal__close,
  [dir="rtl"] #rutube + .modal__close {
    left: -32px;
  }
  .nav {
    height: 64px;
  }
  .nav__container {
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
  }
  .nav__toggler {
    display: none;
  }
  .nav__logo {
    justify-self: flex-start;
    width: 201.29px;
    height: 64px;
    margin-inline: -23px 0;
  }
  .nav__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav__menu-link {
    height: 64px;
    padding-inline: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .nav__menu-link:before {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 3px;
    background-color: #29ccb1;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
    content: "";
  }
  .nav__menu-link:hover:before,
  .nav__menu-link.active:before {
    opacity: 1;
  }
  .nav__menu-accent {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .nav__menu-button {
    height: 48px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
  }
  .footer__container {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    padding-block: 9px 7px;
    column-gap: 0;
  }
  .footer__logo {
    width: 201.29px;
    height: 64px;
    margin-inline: -23px 0;
  }
  .footer__social {
    order: 2;
    column-gap: 12px;
  }
  .footer__text {
    align-self: flex-end;
    margin-bottom: 21px;
  }
}
@media (max-width: 1200px) {
  .gateway__container {
    column-gap: 16px;
  }
}
@media (max-width: 1170px) {
  .hero__content {
    max-width: 550px;
  }
}
@media (max-width: 1070px) {
  .hero__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .hero__content {
    max-width: 480px;
  }
  .hero__title {
    font-size: 52px;
    line-height: 52px;
  }
  .form__wrapper {
    max-width: 588px;
  }
  .demo__content {
    padding: 32px;
  }
}
@media (max-width: 1023.98px) {
  .nav__container {
    padding-inline: 0;
  }
  .nav__menu.open {
    display: block;
    grid-column: 1/-1;
    height: calc(100vh - 54px);
    overflow: auto;
  }
  .nav__menu > li {
    position: relative;
    background-color: #21272f;
  }
  .nav__menu > li:not(:last-of-type):after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background-color: #ffffff1a;
    content: "";
  }
  .nav__menu > li:has(.nav__menu-button) {
    padding: 16px;
  }
  .nav__menu-link {
    justify-content: flex-start;
    padding: 21.5px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
  .nav__menu-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #29ccb1;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
    content: "";
  }
  [dir="ltr"] .nav__menu-link:before {
    left: 0;
  }
  [dir="rtl"] .nav__menu-link:before {
    right: 0;
  }
  .nav__menu-link:hover,
  .nav__menu-link.active {
    font-weight: 600;
  }
  .nav__menu-link:hover:before,
  .nav__menu-link.active:before {
    opacity: 1;
  }
  .footer__text {
    grid-column: span 2;
  }
}
@media (max-width: 1020px) {
  .choose__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: none;
    width: 100%;
    column-gap: 0;
    row-gap: 16px;
  }
  .how__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    width: 100%;
  }
  .aws__cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .grid__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: none;
    width: 100%;
    gap: 16px;
  }
  .grid__cards-wrapper-2 {
    grid-template-columns: 1fr 304px;
    max-width: none;
    width: 100%;
    gap: 16px;
  }
  .grid__card_three {
    display: none;
  }
  .grid__card_green {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    background: #00a88e;
    min-width: 304px;
  }
  .grid__card_four {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .hero__content {
    padding: 80px 0;
  }
  .hero__title {
    font-size: 48px;
    line-height: 48px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 48px;
  }
  .gateway {
    padding: 48px 0;
  }
  .gateway__container {
    column-gap: 48px;
  }
  .gateway__content {
    row-gap: 24px;
  }
  .gateway__image {
    width: 290px;
    height: 296px;
  }
  .gateway__title {
    font-size: 32px;
    line-height: 36px;
  }
  .choose {
    padding: 48px 0;
  }
  .choose__container {
    row-gap: 32px;
  }
  .choose__card {
    padding: 24px;
  }
  .choose__image {
    width: 160px;
    height: 126px;
  }
  .choose__title {
    line-height: 42px;
  }
  .form {
    padding: 64px 0;
  }
  .form__container {
    row-gap: 32px;
  }
  .form__title {
    line-height: 42px;
  }
  .how {
    padding: 48px 0;
  }
  .how__title {
    line-height: 42px;
  }
  .how__paragraph {
    margin-bottom: 32px;
  }
  .how__card {
    row-gap: 16px;
  }
  .how__text {
    font-size: 16px;
    line-height: 18px;
  }
  .aws {
    padding: 48px 0;
  }
  .aws__title {
    line-height: 42px;
  }
  .aws__text {
    font-size: 16px;
    line-height: 18px;
  }
  .demo {
    padding: 48px 0;
  }
  .demo__title {
    font-size: 32px;
    line-height: 36px;
  }
  .demo__paragraph {
    font-size: 21px;
    line-height: 24px;
  }
  .demo__wrapper {
    margin-bottom: 32px;
  }
  .demo__content {
    justify-content: space-between;
  }
  .demo__info {
    max-width: 311px;
  }
  .demo__cards-wrapper {
    row-gap: 16px;
    max-width: 289px;
  }
  .demo__icon {
    width: 24px;
    height: 24px;
  }
  .demo__card-title {
    font-size: 21px;
    line-height: 24px;
  }
  .demo__text {
    font-size: 16px;
    line-height: 18px;
  }
  .grid {
    padding: 48px 0;
  }
  .grid__text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .grid__paragraph {
    font-size: 28px;
    line-height: 30px;
  }
  .grid__icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 800px) {
  .hero__content {
    max-width: 370px;
  }
  .gateway__content {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .grid__cards-wrapper,
  .grid__cards-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid__card_one {
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .grid__card_two {
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .grid__card_three {
    display: flex;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .grid__card_green {
    display: none;
  }
}
@media (max-width: 750px) {
  .gateway__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .gateway__image {
    align-self: center;
    width: 350px;
    height: 100%;
  }
}
@media (max-width: 700px) {
  .choose__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 8px;
  }
  .how__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 16px;
  }
}
@media (max-width: 639.98px) {
  .carousel__button--prev,
  .carousel__button--next {
    display: none;
  }
  .modal__button--primary,
  .modal__button--secondary {
    width: 100%;
  }
  .b24-form-btn {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 550px;
  }
  .hero__content {
    max-width: none;
    width: 100%;
    padding: 40px 0 0;
  }
  .hero__title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  .hero__text {
    margin-bottom: 24px;
  }
  .gateway {
    padding: 32px 0;
  }
  .gateway__content {
    row-gap: 16px;
  }
  .gateway__image {
    width: 520px;
    height: 448px;
  }
  .gateway__text {
    font-size: 16px;
    line-height: 18px;
  }
  .choose {
    padding: 32px 0;
  }
  .choose__container {
    row-gap: 24px;
  }
  .choose__card {
    padding: 16px;
    flex-direction: column;
    column-gap: 0;
    row-gap: 16px;
  }
  .choose__title {
    font-size: 32px;
    line-height: 36px;
  }
  .choose__text {
    font-size: 16px;
    line-height: 18px;
  }
  .form {
    padding: 48px 0;
    row-gap: 24px;
  }
  .form__title {
    font-size: 32px;
    line-height: 36px;
  }
  .form__wrapper {
    padding: 24px 16px;
    row-gap: 24px;
  }
  .how {
    padding: 32px 0;
  }
  .how__title {
    font-size: 32px;
    line-height: 36px;
  }
  .how__paragraph {
    font-size: 16px;
    line-height: 18px;
  }
  .how__card {
    padding: 16px;
    flex-direction: column;
    column-gap: 0;
    row-gap: 16px;
  }
  .how__icon {
    width: 48px;
    height: 48px;
  }
  .aws {
    padding: 32px 0;
  }
  .aws__title {
    font-size: 32px;
    line-height: 36px;
  }
  .aws__paragraph {
    font-size: 16px;
    line-height: 18px;
  }
  .aws__cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 16px;
  }
  .aws__card {
    padding: 16px;
  }
  .demo {
    padding: 32px 0;
  }
  .demo__wrapper {
    flex-direction: column;
  }
  .demo__content {
    padding: 32px 16px;
    flex-direction: column;
    row-gap: 72px;
  }
  .demo__info {
    max-width: 296px;
    width: 100%;
  }
  .demo__cards-wrapper {
    max-width: none;
    width: 100%;
  }
  .demo__card {
    padding: 16px;
  }
  .grid {
    padding: 32px 0;
  }
  .grid__paragraph {
    font-size: 24px;
    line-height: 26px;
  }
  .grid__card {
    padding: 16px;
  }
}
@media (max-width: 470px) {
  .hero {
    min-height: 733px;
  }
  .hero__button {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .gateway__image {
    width: 100%;
    height: auto;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
