@font-face {
  src: url("../fonts/Waterfall-Regular.woff2") format("woff2"), url("../fonts/Waterfall-Regular.woff") format("woff");
  font-family: "Waterfall";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-family: "SFPro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/GeistMono-Regular.woff2") format("woff2"), url("../fonts/GeistMono-Regular.woff") format("woff");
  font-family: "GeistMono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Geist-MonoMedium.woff2") format("woff2"), url("../fonts/Geist-MonoMedium.woff") format("woff");
  font-family: "GeistMono";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable */
:root {
  --error-bg: #d01f1f;
  --body-bg: linear-gradient(360deg, #00b7fd 0%, #004cfe 100%);
  --body-font-size: 16px;
  --content-width: 1139px;
  --content-width-mode: 1920px;
  --container-offset: clamp(15px, 7.2566vw, 82px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-width-mode: calc(
    var(--content-width-mode) + (var(--container-offset) * 2)
  );
  --default-padding: clamp(32px, 7.0796vw, 80px);
  --header-height: 56px;
  --btn-size: clamp(40px, 6.52vw, 57px);
  --scrollbar-thumb: #1397d6;
  --scrollbar-track: rgba(0, 0, 0, 0.07);
  --scrollbar-track-hover: transparent;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "GeistMono";
  --second-family: "Inter", sans-serif;
  --third-family: "Waterfall", sans-serif;
  --font3: "SFPro", sans-serif;
  --cl-a: #000000;
  --cl-b: #ffffff;
  --cl-c: #373737;
  --cl-d: #0171fe;
  --cl-e: #f6f6f6;
  --cl-f: #161616;
  --cl-g: #9b9b9b;
  --cl-h: #adadad;
}
@media (max-width: 767px) {
  :root {
    --container-offset: 15px;
  }
}

/* stylelint-disable */
.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  inset: 0;
}
.custom-checkbox div {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  color: var(--cl-b);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
}
.custom-checkbox div a {
  color: var(--cl-b);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}
.custom-checkbox div::before {
  cursor: pointer;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' fill-opacity='.24' d='M0 0h20v20H0z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.24' d='M.5.5h19v19H.5z'/%3E%3Cpath stroke='%23fff' d='M.5 0v4M4 .5H0M0 19.5h4M.5 16v4M19.5 0v4M16 .5h4M20 19.5h-4M19.5 16v4'/%3E%3C/svg%3E");
}
.custom-checkbox input:checked + div::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' fill-opacity='.08' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' fill-opacity='.7' d='M0 0h20v20H0z'/%3E%3Cpath fill='url(%23a)' fill-opacity='.16' d='M0 0h20v20H0z'/%3E%3Cpath fill='url(%23b)' fill-opacity='.88' d='M0 0h20v20H0z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.24' d='M.5.5h19v19H.5z'/%3E%3Cpath stroke='%23fff' d='M.5 0v4M4 .5H0M0 19.5h4M.5 16v4M19.5 0v4M16 .5h4M20 19.5h-4M19.5 16v4'/%3E%3Cpath stroke='%230171FE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.5 10 2.996 3L14.5 7'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='10' x2='10' y1='0' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.35' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='.55' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='6.207' x2='6.207' y1='20' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.count {
  position: absolute;
  left: calc(clamp(15px, 7.2566vw, 82px) / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 32px;
  top: 0;
  width: clamp(15px, 7.2566vw, 82px);
  font-family: var(--font-family);
  border-bottom: solid 1px rgba(173, 173, 173, 0.48);
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 6px;
  line-height: 182%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #adadad;
}
.count i {
  font-style: normal;
  color: #373737;
}
@media (max-width: 1240px) and (min-width: 1025px) {
  .count {
    font-size: 10px;
  }
}

.subtitle {
  position: absolute;
  right: calc(clamp(15px, 7.2566vw, 82px) / 2);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
  width: clamp(15px, 7.2566vw, 82px);
  border-top: solid 1px rgba(173, 173, 173, 0.48);
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 182%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #adadad;
}
.subtitle i {
  font-style: normal;
  color: #373737;
}
@media (max-width: 1240px) and (min-width: 1025px) {
  .subtitle {
    font-size: 10px;
  }
}

.decor-border {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  inset: 0;
}
.decor-border i {
  width: 4px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.decor-border i svg {
  width: 100%;
  height: 100%;
}
.decor-border i:first-of-type {
  left: -1px;
}
.decor-border i:first-of-type svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.decor-border i:nth-of-type(2) {
  top: -1px;
  bottom: 0;
}
.decor-border i:nth-of-type(2) svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.decor-border i:last-of-type {
  left: -1px;
  top: -1px;
  bottom: 0;
}
.decor-border i:last-of-type svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: -0.08em;
  text-align: center;
  color: var(--cl-b);
}
.logo i {
  margin-left: -4px;
  font-style: normal;
  font-size: 14px;
  line-height: 143%;
  margin-top: -10px;
}
.logo img,
.logo svg {
  width: 51px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: -13px;
  bottom: -4px;
  position: relative;
  margin-bottom: -10px;
}

[data-btn-modal] svg {
  pointer-events: none;
}

.modal {
  margin: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
}
.modal.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal .close {
  position: absolute;
  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;
  z-index: 5;
  right: clamp(24px, 3.5398vw, 40px);
  top: clamp(24px, 3.5398vw, 40px);
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 56px;
  height: 56px;
}
.modal .close::before, .modal .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--cl-b);
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
  border-radius: 8px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media (max-width: 576px) {
  .modal .close::before, .modal .close::after {
    left: calc(50% - 4px);
    top: calc(50% + 4px);
  }
}
.modal .close::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.modal .close i {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -2px;
  left: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 78px;
  height: 96px;
  background-image: url(../img/icons/btn.png);
}
.modal .close:hover {
  opacity: 0.9;
}
@media (max-width: 576px) {
  .modal .close {
    width: 46px;
    height: 46px;
  }
}
.modal .close svg {
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-width: 100dvw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
  font-size: var(--rem-function);
  line-height: 130%;
  -webkit-text-size-adjust: 100%;
  color: rgba(var(--bg-b), 1);
}

body {
  padding-top: var(--header-height);
  margin: 0;
  font-family: var(--font-family);
  background: var(--body-bg);
  background-attachment: fixed;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
    grid-template-rows: 1fr auto;
  }
}
body.fixed-body {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}
body.page {
  padding-top: clamp(30px, 3.6806vw, 53px);
}

