@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Thin.eot");
  src: url("../fonts/Geologica-Thin.woff2") format("woff2");
  src: url("../fonts/Geologica-Thin.woff") format("woff");
  src: url("../fonts/Geologica-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-ExtraLight.eot");
  src: url("../fonts/Geologica-ExtraLight.woff2") format("woff2");
  src: url("../fonts/Geologica-ExtraLight.woff") format("woff");
  src: url("../fonts/Geologica-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.eot");
  src: url("../fonts/Geologica-Light.woff2") format("woff2");
  src: url("../fonts/Geologica-Light.woff") format("woff");
  src: url("../fonts/Geologica-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.eot");
  src: url("../fonts/Geologica-Regular.woff2") format("woff2");
  src: url("../fonts/Geologica-Regular.woff") format("woff");
  src: url("../fonts/Geologica-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.eot");
  src: url("../fonts/Geologica-Medium.woff2") format("woff2");
  src: url("../fonts/Geologica-Medium.woff") format("woff");
  src: url("../fonts/Geologica-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.eot");
  src: url("../fonts/Geologica-SemiBold.woff2") format("woff2");
  src: url("../fonts/Geologica-SemiBold.woff") format("woff");
  src: url("../fonts/Geologica-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Bold.eot");
  src: url("../fonts/Geologica-Bold.woff2") format("woff2");
  src: url("../fonts/Geologica-Bold.woff") format("woff");
  src: url("../fonts/Geologica-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-ExtraBold.eot");
  src: url("../fonts/Geologica-ExtraBold.woff2") format("woff2");
  src: url("../fonts/Geologica-ExtraBold.woff") format("woff");
  src: url("../fonts/Geologica-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Black.eot");
  src: url("../fonts/Geologica-Black.woff2") format("woff2");
  src: url("../fonts/Geologica-Black.woff") format("woff");
  src: url("../fonts/Geologica-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  color: #333;
  scroll-behavior: smooth;
  font-family: "Geologica";
}

button, a {
  cursor: pointer;
}

span {
  font: inherit;
  color: inherit;
}

b {
  font-family: inherit;
  color: inherit;
}

body {
  overflow: hidden;
  overflow-y: auto;
  background: #F9F9F9;
}

section + section {
  margin-top: clamp(60px, 60px + (100 - 60) * (100vw - 360px) / 1560, 100px);
}

.accordion__text, .record-info__warn, .facts-slide, .review-slide, .team-slide, .team-info, .about-video, .about-info__text, .about-info, .interesting-block, .features-block {
  border-radius: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  padding: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
}

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

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  border-radius: 16px;
  background: #A1E54F;
  color: #363E45;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}
.button:disabled {
  background: #C9D1D1;
  color: #fff;
  pointer-events: none;
}

.section__title {
  color: var(--DARK-PRIMARY, #363E45);
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 360px) / 1560, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 36px */
  letter-spacing: -1.44px;
}
.section__title + * {
  margin-top: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.section--dark {
  position: relative;
}
.section--dark * {
  color: #FFF;
}
.section--dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0062AF;
}

