html {
  scroll-padding-top: var(--header-h, 100px);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--font-text);
  background: var(--bg-body);
  color: var(--text-primary);
}
body.lock {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.captcha-container {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1920px) {
  .container {
    padding-left: calc(16px + 64 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .container {
    padding-right: calc(16px + 64 * (100vw - 320px) / 1600);
  }
}

.section-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
@media (max-width: 1920px) {
  .section-title {
    font-size: calc(24px + 10 * (100vw - 320px) / 1600);
  }
}
.section-title span {
  color: var(--green-heading);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--text-dark);
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: -0.03em;
  border-radius: 18px;
  white-space: nowrap;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 41px;
  padding-right: 41px;
  transition: background 0.3s, transform 0.3s;
}
@media (max-width: 1920px) {
  .btn {
    font-size: calc(16px + 3 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .btn {
    padding-top: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .btn {
    padding-bottom: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .btn {
    padding-left: calc(24px + 17 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .btn {
    padding-right: calc(24px + 17 * (100vw - 320px) / 1600);
  }
}
.btn:hover {
  background: var(--green);
}
.btn--green {
  background: var(--green);
}
.btn--green:hover {
  background: var(--accent);
}
.btn.loading {
  color: transparent;
  pointer-events: none;
  position: relative;
}
.btn.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border: 3px solid rgba(43, 43, 43, 0.25);
  border-top-color: var(--text-dark);
  border-radius: 50%;
  animation: btn-spin 0.8s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  width: 100%;
  line-height: 120%;
}

.main {
  flex-grow: 1;
  position: relative;
  font-size: 14px;
}

.input-error {
  border: 1px solid var(--error-color) !important;
}

.error-message {
  color: var(--error-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  margin: 4px 0 0 0;
}

:root {
  --font-main: "Onest", sans-serif;
  --font-text: "Inter Display", sans-serif;
  --bg-body: #1a1a1a;
  --bg-card: #2b2b2b;
  --bg-light: #f0f1f3;
  --accent: #bbe34c;
  --green: #a7d231;
  --green-heading: #9ac720;
  --text-primary: #ffffff;
  --text-secondary: #f1f1f1;
  --text-nav: #f0f1f3;
  --text-dark: #2b2b2b;
  --text-black: #000000;
  --text-muted: #818181;
  --gray: #555555;
  --gray-light: #b8b8b8;
  --dot-inactive: #989898;
  --error-color: #e05d5d;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(30px);
  }
  .reveal.revealed {
    opacity: 1;
    transform: none;
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: var(--reveal-delay, 0s);
  }
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-cyrillic-wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-latin-wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Regular.woff2") format("woff2"), url("../fonts/InterDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-Medium.woff2") format("woff2"), url("../fonts/InterDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2"), url("../fonts/InterDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-body);
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1920px) {
  .header {
    padding-top: calc(16px + 9 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .header {
    padding-bottom: calc(16px + 9 * (100vw - 320px) / 1600);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}
@media (max-width: 1920px) {
  .header__inner {
    gap: calc(16px + 134 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1200px) {
  .header__inner {
    gap: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 1920px) {
  .header__inner {
    gap: calc(16px + 24 * (100vw - 320px) / 1600);
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 294px;
  height: auto;
}
@media (max-width: 1920px) {
  .header__logo img {
    width: calc(100px + 194 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .header__logo img {
    width: 294px;
  }
}
@media (max-width: 1024.98px) and (max-width: 1920px) {
  .header__logo img {
    width: calc(160px + 134 * (100vw - 320px) / 1600);
  }
}
.header__nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1920px) {
  .header__nav {
    gap: calc(16px + 24 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .header__nav {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: var(--bg-body);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 80px 16px 40px;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.4s, visibility 0.4s;
  }
  .header__nav.active {
    transform: translateX(0);
    visibility: visible;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 1920px) {
  .header__menu {
    gap: calc(12px + 7 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .header__menu {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 1024.98px) {
  .header__menu-item {
    width: 100%;
  }
}
.header__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--bg-card);
  border-radius: 18px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--text-nav);
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 1920px) {
  .header__menu-link {
    padding-left: calc(22px + 8 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .header__menu-link {
    padding-right: calc(22px + 8 * (100vw - 320px) / 1600);
  }
}
.header__menu-link:hover {
  background: var(--accent);
  color: var(--text-dark);
}
@media (max-width: 1024.98px) {
  .header__menu-link {
    width: 100%;
    font-size: 22px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1920px) {
  .header__actions {
    gap: calc(16px + 14 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .header__actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 400px;
  }
  .header__actions .btn {
    width: 100%;
  }
}
.header__social {
  display: inline-flex;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.header__social:hover {
  opacity: 0.7;
}
.header__social img {
  display: block;
}
.header__burger {
  display: none;
  position: relative;
  z-index: 110;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--bg-card);
}
@media (max-width: 1024.98px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
.header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text-nav);
  transition: transform 0.3s, opacity 0.3s;
}
.header__burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.footer {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 1920px) {
  .footer {
    padding-top: calc(50px + 70 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .footer {
    padding-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 1920px) {
  .footer__inner {
    gap: calc(40px + 100 * (100vw - 320px) / 1600);
  }
}
.footer__logo {
  display: block;
  width: 100%;
  height: auto;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1920px) {
  .footer__bottom {
    gap: calc(24px + 16 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.footer__year {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: var(--green);
}
@media (max-width: 1920px) {
  .footer__year {
    font-size: calc(26px + 10 * (100vw - 320px) / 1600);
  }
}
.footer__rights {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: var(--text-secondary);
}
@media (max-width: 1920px) {
  .footer__rights {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}
.footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1920px) {
  .footer__center {
    gap: calc(16px + -2 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .footer__center {
    align-items: flex-start;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1920px) {
  .footer__contacts {
    gap: calc(20px + 20 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .footer__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--text-primary);
  transition: color 0.3s;
}
@media (max-width: 1920px) {
  .footer__contact {
    font-size: calc(17px + 7 * (100vw - 320px) / 1600);
  }
}
.footer__contact img {
  width: 26px;
  height: auto;
}
.footer__contact:hover {
  color: var(--green);
}
.footer__policy {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: var(--text-primary);
  text-align: center;
}
@media (max-width: 1920px) {
  .footer__policy {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
}
.footer__policy a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s;
}
.footer__policy a:hover {
  color: var(--green);
}
@media (max-width: 991.98px) {
  .footer__policy {
    text-align: left;
  }
}
.footer__btn {
  flex-shrink: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1920px) {
  .footer__btn {
    padding-top: calc(16px + 16 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .footer__btn {
    padding-bottom: calc(16px + 16 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .footer__btn {
    width: 100%;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
.modal.active {
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}
.modal.active .modal__overlay {
  opacity: 1;
}
.modal__wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.modal.active .modal__wrap {
  transform: translateX(0);
}
.modal__close {
  position: absolute;
  top: 24px;
  left: -48px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, background 0.3s;
}
.modal__close img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close:hover img {
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .modal__close {
    left: auto;
    right: 12px;
    top: 12px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-light);
  }
  .modal__close img {
    width: 16px;
    height: 16px;
    filter: invert(1);
  }
}
.modal__panel {
  height: 100%;
  width: min(856px, 100vw - 64px);
  background: var(--text-primary);
  border-radius: 18px 0 0 18px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 77px;
  padding-bottom: 40px;
  padding-left: 86px;
  padding-right: 68px;
}
@media (max-width: 1920px) {
  .modal__panel {
    gap: calc(24px + 16 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__panel {
    padding-top: calc(60px + 17 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__panel {
    padding-bottom: calc(24px + 16 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__panel {
    padding-left: calc(16px + 70 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__panel {
    padding-right: calc(16px + 52 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 767.98px) {
  .modal__panel {
    width: 100vw;
    border-radius: 0;
  }
}
.modal__title {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-black);
  max-width: 651px;
}
@media (max-width: 1920px) {
  .modal__title {
    font-size: calc(24px + 18 * (100vw - 320px) / 1600);
  }
}
.modal__benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modal__benefits-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 139%;
  color: var(--text-dark);
}
@media (max-width: 1920px) {
  .modal__benefits-title {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}
.modal__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 702px;
}
.modal__list li {
  position: relative;
  padding-left: 23px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: var(--gray);
}
@media (max-width: 1920px) {
  .modal__list li {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}
.modal__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}
.modal__subtitle {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-black);
}
@media (max-width: 1920px) {
  .modal__subtitle {
    font-size: calc(24px + 18 * (100vw - 320px) / 1600);
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal__form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.modal__input {
  flex: 1 1 200px;
  min-width: 0;
  height: 59px;
  border: 1px solid var(--gray);
  border-radius: 18px;
  background: transparent;
  padding-left: 24px;
  padding-right: 24px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}
@media (max-width: 1920px) {
  .modal__input {
    padding-left: calc(18px + 6 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__input {
    padding-right: calc(18px + 6 * (100vw - 320px) / 1600);
  }
}
.modal__input::placeholder {
  color: var(--gray-light);
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .modal__input {
    flex-basis: 100%;
  }
}
.modal__form-fields .btn {
  flex-shrink: 0;
  min-width: 196px;
}
@media (max-width: 575.98px) {
  .modal__form-fields .btn {
    width: 100%;
  }
}
.modal--compact .modal__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .modal--compact .modal__wrap {
    width: 100%;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal--compact .modal__box {
  position: relative;
}
@media (max-width: 767.98px) {
  .modal--compact .modal__box {
    width: 100%;
  }
}
.modal--compact .modal__close {
  top: 0;
}
@media (max-width: 767.98px) {
  .modal--compact .modal__close {
    top: 12px;
  }
}
.modal--compact .modal__panel {
  height: auto;
  gap: 66px;
  padding-bottom: 60px;
}
@media (max-width: 1920px) {
  .modal--compact .modal__panel {
    gap: calc(28px + 38 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal--compact .modal__panel {
    padding-bottom: calc(24px + 36 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 767.98px) {
  .modal--compact .modal__panel {
    width: 100%;
    border-radius: 18px;
    padding-top: 72px;
  }
}
.modal--center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1920px) {
  .modal--center {
    padding-left: calc(16px + 0 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal--center {
    padding-right: calc(16px + 0 * (100vw - 320px) / 1600);
  }
}
.modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  max-width: 480px;
  background: var(--text-primary);
  border-radius: 18px;
  padding: 48px;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
@media (max-width: 1920px) {
  .modal__dialog {
    padding: calc(24px + 24 * (100vw - 320px) / 1600);
  }
}
.modal.active .modal__dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal__close--inside {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-light);
}
.modal__close--inside img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.modal__dialog-icon {
  width: 72px;
  height: 72px;
}
@media (max-width: 1920px) {
  .modal__dialog-icon {
    width: calc(60px + 12 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .modal__dialog-icon {
    height: calc(60px + 12 * (100vw - 320px) / 1600);
  }
}
.modal__dialog-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal__dialog-title {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-black);
}
@media (max-width: 1920px) {
  .modal__dialog-title {
    font-size: calc(22px + 10 * (100vw - 320px) / 1600);
  }
}
.modal__dialog-text {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: var(--gray);
}
@media (max-width: 1920px) {
  .modal__dialog-text {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  cursor: pointer;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox__box {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid var(--gray);
  border-radius: 7px;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid var(--text-dark);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.checkbox__box--error {
  border-color: var(--error-color);
}
.checkbox__input:checked + .checkbox__box {
  background: var(--green);
  border-color: var(--green);
}
.checkbox__input:checked + .checkbox__box::after {
  opacity: 1;
}
.checkbox__text {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: var(--gray);
}
.checkbox__text a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s;
}
.checkbox__text a:hover {
  color: var(--text-dark);
}

.hero-screen {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media (max-width: 1920px) {
  .hero-screen {
    padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .hero-screen {
    padding-bottom: calc(40px + 25 * (100vw - 320px) / 1600);
  }
}
.hero-screen__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1920px) {
  .hero-screen__inner {
    gap: calc(32px + 28 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .hero-screen__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.hero-screen__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1920px) {
  .hero-screen__content {
    gap: calc(24px + 21 * (100vw - 320px) / 1600);
  }
}
.hero-screen__title {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 70px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
@media (max-width: 1920px) {
  .hero-screen__title {
    font-size: calc(34px + 36 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .hero-screen__title br {
    display: none;
  }
}
.hero-screen__subtitle {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: var(--text-secondary);
  max-width: 702px;
}
@media (max-width: 1920px) {
  .hero-screen__subtitle {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}

.directions {
  padding-top: 20px;
  padding-bottom: 55px;
}
@media (max-width: 1920px) {
  .directions {
    padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .directions {
    padding-bottom: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
.directions__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1920px) {
  .directions__inner {
    gap: calc(28px + 32 * (100vw - 320px) / 1600);
  }
}
.directions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
@media (max-width: 1920px) {
  .directions__grid {
    gap: calc(14px + 5 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .directions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .directions__grid {
    grid-template-columns: 1fr;
  }
}

.direction-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  background: var(--bg-light);
  border-radius: 18px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .direction-card {
    gap: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .direction-card {
    padding: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
.direction-card__title {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 30px;
  line-height: 135%;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  padding-right: 60px;
}
@media (max-width: 1920px) {
  .direction-card__title {
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .direction-card__title {
    padding-right: calc(44px + 16 * (100vw - 320px) / 1600);
  }
}
.direction-card__arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--text-dark);
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 1920px) {
  .direction-card__arrow {
    top: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .direction-card__arrow {
    right: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .direction-card__arrow {
    width: calc(36px + 8 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .direction-card__arrow {
    height: calc(36px + 8 * (100vw - 320px) / 1600);
  }
}
.direction-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}
.direction-card:hover .direction-card__arrow {
  background: var(--bg-card);
  color: var(--green);
}
.direction-card:hover .direction-card__arrow svg {
  transform: rotate(0deg);
}
.direction-card__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 54% 0;
}
.direction-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
  object-position: right;
}

.about {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 1920px) {
  .about {
    padding-top: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .about {
    padding-bottom: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1920px) {
  .about__inner {
    gap: calc(24px + 21 * (100vw - 320px) / 1600);
  }
}
.about__text {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 36px;
  line-height: 141%;
  color: var(--text-primary);
  max-width: 1200px;
}
@media (max-width: 1920px) {
  .about__text {
    font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  }
}

.clients {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .clients {
    padding-top: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .clients {
    padding-bottom: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
.clients__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1920px) {
  .clients__inner {
    gap: calc(24px + 21 * (100vw - 320px) / 1600);
  }
}
.clients__slider {
  width: 100%;
}
.clients__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.clients__slide {
  width: 322px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
  border-radius: 18px;
}
@media (max-width: 1920px) {
  .clients__slide {
    width: calc(220px + 102 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .clients__slide {
    height: calc(96px + 40 * (100vw - 320px) / 1600);
  }
}
.clients__slide img {
  max-width: 75%;
  max-height: 54%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: darken;
  opacity: 0.75;
}

.projects {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 1920px) {
  .projects {
    padding-top: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .projects {
    padding-bottom: calc(35px + 20 * (100vw - 320px) / 1600);
  }
}
.projects__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1920px) {
  .projects__inner {
    gap: calc(24px + 21 * (100vw - 320px) / 1600);
  }
}
.projects__list {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media (max-width: 1920px) {
  .projects__list {
    gap: calc(16px + 25 * (100vw - 320px) / 1600);
  }
}

.project-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px;
  background: var(--bg-light);
  border-radius: 30px;
}
@media (max-width: 1920px) {
  .project-card {
    gap: calc(16px + 24 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .project-card {
    padding: calc(20px + 30 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .project-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .project-card {
    border-radius: 16px;
  }
}
.project-card__head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
}
@media (max-width: 1920px) {
  .project-card__head {
    gap: calc(16px + 24 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1024.98px) {
  .project-card__head {
    flex-shrink: 1;
  }
}
.project-card__icon {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
}
@media (max-width: 1920px) {
  .project-card__icon {
    width: calc(20px + 54 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .project-card__icon {
    height: calc(20px + 54 * (100vw - 320px) / 1600);
  }
}
.project-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.project-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 460px;
}
@media (max-width: 1024.98px) {
  .project-card__content {
    max-width: 100%;
  }
}
.project-card__title {
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 27px;
  line-height: 115%;
  color: var(--text-dark);
}
@media (max-width: 1920px) {
  .project-card__title {
    font-size: calc(20px + 7 * (100vw - 320px) / 1600);
  }
}
.project-card__subtitle {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: var(--text-muted);
}
@media (max-width: 1920px) {
  .project-card__subtitle {
    font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  }
}
.project-card__text {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 23px;
  line-height: 135%;
  color: var(--text-dark);
}
@media (max-width: 1920px) {
  .project-card__text {
    font-size: calc(16px + 7 * (100vw - 320px) / 1600);
  }
}
.project-card__media {
  flex-grow: 1;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
  margin-bottom: -50px;
  position: relative;
  padding: 0 0 14% 0;
}
@media (max-width: 1920px) {
  .project-card__media {
    margin-bottom: calc(-20px + -30 * (100vw - 320px) / 1600);
  }
}
.project-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024.98px) {
  .project-card__media {
    padding: 0 0 30% 0;
    width: 100%;
    align-self: auto;
    margin-bottom: 0;
  }
}
.project-card__link {
  flex-shrink: 0;
  align-self: flex-start;
  font-weight: 500;
  font-size: 20px;
  min-width: 190px;
}
@media (max-width: 1920px) {
  .project-card__link {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
.project-card__link:hover {
  background: #262829;
  color: var(--green);
}
@media (max-width: 1024.98px) {
  .project-card__link {
    align-self: stretch;
    width: 100%;
  }
}

.fact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 385px;
  min-height: 350px;
  background: var(--bg-card);
  border-radius: 17px;
  padding: 31px;
  gap: 40px;
}
@media (max-width: 1920px) {
  .fact-card {
    padding: calc(24px + 7 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .fact-card {
    gap: calc(28px + 12 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .fact-card {
    width: 100%;
    min-height: auto;
  }
}
.fact-card__slider {
  flex-grow: 1;
  width: 100%;
}
.fact-card__slide {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: auto;
}
@media (max-width: 1920px) {
  .fact-card__slide {
    gap: calc(28px + 12 * (100vw - 320px) / 1600);
  }
}
.fact-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.fact-card__value {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 62px;
  line-height: 100%;
  color: var(--green);
}
@media (max-width: 1920px) {
  .fact-card__value {
    font-size: calc(44px + 18 * (100vw - 320px) / 1600);
  }
}
.fact-card__icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
@media (max-width: 1920px) {
  .fact-card__icon {
    width: calc(44px + 11 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1920px) {
  .fact-card__icon {
    height: calc(44px + 11 * (100vw - 320px) / 1600);
  }
}
.fact-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.fact-card__text {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 18px;
  line-height: 139%;
  color: var(--text-primary);
  max-width: 281px;
}
@media (max-width: 1920px) {
  .fact-card__text {
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  }
}
.fact-card__dots {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fact-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-primary);
  cursor: pointer;
  transition: width 0.3s, height 0.3s, background 0.3s;
}
.fact-card__dot.active {
  width: 14px;
  height: 14px;
  background: var(--green);
}

/*# sourceMappingURL=style.css.map */