main {
  width: 100%;
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

.overflow {
  overflow-x: hidden;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
p {
  margin: 0;
  padding: 0;
  color: var(--cl-c);
  font-family: var(--font-family);
  font-style: normal;
  line-height: 110%;
}

p {
  font-size: clamp(16px, 1.314vw, 18px);
  font-weight: 400;
  line-height: 150%;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
}
input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
}
.container--mode {
  max-width: var(--container-width-mode);
}

.bg-image {
  position: absolute;
  inset: -5px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.bg-image iframe,
.bg-image picture, .bg-image img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.bg-image video {
  height: 120%;
}

.swiper-container {
  overflow: hidden;
}

.panel,
[data-content] {
  z-index: 20;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}

.dis-scroll {
  position: fixed !important;
  left: 0;
  width: 100%;
  scroll-behavior: none !important;
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  background: rgba(22, 22, 22, 0.88);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, z-index 2s;
  transition: opacity 1s, visibility 1s, z-index 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  pointer-events: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
  pointer-events: initial;
}
.overlay.active.mode {
  z-index: 30;
}

[data-fancybox] {
  outline: initial !important;
}

@media (min-width: 1025px) {
  .hidden-for-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

.main-button {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(16px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-b);
  padding: clamp(10px, 1.2389vw, 14px) 40px;
  height: clamp(48px, 5.4867vw, 62px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.main-button span {
  border-radius: 32px 0;
  position: absolute;
  inset: 1px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(55, 55, 55, 0.7);
}
.main-button span::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.16)), color-stop(35%, rgba(255, 255, 255, 0.16)), color-stop(55%, rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 35%, rgba(255, 255, 255, 0.16) 55%, rgba(255, 255, 255, 0.16) 100%);
}
.main-button:after {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -2;
  border-radius: 32px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(120, 120, 120, 0.24), 0 7px 7px 0 rgba(120, 120, 120, 0.2), 0 15px 9px 0 rgba(120, 120, 120, 0.12), 0 27px 11px 0 rgba(120, 120, 120, 0.04), 0 42px 12px 0 rgba(120, 120, 120, 0);
          box-shadow: 0 2px 4px 0 rgba(120, 120, 120, 0.24), 0 7px 7px 0 rgba(120, 120, 120, 0.2), 0 15px 9px 0 rgba(120, 120, 120, 0.12), 0 27px 11px 0 rgba(120, 120, 120, 0.04), 0 42px 12px 0 rgba(120, 120, 120, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(55, 55, 55, 0.88)), to(rgba(55, 55, 55, 0.05)));
  background: linear-gradient(360deg, rgba(55, 55, 55, 0.88) 0%, rgba(55, 55, 55, 0.05) 100%);
  content: "";
  inset: 0;
}
.main-button::before {
  border-radius: 32px 0;
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.48)), color-stop(25%, rgba(255, 255, 255, 0.48)), color-stop(75%, rgba(255, 255, 255, 0.48)), to(rgba(255, 255, 255, 0.48)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.48) 25%, rgba(255, 255, 255, 0.48) 75%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.main-button > i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-button > i svg {
  width: 100%;
  height: 100%;
}
.main-button > i:first-of-type svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-button > i:last-of-type {
  left: initial;
  top: initial;
  right: 0;
  bottom: 0;
}
.main-button > i:last-of-type svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (hover: hover) {
  .main-button:hover {
    -webkit-transform: perspective(600px) translateZ(4px);
            transform: perspective(600px) translateZ(4px);
  }
  .main-button:hover:after {
    -webkit-box-shadow: 0 4px 10px rgba(120, 120, 120, 0.3), 0 10px 18px rgba(120, 120, 120, 0.25), 0 20px 25px rgba(120, 120, 120, 0.12);
            box-shadow: 0 4px 10px rgba(120, 120, 120, 0.3), 0 10px 18px rgba(120, 120, 120, 0.25), 0 20px 25px rgba(120, 120, 120, 0.12);
  }
  .main-button:hover span {
    background: rgba(65, 65, 65, 0.5);
  }
  .main-button:hover span::before {
    opacity: 0.5;
  }
  .main-button:hover > i:first-of-type {
    top: 5px;
    left: 5px;
  }
  .main-button:hover > i:last-of-type {
    right: 5px;
    bottom: 5px;
  }
}
@media (hover: none) {
  .main-button:active {
    -webkit-transform: perspective(600px) translateZ(4px);
            transform: perspective(600px) translateZ(4px);
  }
  .main-button:active:after {
    -webkit-box-shadow: 0 4px 10px rgba(120, 120, 120, 0.3), 0 10px 18px rgba(120, 120, 120, 0.25), 0 20px 25px rgba(120, 120, 120, 0.12);
            box-shadow: 0 4px 10px rgba(120, 120, 120, 0.3), 0 10px 18px rgba(120, 120, 120, 0.25), 0 20px 25px rgba(120, 120, 120, 0.12);
  }
  .main-button:active span {
    background: rgba(65, 65, 65, 0.5);
  }
  .main-button:active span::before {
    opacity: 0.5;
  }
  .main-button:active > i:first-of-type {
    top: 5px;
    left: 5px;
  }
  .main-button:active > i:last-of-type {
    right: 5px;
    bottom: 5px;
  }
}
.main-button--white {
  color: var(--cl-d);
}
.main-button--white i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.main-button--white:after {
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.12), 0 7px 7px 0 rgba(255, 255, 255, 0.1), 0 15px 9px 0 rgba(255, 255, 255, 0.06), 0 27px 11px 0 rgba(255, 255, 255, 0.01), 0 42px 12px 0 rgba(255, 255, 255, 0);
          box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.12), 0 7px 7px 0 rgba(255, 255, 255, 0.1), 0 15px 9px 0 rgba(255, 255, 255, 0.06), 0 27px 11px 0 rgba(255, 255, 255, 0.01), 0 42px 12px 0 rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88)));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.88) 100%);
}
.main-button--white span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.16)), color-stop(35%, rgba(255, 255, 255, 0.16)), color-stop(55%, rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0.16))), rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 35%, rgba(255, 255, 255, 0.16) 55%, rgba(255, 255, 255, 0.16) 100%), rgba(255, 255, 255, 0.7);
}
.main-button--white::before {
  content: none;
}
@media (hover: hover) {
  .main-button--white:hover:after {
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3), 0 10px 18px rgba(200, 200, 200, 0.25), 0 20px 25px rgba(150, 150, 150, 0.15), 0 30px 35px rgba(120, 120, 120, 0.08);
            box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3), 0 10px 18px rgba(200, 200, 200, 0.25), 0 20px 25px rgba(150, 150, 150, 0.15), 0 30px 35px rgba(120, 120, 120, 0.08);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.85)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  }
  .main-button--white:hover span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05))), rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.05) 100%), rgba(255, 255, 255, 0.85);
    -webkit-transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: background 0.35s ease, box-shadow 0.35s ease;
    transition: background 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  }
}
@media (hover: none) {
  .main-button--white:active:after {
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3), 0 10px 18px rgba(200, 200, 200, 0.25), 0 20px 25px rgba(150, 150, 150, 0.15), 0 30px 35px rgba(120, 120, 120, 0.08);
            box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3), 0 10px 18px rgba(200, 200, 200, 0.25), 0 20px 25px rgba(150, 150, 150, 0.15), 0 30px 35px rgba(120, 120, 120, 0.08);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.85)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  }
  .main-button--white:active span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05))), rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.05) 100%), rgba(255, 255, 255, 0.85);
    -webkit-transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: background 0.35s ease, box-shadow 0.35s ease;
    transition: background 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  }
}
.main-button--transparent {
  color: var(--cl-b);
}
.main-button--transparent i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.main-button--transparent .decor-border {
  inset: 1px;
}
.main-button--transparent:after {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  background: rgba(255, 255, 255, 0.08);
}
.main-button--transparent::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.32)), color-stop(25%, rgba(255, 255, 255, 0.1)), color-stop(75%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.32)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.32) 100%);
}
@media (hover: hover) {
  .main-button--transparent:hover::after {
    background: rgba(255, 255, 255, 0.24);
  }
}
@media (hover: none) {
  .main-button--transparent:active::after {
    background: rgba(255, 255, 255, 0.24);
  }
}

.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.3009vw, 26px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
  position: relative;
  z-index: 1;
}
.main-top::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 48px;
}
.main-top__title {
  font-size: clamp(24px, 4.9558vw, 56px);
  line-height: 114%;
  letter-spacing: -0.08em;
  text-align: center;
  color: var(--cl-c);
  font-family: var(--font-family);
  font-weight: 400;
  background: var(--cl-e);
  width: 100%;
  border-bottom: 1px solid rgba(173, 173, 173, 0.48);
  border-top: 1px solid rgba(173, 173, 173, 0.48);
  padding: clamp(20px, 4.2478vw, 48px) 10px;
  position: relative;
  z-index: 1;
}
.main-top__title i {
  font-style: normal;
  color: var(--cl-d);
}
.main-top__title b {
  font-family: var(--second-family);
  font-weight: 500;
}
.main-top__title .decor-border i:first-of-type {
  left: 0;
}
.main-top__title .decor-border i:last-of-type {
  left: 0;
}
.main-top__title .decor-border i:nth-of-type(2), .main-top__title .decor-border i:nth-of-type(3) {
  right: 0;
}
@media (max-width: 767px) {
  .main-top__title {
    line-height: 133%;
  }
}
.main-top__line {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: solid 1px rgba(173, 173, 173, 0.48);
}
.main-top__line span {
  width: 7px;
  height: 7px;
  background: transparent;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -0.5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-top__line span:first-of-type {
  left: var(--container-offset);
}
.main-top__line span:last-of-type {
  left: initial;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: var(--container-offset);
}
@media (min-width: 1025px) {
  .main-top__line {
    display: none;
  }
}
.main-top__pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--cl-c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  height: 40px;
  border: 1px solid rgba(173, 173, 173, 0.48);
  background: var(--cl-e);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-top__pretitle::before {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--cl-d);
  display: block;
}
.main-top__pretitle::after {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 2;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: clamp(16px, 2.3009vw, 26px);
}
.main-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: clamp(14px, 2.09vw, 16px);
  line-height: 120%;
  color: var(--cl-a);
}
.main-top__text {
  position: relative;
  z-index: 1;
  background: #161616;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  max-width: 727px;
  width: 100%;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-b);
  padding: clamp(16px, 2.1239vw, 24px) 24px;
  margin-top: calc(clamp(16px, 2.3009vw, 26px) * -1);
}
@media (max-width: 1024px) {
  .main-top__text {
    border: none;
    max-width: 100%;
  }
  .main-top__text .decor-border {
    display: none;
  }
}
@media (max-width: 576px) {
  .main-top__text {
    line-height: 143%;
  }
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(1.7699vw, 40px);
}
.main-nav ul > li a {
  padding: clamp(6px, 0.885vw, 10px) clamp(8px, 1.0619vw, 12px);
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
}
.main-nav ul > li a::before {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.24);
  position: absolute;
  top: 50%;
  left: calc(min(1.7699vw, 40px) / 2 * -1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.main-nav ul > li a.active {
  color: var(--cl-b);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.main-nav ul > li a.active::before {
  opacity: 0;
}
@media (hover: hover) {
  .main-nav ul > li a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--cl-b);
  }
}
@media (hover: none) {
  .main-nav ul > li a:active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--cl-b);
  }
}
@media (min-width: 1025px) {
  .main-nav ul > li:first-of-type a::before {
    content: none;
  }
}