.header {
  padding: 12px 0px 15px;
  height: 103px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header .container {
  position: relative;
  width: 100%;
}
.header__content {
  border-radius: 24px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 9px 20px;
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__bottom-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
  gap: 16px;
}
.header.active .header__bottom {
  padding-top: 32px;
  grid-template-rows: 1fr;
}
.header.active .header-burger svg:first-child {
  display: none;
}
.header.active .header-burger svg:last-child {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.header-tag {
  padding: 6px 12px;
  color: #363E45;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.56px;
  background: rgba(67, 74, 81, 0.06);
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .header-tag:hover {
    background: rgba(67, 74, 81, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .header-tag {
    padding: 12px;
    width: 100%;
    text-align: center;
  }
}

.header-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.header-logo__second {
  color: #363E45;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: none;
}
.header-logo__line {
  height: 29px;
  background: #E1E1E1;
  width: 1px;
}
.header-logo__title {
  color: #363E45;
  display: -webkit-box;
  display: -ms-flexbox;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.header-logo__title b {
  font-weight: 700;
}

.header.first .header-logo__first {
  width: 45px;
}
.header.second .header-logo__first {
  width: 36px;
}
.header.third .header-logo__first {
  width: 36px;
}

.header.first .header-logo__first img:nth-child(1) {
  opacity: 1;
}
.header.second .header-logo__first img:nth-child(2) {
  opacity: 1;
}
.header.third .header-logo__first img:nth-child(3) {
  opacity: 1;
}

.header.first .header-logo__title:nth-child(1) {
  opacity: 1;
}
.header.second .header-logo__title:nth-child(2) {
  opacity: 1;
}
.header.third .header-logo__title:nth-child(3) {
  opacity: 1;
}

.header-logo__first {
  display: flex;
  align-items: flex-start;
  height: 36px;
  flex-direction: column;
  transition: .3s ease;
  position: relative;
  position: relative;
}
.header-logo__first img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s ease;
}


.header-burger {
  margin: 0 auto;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}
.header-burger svg:last-child {
  display: none;
}

.header-contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-contacts__link {
  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: 50%;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
}
.header-contacts__link:first-child {
  background: #A1E54F;
}
.header-contacts__link:last-child {
  background: #7B519D;
}
.header-contacts__tel {
  color: #363E45;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.header-contacts--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-contacts {
    display: none;
  }
  .header__content {
    padding: 20px 20px;
  }
  .header-contacts--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer {
  background: #0062AF;
  padding-top: clamp(20px, 20px + (50 - 20) * (100vw - 360px) / 1560, 50px);
  padding-bottom: clamp(20px, 20px + (50 - 20) * (100vw - 360px) / 1560, 50px);
}
.footer * {
  color: #fff;
}
.footer__logo {
  width: 125px;
  min-width: 125px;
  height: 64px;
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer__bottom {
  margin-top: clamp(20px, 20px + (24 - 20) * (100vw - 360px) / 1560, 24px);
  padding-top: clamp(20px, 20px + (24 - 20) * (100vw - 360px) / 1560, 24px);
  border-top: 1px solid #A1E54F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
}
.footer__navigation {
  gap: clamp(10px, 10px + (16 - 10) * (100vw - 360px) / 1560, 16px);
  max-width: 717px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__link {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  padding: 6px 12px;
  border-radius: 50px;
  background: #A1E54F;
  color: var(--DARK-PRIMARY, #363E45);
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.64px;
}
.footer__text {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 360px) / 1560, 12px);
  font-weight: 250;
  letter-spacing: 0.48px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__navigation {
    justify-content: flex-start;
  }
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
}
.footer-contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer-contacts__link {
  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: 50%;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
}
.footer-contacts__link_wa {
  background: #A1E54F;
}
.footer-contacts__link_vb {
  background: #7B519D;
}
.footer-contacts__link_vk {
  background: #0077FF;
}
@media screen and (max-width: 768px) {
  .footer-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 0;
  }
}

.hero__block {
  border-radius: 16px;
  background: #0062AF;
  min-height: 600px;
  padding: 0px 64px;
  padding-left: clamp(20px, 20px + (64 - 20) * (100vw - 360px) / 1560, 64px);
  padding-right: clamp(20px, 20px + (64 - 20) * (100vw - 360px) / 1560, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero__inner-block {
  padding: 32px;
  gap: 38px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #4470F4;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero__column {
  max-width: 780px;
  position: relative;
  z-index: 3;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0px;
  gap: 48px;
}
.hero__subtitle {
  color: #FFF;
  font-weight: 300;
  line-height: 120%;
  font-size: clamp(12px, 12px + (20 - 12) * (100vw - 360px) / 1560, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__subtitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 206px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -o-object-position: center;
     object-position: center;
}
.hero__subtitle span {
  white-space: nowrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
          margin-right: 24px;
}
.hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 360px) / 1560, 14px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.56px;
}
.hero__tag:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.hero__tag--red {
  color: #363E45;
  background: #F99B9C;
}
.hero__tag--green {
  color: #363E45;
  background: #A1E54F;
}
.hero__title {
  color: #FFF;
  font-size: clamp(24px, 24px + (48 - 24) * (100vw - 360px) / 1560, 48px);
  font-weight: 600;
  line-height: 128%;
  letter-spacing: -1.92px;
}
.hero__title span {
  position: relative;
  z-index: -1;
  margin: 0 8px 0px 0px;
  color: #0062AF;
}
.hero__title span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='203' height='76' viewBox='0 0 203 76' fill='none'%3E%3Cg clip-path='url(%23clip0_632_6263)'%3E%3Cpath d='M24.3792 71.2721C58.8656 75.0475 91.5661 75.4707 126.081 74.6901C153.061 73.1331 156.174 72.614 171.22 70.0189C179.521 67.9428 184.933 66.6682 192.22 63.7357C208.479 56.7025 203.475 42.4101 191.77 31.2934C181.959 22.2128 171.327 16.3618 160.593 12.5525C127.607 0.332925 88.4363 -3.03997 54.7704 5.0667C66.0406 4.3682 87.0695 7.07728 98.004 13.2111C98.3552 13.4545 99.5766 13.9754 100.956 14.9701C101.861 15.6231 100.387 17.7286 99.3063 17.4473C96.4102 16.693 93.3396 15.9682 92.9027 15.839C73.1039 12.5275 53.6214 11.4638 34.2007 20.2191C24.7466 24.8032 3.53248 35.2553 0.573173 54.2309C0.282837 67.8786 18.9535 70.0872 24.3792 71.2693V71.2721Z' fill='%23A1E54F'/%3E%3Cpath d='M24.3792 71.2721C58.8656 75.0475 91.5661 75.4707 126.081 74.6901C153.061 73.1331 156.174 72.614 171.22 70.0189C179.521 67.9428 184.933 66.6682 192.22 63.7357C208.479 56.7025 203.475 42.4101 191.77 31.2934C181.959 22.2128 171.327 16.3618 160.593 12.5525C127.607 0.332925 88.4363 -3.03997 54.7704 5.0667C66.0406 4.3682 87.0695 7.07728 98.004 13.2111C98.3552 13.4545 99.5766 13.9754 100.956 14.9701C101.861 15.6231 100.387 17.7286 99.3063 17.4473C96.4102 16.693 93.3396 15.9682 92.9027 15.839C73.1039 12.5275 53.6214 11.4638 34.2007 20.2191C24.7466 24.8032 3.53248 35.2553 0.573173 54.2309C0.282837 67.8786 18.9535 70.0872 24.3792 71.2693V71.2721Z' fill='%23A1E54F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_632_6263'%3E%3Crect width='203' height='76' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: -10px;
  width: calc(100% + 12px);
  aspect-ratio: 203/75;
  display: block;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.hero__decor {
  position: absolute;
}
.hero__decor--1 {
  top: 10px;
  left: min(900px, 70vw);
  z-index: 2;
}
.hero__decor--2 {
  bottom: 50px;
  left: 755px;
  z-index: 3;
}
.hero__decor--3 {
  bottom: -20px;
  right: 2px;
  z-index: 1;
}
.hero__decor--4 {
  top: 68px;
  right: -10px;
  z-index: 1;
}
.hero__decor--5 {
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.hero__decor--6 {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 671px;
    overflow: visible;
    padding-top: clamp(20px, 20px + (64 - 20) * (100vw - 360px) / 1560, 64px);
  }
  .hero__title {
    margin-top: 0;
    line-height: 140%;
  }
  .hero__inner-block {
    padding: 16px;
    gap: 16px;
  }
  .hero__subtitle img {
    max-width: 115px;
  }
  .hero__subtitle span {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: -0.48px;
  }
  .hero__title span::after {
    width: 86px;
    height: 32px;
    top: -2px;
    left: 50%;
  }
  .hero__button {
    width: auto;
    margin-right: auto;
  }
  .hero__decor--1 {
    bottom: -10px;
    right: 45px;
    left: unset;
    top: unset;
    width: 180px;
  }
  .hero__decor--2 {
    bottom: 20px;
    left: 22px;
    width: 65px;
  }
  .hero__decor--3 {
    bottom: 25px;
    right: -12px;
    width: 56px;
  }
  .hero__decor--4 {
    width: 74px;
    right: -4px;
    bottom: 184px;
    top: auto;
  }
  .hero__decor--5 {
    display: none;
  }
  .hero__decor--6 {
    display: block;
    bottom: -110px;
    right: -20px;
  }
  .hero__column {
    padding: 0;
    gap: 32px;
  }
  .hero__tags {
    padding-bottom: 16px;
    gap: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .hero__tag:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    margin-right: 12px;
  }
  .hero__tag {
    gap: 8px;
  }
  .hero__tag svg {
    width: 16px;
    height: 16px;
  }
}

.features {
  position: relative;
  z-index: 1;
}
.features__grid {
  display: grid;
  grid-template-columns: clamp(320px, 42.86%, 600px) clamp(320px, 26.86%, 376px) clamp(320px, 26.86%, 376px);
  grid-template-areas: "left topRight topRight" "left middle right";
  gap: 11px 24px;
}
@media screen and (max-width: 1230px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "left middle" "topRight right";
  }
}
@media screen and (max-width: 768px) {
  .features__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "middle" "topRight" "right";
  }
}

.features-block {
  padding: 32px;
  background: #E7F5D7;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.features-block__title {
  color: #363E45;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.features-block__text {
  color: #363E45;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.features-block__title + .features-block__text {
  margin-top: 16px;
}
.features-block__text + .features-block__text {
  margin-top: 10px;
}
.features-block__decor {
  display: block;
}
.features-block__decor--1 {
  margin: 60px auto -32px;
  margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 360px) / 1560, 60px);
  max-width: 100%;
}
.features-block__decor:not(.features-block__decor--1) {
  position: absolute;
}
.features-block__decor--2 {
  bottom: 0;
  right: -8px;
  margin-top: clamp(40px, 40px + (60 - 40) * (100vw - 360px) / 1560, 60px);
}
.features-block__decor--3 {
  top: 0;
  left: 0;
}
.features-block__decor--4 {
  top: 0;
  right: 0;
}
.features-block:nth-child(1) {
  grid-area: left;
}
.features-block:nth-child(2) {
  grid-area: topRight;
  background: var(--light-blue, #E3F3F2);
}
.features-block:nth-child(3) {
  grid-area: middle;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.features-block:nth-child(4) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-area: right;
  background: var(--light-blue, #E3F3F2);
}
@media screen and (max-width: 1230px) {
  .features-block__decor--2 {
    position: relative !important;
  }
  .features-block:nth-child(2) {
    background: #E7F5D7;
  }
  .features-block:nth-child(3) {
    background: var(--light-blue, #E3F3F2);
  }
}
@media screen and (max-width: 768px) {
  .features-block__decor--1 {
    margin-bottom: 0;
  }
  .features-block:nth-child(3) {
    min-height: 245px;
  }
  .features-block:nth-child(3) > *:not(.features-block__decor) {
    position: relative;
    z-index: 1;
  }
  .features-block:nth-child(4) {
    min-height: 245px;
  }
  .features-block:nth-child(4) > *:not(.features-block__decor) {
    position: relative;
    z-index: 1;
  }
    .features-block {
        padding: 20px;
    }
}

.interesting {
  position: relative;
  z-index: 1;
}
.interesting__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  overflow: auto;
}

.interesting-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    min-height: 480px;
  min-width: 320px;
}
.interesting-block:nth-child(1) {
  background: var(--light-blue, #E3F3F2);
}
.interesting-block:nth-child(2) {
  background: var(--light-green, #E7F5D7);
}
.interesting-block:nth-child(3) {
  background: var(--light-blue, #E3F3F2);
}
.interesting-block__img {
  height: 262px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: auto;
}
.interesting-block__title {
  margin-top: auto;
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.interesting-block__text {
  color: #363E45;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.72px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.interesting-block__hidden-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .interesting-block:hover .interesting-block__img {
    height: 208px;
  }
  .interesting-block:hover .interesting-block__hidden-content {
    grid-template-rows: 1fr;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1054px) {
  .interesting-block {
    height: auto;
  }
  .interesting-block .interesting-block__img {
    height: 208px;
    margin-bottom: 40px;
  }
  .interesting-block .interesting-block__hidden-content {
    grid-template-rows: 1fr;
    margin-top: 20px;
  }
}

.about {
  position: relative;
  z-index: 1;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 990px) {
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-info {
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #E7F5D7;
  width: 100%;
}
.about-info__decor {
  position: absolute;
}
.about-info__decor--1 {
  right: 0;
  bottom: 0;
}
.about-info__decor--2 {
  left: 0;
  bottom: 0;
}
.about-info__text {
  padding: 16px 24px;
  position: relative;
  background: white;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.about-info__text + .about-info__text {
  margin-top: 16px;
}
.about-info__text:nth-of-type(1) {
  max-width: 747px;
}
.about-info__text:nth-of-type(2) {
  max-width: 604px;
}
.about-info__text:nth-of-type(3) {
  max-width: 508px;
}
.about-info__text span {
  min-width: 24px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #A1E54F;
}
@media screen and (max-width: 990px) {
  .about-info {
    padding-bottom: 0;
  }
  .about-info__decor--1 {
    position: relative;
    bottom: 0;
    left: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 40px auto 0;
    width: 100%;
  }
  .about-info__decor--2 {
    display: none;
  }
}

.about-video {
  max-width: 270px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.about-video__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.about-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #363E45;
}
@media (hover: hover) {
  .about-video__button:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.about-video__button:active {
  -webkit-transform: translate(-50%, -50%) scale(0.9) !important;
      -ms-transform: translate(-50%, -50%) scale(0.9) !important;
          transform: translate(-50%, -50%) scale(0.9) !important;
}
.about-video.active .about-video__button {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media screen and (max-width: 990px) {
  .about-video {
    margin: 0 auto;
    max-width: 400px;
  }
}

.custom-swiper-pagination {
  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: 8px;
}
.custom-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 16px;
  height: 8px;
  border-radius: 22px;
  background: #C9D1D1;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 22px;
  background: #A1E54F;
}

.custom-swiper-navigation:not(.custom-swiper-navigation--mobile) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 0 !important;
}
.custom-swiper-navigation--mobile {
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-swiper-navigation--mobile .custom-swiper-navigation__button {
  display: none;
}
@media screen and (max-width: 990px) {
  .custom-swiper-navigation__button {
    display: none;
  }
  .custom-swiper-navigation--mobile {
    padding: 0px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-swiper-navigation--mobile .custom-swiper-navigation__button {
    display: block;
  }
}

.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
}
.team__header {
  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;
}
@media screen and (max-width: 990px) {
  .team__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.team-swiper {
  max-width: 376px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .team-swiper {
    max-width: 600px;
  }
}

.team-info {
  width: 100%;
  min-height: 480px;
  background: #E3F3F2;
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}
.team-info__tag {
  padding: 6px 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: -0.56px;
  border-radius: 100px;
  background: #4470F1;
}
.team-info__title {
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -1.12px;
}
.team-info__text {
  max-width: 466px;
  color: #363E45;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.team-info__decor {
  position: absolute;
}
.team-info__decor--1 {
  right: 0;
  top: 0;
}
.team-info__decor--2 {
  right: 75px;
  bottom: 0;
}
.team-info > *:not(.team-info__decor) {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .team-info {
    padding-bottom: 0;
  }
  .team-info__decor--1 {
    bottom: 0;
    left: 0;
    top: unset;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .team-info__decor--2 {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    right: unset;
    bottom: 0;
    margin-top: 20px;
  }
}

.team-slide {
  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;
  background: #E7F5D7;
  min-height: 448px;
}
.team-slide__title {
  color: #363E45;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.8px;
  margin-top: auto;
}
.team-slide__text {
  margin-top: 8px;
  color: #363E45;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.team-slide__img {
  border-radius: 50%;
  width: 264px;
  overflow: hidden;
  height: 264px;
  min-width: 264px;
  min-height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 990px) {
  .team-slide {
    height: auto;
    min-height: 0;
  }
  .team-slide__title {
    margin-top: 16px;
  }
  .team-slide__img {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
  }
}

.review {
  padding: 48px 0px;
}
.review__col {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 16px;
}
.review__button {
  margin: 0 auto;
  color: #363E45;
}
.review__header {
  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;
}
.review .container {
  position: relative;
  z-index: 1;
}
.review #review-step-one,
.review #review-step-two,
.review #review-step-three {
  display: none;
  margin-top: 48px;
}
.review--one #review-step-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review--two #review-step-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review--three #review-step-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-slide {
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
  max-width: 647px;
  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;
  height: auto;
}
.review-slide__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.review-slide__title {
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.review-slide__text {
  border-radius: 16px;
  background: #E7F5D7;
  padding: 16px 24px;
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.review-slide__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-slide__footer img,
.review-slide__footer svg {
  width: 62px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 62px;
  min-height: 62px;
  max-width: 62px;
  max-height: 62px;
}
.review-slide__author {
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 20px;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.review-swiper {
  width: 100%;
  height: 100%;
}
.review-swiper .swiper-wrapper {
  height: 100%;
}
.review-swiper .swiper-wrapper + * {
  margin-top: 32px;
}

.facts__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 16px;
}
.facts__header {
  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;
}

.facts-swiper {
  margin-top: 48px;
}
.facts-swiper .swiper-wrapper {
  height: auto;
}
.facts-swiper .swiper-wrapper + * {
  margin-top: 32px;
}

.facts-slide {
  padding: 0 !important;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #fff;
  max-width: 376px;
  width: 100%;
}
.facts-slide__title {
  color: var(--DARK-PRIMARY, #363E45);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -1.12px;
}
.facts-slide__suptitle {
  color: #0062AF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.72px;
}
.facts-slide__decor {
  position: absolute;
  bottom: 0;
  right: 0;
}
.facts-slide__video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 212px;
}
.facts-slide__video-preview {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center;
     object-position: center;
}
.facts-slide__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 212px;
}
.facts-slide__image {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center;
     object-position: center;
}
.facts-slide__video-wrapper.active .facts-slide__video-button {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
.facts-slide__video {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center;
     object-position: center;
}
.facts-slide__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 50%;
  background: #fff;
}
.facts-slide__video-button svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .facts-slide__video-button:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.facts-slide__video-button:active {
  -webkit-transform: translate(-50%, -50%) scale(0.9) !important;
      -ms-transform: translate(-50%, -50%) scale(0.9) !important;
          transform: translate(-50%, -50%) scale(0.9) !important;
}
.facts-slide__info {
  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;
  gap: 6px;
}

.record {
  padding-top: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
  padding-bottom: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.record__row {
  border-radius: 16px;
  background: white;
  margin-top: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.record__row > * {
  max-width: 50%;
  width: 100%;
}
.record__row * {
  color: var(--DARK-PRIMARY, #363E45);
}
.record__row:nth-of-type(1), .record__row:nth-of-type(2), .record__row:nth-of-type(3) {
  display: none;
}
.record__row:nth-of-type(3) {
  background: #EAF6FF;
  padding: 0px 20px;
  padding-top: clamp(40px, 40px + (60 - 40) * (100vw - 360px) / 1560, 60px);
  -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: 0;
}
@media screen and (max-width: 1054px) {
  .record__row {
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .record__row > * {
    max-width: 100%;
  }
}
.record .container {
  position: relative;
  z-index: 1;
}
.record--one .record__row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.record--two .record__row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.record--three .record__row:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.record--three .record__row>*:not(img) {
  max-width: 100%;
}
.record-done__title {
  color: #363E45;
  text-align: center;
  font-size: clamp(24px, 24px + (28 - 24) * (100vw - 360px) / 1560, 28px);
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -1.12px;
}
.record-done__subtitle {
  color: #363E45;
  text-align: center;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 360px) / 1560, 20px);
  font-weight: 300;
  line-height: 140%; /* 28px */
  margin-top: 40px;
}
.record-done__decor {
  max-width: 588px !important;
  width: 100%;
  margin: 0 auto;
  margin-top: clamp(40px, 40px + (80 - 40) * (100vw - 360px) / 1560, 80px);
}
.record-done__button {
  margin: 24px auto 0;
  max-width: 228px !important;
  background: #0062AF;
  color: #fff;
}

.record-info {
  padding: 48px 20px 0px;
  position: relative;
  background: white;
  border-radius: 16px;
}
.record-info__title {
  color: #363E45;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  font-size: clamp(24px, 24px + (32 - 24) * (100vw - 360px) / 1560, 32px);
}
.record-info__title b {
  font-size: clamp(30px, 30px + (40 - 30) * (100vw - 360px) / 1560, 40px);
}
.record-info__back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #363E45;
  font-size: 14px;
  font-weight: 400;
}
.record-info__warn {
  padding: clamp(20px, 20px + (24 - 20) * (100vw - 360px) / 1560, 24px);
  gap: clamp(20px, 20px + (24 - 20) * (100vw - 360px) / 1560, 24px);
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0062AF;
}
.record-info__warn-title {
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 360px) / 1560, 24px);
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.record-info__warn-text {
  color: #fff;
  font-weight: 300;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
}
.record-info__warn-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 26px;
}
li.record-info__warn-text {
  list-style: decimal;
}
.record-info__warn-text b {
  color: inherit;
  font-weight: 700;
}
.record-info__warn-text:last-child:not(li) {
  gap: clamp(10px, 10px + (12 - 10) * (100vw - 360px) / 1560, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record-info__warn-col {
  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;
}
.record-info__decor {
  display: block;
  margin: 0 auto 0;
  width: clamp(170px, 170px + (430 - 170) * (100vw - 360px) / 1560, 430px);
  height: clamp(170px, 170px + (430 - 170) * (100vw - 360px) / 1560, 430px);
  margin-top: clamp(32px, 32px + (80 - 32) * (100vw - 360px) / 1560, 80px);
}
@media screen and (max-width: 1054px) {
  .record-info {
    padding: 32px 12px 0;
  }
}

.record-info-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(32px, 32px + (56 - 32) * (100vw - 360px) / 1560, 56px);
  gap: clamp(6px, 6px + (16 - 6) * (100vw - 360px) / 1560, 16px);
}
.record-info-form__card {
  padding: 6px 0px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #EBEBEB;
  width: 100%;
}
.record-info-form__card:nth-child(1), .record-info-form__card:nth-child(3) {
  max-width: 170px;
}
.record-info-form__icon {
  padding: 24px;
  background: #0062AF;
  border-radius: 12px;
}
.record-info-form__text {
  color: #363E45;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .record-info-form__icon {
    padding: 12px;
  }
  .record-info-form__icon svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 690px) {
  .record-info-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .record-info-form__card {
    max-width: 100% !important;
  }
}

.record-form {
  padding: 48px;
}
.record-form__button {
  margin: 0 auto;
  background-color: #0062a0;
  color: #fff;
}
@media screen and (max-width: 1054px) {
  .record-form {
    padding: 0;
  }
}

.record-form-second {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.record-form-second__button {
  margin: 32px auto 0;
  background: #0062AF;
  color: #fff;
}
.record-form-second .input__input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.record-form-second .input__input::-moz-placeholder {
  text-transform: uppercase;
}
.record-form-second .input__input:-ms-input-placeholder {
  text-transform: uppercase;
}
.record-form-second .input__input::-ms-input-placeholder {
  text-transform: uppercase;
}
.record-form-second .input__input::placeholder {
  text-transform: uppercase;
}
.record-form-second .input + .input {
  margin-top: 10px;
}
.record-form-second .input:has(.input__label) {
  margin-top: 24px;
}
.record-form-second__warn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border-radius: 16px;
  gap: 20px;
  color: #fff;
  background: #0062AF;
}
@media screen and (max-width: 1054px) {
  .record-form-second {
    padding: 0;
  }
  .record-form-second .input__label {
    color: #fff;
  }
}

.record-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;
  gap: 16px;
}
.record-form-input + .record-form-input {
  margin-top: clamp(20px, 20px + (24 - 20) * (100vw - 360px) / 1560, 24px);
}
.record-form-input__label {
  color: #363E45;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 360px) / 1560, 16px);
  gap: clamp(10px, 10px + (12 - 10) * (100vw - 360px) / 1560, 12px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.record-form-input__label:has(span) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.record-form-input__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363E45;
  font-family: Geologica;
  gap: 10px;
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 360px) / 1560, 12px);
  font-weight: 400;
}
.record-form-input__value {
  width: 100%;
  padding: 0 24px;
  border-radius: 16px;
  background: #EBEBEB;
  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;
  color: var(--DARK-PRIMARY, #363E45);
  text-align: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  padding-top: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
  padding-bottom: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
  font-weight: 700;
}
@media screen and (max-width: 1054px) {
  .record-form-input__label {
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.record-form-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
  padding: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background: #F9F9F9;
}
.record-form-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record-form-calendar__title {
  color: #363E45;
  font-weight: 700;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
}
.record-form-calendar__button--prev {
  margin-left: auto;
}
.record-form-calendar__button--next {
  margin-left: 16px;
}
.record-form-calendar__calendar {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.loader {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #0062AF;
  border-top-color: transparent;
  grid-column: 4;
  grid-row: 3;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.record-form-calendar__calendar--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.record-form-calendar__cell {
  padding: 8px 12px;
  border-radius: 18px;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 360px) / 1560, 14px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #FFF;
  font-weight: 700;
}
.record-form-calendar__cell span {
  color: inherit;
}
.record-form-calendar__cell br {
  display: none;
}
.record-form-calendar__cell--active {
  color: #fff;
  background: #0062AF;
}
.record-form-calendar__cell--disabled {
  background: #EBEBEB;
  color: #969696;
  pointer-events: none;
}
@media (hover: hover) {
  .record-form-calendar__cell:not(.record-form-calendar__cell--disabled):hover {
    color: #fff;
    background: #0062AF;
  }
}
@media screen and (max-width: 690px) {
  .record-form-calendar__cell {
    padding: 6px 8px;
  }
  .record-form-calendar__cell br {
    display: block;
  }
  .record-form-calendar__cell span {
    display: none;
  }
}

.record-form-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}
.record-form-slider__button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  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: #F9F9F9;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.record-form-slider__button rect {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .record-form-slider__button:hover {
    background: #0062AF;
  }
  .record-form-slider__button:hover rect {
    fill: #fff;
  }
}
.record-form-slider__input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.record-form-slider__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #E3F3F2;
  border-radius: 4px;
}
.record-form-slider__input::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  margin-top: -8px;
  background: #0062AF;
  border-radius: 50%;
}

.faq {
  padding-top: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
  padding-bottom: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.faq .container {
  position: relative;
  z-index: 1;
}

.faq-footer {
  margin-top: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.faq-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.faq-footer__title {
  color: #A1E54F;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -1.12px;
}
.faq-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%; /* 24px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .faq-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .faq-footer__text svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.faq-contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.faq-contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.faq-contacts__link {
  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: 50%;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
}
.faq-contacts__link:first-child {
  background: #A1E54F;
}
.faq-contacts__link:last-child {
  background: #7B519D;
}
.faq-contacts__tel {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .faq-contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.faq-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: .3s ease;
  margin-top: 12px;
}
.faq-wrapper__content {
  height: 0;
  overflow: hidden;
  transition: .3s ease;
}
.faq-wrapper__button {
  margin: 0 auto;
  transition: .3s ease;
  color: #363E45;
}
.faq-wrapper.active {
  grid-template-rows: 1fr;
}
.faq-wrapper.active .faq-wrapper__content {
  height: auto;
}
.faq-wrapper.active + .faq-wrapper__button {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.accordion {
  background: white;
  border-radius: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  padding-top: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
  padding-right: clamp(20px, 20px + (48 - 20) * (100vw - 360px) / 1560, 48px);
  padding-bottom: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
  padding-left: clamp(20px, 20px + (48 - 20) * (100vw - 360px) / 1560, 48px);
}
.accordion + .accordion {
  margin-top: clamp(6px, 6px + (12 - 6) * (100vw - 360px) / 1560, 12px);
}
.accordion__header {
  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;
}
.accordion__title {
  color: #363E45;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 360px) / 1560, 20px);
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.accordion__button {
  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: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  background: #A1E54F;
  border-radius: 50%;
  position: relative;
}
.accordion__button span {
  position: absolute;
  width: 12px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #363E45;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion__button span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media (hover: hover) {
  .accordion__button:hover span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-75deg);
        -ms-transform: translate(-50%, -50%) rotate(-75deg);
            transform: translate(-50%, -50%) rotate(-75deg);
  }
}
.accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion__content {
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion__text {
  padding-top: clamp(16px, 16px + (32 - 16) * (100vw - 360px) / 1560, 32px);
  padding-right: clamp(16px, 16px + (48 - 16) * (100vw - 360px) / 1560, 48px);
  padding-bottom: clamp(16px, 16px + (32 - 16) * (100vw - 360px) / 1560, 32px);
  padding-left: clamp(16px, 16px + (48 - 16) * (100vw - 360px) / 1560, 48px);
  color: #363E45;
  background: #E7F5D7;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  max-width: 1074px;
  margin-left: auto;
}
.accordion.active .accordion__body {
  grid-template-rows: 1fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
}
.accordion.active .accordion__content {
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion.active .accordion__button span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media (hover: hover) {
  .accordion.active .accordion__button:hover span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
        -ms-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
}
.string {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: calc(50% - 950px);
  top: 260px;
}
.string--mobile {
  display: none;
  opacity: 0;
}
.global-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 103px;
}
@media screen and (max-width: 768px) {
  .string {
    opacity: 0;
    display: none;
  }
  .string--mobile {
    display: block;
    left: auto;
    top: 540px;
    right: -180px;
    opacity: 1;
  }
}

use {
  fill: none;
}

path {
  stroke-width: 3px;
}

#mask {
  stroke: white;
}

#maskmob {
  stroke: white;
}

.review-form {
  display: none;
  border-radius: 16px;
  padding: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
  background: white;
  gap: 48px;
  position: relative;
}
.review-form input,
.review-form textarea {
  color: #333;
}
.review-form__button {
  margin: 0 auto;
}
.review-form__button:not(:disabled) {
  background: #0062AF;
}
.review-form__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.review-form__col:first-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 557px;
}
.review-form__col:last-child {
  max-width: 731px;
}
.review-form__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .review-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .review-form__col {
    max-width: 100% !important;
    gap: 20px;
  }
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.input__label {
  color: #363E45;
  font-weight: 700;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 360px) / 1560, 16px);
}
.input__input {
  padding: 0 24px;
  padding-top: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
  padding-bottom: clamp(16px, 16px + (20 - 16) * (100vw - 360px) / 1560, 20px);
  border-radius: clamp(12px, 12px + (16 - 12) * (100vw - 360px) / 1560, 16px);
  background: #EBEBEB;
  font-size: 14px;
  font-weight: 400;
}
.input__input::-webkit-input-placeholder {
  color: #A7B9B8;
}
.input__input::-moz-placeholder {
  color: #A7B9B8;
}
.input__input:-ms-input-placeholder {
  color: #A7B9B8;
}
.input__input::-ms-input-placeholder {
  color: #A7B9B8;
}
.input__input::placeholder {
  color: #A7B9B8;
}
.input:has([required]) .input__label::after {
  content: "*";
  color: #E5614F;
}
.input__radios {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  grid-template-areas: "worse bad normal good best";
}
.input--textarea {
  height: 100%;
  min-height: 250px;
}
.input--textarea .input__input {
  height: 100%;
  resize: none;
  min-height: inherit;
}
.input--textarea .input__label span {
  color: #c6c6c6;
  font-weight: 400;
}
@media screen and (max-width: 690px) {
  .input__radios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "best best" "good normal" "bad worse";
  }
}

.input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  -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;
  position: relative;
  gap: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background: #EBEBEB;
}
.input-radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.input-radio__text {
  color: #363E45;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
}
.input-radio:has(.input-radio__input:checked) {
  background: #d7e8f5;
}
.input-radio:nth-child(1) {
  grid-area: worse;
}
.input-radio:nth-child(2) {
  grid-area: bad;
}
.input-radio:nth-child(3) {
  grid-area: normal;
}
.input-radio:nth-child(4) {
  grid-area: good;
}
.input-radio:nth-child(5) {
  grid-area: best;
}

.review-form-file {
  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;
  position: relative;
  gap: 12px;
}
.review-form-file .button {
  background: #0062AF;
}
.review-form-file__photo {
  width: clamp(70px, 70px + (90 - 70) * (100vw - 360px) / 1560, 90px);
  height: clamp(70px, 70px + (90 - 70) * (100vw - 360px) / 1560, 90px);
  border-radius: 50%;
  overflow: hidden;
}
.review-form-file__photo img, .review-form-file__photo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review-form-file__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.review-form-done {
  position: relative;
  border-radius: 16px;
  padding: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
  background: #EAF6FF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-form-done__col {
  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;
  width: 100%;
  gap: clamp(40px, 40px + (48 - 40) * (100vw - 360px) / 1560, 48px);
}
.review-form-done .button {
  background: #0062AF;
  color: #fff;
}
.review-form-done__title {
  color: var(--DARK-PRIMARY, #363E45);
  text-align: center;
  font-weight: 400;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 360px) / 1560, 20px);
}
@media screen and (max-width: 768px) {
  .review-form-done {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .review-form-done__decor {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: .3s ease;
}
.modal-container.active {
  opacity: 1;
  pointer-events: all;
}
.modal-container .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-video {
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  max-height: calc(100% - 260px);
}
.modal-video__close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #A1E54F;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -20px;
  top: -20px;
  cursor: pointer;
  z-index: 1;
  transition: .3s ease;
  transform: scale(0);
}
.modal-video.active .modal-video__close {
  transform: scale(1);
}
.modal-video__video {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transform: scale(0.9);
  transition: .3s ease;
}
.modal-video.active .modal-video__video {
  transform: scale(1);
}

.ticket {
    margin-bottom: clamp(60px, 60px + (100 - 60) * (100vw - 360px) / 1560, 100px);
}
.ticket__row {
    display: flex;
    padding: clamp(20px, 20px + (60 - 20) * (100vw - 360px) / 1560, 60px);
    align-items: center;
    gap: clamp(20px, 20px + (32 - 20) * (100vw - 360px) / 1560, 32px);
    border-radius: 16px;
    background: #E3F3F2;
}
.ticket__title {
    color: var(--DARK-PRIMARY, #363E45);
    font-size: clamp(16px, 16px + (36 - 16) * (100vw - 360px) / 1560, 36px);
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: -1.44px;
}
.ticket__logo svg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.ticket__logo {
    width: clamp(56px, 56px + (112 - 56) * (100vw - 360px) / 1560, 112px);
    height: clamp(56px, 56px + (112 - 56) * (100vw - 360px) / 1560, 112px);
    min-width: 56px;
    min-height: 56px;
    aspect-ratio: 1/1;
}