.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 2.8319vw, 32px);
  position: relative;
  z-index: 2;
}
.main-form::after {
  content: "";
  top: -1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  height: calc(100% + 79px - 31px);
  position: absolute;
  width: var(--container-offset);
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1024px) {
  .main-form::after {
    height: calc(100% + 90px);
  }
}
.main-form::before {
  content: "";
  background: rgba(255, 255, 255, 0.24);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  width: calc(100% + var(--container-offset) * 2);
}
@media (max-width: 767px) {
  .main-form::before {
    width: 100%;
  }
}
.main-form__decor {
  top: -1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  height: calc(100% + 79px);
  position: absolute;
  width: var(--container-offset);
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 1024px) {
  .main-form__decor {
    height: calc(100% + 90px);
  }
}
@media (max-width: 767px) {
  .main-form__decor {
    display: none;
  }
}
.main-form__label {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
}
.main-form__label .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.main-form__wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px min(9.72vw, 140px) 32px;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px rgba(255, 255, 255, 0.24);
}
@media (max-width: 767px) {
  .main-form__wrapp {
    grid-template-columns: 100%;
    padding: 24px 16px 32px;
  }
}
.main-form__line {
  display: grid;
  grid-template-columns: clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px) 1fr clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.main-form__line span {
  position: relative;
  z-index: 1;
}
.main-form__line span:first-of-type {
  border-right: solid 1px rgba(255, 255, 255, 0.24);
}
.main-form__line span:first-of-type::before {
  content: "";
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  right: -2px;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Cpath stroke='%23fff' d='M0 .5h4M.5 4V0'/%3E%3C/svg%3E");
}
.main-form__line span:first-of-type::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: -0.5px;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-form__line span:last-of-type {
  border-left: solid 1px rgba(255, 255, 255, 0.24);
  grid-column: 5/6;
}
.main-form__line span:last-of-type::before {
  content: "";
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: -2px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Cpath stroke='%23fff' d='M4 .5H0M3.5 4V0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-form__line span:last-of-type::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: -0.5px;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .main-form__line {
    display: none;
  }
}
.main-form__bottom {
  padding: 0 min(9.72vw, 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.1239vw, 24px);
}
.main-form__bottom .main-button {
  margin-top: 16px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .main-form__bottom .main-button {
    margin-top: 24px;
  }
}
.main-form__bottom .main-form__line {
  height: calc(100% + 79px);
}
.main-form__bottom .main-form__line span::before, .main-form__bottom .main-form__line span::after {
  content: none;
}
@media (max-width: 1024px) {
  .main-form__bottom .main-form__line span {
    height: calc(100% + 90px);
  }
}
@media (max-width: 767px) {
  .main-form__bottom {
    padding: 16px;
  }
}
.main-form__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-b);
  grid-column: 1/-1;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 70px;
  backdrop-filter: blur(30px);
  left: 50%;
}
.main-form__title {
  grid-column: 1/-1;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-b);
  max-width: min(55.0885vw, 679px);
  justify-self: center;
}
@media (max-width: 767px) {
  .main-form__title {
    max-width: 679px;
  }
}
@media (max-width: 576px) {
  .main-form__title {
    line-height: 143%;
  }
}
.main-form__input {
  background: rgba(255, 255, 255, 0.24);
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 16px;
  color: var(--cl-b);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
}
.main-form__input::-webkit-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
}
.main-form__input::-moz-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
}
.main-form__input:-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
}
.main-form__input::-ms-input-placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
}
.main-form__input::placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
}
.main-form__input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 576px) {
  .main-form {
    grid-template-columns: 100%;
  }
}

.acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.acc__item {
  border-bottom: 1px solid rgba(173, 173, 173, 0.48);
  padding: clamp(20px, 2.8319vw, 32px) clamp(24px, 2.8319vw, 32px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.acc__item::before, .acc__item::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.acc__item::after {
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.acc__item::before {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  right: 0;
}
.acc__item.active {
  background: var(--cl-e);
}
@media (hover: hover) {
  .acc__item:hover {
    background: rgba(246, 246, 246, 0.7);
  }
}
@media (hover: none) {
  .acc__item:active {
    background: rgba(246, 246, 246, 0.7);
  }
}
.acc .editor {
  padding-top: clamp(16px, 2.1239vw, 24px);
  max-width: calc(100% - 136px);
}
.acc .editor p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  color: var(--cl-c);
}
@media (max-width: 767px) {
  .acc .editor p {
    line-height: 143%;
  }
}
.acc__btn {
  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;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.1239vw, 24px);
  line-height: 133%;
  letter-spacing: -0.04em;
  color: var(--cl-c);
  text-align: start;
  gap: 20px;
  width: 100%;
}
.acc__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 2;
}
.acc__btn-icon::before, .acc__btn-icon::after {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--cl-b);
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .acc__btn-icon::before, .acc__btn-icon::after {
    width: 14px;
    left: calc(50% - 7px);
  }
}
.acc__btn-icon::before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.acc__btn-icon i {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 78px;
  height: 96px;
  background-image: url(../img/icons/btn.png);
}
@media (max-width: 767px) {
  .acc__btn-icon i {
    width: 76px;
    height: 80px;
    background-image: url(../img/icons/btn2.png);
  }
}
@media (max-width: 767px) {
  .acc__btn-icon {
    width: 52px;
    height: 40px;
  }
}
.acc__btn.active .acc__btn-icon::before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
@media (max-width: 1024px) {
  .acc__btn {
    line-height: 150%;
  }
}

.steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-list__item {
  border-bottom: 1px solid rgba(173, 173, 173, 0.48);
  position: relative;
  z-index: 1;
}
.steps-list__item .decor-border i:first-of-type {
  left: -0.5px;
}
.steps-list__item .decor-border i:first-of-type svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.steps-list__item .decor-border i:last-of-type {
  left: initial;
  right: -0.5px;
  top: initial;
  bottom: -0.5px;
}
.steps-list__item .decor-border i:last-of-type svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 576px) {
  .steps-list__item .decor-border i:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .steps-list__item .decor-border i:last-of-type {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .steps-list__item:last-of-type .decor-border {
    display: none;
  }
}
@media (max-width: 576px) {
  .steps-list__item:nth-of-type(3) .step-card__decor::before, .steps-list__item:nth-of-type(3) .step-card__decor::after {
    opacity: 0;
    visibility: hidden;
  }
}

.step-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: min(25.8407vw, 292px);
}
.step-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(20px, 2.8319vw, 32px);
  line-height: 200%;
  letter-spacing: -0.08em;
  color: var(--cl-c);
}
@media (max-width: 576px) {
  .step-card__title {
    line-height: 140%;
  }
}
.step-card p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  color: var(--cl-c);
}
@media (max-width: 576px) {
  .step-card p {
    line-height: 143%;
  }
}
.step-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 292px;
  width: auto;
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.step-card__image img,
.step-card__image picture {
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .step-card__image {
    max-height: 200px;
  }
}
.step-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.step-card__decor {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: var(--cl-e);
  border-top: 1px solid rgba(173, 173, 173, 0.48);
}
.step-card__decor::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: -0.5px;
  top: -0.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .step-card__decor::after {
    top: initial;
    bottom: -0.5px;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.step-card__decor::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.step-card__box {
  gap: clamp(20px, 2.1239vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(24px, 2.8319vw, 32px) 15px clamp(24px, 2.8319vw, 32px) clamp(24px, 2.8319vw, 32px);
  border-right: 1px solid rgba(173, 173, 173, 0.48);
  position: relative;
  z-index: 1;
}
.step-card__box::before, .step-card__box::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: -0.5px;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.step-card__box::after {
  top: -0.5px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 576px) {
  .step-card__box::after {
    top: initial;
    bottom: -0.5px;
    right: initial;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.step-card__box::before {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  bottom: -0.5px;
}
@media (max-width: 576px) {
  .step-card__box {
    border-right: none;
    border-bottom: 1px solid rgba(173, 173, 173, 0.48);
  }
}
.step-card__count {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.1239vw, 24px);
  line-height: 133%;
  letter-spacing: -0.04em;
  color: var(--cl-h);
}
.step-card__count b {
  font-weight: 500;
  color: var(--cl-c);
}
@media (max-width: 576px) {
  .step-card__count {
    line-height: 150%;
    position: relative;
    z-index: 1;
  }
  .step-card__count::before {
    content: "";
    background: var(--cl-d);
    left: calc(clamp(24px, 2.8319vw, 32px) * -1);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .step-card {
    grid-template-columns: 100%;
  }
}

.income-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}
.income-list__item:last-of-type .income-card__box {
  border-right: none;
}
.income-list__item:last-of-type .income-card__box::before, .income-list__item:last-of-type .income-card__box::after {
  content: none;
}
.income-list__item.decor-border i {
  top: 0;
  left: -0.5px;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-list__item.decor-border i:first-of-type {
  right: -0.5px;
  bottom: initial;
  left: initial;
}
.income-list__item.decor-border i:first-of-type svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 576px) {
  .income-list__item.decor-border {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1024px) and (min-width: 577px) {
  .income-list__item:nth-of-type(2) .income-card__top::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 0;
    bottom: -0.5px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  .income-list__item .income-card__price {
    border-bottom: none;
  }
  .income-list__item:last-of-type {
    grid-column: 1/-1;
    margin-top: -1px;
  }
  .income-list__item:last-of-type .income-card p {
    margin: 0 auto;
  }
  .income-list__item:last-of-type .income-card__price {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 576px) {
  .income-list__item:last-of-type::before, .income-list__item:last-of-type::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    right: -0.5px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -29px;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  .income-list__item:last-of-type::after {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .income-list__item:last-of-type::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
  }
  .income-list__item:last-of-type .income-card {
    position: relative;
    z-index: 1;
  }
  .income-list__item:last-of-type .income-card::before, .income-list__item:last-of-type .income-card::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    right: -0.5px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  .income-list__item:last-of-type .income-card::after {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .income-list__item:last-of-type .income-card::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
  }
}
@media (max-width: 1024px) {
  .income-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .income-list {
    grid-template-columns: 100%;
    gap: 16px;
  }
}

.protect-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}
.protect-list__item:last-of-type .protect-card {
  border-right: none;
}
@media (min-width: 768px) {
  .protect-list__item:last-of-type .protect-card::before, .protect-list__item:last-of-type .protect-card::after {
    content: none;
  }
}
.protect-list__item:last-of-type .protect-card::before {
  bottom: 0.5px;
}
@media (max-width: 767px) {
  .protect-list__item:last-of-type .protect-card {
    border-bottom: none;
  }
}
.protect-list__item.decor-border i {
  right: -0.5px;
  bottom: 0;
}
.protect-list__item.decor-border i:first-of-type {
  left: -0.5px;
}
.protect-list__item.decor-border i:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.protect-list__item.decor-border i:last-of-type {
  left: -0.5px;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .protect-list__item.decor-border {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .protect-list__item:nth-of-type(2) .protect-card {
    border-top: 1px solid rgba(173, 173, 173, 0.48) !important;
  }
  .protect-list__item:nth-of-type(2)::before {
    content: none;
  }
  .protect-list__item:nth-of-type(2)::after {
    top: 0;
  }
}
@media (max-width: 767px) {
  .protect-list__item:nth-of-type(3)::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .protect-list__item {
    position: relative;
    z-index: 1;
  }
  .protect-list__item::before, .protect-list__item::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 0;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .protect-list__item::after {
    top: -0.5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .protect-list__item::before {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    bottom: 1px;
  }
}
@media (max-width: 767px) {
  .protect-list {
    grid-template-columns: 100%;
  }
  .protect-list::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(173, 173, 173, 0.48);
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
  }
}

.income-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.income-card__box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(25px, 2.8319vw, 32px);
  width: 100%;
  min-height: clamp(230px, 20.885vw, 236px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.income-card__box::before, .income-card__box::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: -0.5px;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-card__box::after {
  top: -0.5px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.income-card__box::before {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  bottom: -0.5px;
}
@media (max-width: 576px) {
  .income-card__box::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
    bottom: initial;
    top: -0.5px;
  }
}
@media (max-width: 576px) {
  .income-card__box {
    border-right: none;
  }
}
.income-card__icon {
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 48px;
  height: 48px;
  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;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
}
.income-card__icon > i {
  width: 32px;
  height: 32px;
}
.income-card__icon .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-card__price {
  margin: 0 32px;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.4159vw, 16px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  height: 60px;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-b);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.income-card__price i {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.04em;
  color: var(--cl-h);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .income-card__price i {
    color: var(--cl-b);
  }
}
@media (max-width: 576px) {
  .income-card__price {
    font-size: 16px;
    padding: 15px;
    background: var(--cl-d);
  }
}
.income-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 2.1239vw, 24px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.income-card__box p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--cl-h);
}
.income-card__box p i {
  font-style: normal;
  color: var(--cl-b);
}
.income-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.1239vw, 24px);
}
.income-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--cl-b);
}
@media (hover: hover) {
  .income-card:hover .income-card__box {
    background: rgba(255, 255, 255, 0.04);
  }
  .income-card:hover .income-card__price {
    background: var(--cl-d);
  }
  .income-card:hover .income-card__price i {
    color: var(--cl-b);
  }
}
@media (hover: none) {
  .income-card:active .income-card__box {
    background: rgba(255, 255, 255, 0.04);
  }
  .income-card:active .income-card__price {
    background: var(--cl-d);
  }
  .income-card:active .income-card__price i {
    color: var(--cl-b);
  }
}

.protect-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(24px, 2.8319vw, 32px) 15px clamp(24px, 2.8319vw, 32px) clamp(24px, 2.8319vw, 32px);
  gap: 24px;
  border-bottom: 1px solid rgba(173, 173, 173, 0.48);
  border-right: 1px solid rgba(173, 173, 173, 0.48);
  border-top: 1px solid rgba(173, 173, 173, 0.48);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.protect-card::before, .protect-card::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: -0.5px;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.protect-card::after {
  top: -0.5px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.protect-card::before {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  bottom: -0.5px;
}
.protect-card__icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--cl-c);
}
.protect-card__icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
.protect-card__icon::before {
  content: "";
  background: var(--cl-d);
  left: clamp(24px, 2.8319vw, 32px);
  top: -1px;
  height: 1px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 32px;
}
.protect-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--cl-c);
}
.protect-card p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--cl-g);
}
@media (hover: hover) {
  .protect-card:hover {
    background: var(--cl-e);
  }
  .protect-card:hover .protect-card__icon {
    color: var(--cl-d);
  }
}
@media (hover: none) {
  .protect-card:active {
    background: var(--cl-e);
  }
  .protect-card:active .protect-card__icon {
    color: var(--cl-d);
  }
}
@media (max-width: 1024px) {
  .protect-card {
    border-top: none;
    border-right: none;
  }
}

/* stylelint-disable */
.header {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header .container::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.sticky-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.sticky-visible {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.mode {
  background: var(--body-bg);
}
.header.mode .logo {
  color: var(--cl-a);
}
.header.mode .burger {
  color: var(--cl-a);
}
.header.mode .phone-link .sprite {
  color: var(--cl-a);
}
.header.mode .custom-select .select-text {
  color: var(--cl-a);
}
.header.mode .custom-select .select-field * {
  color: var(--cl-a);
}
.header.mode .custom-select .arrow-down {
  color: var(--cl-a);
}
.header.open-menu {
  background: #004cfe;
}
.header.open-menu .container::before {
  opacity: 1;
  visibility: visible;
}
.header.sticky {
  background: #004cfe;
}
.header.sticky .container::before {
  opacity: 1;
  visibility: visible;
}
.header__inner {
  height: 88px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(16px, 2.22vw, 32px);
}
@media (min-width: 1025px) {
  .header__inner {
    grid-template-columns: clamp(185px, 17.5221vw, 198px) 1fr clamp(185px, 17.5221vw, 198px);
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    grid-template-columns: auto 1fr;
  }
}
.header .logo {
  font-size: clamp(16px, 1.25vw, 18px);
}
@media (max-width: 1024px) {
  .header .logo {
    font-size: 18px;
  }
}
.header .burger {
  color: var(--cl-b);
}
.header .burger.active {
  color: var(--cl-b);
}
@media (min-width: 1025px) {
  .header .burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .burger {
    justify-self: end;
    --burger-width: 22px;
    --burger-height: 15px;
    --burger-line-height: 2px;
    --border-radius: 2px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    background-color: transparent;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    padding: 10px 16px;
    height: 44px;
    width: 56px;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .header .burger:after {
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -2;
    border-radius: 32px 0;
    background: rgba(255, 255, 255, 0.08);
    content: "";
    inset: 0;
  }
  .header .burger::before {
    border-radius: 32px 0;
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.32)), color-stop(25%, rgba(255, 255, 255, 0.1)), color-stop(75%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.32)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.32) 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .header .burger > i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  .header .burger > i svg {
    width: 100%;
    height: 100%;
  }
  .header .burger > i:first-of-type svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .burger > i:last-of-type {
    left: initial;
    top: initial;
    right: 0;
    bottom: 0;
  }
  .header .burger > i:last-of-type svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header .burger .decor-border {
    inset: 1px;
  }
  .header .burger__box {
    position: relative;
    z-index: 1;
    width: var(--burger-width);
    height: var(--burger-height);
  }
  .header .burger__box::before, .header .burger__box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 70%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.5s;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger__box::before {
    top: 0;
  }
  .header .burger__box::after {
    top: calc(100% - var(--burger-line-height));
    left: 30%;
  }
  .header .burger__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.5s;
    transition: transform 0.3s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger.active .burger__box::before {
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .burger.active .burger__box::after {
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .burger.active .burger__line {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@-webkit-keyframes coin-floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes coin-floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: calc(var(--header-height) * -1);
  background: var(--body-bg);
}
.hero-section::before {
  position: absolute;
  content: "";
  top: var(--header-height);
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  width: 100vw;
  height: 1px;
}
.hero-section__bg {
  position: absolute;
  z-index: -3;
  pointer-events: none;
  inset: 0;
}
.hero-section__bg img,
.hero-section__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section__image {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  inset: 0;
  max-height: 475px;
  mix-blend-mode: screen;
  margin-top: auto;
}
.hero-section__image img,
.hero-section__image picture {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-section__image {
    width: 942px;
    height: 293px;
    inset: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
}
.hero-section__mask {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: calc(100% - var(--header-height));
  top: var(--header-height);
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: screen;
}
.hero-section__mask img,
.hero-section__mask picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-section__mask img,
  .hero-section__mask picture {
    -o-object-position: 0% 15%;
       object-position: 0% 15%;
  }
}
@media (max-width: 576px) {
  .hero-section__mask img,
  .hero-section__mask picture {
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
@media (max-width: 1024px) {
  .hero-section__mask {
    top: 0;
    height: 100%;
  }
}
.hero-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.hero-section__decor span:first-of-type:after, .hero-section__decor span:first-of-type::before {
  position: absolute;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  width: 50vw;
  height: var(--header-height);
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 1024px) {
  .hero-section__decor span:first-of-type:after, .hero-section__decor span:first-of-type::before {
    width: var(--container-offset);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero-section__decor span:first-of-type::before {
  top: 0;
}
.hero-section__decor span:first-of-type::after {
  bottom: 0;
}
@media (max-width: 1024px) {
  .hero-section__decor span:first-of-type::after {
    height: 32px;
  }
}
.hero-section__decor span:last-of-type:after, .hero-section__decor span:last-of-type::before {
  position: absolute;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  width: 50vw;
  height: var(--header-height);
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1024px) {
  .hero-section__decor span:last-of-type:after, .hero-section__decor span:last-of-type::before {
    width: var(--container-offset);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero-section__decor span:last-of-type::before {
  top: 0;
}
.hero-section__decor span:last-of-type::after {
  bottom: 0;
}
@media (max-width: 1024px) {
  .hero-section__decor span:last-of-type::after {
    height: 32px;
  }
}
.hero-section .count,
.hero-section .subtitle {
  color: rgba(255, 255, 255, 0.64);
  border-color: rgba(255, 255, 255, 0.24);
}
.hero-section .count i,
.hero-section .subtitle i {
  color: var(--cl-b);
}
.hero-section .count {
  top: var(--header-height);
}
.hero-section .subtitle {
  bottom: clamp(60px, 7.6991vw, 87px);
}
@media (max-width: 1024px) {
  .hero-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .hero-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
  }
}
.hero-section .container::after, .hero-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.hero-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .hero-section .container::before {
    height: 1px;
    top: calc(var(--header-height) + 32px);
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.hero-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .hero-section .container::after {
    content: none;
  }
}
.hero-section__box {
  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;
  z-index: 1;
  padding-bottom: clamp(60px, 7.6991vw, 87px);
  padding-top: var(--header-height);
}
.hero-section__box::after, .hero-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.hero-section__box::before {
  left: 0;
}
.hero-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .hero-section__box {
    padding-bottom: 32px;
  }
}
.hero-section__inner {
  display: grid;
  grid-template-columns: clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px) 1fr clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px);
  position: relative;
  z-index: 1;
}
.hero-section__inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  width: 100vw;
  height: 1px;
}
.hero-section__inner div {
  border-right: solid 1px rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}
.hero-section__inner div:first-of-type .decor-border i:nth-of-type(1) {
  bottom: -3px;
  left: -0.5px;
}
.hero-section__inner div:first-of-type .decor-border i:nth-of-type(1) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero-section__inner div:first-of-type .decor-border i:nth-of-type(3) {
  width: 7px;
  height: 7px;
  bottom: 0.5px;
  right: -0.5px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media (max-width: 1024px) {
  .hero-section__inner div:first-of-type .decor-border i:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .hero-section__inner div:first-of-type .decor-border i {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero-section__inner div:first-of-type {
    border-right: none;
    background: transparent;
    height: 32px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hero-section__inner div:first-of-type::before, .hero-section__inner div:first-of-type:after {
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 1;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
    content: "";
    top: -0.5px;
    background: transparent;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero-section__inner div:first-of-type::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero-section__inner div:first-of-type::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .hero-section__inner div:first-of-type .decor-border::before {
    width: 7px;
    height: 7px;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    position: absolute;
    z-index: 1;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
    content: "";
    bottom: -0.5px;
    background: transparent;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.hero-section__inner div:last-of-type {
  border-right: none;
}
.hero-section__inner div:last-of-type i:nth-of-type(3) {
  bottom: -3px;
  right: -0.5px;
}
.hero-section__inner div:last-of-type i:nth-of-type(3) svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hero-section__inner div:last-of-type i:nth-of-type(1) {
  width: 7px;
  height: 7px;
  width: 7px;
  height: 7px;
  bottom: 0.5px;
  left: -0.5px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 1024px) {
  .hero-section__inner div:last-of-type {
    display: none;
  }
}
.hero-section__inner div .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
@media (max-width: 576px) {
  .hero-section__inner {
    grid-template-columns: 100%;
  }
}
.hero-section__list {
  display: grid;
  grid-template-columns: clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px) 1fr clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px);
  position: relative;
  z-index: 1;
}
.hero-section__list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  width: 100vw;
  height: 1px;
}
@media (max-width: 1024px) {
  .hero-section__list {
    grid-template-columns: 100%;
  }
}
.hero-section__coin {
  position: absolute;
  width: min(13.89vw, 200px);
  height: auto;
  left: 0;
  bottom: calc(clamp(16px, 1.71vw, 24px) * -1);
  -webkit-transform: translate(0%, 32%);
          transform: translate(0%, 32%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-section__coin.mode {
  left: initial;
  right: 0;
  width: min(20.83vw, 300px);
  -webkit-transform: translate(10%, -18%);
          transform: translate(10%, -18%);
}
.hero-section__coin.mode img,
.hero-section__coin.mode picture {
  -webkit-animation: coin-floating 6s ease-in-out infinite;
          animation: coin-floating 6s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .hero-section__coin.mode {
    right: 10px;
    -webkit-transform: translate(10%, 20%);
            transform: translate(10%, 20%);
  }
}
@media (max-width: 576px) {
  .hero-section__coin.mode {
    width: 114px;
    height: 111px;
  }
}
.hero-section__coin img,
.hero-section__coin picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-animation: coin-floating 4.5s ease-in-out infinite;
          animation: coin-floating 4.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .hero-section__coin {
    top: initial;
    bottom: 70px;
    left: -30px;
  }
}
@media (max-width: 576px) {
  .hero-section__coin {
    width: 97px;
    height: 91px;
  }
}
.hero-section__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-section__icon > .sprite {
  width: 32px;
  height: 32px;
}
.hero-section__icon .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
@media (max-width: 1024px) {
  .hero-section__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .hero-section__icon {
    min-height: 100px;
  }
}
.hero-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: clamp(16px, 1.71vw, 24px);
  border-right: solid 1px rgba(255, 255, 255, 0.24);
  position: relative;
  min-height: min(27.6106vw, 312px);
  z-index: 2;
}
.hero-section__item .main-button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .hero-section__item .main-button {
    margin: 16px auto 0;
  }
}
.hero-section__item .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
@media (max-width: 1024px) {
  .hero-section__item > .decor-border {
    display: none;
  }
}
.hero-section__item p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(10px, 0.97vw, 14px);
  line-height: 143%;
  letter-spacing: -0.04em;
  color: var(--cl-b);
}
@media (max-width: 1024px) {
  .hero-section__item p {
    font-size: clamp(14px, 1.76vw, 18px);
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .hero-section__item p {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .hero-section__item p {
    max-width: 75%;
  }
}
.hero-section__item.middle {
  background: rgba(255, 255, 255, 0.08);
}
@media (min-width: 1025px) {
  .hero-section__item.middle {
    grid-column: 2/5;
  }
}
@media (max-width: 1024px) {
  .hero-section__item.middle {
    grid-row: 3/4;
    border-right: none;
    padding: 0;
    background: transparent;
    padding-bottom: 146px;
  }
  .hero-section__item.middle::after, .hero-section__item.middle::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
    pointer-events: none;
    left: calc(var(--container-offset) * -1);
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background-image: url(../img/sprite/decor2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .hero-section__item.middle::after {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .hero-section__item.middle::before {
    right: -0.5px;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    left: initial;
  }
}
.hero-section__item:first-of-type > .decor-border i:first-of-type {
  bottom: 0;
  left: -0.5px;
}
.hero-section__item:first-of-type > .decor-border i:nth-of-type(3) {
  bottom: 0;
}
.hero-section__item:first-of-type > .decor-border i:nth-of-type(4), .hero-section__item:first-of-type > .decor-border i:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.hero-section__item:first-of-type::after, .hero-section__item:first-of-type::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  top: -0.5px;
  pointer-events: none;
  left: calc(var(--container-offset) * -1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .hero-section__item:first-of-type::after {
    left: 0;
  }
}
.hero-section__item:first-of-type::before {
  bottom: 0.5px;
  top: initial;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 1024px) {
  .hero-section__item:first-of-type::before {
    right: -0.5px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    bottom: initial;
    left: initial;
    top: -0.5px;
  }
}
@media (max-width: 1024px) {
  .hero-section__item:first-of-type {
    border-right: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-section__item:last-of-type {
  border-right: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-section__item:last-of-type p {
  text-align: end;
}
.hero-section__item:last-of-type > .decor-border i:first-of-type {
  bottom: 0;
  left: -0.5px;
}
.hero-section__item:last-of-type > .decor-border i:nth-of-type(3) {
  bottom: 0;
}
.hero-section__item:last-of-type > .decor-border i:nth-of-type(4), .hero-section__item:last-of-type > .decor-border i:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.hero-section__item:last-of-type::after, .hero-section__item:last-of-type::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  top: -0.5px;
  pointer-events: none;
  right: calc(var(--container-offset) * -1);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .hero-section__item:last-of-type::after, .hero-section__item:last-of-type::before {
    content: none;
  }
}
.hero-section__item:last-of-type::before {
  bottom: 0.5px;
  top: initial;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media (max-width: 1024px) {
  .hero-section__item:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-right: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .hero-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: initial;
  }
}
.hero-section__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(32px, 5.6637vw, 64px);
  line-height: 113%;
  letter-spacing: -0.08em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cl-b);
  grid-column: 2/5;
  border-right: solid 1px rgba(255, 255, 255, 0.24);
  padding: clamp(16px, 3.43vw, 48px) 0 clamp(20px, 3.43vw, 48px);
}
.hero-section__title span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(32px, 5.6637vw, 64px);
  line-height: 113%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.32);
}
.hero-section__title span i {
  color: var(--cl-b);
  font-style: normal;
}
@media (max-width: 1024px) {
  .hero-section__title {
    border-right: none;
    padding-top: 48px;
    grid-column: 1/-1;
  }
}

.faq-section {
  background: var(--cl-b);
}
.faq-section .container::after, .faq-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.faq-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .faq-section .container::before {
    width: 1px;
    height: 34px;
    bottom: 0;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.faq-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .faq-section .container::after {
    width: 7px;
    height: 7px;
    left: 50%;
    top: initial;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: transparent;
    bottom: 33px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .faq-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .faq-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.faq-section__box {
  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;
  z-index: 1;
  padding-bottom: var(--default-padding);
}
.faq-section__box::after, .faq-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.faq-section__box::before {
  left: 0;
}
.faq-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .faq-section__box {
    padding-bottom: 33px;
  }
}

.steps-section {
  background: var(--cl-b);
}
@media (max-width: 1024px) {
  .steps-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .steps-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.steps-section .container::after, .steps-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.steps-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .steps-section .container::before {
    width: 1px;
    height: 34px;
    bottom: 0;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.steps-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .steps-section .container::after {
    width: 7px;
    height: 7px;
    left: 50%;
    top: initial;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: transparent;
    bottom: 33px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.steps-section__inner {
  gap: clamp(32px, 4.3363vw, 49px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-section__inner .main-button {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1024px) {
  .steps-section__inner::before {
    position: absolute;
    left: 50%;
    bottom: 33px;
    z-index: 2;
    pointer-events: none;
    background: rgba(173, 173, 173, 0.48);
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
  }
}
.steps-section__box {
  padding-bottom: clamp(30px, 7.0796vw, 80px);
  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;
  z-index: 1;
  padding-bottom: var(--default-padding);
}
.steps-section__box::after, .steps-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.steps-section__box::before {
  left: 0;
}
.steps-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .steps-section__box {
    padding-bottom: 66px;
  }
}

.protect-section {
  background: var(--cl-b);
}
@media (max-width: 1024px) {
  .protect-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .protect-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.protect-section .container::after, .protect-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.protect-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .protect-section .container::before {
    width: 1px;
    height: 34px;
    bottom: 0;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.protect-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .protect-section .container::after {
    display: none;
  }
}
.protect-section .main-top__text {
  color: var(--cl-c);
  background: transparent;
  border-color: rgba(173, 173, 173, 0.48);
}
.protect-section__box {
  padding-bottom: clamp(33px, 10.354vw, 117px);
  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;
  z-index: 1;
}
.protect-section__box::after, .protect-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.protect-section__box::before {
  left: 0;
}
.protect-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .protect-section__box {
    padding-bottom: 33px;
  }
}

.income-section {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: var(--cl-f);
}
@media (max-width: 1024px) {
  .income-section::before {
    position: absolute;
    left: 50%;
    bottom: 32.5px;
    z-index: 2;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.08);
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
  }
}
.income-section .count i,
.income-section .subtitle i {
  color: var(--cl-b);
}
@media (max-width: 1024px) {
  .income-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .income-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.income-section__bg {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  inset: 0;
}
.income-section__bg img,
.income-section__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.income-section__image {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: 0;
  max-height: 475px;
  mix-blend-mode: screen;
}
.income-section__image img,
.income-section__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.income-section .container::after, .income-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.income-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .income-section .container::before {
    width: 1px;
    height: 34px;
    bottom: 0;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.income-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .income-section .container::after {
    width: 7px;
    height: 7px;
    left: 50%;
    top: initial;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: transparent;
    bottom: 33px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
}
.income-section .main-top__line {
  border-color: rgba(255, 255, 255, 0.08);
}
.income-section .main-top__line span {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-section .main-top__pretitle {
  background: rgba(255, 255, 255, 0.04);
  color: var(--cl-b);
}
.income-section .main-top__pretitle .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-section .main-top__title {
  background: rgba(255, 255, 255, 0.04);
  color: var(--cl-b);
  border-color: rgba(255, 255, 255, 0.08);
}
.income-section .main-top__title .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.income-section__box {
  padding-bottom: clamp(55px, 10.2655vw, 116px);
  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;
  z-index: 1;
}
.income-section__box::after, .income-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.income-section__box::before {
  left: 0;
}
.income-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .income-section__box {
    padding-bottom: 55px;
  }
}

.trust-section {
  position: relative;
  z-index: 3;
  background: var(--cl-e);
}
.trust-section::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  width: 100vw;
  height: 1px;
}
.trust-section .container::after, .trust-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.trust-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .trust-section .container::before {
    width: 100vw;
    height: 1px;
    bottom: 32px;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.trust-section .container::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .trust-section .container::after {
    width: 7px;
    height: 7px;
    left: 50%;
    top: initial;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: transparent;
    bottom: 0.5px;
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .trust-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .trust-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.trust-section__image {
  height: min(41.11vw, 555px);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 53.37%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-section__image img,
.trust-section__image picture {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .trust-section__image img,
  .trust-section__image picture {
    position: relative;
    right: -12px;
  }
}
@media (max-width: 1024px) {
  .trust-section__image {
    height: 337px;
    top: 0;
    width: 271.5px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
.trust-section__list {
  display: grid;
  grid-template-columns: clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px) 1fr clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px);
}
@media (max-width: 1024px) {
  .trust-section__list {
    grid-template-columns: 100%;
    position: relative;
    z-index: 1;
  }
  .trust-section__list::before, .trust-section__list::after {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    position: absolute;
    z-index: 2;
    top: -0.5px;
    pointer-events: none;
    background-color: transparent !important;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-image: url(../img/sprite/decor3.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .trust-section__list::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .trust-section__list::after {
    right: 0;
  }
}
.trust-section__item {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 1025px) {
  .trust-section__item:nth-of-type(2) .trust-section__title {
    border-bottom: none;
    border-top: none;
    grid-row: 1/2;
    border-right: none;
  }
  .trust-section__item:nth-of-type(2) .trust-section__title:after {
    top: calc(100% + 0.5px);
    left: -0.5px;
  }
}
.trust-section__item:nth-of-type(2) .trust-section__icon {
  border-right: none;
}
@media (max-width: 1024px) {
  .trust-section__item:nth-of-type(2) .trust-section__icon {
    border-right: solid 1px rgba(173, 173, 173, 0.48);
  }
  .trust-section__item:nth-of-type(2) .trust-section__icon::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    background: rgba(173, 173, 173, 0.48);
    width: 100vw;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:nth-of-type(2) .trust-section__title::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:nth-of-type(2) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
}
@media (min-width: 1025px) {
  .trust-section__item:nth-of-type(3)::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    background: rgba(173, 173, 173, 0.48);
    width: 100vw;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:nth-of-type(3) {
    border: none;
    display: contents;
  }
  .trust-section__item:nth-of-type(3)::before, .trust-section__item:nth-of-type(3)::after {
    content: none !important;
  }
}
@media (min-width: 1025px) {
  .trust-section__item:nth-of-type(4) .trust-section__title {
    grid-row: 1/2;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .trust-section__item:nth-of-type(4) .trust-section__title:after {
    left: initial;
    right: -0.5px;
    top: calc(100% + 0.5px);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (max-width: 1024px) {
  .trust-section__item:nth-of-type(4) .trust-section__icon {
    border-right: solid 1px rgba(173, 173, 173, 0.48);
  }
  .trust-section__item:nth-of-type(4) .trust-section__icon img, .trust-section__item:nth-of-type(4) .trust-section__icon picture {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .trust-section__item:first-of-type .trust-section__title::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    top: 0.5px;
    pointer-events: none;
    left: calc(var(--container-offset) * -1);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/sprite/decor3.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:first-of-type .trust-section__title {
    border-right: solid 1px rgba(173, 173, 173, 0.48);
  }
}
@media (max-width: 1024px) {
  .trust-section__item:first-of-type .trust-section__icon img, .trust-section__item:first-of-type .trust-section__icon picture {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.trust-section__item:last-of-type .trust-section__title, .trust-section__item:last-of-type .trust-section__icon {
  border-right: none;
}
.trust-section__item:last-of-type .trust-section__title:after {
  left: initial;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 1024px) {
  .trust-section__item:last-of-type .trust-section__title:after {
    top: -0.5px;
  }
}
.trust-section__item:last-of-type .trust-section__title::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  top: 0.5px;
  pointer-events: none;
  right: calc(var(--container-offset) * -1);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .trust-section__item:last-of-type .trust-section__title::before {
    bottom: 0.5px;
    top: initial;
    right: 0%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
@media (max-width: 1024px) {
  .trust-section__item:last-of-type .trust-section__title {
    border-right: solid 1px rgba(173, 173, 173, 0.48);
  }
}
@media (max-width: 1024px) {
  .trust-section__item:last-of-type .trust-section__icon::before {
    content: none;
  }
}
@media (max-width: 1024px) {
  .trust-section__item:last-of-type {
    border-bottom: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .trust-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .trust-section__item::before, .trust-section__item::after {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    position: absolute;
    z-index: 2;
    bottom: 0;
    pointer-events: none;
    background-color: transparent !important;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    background-image: url(../img/sprite/decor3.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .trust-section__item::before {
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .trust-section__item::after {
    right: 0;
  }
}
.trust-section__title {
  width: 100%;
  padding: 24px;
  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;
  min-height: min(11.88vw, 171px);
  border-right: 1px solid rgba(173, 173, 173, 0.48);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(20px, 1.67vw, 24px);
  line-height: 133%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-c);
  position: relative;
  z-index: 1;
}
.trust-section__title::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: -0.5px;
  background-image: url(../img/sprite/decor3.svg);
  background-repeat: no-repeat;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
}
@media (max-width: 1024px) {
  .trust-section__title {
    min-height: 139px;
    border-right: none;
    width: 50%;
  }
}
.trust-section__icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(173, 173, 173, 0.48);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trust-section__icon img,
.trust-section__icon picture {
  width: min(11.11vw, 160px);
  height: auto;
}
@media (max-width: 1024px) {
  .trust-section__icon img,
  .trust-section__icon picture {
    width: 160px;
  }
}
.trust-section__icon.mode img,
.trust-section__icon.mode picture {
  width: min(9.72vw, 140px);
}
@media (max-width: 1024px) {
  .trust-section__icon.mode img,
  .trust-section__icon.mode picture {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .trust-section__icon {
    border-right: none;
    width: 50%;
    height: 139px;
  }
  .trust-section__icon::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    background: rgba(173, 173, 173, 0.48);
    width: 100vw;
    height: 1px;
  }
}
.trust-section__box {
  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;
  z-index: 1;
}
.trust-section__box::after, .trust-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.trust-section__box::before {
  left: 0;
}
.trust-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .trust-section__box {
    padding: 191px 0 32px;
  }
}

@keyframes coin-floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.form-section {
  position: relative;
  z-index: 2;
  background: var(--body-bg);
}
@media (max-width: 1024px) {
  .form-section::after {
    position: absolute;
    left: 50%;
    bottom: 32.5px;
    z-index: 2;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.24);
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .form-section {
    overflow: hidden;
  }
}
.form-section__bg {
  position: absolute;
  z-index: -3;
  pointer-events: none;
  inset: 0;
}
.form-section__bg img,
.form-section__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-section__image {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  inset: 0;
  max-height: 475px;
  mix-blend-mode: screen;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.form-section__image img,
.form-section__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .form-section__image {
    width: 942px;
    height: 293px;
    inset: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
    top: -80px;
  }
}
.form-section__mask {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: screen;
  top: 0;
}
.form-section__mask img,
.form-section__mask picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .form-section__mask {
    width: 50%;
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 576px) {
  .form-section__mask {
    width: 100vw;
  }
}
.form-section .count,
.form-section .subtitle {
  color: rgba(255, 255, 255, 0.64);
  border-color: rgba(255, 255, 255, 0.24);
}
.form-section .count i,
.form-section .subtitle i {
  color: var(--cl-b);
}
.form-section .count::before {
  content: "";
  top: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  height: calc(40px + clamp(16px, 2.3009vw, 26px) + 48px - 32px);
  position: absolute;
  width: var(--container-offset);
  right: 0;
}
@media (max-width: 1024px) {
  .form-section .count::before {
    right: 100%;
    top: 0;
    height: calc(40px + clamp(16px, 2.3009vw, 26px) + 48px);
  }
}
@media (max-width: 767px) {
  .form-section .count::before {
    height: 34px;
  }
}
@media (max-width: 1024px) {
  .form-section .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .form-section .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form-section .container::after, .form-section .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.form-section .container::before {
  left: 0;
}
@media (max-width: 1024px) {
  .form-section .container::before {
    width: 1px;
    height: 34px;
    bottom: 0;
    top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.form-section .container::after {
  right: -1px;
}
.form-section__box {
  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;
  z-index: 1;
  padding-bottom: 79px;
}
.form-section__box::after, .form-section__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.form-section__box::before {
  left: 0;
}
.form-section__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .form-section__box {
    padding-bottom: 89px;
  }
}
.form-section .main-top::after {
  background: rgba(255, 255, 255, 0.24);
}
.form-section .main-top::before {
  content: "";
  top: -1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  height: calc(40px + clamp(16px, 2.3009vw, 26px) + 48px);
  position: absolute;
  width: var(--container-offset);
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 767px) {
  .form-section .main-top::before {
    height: 34px;
  }
}
.form-section .main-top__line {
  border-color: rgba(255, 255, 255, 0.24);
}
.form-section .main-top__line span {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.form-section .main-top__decor {
  display: grid;
  grid-template-columns: clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px) 1fr clamp(150px, 14.31vw, 206px) clamp(150px, 14.31vw, 206px);
  position: absolute;
  inset: 0;
  z-index: -1;
  height: calc(88px + clamp(16px, 2.3009vw, 26px));
}
.form-section .main-top__decor span {
  position: relative;
  z-index: 1;
}
.form-section .main-top__decor span:first-of-type {
  border-right: solid 1px rgba(255, 255, 255, 0.24);
}
.form-section .main-top__decor span:first-of-type::after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: -2px;
  right: -2px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Cpath stroke='%23fff' d='M0 3.5h4M.5 0v4'/%3E%3C/svg%3E");
}
.form-section .main-top__decor span:last-of-type {
  border-left: solid 1px rgba(255, 255, 255, 0.24);
  grid-column: 5/6;
}
.form-section .main-top__decor span:last-of-type::after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  bottom: -2px;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' fill='none'%3E%3Cpath stroke='%23fff' d='M4 3.5H0M3.5 0v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .form-section .main-top__decor {
    display: none;
  }
}
.form-section .main-top__pretitle {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cl-b);
  border-color: rgba(255, 255, 255, 0.08);
}
.form-section .main-top__pretitle::before {
  background: var(--cl-b);
}
.form-section .main-top__pretitle::after {
  background: rgba(255, 255, 255, 0.24);
}
.form-section .main-top__pretitle .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.form-section .main-top__title {
  background: rgba(255, 255, 255, 0.04);
  color: var(--cl-b);
  border-color: rgba(255, 255, 255, 0.24);
  border: none;
}
.form-section .main-top__title > i {
  color: rgba(255, 255, 255, 0.32);
}
.form-section .main-top__title .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.form-section .main-top__title::before {
  content: "";
  background: rgba(255, 255, 255, 0.24);
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  width: calc(100% + var(--container-offset) * 2);
}
@media (max-width: 767px) {
  .form-section .main-top__title::before {
    width: 100%;
  }
}
.form-section__robot {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
  width: min(22.22vw, 320px);
  height: min(39.58vw, 570px);
}
.form-section__robot img,
.form-section__robot picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1340px) {
  .form-section__robot {
    left: -1%;
  }
}
@media (max-width: 767px) {
  .form-section__robot {
    width: 220px;
    height: auto;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .form-section__robot img, .form-section__robot picture {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.form-section__coin {
  position: absolute;
  width: min(13.89vw, 200px);
  height: auto;
  left: 25%;
  -webkit-transform: translate(-100%, 20%);
          transform: translate(-100%, 20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 3;
}
.form-section__coin.mode {
  left: initial;
  right: 9%;
  width: min(20.83vw, 300px);
  -webkit-transform: translate(0%, -10%);
          transform: translate(0%, -10%);
}
.form-section__coin.mode img,
.form-section__coin.mode picture {
  -webkit-animation: coin-floating 6s ease-in-out infinite;
          animation: coin-floating 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .form-section__coin.mode {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .form-section__coin.mode {
    width: 114px;
    height: 111px;
  }
}
.form-section__coin img,
.form-section__coin picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-animation: coin-floating 4.5s ease-in-out infinite;
          animation: coin-floating 4.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .form-section__coin {
    top: initial;
    bottom: 70px;
    left: 85px;
  }
}
@media (max-width: 576px) {
  .form-section__coin {
    width: 97px;
    height: 91px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: var(--cl-f);
}
.footer .container::after, .footer .container::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
@media (max-width: 1024px) {
  .footer .container::after, .footer .container::before {
    content: none;
  }
}
.footer .container::before {
  left: 0;
}
.footer .container::after {
  right: -1px;
}
.footer .count i,
.footer .subtitle i {
  color: var(--cl-b);
}
@media (max-width: 1024px) {
  .footer .count {
    left: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .footer .subtitle {
    border-top: none;
    right: var(--container-offset);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__bg {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  inset: 0;
}
.footer__bg img,
.footer__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__image {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: 0;
  max-height: 475px;
  mix-blend-mode: screen;
}
.footer__image img,
.footer__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 576px) {
  .footer__image {
    width: 942px;
    height: 293px;
    inset: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
.footer__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #adadad;
  padding-left: 16px;
  position: relative;
}
.footer__name::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  max-height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  pointer-events: none;
  background: var(--cl-b);
}
.footer__top {
  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;
  gap: 20px;
  width: 100%;
  padding: 25px 128px;
  background: rgba(255, 255, 255, 0.04);
  height: 148px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
.footer__top .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.footer__top .decor-border i:first-of-type {
  left: -0.5px;
}
.footer__top .decor-border i:last-of-type {
  left: -0.5px;
}
.footer__top .decor-border i:nth-of-type(2), .footer__top .decor-border i:nth-of-type(3) {
  right: -0.5px;
}
@media (max-width: 1024px) {
  .footer__top {
    padding: 25px 24px;
  }
}
@media (max-width: 576px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 49px;
    padding: 40px 24px;
  }
}
.footer__box {
  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;
  z-index: 1;
  padding-top: 31px;
}
.footer__box::after, .footer__box::before {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(173, 173, 173, 0.48);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
@media (max-width: 1024px) {
  .footer__box::after, .footer__box::before {
    background: rgba(255, 255, 255, 0.08);
  }
}
.footer__box::before {
  left: 0;
}
.footer__box::after {
  right: -1px;
}
@media (max-width: 1024px) {
  .footer__box {
    padding-bottom: 32px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(24px, 2.8319vw, 32px);
}
.footer__bottom span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cl-g);
}
@media (max-width: 1024px) {
  .footer__bottom span::after {
    content: "";
    background: rgba(255, 255, 255, 0.08);
    width: 1px;
    height: 32px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .footer__bottom span::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background-image: url(../img/sprite/decor2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  .footer__bottom span {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .footer__bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
  }
  .footer__bottom::before, .footer__bottom::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    background-image: url(../img/sprite/decor2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__bottom::after {
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .footer__bottom::before {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    right: 0;
  }
}
.footer__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
  color: var(--cl-h);
  padding-left: 35px;
  position: relative;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__subtitle::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  max-height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  pointer-events: none;
  background: var(--cl-b);
}
.footer__subtitle::after {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.24);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}
.footer__wrapp {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 32px;
  min-height: 125px;
  padding: clamp(24px, 2.8319vw, 32px) 15px clamp(24px, 2.8319vw, 32px) clamp(24px, 2.8319vw, 32px);
  position: relative;
  z-index: 1;
}
.footer__wrapp p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.04em;
  color: var(--cl-h);
}
@media (max-width: 480px) {
  .footer__wrapp p {
    word-break: break-all;
  }
}
.footer__wrapp a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: -0.04em;
  color: var(--cl-b);
  word-break: break-all;
}
@media (hover: hover) {
  .footer__wrapp a:hover {
    color: var(--cl-d);
  }
}
@media (hover: none) {
  .footer__wrapp a:active {
    color: var(--cl-d);
  }
}
.footer__wrapp ul {
  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;
}
.footer__wrapp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrapp:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__wrapp:first-of-type::before, .footer__wrapp:first-of-type::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0;
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__wrapp:first-of-type::after {
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .footer__wrapp:first-of-type::after {
    left: -0.5px;
    top: initial;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.footer__wrapp:first-of-type::before {
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  .footer__wrapp:first-of-type::before {
    right: -0.5px;
  }
}
@media (max-width: 767px) {
  .footer__wrapp:first-of-type {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.footer__wrapp:last-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  grid-column: 1/-1;
}
.footer__wrapp:last-of-type::before, .footer__wrapp:last-of-type::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  background-image: url(../img/sprite/decor2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__wrapp:last-of-type::after {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer__wrapp:last-of-type::before {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0;
}
@media (max-width: 1024px) {
  .footer__wrapp:last-of-type {
    min-height: initial;
  }
}
@media (max-width: 1240px) {
  .footer__wrapp {
    gap: 20px;
    padding: 24px 15px 24px 24px;
  }
}
@media (max-width: 576px) {
  .footer__wrapp {
    padding-right: 24px;
  }
}
.footer__middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
}
.footer__middle .decor-border i {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.footer__middle .decor-border i:first-of-type {
  left: -1px;
}
.footer__middle .decor-border i:last-of-type {
  left: -1px;
}
@media (max-width: 1024px) {
  .footer__middle .decor-border i:last-of-type {
    display: none;
  }
}
.footer__middle .decor-border i:nth-of-type(2), .footer__middle .decor-border i:nth-of-type(3) {
  right: -1px;
}
@media (max-width: 1024px) {
  .footer__middle .decor-border i:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__middle .decor-border i {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer__middle {
    margin: 0 min(10.9735vw, 124px);
  }
}
@media (max-width: 767px) {
  .footer__middle {
    grid-template-columns: 100%;
    border-left: none;
    border-right: none;
  }
  .footer__middle::before, .footer__middle::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    background-image: url(../img/sprite/decor2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__middle::after {
    left: -0.5px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .footer__middle::before {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    right: -0.5px;
  }
}

.mobile .main-button {
  height: 40px;
  justify-self: end;
  padding: clamp(10px, 1.2389vw, 14px) 16px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .mobile__box {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .mobile__box {
    border-right: solid 1px rgba(255, 255, 255, 0.24);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px 20px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .mobile {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .mobile {
    position: fixed;
    top: var(--header-height);
    height: calc(100dvh - var(--header-height));
    left: 0;
    width: 100%;
    background: var(--body-bg);
    z-index: 60;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 320px;
  }
  .mobile .main-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 10px;
    width: 100%;
  }
  .mobile .main-nav {
    padding: 0 8px;
  }
  .mobile .main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .mobile .main-nav ul a {
    padding: 10px 12px;
    font-size: 16px;
    color: var(--cl-b);
  }
  .mobile .header__choice {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile .custom-select {
    height: 20px;
    min-width: 90px;
  }
  .mobile .custom-select .select-text {
    color: var(--cl-a);
  }
  .mobile .custom-select .select-field * {
    color: var(--cl-a) !important;
  }
  .mobile .custom-select .arrow-down {
    color: var(--cl-a);
  }
}
.mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal {
  padding: clamp(24px, 2.8319vw, 32px);
  width: 95vw;
  background: var(--cl-b);
  border-radius: clamp(32px, 7.0796vw, 80px) 0;
  max-width: 1004px;
}
.modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.modal__title {
  font-size: clamp(24px, 4.9558vw, 56px);
  line-height: 114%;
  letter-spacing: -0.08em;
  text-align: center;
  color: var(--cl-c);
  font-family: var(--font-family);
  font-weight: 400;
  background: var(--cl-e);
  width: 100%;
  border: 1px solid rgba(173, 173, 173, 0.48);
  padding: clamp(16px, 4.2478vw, 48px) 10px;
  position: relative;
  z-index: 1;
}
.modal__title i {
  font-style: normal;
  color: var(--cl-d);
}
.modal__title b {
  font-family: var(--second-family);
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal__title {
    line-height: 133%;
  }
}
.modal p {
  margin: 0 min(9.3805vw, 106px);
  border: 1px solid rgba(173, 173, 173, 0.48);
  border-top: none;
  padding: clamp(16px, 2.1239vw, 24px) 10px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(14px, 1.5929vw, 18px);
  line-height: 156%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--cl-c);
}
@media (max-width: 576px) {
  .modal p {
    line-height: 143%;
  }
}
.modal__image {
  width: min(28.6726vw, 324px);
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__image img,
.modal__image picture {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */


.terms{
  padding: 50px 0;
}

/* File upload styles */
.main-form__label--file {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
}

.main-form__label--file:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.main-form__file {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-form__file-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  pointer-events: none;
}

.main-form__file-name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: var(--cl-b);
  text-align: center;
  margin-top: 8px;
  pointer-events: none;
  display: none;
}

.main-form__file-name.show {
  display: block;
}

.main-form__label--file.has-file {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}

.main-form__label--file.has-file .main-form__file-text {
  color: var(--cl-b);
}

.modal{
  display: block;
}