﻿@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

img {
  max-width: 100%;
  display: block;
}

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

html {
  line-height: 1.5;
}

:root {
  --base-width: 1920;
  --base-font-size: 18;
  --fluid-min-width: 1920;
  --fluid-max-width: 2560;
  --fluid-screen: 100vw;
  --font-size-h2: clamp(1.422rem, 0.62rem + 3.013vw, 3.833rem);
  --font-size-h3: clamp(1rem, 0.551rem + 2.244vw, 2.944rem);
  --font-size-body: clamp(0.889rem, 0.863rem + 0.128vw, 1rem);
  --font-size-large: clamp(1.3rem, 0.923rem + 0.385vw, 1.733rem);
  --font-size-small: clamp(0.778rem, 0.752rem + 0.128vw, 0.889rem);
  --font-size-lousung: clamp(1.2rem, 0.697rem + 0.962vw, 1.722rem);
  /* Базовые отступы (мобильный → десктоп 1920px) */
  /* Расширенные отступы для больших экранов (1920px+) */
  --space-xxs: clamp(
    0.1111111111rem,
    0.097979798vw,
    0.2222222222rem
  ); /* 2-4px → 0.11-0.22rem */
  --space-xs: clamp(
    0.2222222222rem,
    0.195959596vw,
    0.4444444444rem
  ); /* 4-8px → 0.22-0.44rem */
  --space-sm: clamp(
    0.4444444444rem,
    0.4181818182vw,
    0.6666666667rem
  ); /* 8-12px → 0.44-0.66rem */
  --space-md: clamp(
    0.7777777778rem,
    0.7383838384vw,
    1.1111111111rem
  ); /* 14-20px → 0.66-1rem */
  --space-lg: clamp(
    1rem,
    0.9606060606vw,
    1.3333333333rem
  ); /* 18-24px → 1-1.33rem */
  --space-xl: clamp(
    1.3333333333rem,
    1.2808080808vw,
    1.7777777778rem
  ); /* 24-32px → 1.33-1.77rem  ++ */
  --space-xxl: clamp(
    1.7777777778rem,
    1.6727272727vw,
    2.6666666667rem
  ); /* 32-48px → 1.77-2.66rem  + */
  --space-xxxl: clamp(
    2.6666666667rem,
    2.5616161616vw,
    3.5555555556rem
  ); /* 48-64px → 2.66-3.55rem */
  --section-padding: clamp(0.8888888889rem, 0.6787878788vw, 2.6666666667rem);
  --container-gutter: clamp(0.6666666667rem, 0.5353535354vw, 1.7777777778rem);
  --block-margin: clamp(
    50px,
    50px + (140 - 50) * (100vw - 360px) / (2560 - 360),
    140px
  );
  --block-margin--half: clamp(
    25px,
    25px + (70 - 25) * (100vw - 360px) / (2560 - 360),
    70px
  );
  --grid-gap: clamp(0.6666666667rem, 0.5616161616vw, 1.5555555556rem);
  --container-max: min(100% - 2rem, 1920px);
  --container-fluid: min(96%, 2520px);
  --golden-ratio-minor: 0.382;
  --golden-ratio-major: 0.618;
}
@media (max-width: 1024px) {
  :root {
    --golden-ratio-minor: 0.3;
    --golden-ratio-major: 0.7;
  }
}
@media (max-width: 768px) {
  :root {
    --container-fluid: min(90%, 2520px);
  }
}
@media (min-width: 1920px) {
  :root {
    --font-size-h2: clamp(3.833rem, 0rem + 3.594vw, 5.111rem);
    --font-size-h3: clamp(2.944rem, -2.722rem + 5.312vw, 4rem);
    --font-size-body: clamp(1rem, 0rem + 0.937vw, 1.333rem);
    --font-size-large: clamp(1.433rem, 0rem + 1.25vw, 1.778rem);
    --font-size-small: clamp(0.889rem, 0.389rem + 0.469vw, 1.056rem);
    --font-size-lousung: clamp(1.722rem, 0.056rem + 1.562vw, 2.278rem);
  }
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*! Copyright (c) 2012 by Vyacheslav Kirilenko, Gayane Bagdasaryan. All rights reserved. */
@font-face {
  font-family: "GeometriaMedium";
  src: url("../fonts/Geometria-Medium.eot");
  src:
    url("../fonts/Geometria-Medium-1.eot") format("embedded-opentype"),
    url("../fonts/Geometria-Medium.woff2") format("woff2"),
    url("../fonts/Geometria-Medium.woff") format("woff"),
    url("../fonts/Geometria-Medium.ttf") format("truetype"),
    url("../fonts/Geometria-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeometriaExtraBold";
  src: url("../fonts/Geometria-ExtraBold.eot");
  src:
    url("../fonts/Geometria-ExtraBold-1.eot") format("embedded-opentype"),
    url("../fonts/Geometria-ExtraBold.woff2") format("woff2"),
    url("../fonts/Geometria-ExtraBold.woff") format("woff"),
    url("../fonts/Geometria-ExtraBold.ttf") format("truetype"),
    url("../fonts/Geometria-ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*

структура pug.  @include responsive-image(16/9, 8px, true, cover) добавляем к .image-block

.image-block
  .image-wrapper
    img(
      src="img/example.jpg", 
      alt="Описание изображения",
      loading="lazy",
      decoding="async"
    )

*/
html {
  font-size: var(--font-size-body);
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "Golos Text", Arial, sans-serif;
  color: #ffffff;
  background-color: #1a1e26;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

h2,
h3 {
  font-weight: 500;
}

h1,
h2,
h3,
h4 {
  font-family: "GeometriaMedium", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
h1 .br--desktop,
h2 .br--desktop,
h3 .br--desktop,
h4 .br--desktop {
  display: inline;
}
@media (max-width: 1024px) {
  h1 .br--desktop,
  h2 .br--desktop,
  h3 .br--desktop,
  h4 .br--desktop {
    display: none;
  }
}
h1 .br--mobile,
h2 .br--mobile,
h3 .br--mobile,
h4 .br--mobile {
  display: none;
}
@media (max-width: 767px) {
  h1 .br--mobile,
  h2 .br--mobile,
  h3 .br--mobile,
  h4 .br--mobile {
    display: inline;
  }
}

h2 {
  font-size: var(--font-size-h2);
  line-height: 1.1;
  letter-spacing: -2%;
  margin-bottom: clamp(
    70px,
    70px + (176 - 70) * (100vw - 360px) / (2560 - 360),
    176px
  );
}

h3 {
  font-size: var(--font-size-h3);
  line-height: 1.1;
  letter-spacing: -2%;
}

h4 {
  line-height: 1.2;
}

h5,
h6 {
  font-family: "GeometriaMedium", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
}

p {
  margin-bottom: var(--space-sm);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.font--orange {
  color: #f27405;
}

.font--dark {
  color: #1a1e26;
}

.font-size--body-large,
.article-toc__title,
.faq__item__title,
.process__advantage-text,
.whywe__advantage-text,
.figures__description,
.presentation__feature-text,
.modal-menu__email,
.modal-menu__social-title {
  font-size: var(--font-size-large);
  line-height: 1.5;
  letter-spacing: 0%;
}

.font-size--lousung,
.additional-services__text,
.info-tabs__help,
.whywe__advantage-number,
.whywe__highlight-text,
.methods__number,
.presentation__feature-number,
.presentation__highlight-text,
.hero__title,
.modal-menu__phone,
.footer__heading,
.footer__phone {
  font-size: var(--font-size-lousung);
  line-height: 1.2;
  letter-spacing: -1.1%;
}

.font-size--body-small,
.contacts__checkbox-text,
.cpa__checkbox-text {
  font-size: var(--font-size-small);
  line-height: 1.5;
  letter-spacing: 0%;
}

img {
  border-radius: 12px;
}
@media (max-width: 1024px) {
  img {
    border-radius: 8px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.preloader__dark-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1e26;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}

.preloader--hidden .preloader__dark-screen {
  opacity: 0;
}

.preloader--removed {
  display: none;
}

body.preloader-active {
  height: 100vh;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-weight: 400;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: var(--font-size-body);
}
.button:active {
  opacity: 0.8;
}
.button--primary {
  background-color: #ffffff;
  color: #1a1e26;
}
.button--primary:hover {
  background-color: #f27405;
  color: #ffffff;
}
.button--primary:active {
  background-color: #f27405;
  color: #ffffff;
  opacity: 0.8;
}
.button--accent {
  background-color: #f27405;
  color: #ffffff;
}
.button--accent:hover {
  background-color: #ffffff;
  color: #1a1e26;
}
.button--accent:active {
  background-color: #ffffff;
  color: #1a1e26;
  opacity: 0.8;
}

.container {
  width: var(--container-fluid);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.container--flex {
  display: flex;
  width: 100%;
  height: 100%;
}
.container--flex__minor {
  flex: 0 0 calc(100% * var(--golden-ratio-minor));
  min-height: 100%;
}
.container--flex__major {
  flex: 0 0 calc(100% * var(--golden-ratio-major));
}
@media (max-width: 1024px) {
  .container__context {
    display: block;
  }
}

.form__checkbox-group {
  display: block;
  margin-bottom: 15px;
}

.form__checkbox-group input {
  padding: 0;
  height: 20px;
  width: 20px;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form__checkbox-group label {
  position: relative;
  cursor: pointer;
}

.form__checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  outline: 1px solid #ffffff;
  padding: 10px;
  margin-top: -2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}

.form__checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 6px;
  height: 18px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0.8;
}

.form .form__input {
  height: 48px;
  text-align: left;
  padding: 10px 16px;
  width: 100%;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: var(--space-md);
  box-shadow: none;
  outline: 1px solid #8c8e92;
  border: 0;
}
.form .form__input:focus {
  outline: 1.2px solid #f27405;
  transition: none;
  transition-duration: var(transition-duration);
}
.form .form__input:hover {
  outline: 1.2px solid #ffffff;
  transition: none;
  transition-duration: var(transition-duration);
}
.form .form__input input:-webkit-autofill,
.form .form__input input:-webkit-autofill:hover,
.form .form__input input:-webkit-autofill:focus {
  -webkit-transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
  transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
}
.form .form__input--error {
  outline: 2px solid #ff4444 !important;
}
.form label {
  color: var(--color-dark);
}
.form label + input[type="text"],
.form label input[type="email"],
.form label input[type="tel"],
.form label input[type="url"],
.form label textarea {
  pointer-events: none;
  display: inline-block;
  padding: 4px 10px;
}
.form textarea {
  resize: none;
  height: 180px;
}
.form__checkbox-group label {
  margin-right: 4px;
}
.form__checkbox-group__text {
  opacity: 0.8;
}
.form__checkbox-group__text a {
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
  margin-inline: 4px;
  cursor: pointer;
}
.form__checkbox-group__text a:hover {
  text-decoration: none;
}
.form__checkbox-group--error label::before {
  outline: 2px solid #ff4444;
}
.form__button {
  margin-top: 30px;
}

.label {
  text-transform: uppercase;
  padding-top: clamp(
    9px,
    9px + (12 - 9) * (100vw - 360px) / (2560 - 360),
    12px
  );
  will-change: transform, opacity;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .label {
    padding-top: 1px;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 767px) {
  .label {
    font-size: 11px;
  }
}

.divider {
  width: 100%;
  height: clamp(
    80px,
    80px + (318 - 80) * (100vw - 360px) / (2560 - 360),
    318px
  );
}

.square-button {
  width: clamp(35px, 35px + (74 - 35) * (100vw - 360px) / (2560 - 360), 74px);
  aspect-ratio: 1;
  height: auto;
}
.square-button:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.square-button:active {
  opacity: 0.8;
}

.green-glass {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #113143;
  opacity: 0.8;
}

.svg-parallax-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  z-index: -4; /* Чтобы оставаться под основным контентом */
}

.svg-parallax-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/svg/bg-svg.svg");
  opacity: 0.2;
  filter: blur(3px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Фикс для резкости в некоторых браузерах */
  will-change: transform;
  transition: transform 0.5s linear;
  min-width: 330%;
  min-height: 330%;
}
.svg-parallax-bg--1 {
  top: 0vh;
  left: -114vw;
}
.svg-parallax-bg--2 {
  top: 350vh;
  left: -114vw;
}
.svg-parallax-bg--3 {
  top: 810vh;
  left: -90vw;
}

.svg-parallax-fg {
  position: absolute;
  width: clamp(32px, 32px + (54 - 32) * (100vw - 360px) / (2560 - 360), 54px);
  height: clamp(32px, 32px + (54 - 32) * (100vw - 360px) / (2560 - 360), 54px);
  z-index: 220000;
  transform-style: preserve-3d;
  perspective: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Фикс для резкости в некоторых браузерах */
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.svg-parallax-fg__bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(-1px);
  width: clamp(80px, 80px + (120 - 80) * (100vw - 360px) / (2560 - 360), 120px);
  height: clamp(
    80px,
    80px + (120 - 80) * (100vw - 360px) / (2560 - 360),
    120px
  );
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}
@media (max-width: 1024px) {
  .svg-parallax-fg__bg {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
}
.svg-parallax-fg--white {
  background-image: url("../img/svg/deco1.svg");
  transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
}
.svg-parallax-fg--white .svg-parallax-fg__bg {
  filter: hue-rotate(0deg);
}
.svg-parallax-fg--orange {
  background-image: url("../img/svg/deco2.svg");
}
.svg-parallax-fg--orange .svg-parallax-fg__bg {
  filter: hue-rotate(30deg);
}

/* W3C standard
   сейчас только для Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #1a1e26 #8c8e92;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 22px;
  width: 20px;
}

*::-webkit-scrollbar-track {
  background: #8c8e92;
}

*::-webkit-scrollbar-thumb {
  background-color: #8c8e92;
  border-radius: 5px;
  border: 3px solid #8c8e92;
}

.logo {
  transition: transform 0.3s ease-out;
}
.logo img{
  filter: invert();
}
.logo:hover {
  transform: scale(1.05);
}
.logo:active svg {
  fill: #e0e0e0;
}

.link__ut {
  position: relative;
  display: inline-block;
  color: inherit; /* или укажите нужный цвет */
  text-decoration: none;
  padding-bottom: 2px; /* Отступ для подчеркивания */
}
.link__ut::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px; /* Толщина подчеркивания */
  background-color: currentColor; /* Цвет как у текста */
  transition: all 0.3s ease-out;
  transform: translateX(-50%);
}
.link__ut:hover::after {
  width: 100%; /* Полная ширина при наведении */
}

a:active {
  color: #e0e0e0;
}

#cookie-notification {
  position: fixed;
  bottom: 16px;
  left: 20px;
  background-color: #1a1e26;
  padding: 10px;
  font-size: 12px;
  border-radius: 4px;
  max-width: 320px;
  z-index: 1000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  display: none;
}
@media (max-width: 767px) {
  #cookie-notification {
    left: 8px;
    max-width: 77%;
  }
}
#cookie-notification .footer__policy-link {
  margin-inline: 0px;
}

#cookie-close {
  background-color: #ffffff;
  color: #1a1e26;
  border: none;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
}

#heading-animated {
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

#btnScrollToTop {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 63px;
  z-index: 99;
  padding: 0;
  width: 40px; /* Устанавливаем размеры кнопки */
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-image: url("../img/svg/up-button.svg"); /* Используем SVG как фон кнопки */
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #btnScrollToTop {
    right: 23px;
  }
}

#btnScrollToTop:hover {
  filter: brightness(85%); /* Эффект затемнения при наведении */
}

.toggle-list {
  display: grid;
  grid-template-rows: auto;
}
.toggle-list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  cursor: pointer;
}
.toggle-list__item__description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease-in-out,
    max-height 0.4s ease;
  will-change: all;
  margin-bottom: 0;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .toggle-list__item__description {
    margin-right: -80px;
  }
}
.toggle-list__item__button {
  align-self: flex-start;
}
.toggle-list__item__button .minus-icon {
  display: none;
}
.toggle-list__item__button .plus-icon {
  display: block;
}
.toggle-list__item--active .toggle-list__item__description {
  opacity: 1;
  max-height: 1000px;
}
.toggle-list__item--active .minus-icon {
  display: block !important;
}
.toggle-list__item--active .plus-icon {
  display: none !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(17, 49, 67);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  will-change: opacity;
  opacity: 0;
}
.modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  margin: auto;
  z-index: 1001;
}
@media (max-width: 767px) {
  .modal__content {
    padding: 0;
    transform: scale(1.2);
  }
}
.modal__image {
  display: block;
  max-height: calc(80vh - 40px);
  margin: 0 auto;
  border-radius: 4px;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #1a1e26;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s;
  opacity: 0;
  will-change: opacity;
  z-index: 1002;
}
.modal__close svg {
  width: 74px;
  height: 74px;
  transform: rotate(45deg);
}
.modal__close:hover {
  transform: scale(1.1);
}
.modal--show {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header Block */
.header {
  margin-bottom: -130px;
  z-index: 40;
  width: 100%;
}
@media (max-width: 1024px) {
  .header {
    margin-bottom: -110px;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: -70px;
  }
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-block: var(--space-md);
  padding-left: 24px;
  padding-right: 24px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #113143;
  width: min(97%, 2520px);
  border-radius: 8px;
  margin-top: 24px;
  opacity: 0.8;
  height: unset;
}
@media (min-width: 1025px) {
  .header__container {
    height: clamp(
      88px,
      88px + (104 - 88) * (100vw - 1920px) / (2560 - 1920),
      104px
    );
  }
}
@media (max-width: 767px) {
  .header__container {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}
.header__col-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-xxl);
}
@media (max-width: 767px) {
  .header__col-right {
    justify-content: flex-end;
  }
}
.header__logo-svg {
  fill: #ffffff;
  width: clamp(112px, 10vw, 146px);
}
.header__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-xxl);
  margin-right: 60px;
}
.header__nav-item {
  margin-top: -2px;
  position: relative;
}
.header__nav-item--has-submenu:hover .header__submenu {
  display: block;
}
.header__nav-link {
  font-size: var(--font-size-small);
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.header__contact-info p {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .header__contact-info {
    display: none;
  }
}
.header__contact-phone {
  font-weight: 600;
  transition: transform 0.3s ease-out;
  font-size: clamp(1.433rem, 0rem + 1.25vw, 1.778rem);
  line-height: 100%;
}
.header__contact-phone:hover {
  transform: scale(1.1);
}
.header__contact-phone:hover,
.header__contact-email:hover {
  cursor: pointer;
}
.header__menu-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  transition: transform 0.3s ease-out;
}
@media (max-width: 767px) {
  .header__menu-button {
    width: 80%;
  }
}
.header__menu-button svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header__menu-button:hover {
  transform: scale(1.1);
}
.header__menu-icon {
  fill: white;
}
.header__menu-icon path {
  stroke: #ffffff;
}
.header__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #113143;
  border-radius: 8px;
  padding: var(--space-sm);
  min-width: 200px;
  z-index: 100;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: -moz-max-content;
  width: max-content;
}
.header__submenu-item {
  margin-bottom: var(--space-xs);
}
.header__submenu-item:last-child {
  margin-bottom: 0;
}
.header__submenu-link {
  color: #ffffff;
  font-size: var(--font-size-small);
  padding: var(--space-xs) var(--space-sm);
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
/* Footer Block */
.footer {
  background-color: #113143;
}
.footer__container {
  padding-top: var(--block-margin);
  padding-bottom: var(--block-margin);
}
.footer__grid {
  display: grid;
  grid-template-columns: calc(var(--golden-ratio-minor) / 3 * 100%) calc(
      var(--golden-ratio-minor) / 3 * 100% * 2
    ) 1fr 1fr;
  grid-template-areas: "logo logo       heading heading" "menu services   writeme contacts" ".    cowork     button  ogrn  ";
  align-items: start;
  row-gap: var(--space-xxxl);
  padding-bottom: var(--space-xxxl);
}
@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "logo     logo       heading   heading" "menu     services   services  services" "writeme  cowork     contacts    contacts" "writeme  cowork     button    button" "ogrn     ogrn          ogrn         ogrn";
  }
}
@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo     logo" "heading  heading" "menu     services" "contacts contacts" "writeme  writeme" "cowork  cowork" "button  button" "ogrn    ogrn";
  }
}
.footer .logo {
  grid-area: logo;
}
.footer .logo__svg {
  fill: #ffffff;
  width: clamp(
    142px,
    142px + (390 - 142) * (100vw - 360px) / (2560 - 360),
    390px
  );
}
.footer__nav {
  grid-area: menu;
}
.footer__services {
  grid-area: services;
}
.footer__services-link {
  text-transform: uppercase;
}
.footer__cowork {
  grid-area: cowork;
}
.footer__cowork-heading {
  font-size: var(--font-size-large);
}
.footer__heading {
  grid-area: heading;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  height: calc(var(--font-size-lousung) * 1.2);
  gap: 1rem;
}
.footer__heading h4 {
  flex-shrink: 0;
}
.footer__heading-img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.footer__heading img {
  display: inline-flex;
  flex-shrink: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .footer__heading img {
    border-radius: 6px;
  }
}
@media (max-width: 1024px) {
  .footer__heading {
    flex-direction: column;
    height: auto;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .footer__heading {
    align-self: flex-start;
  }
}
.footer__social {
  grid-area: writeme;
}
.footer__social-title {
  font-size: var(--font-size-large);
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}
.footer__social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 0.2rem;
}
.footer__cta {
  grid-area: button;
  justify-content: start;
}
@media (max-width: 1024px) {
  .footer__cta {
    justify-self: flex-end;
  }
}
@media (max-width: 767px) {
  .footer__cta {
    width: 100%;
  }
  .footer__cta button {
    width: 100%;
  }
}
.footer__contacts {
  grid-area: contacts;
  justify-self: end;
}
.footer__phone {
  transition: all 0.3s ease-in-out;
}
.footer__phone:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .footer__phone {
    font-size: 28px;
  }
}
.footer__sales-email {
  font-size: var(--font-size-large);
}
@media (max-width: 767px) {
  .footer__sales-email {
    text-align: right;
  }
}
.footer__legal {
  grid-area: ogrn;
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 0.2rem;
}
.footer__legal-text {
  font-size: var(--font-size-small);
}
@media (max-width: 1024px) {
  .footer__legal {
    justify-self: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__legal {
    justify-self: flex-start;
  }
}
.footer__bottom {
  border-top: solid 1px #8c8e92;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: var(--space-xl);
}
.footer__copyright {
  font-size: var(--font-size-small);
  text-align: center;
}
.footer__copyright___delimiter {
  margin-inline: 4px;
  display: inline-block;
}
.footer__policy-link,
.footer__dev-link {
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
  margin-inline: 4px;
}
.footer__policy-link:hover,
.footer__dev-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__policy-link,
  .footer__dev-link {
    text-decoration: none;
  }
}

/* Модификаторы */
/* Модальное меню (modal-menu) */
.modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 120;
}
.modal-menu--open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  padding-right: var(--scrollbar-width);
}
.modal-menu--open .fixed-element {
  padding-right: var(--scrollbar-width);
}
.modal-menu__overlay {
  background-color: rgba(17, 49, 67, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  will-change: opacity;
}
.modal-menu__content {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #1a1e26;
  height: 100svh;
  padding-inline: 50px;
  padding-block: 60px;
  width: 50vw;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
@media (max-width: 1024px) {
  .modal-menu__content {
    width: 80vw;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .modal-menu__content {
    width: 100vw;
    padding-inline: 24px;
    padding-block: 24px;
    padding-top: 11px;
  }
}
.modal-menu__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modal-menu__logo {
  transition: transform 0.3s ease-out;
}
.modal-menu__logo:hover {
  transform: scale(1.1);
}
.modal-menu__logo svg {
  fill: #ffffff;
  width: clamp(112px, 10vw, 146px);
}
.modal-menu__close {
  transition: transform 0.3s ease-out;
}
.modal-menu__close:hover {
  transform: scale(1.1);
}
.modal-menu__close svg {
  stroke: #ffffff;
  transform: rotate(45deg);
}
.modal-menu__contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media (max-width: 767px) {
  .modal-menu__contacts {
    align-items: start;
  }
}
.modal-menu__phone {
  transition: transform 0.3s ease-out;
}
.modal-menu__phone:hover {
  transform: scale(1.1);
}
.modal-menu__email {
  margin-bottom: var(--space-lg);
}
.modal-menu__col {
  margin-bottom: 60px;
}
.modal-menu__nav-link {
  text-transform: uppercase;
}
.modal-menu__service-link {
  text-transform: uppercase;
}
.modal-menu__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.modal-menu__social-title {
  text-transform: uppercase;
}
.modal-menu__social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 0.2rem;
}
/* Анимации и состояния */
/* Модификаторы */
/* 404 Error Page Styles */
.error-404-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.error-404-title {
  font-size: 7rem;
  color: white;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .error-404-title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .error-404-title {
    font-size: 3rem;
  }
}

.error-404-text {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 60px;
}

/* Hero Block */
.hero {
  --hero-height: min(100svh, calc(100vw / 16 * 9));
  position: relative;
}
.hero__container {
  width: min(97%, 2520px);
  height: var(--hero-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  flex-wrap: wrap;
  min-height: 45vw;
}
@media (max-width: 1535px) {
  .hero__container {
    min-height: 52.9411764706vw;
  }
}
@media (max-width: 1024px) {
  .hero__container {
    height: 100svh;
    width: 100%;
    min-height: 840px;
  }
}
@media (max-width: 767px) {
  .hero__container {
    min-height: 678px;
  }
}
.hero .hero__layers {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  container-type: size;
  container-name: hero_container;
}
.hero .hero__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  will-change: transform;
}
@media (max-width: 767px) {
  .hero .hero__layer {
    max-height: 70svh;
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .hero .hero__layer {
    max-height: unset;
  }
}
.hero .hero__layer__front {
  /* background-image: url("https://geocompani.ru/wp-content/uploads/2026/05/photo_2026-05-06_10-45-54.jpg/fc059f67-672b-4256-8657-c1fffa1fce2f-scaled.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4;
}
@media (max-width: 767px) {
  .hero .hero__layer__front {
    background-position: bottom left;
    background-size: 130%;
  }
}
.hero .hero__layer__second {
  /* background-image: url("../img/layer__second.webp"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  left: -17%;
}
@media (min-width: 1536px) and (max-height: 780px) {
  .hero .hero__layer__second {
    top: -4%;
  }
}
@media (max-width: 1024px) {
  .hero .hero__layer__second {
    top: -3%;
    left: 0;
  }
}
@media (max-width: 1024px) and (max-height: 390px) {
  .hero .hero__layer__second {
    top: -8%;
  }
}
@media (max-width: 767px) {
  .hero .hero__layer__second {
    background-position: 41% 2%;
    background-size: 206%;
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .hero .hero__layer__second {
    top: 0px;
    background-position: 67% 0%;
    background-size: 126%;
  }
}
@media (min-width: 431px) and (max-width: 768px) {
  .hero .hero__layer__second {
    left: -9%;
  }
}
.hero .hero__layer__main {
  z-index: 1;
  top: -10%;
}
@media (min-width: 2000px) and (max-height: 1140px) {
  .hero .hero__layer__main {
    top: -18%;
  }
}
@media (min-width: 1536px) and (max-height: 950px) {
  .hero .hero__layer__main {
    top: -18%;
  }
}
@media (max-width: 1024px) {
  .hero .hero__layer__main {
    top: 0;
  }
}
.hero .hero__layer__main__image {
  position: relative;
}
@media (max-width: 1024px) {
  .hero .hero__layer__main__image {
    height: 100%;
  }
}
.hero .hero__layer__main__image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero .hero__layer__main__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hero .hero__layer__main__image img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10vw) translateY(10svh);
    overflow: visible;
  }
  @-moz-document url-prefix() {
    .hero .hero__layer__main__image img {
      transform: translateX(0vw) translateY(6svh);
    }
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and
      (not (-webkit-overflow-scrolling: touch)) {
      .hero .hero__layer__main__image img {
        transform: translateX(0vw) translateY(8svh);
      }
    }
  }
}
@media (max-width: 767px) {
  .hero .hero__layer__main__image--second {
    transform: translateX(0vw) translateY(75svh) !important;
  }
}
@-moz-document url-prefix() {
  .hero .hero__layer__main__image--second {
    transform: translateX(0vw) translateY(0svh);
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and
    (not (-webkit-overflow-scrolling: touch)) {
    .hero .hero__layer__main__image--second {
      transform: translateX(0vw) translateY(0svh);
    }
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .hero .hero__layer__main__image--second {
    transform: translateX(0vw) translateY(150%) !important;
  }
}
.hero .hero__layer__clouds {
  mix-blend-mode: multiply;
  position: absolute;
  width: 13%;
  height: 9%;
  top: 35%;
  left: 41%;
  opacity: 0.5;
  transform: rotate(-2deg);
  overflow: hidden;
  display: none;
}
.hero .hero__layer__clouds img {
  transition:
    opacity 1.5s ease-in-out,
    transform 14s linear; /* Длительность соответствует анимации */
}
@keyframes cloudMove {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@media (max-width: 1024px) {
  .hero .hero__layer__clouds img {
    animation: none;
  }
}
@media (max-width: 1024px) {
  .hero .hero__layer__clouds {
    display: none;
  }
}
.hero .hero__layer__text {
  font-family: "GeometriaExtraBold", Arial, sans-serif;
  font-size: clamp(6rem, 2rem + 7.031vw, 13rem);
  font-weight: 800;
  opacity: 0.8;
  position: absolute;
  top: 17%;
  left: clamp(22%, 3rem + 7.031vw, 26%);
  z-index: -1;
}
@media (min-width: 2000px) and (max-height: 1400px) {
  .hero .hero__layer__text {
    top: 20%;
  }
}
@media (min-width: 2000px) and (max-height: 1240px) {
  .hero .hero__layer__text {
    top: 22%;
  }
}
@media (min-width: 2000px) and (max-height: 1140px) {
  .hero .hero__layer__text {
    top: 15%;
  }
}
@media (min-width: 2200px) {
  .hero .hero__layer__text {
    top: 17%;
  }
}
@media (min-width: 2200px) and (min-height: 1141px) {
  .hero .hero__layer__text {
    top: 20%;
  }
}
@media (min-width: 2200px) and (max-height: 1140px) {
  .hero .hero__layer__text {
    top: 12%;
  }
}
@media (min-width: 2200px) and (max-height: 1070px) {
  .hero .hero__layer__text {
    top: 15%;
  }
}
@media (max-width: 2100px) {
  .hero .hero__layer__text {
    top: 18%;
  }
}
@media (max-width: 2100px) and (max-height: 1140px) {
  .hero .hero__layer__text {
    top: 14%;
  }
}
@media (max-width: 2000px) and (max-height: 1140px) {
  .hero .hero__layer__text {
    top: 10%;
  }
}
@media (max-width: 2000px) and (max-height: 1030px) {
  .hero .hero__layer__text {
    top: 15%;
  }
}
@media (max-width: 1999px) and (max-height: 1140px) {
  .hero .hero__layer__text {
    top: 16%;
  }
}
@media (max-width: 1700px) and (max-height: 950px) {
  .hero .hero__layer__text {
    top: 11%;
  }
}
@media (max-width: 1700px) and (max-height: 840px) {
  .hero .hero__layer__text {
    top: 15%;
  }
}
@media (max-width: 1535px) and (max-height: 950px) {
  .hero .hero__layer__text {
    top: 17%;
  }
}
@media (max-width: 1100px) {
  .hero .hero__layer__text {
    top: 18%;
  }
}
@media (max-width: 1024px) {
  .hero .hero__layer__text {
    top: 28%;
  }
}
@media (max-width: 767px) {
  .hero .hero__layer__text {
    top: 17%;
    left: unset;
    right: clamp(1vh, 100vh - 818px, 4vh);
    line-height: 100%;
    font-size: clamp(58px, 8vh, 78px);
    width: 60%;
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .hero .hero__layer__text {
    top: 32%;
  }
}
@media (max-width: 767px) {
  .hero .hero__layer__text--ios-yandex {
    top: 16%;
    color: red;
  }
}
.hero .hero__layer__bg {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: var(--hero-height);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3;
  background-color: #1a1e26;
}
.hero .hero__layer__bg video {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero .hero__layer__bg video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.hero__subtitle {
  font-size: clamp(
    51px,
    51px + (100 - 51) * (100vw - 1024px) / (2560 - 1024),
    100px
  );
  position: absolute;
  bottom: 29%;
  right: 7%;
  z-index: 5;
  margin-bottom: 0;
}
@media screen and (min-width: 1536px) and (max-height: 864px) {
  .hero__subtitle {
    bottom: 29%;
  }
}
@media (max-width: 1535px) {
  .hero__subtitle {
    bottom: 32%;
  }
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 40px;
    margin-right: 0;
    bottom: 320px;
  }
}
.hero__video {
  width: clamp(
    190px,
    190px + (352 - 190) * (100vw - 1024px) / (2560 - 1024),
    352px
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hero__video {
    display: none;
  }
}
.hero__video img {
  border-radius: 8px;
}
.hero__video video {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hero__video video {
    height: 58svh;
  }
}
.hero__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 5;
  padding-block: 22px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: clamp(
    12px,
    12px + (24 - 12) * (100vw - 1920px) / (2560 - 1920),
    24px
  );
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #113143;
  width: 100%;
  border-radius: 8px;
  margin-top: 24px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hero__bottom {
    gap: 16px;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}
.hero__bottom__col1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.hero__bottom__col2 {
  padding-right: clamp(
    10px,
    10px + (360 - 10) * (100vw - 1024px) / (2560 - 1024),
    360px
  );
}
@media (max-width: 1024px) {
  .hero__bottom__col2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 19px;
  }
}
.hero ul {
  list-style: none;
}
@media (max-width: 1024px) {
  .hero ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero ul {
    display: block;
  }
}
.hero ul li {
  text-transform: uppercase;
}

@keyframes cloudMove {
  0% {
    transform: translateX(20%) scale(4);
  }
  100% {
    transform: translateX(140%) scale(4);
  }
}
.showreels__video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px; /* Совпадает с конечным значением анимации */
}
.showreels__video {
  width: 100%;
  height: auto;
  display: block;
  transform: translateZ(0);
}
.showreels .video-fallback-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .showreels .showreels__video-wrapper {
    border-radius: 8px; /* Для мобильных */
  }
}

/* Блок Presentation */
.presentation {
  position: relative;
}
.presentation__container {
  position: relative;
}
.presentation__vector {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .presentation__vector {
    position: absolute;
    top: -435px;
    left: -2vw;
    z-index: -1;
    width: 260px;
  }
}
@media (max-width: 767px) {
  .presentation__vector {
    left: unset;
    right: 0px;
    width: 130px;
    top: -40%;
  }
}
.presentation__vector img {
  width: 38%;
  height: auto;
}
@media (max-width: 767px) {
  .presentation__vector img {
    width: 100%;
  }
}
.presentation__features {
  margin-bottom: var(--block-margin);
}
.presentation__feature-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  min-height: clamp(
    140px,
    140px + (180 - 140) * (100vw - 360px) / (2560 - 360),
    180px
  );
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
  --border-width: 0%;
  --border-width2: 0%;
  position: relative;
  overflow: hidden;
  will-change: --border-width, --border-width2;
  border-style: none;
  border-top: solid #8c8e92 1px;
}
.presentation__feature-item:last-child {
  border-bottom: solid #8c8e92 1px;
}
.presentation__feature-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--border-width2);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
.presentation__feature-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--border-width);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
.presentation__feature-text {
  width: calc(100% * var(--golden-ratio-major));
}
.presentation__feature-text ul {
  list-style: disc;
  margin-left: var(--space-xxxl);
  margin-top: var(--space-md);
}
.presentation__feature-text strong {
  display: block;
  margin-bottom: var(--space-md);
}
.presentation__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: nowrap;
  gap: var(--space-xl);
  margin-bottom: var(--space-xxl);
}
@media (max-width: 767px) {
  .presentation__bottom {
    flex-direction: column-reverse;
  }
}
.presentation__highlight {
  flex: 0 0 62%;
}
.presentation__highlight-text {
  text-transform: uppercase;
}
.presentation__col2 {
  overflow: hidden;
  width: 100%;
  contain: layout style;
}
.presentation__image {
  width: 100%;
  height: 200%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(0%, -14%);
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
}
@media (max-width: 767px) {
  .presentation__image {
    height: 230px;
    transform: translate(0 15%);
  }
}
.presentation__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .presentation__image {
    width: 100%;
    margin-bottom: -470px;
  }
}
@media (max-width: 767px) {
  .presentation__image {
    margin-bottom: 0;
    width: 100%;
    height: 160px;
  }
}
.presentation .svg-parallax-fg--white {
  top: 62vh;
  left: 25vw;
}
@media (max-width: 767px) {
  .presentation .svg-parallax-fg--white {
    display: none;
  }
}
.presentation .svg-parallax-fg--orange {
  top: 8vh;
  right: 5vw;
}
@media (max-width: 767px) {
  .presentation .svg-parallax-fg--orange {
    top: 16vh;
    right: 79vw;
  }
}

/* Состояния и анимации */
/* Модификаторы */
@media (prefers-reduced-motion: reduce) {
  .presentation__image {
    will-change: auto;
    transform: translate(-50%, -35%) !important;
  }
}
/* Блок Services */
.services__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: var(--block-margin);
}
.services__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: var(--space-xl);
  width: 100%;
}
.services__item:nth-child(2n) {
  /* Каждый второй элемент */
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .services__item {
    flex-direction: column;
    gap: var(--space-xxl);
  }
  .services__item:nth-child(2n) {
    /* Каждый второй элемент */
    flex-direction: column;
  }
}
.services__image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .services__image-wrapper {
    border-radius: 8px;
  }
}
.services__item-image {
  flex: 0 0 calc(100% * var(--golden-ratio-major));
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .services__item-image {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .services__item-image {
    width: 100%;
  }
}
.services__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  will-change: transform, clip-path; /* Оптимизация анимации */
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
}
.services__item-text {
  flex: 0 0 calc(100% * var(--golden-ratio-minor) - 2rem);
}
@media (max-width: 1024px) {
  .services__item-text {
    flex: 0 0 calc(50% - 2rem);
  }
}
.services__item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 0.5rem;
}
.services__item-title {
  margin-bottom: var(--space-md);
}
.services__item-description {
  flex: 0 0 80%;
}
@media (max-width: 767px) {
  .services__item-description {
    flex: 0 0 90%;
  }
}
/* Блок Figures */
.figures {
  position: relative;
}
@media (max-width: 1024px) {
  .figures__container .container--flex {
    flex-direction: column;
  }
}
.figures__label {
  padding-top: 0;
  margin-top: -8px;
}
@media (max-width: 1024px) {
  .figures__label {
    margin-bottom: var(--space-xl);
  }
}
.figures__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  min-height: clamp(
    140px,
    140px + (180 - 140) * (100vw - 360px) / (2560 - 360),
    180px
  );
  padding-top: clamp(
    14px,
    14px + (20 - 14) * (100vw - 1920px) / (2560 - 1920),
    20px
  );
  padding-bottom: clamp(
    20px,
    20px + (25 - 20) * (100vw - 1920px) / (2560 - 1920),
    25px
  );
  will-change: --border-width, --border-width2;
  border-style: none;
  position: relative;
  overflow: hidden;
}
.figures__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--border-width2);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
.figures__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--border-width);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
@media (max-width: 767px) {
  .figures__item {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.figures__number {
  font-size: clamp(4.444rem, 3.963rem + 2.409vw, 7.389rem);
  color: #f27405;
  will-change: transform, opacity;
}
.figures__description {
  text-transform: uppercase;
  width: calc(100% * var(--golden-ratio-major) - 2px);
  text-align: right;
}
@media (max-width: 767px) {
  .figures__description {
    text-align: left;
  }
}
.figures .svg-parallax-fg--white {
  top: 12vh;
  left: 51vw;
}
@media (max-width: 767px) {
  .figures .svg-parallax-fg--white {
    left: 72vw;
  }
}
.figures .svg-parallax-fg--orange {
  top: 60vh;
  right: 80vw;
}
@media (max-width: 767px) {
  .figures .svg-parallax-fg--orange {
    top: 116vh;
    right: 41vw;
  }
}

/* Блок Cases */
.cases__main-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: clamp(
    12px,
    12px + (20 - 12) * (100vw - 1920px) / (2560 - 1920),
    20px
  );
  column-gap: clamp(
    12px,
    12px + (20 - 12) * (100vw - 1920px) / (2560 - 1920),
    20px
  );
}
.cases__main-title__image {
  display: inline-block;
  height: calc(var(--font-size-h2) * 1);
  width: 46%;
}
@media (max-width: 767px) {
  .cases__main-title__image {
    display: none;
  }
}
.cases__main-title__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .cases__main-title__image img {
    border-radius: 6px;
  }
}
.cases__grid {
  display: grid;
  grid-template-columns: calc(
      var(--golden-ratio-minor) * 100% - 28px
    ) 24.12vw 11.51vw 1fr;
  grid-template-rows: clamp(386px, 10vw + 300px, 500px) clamp(
      386px,
      10vw + 300px,
      500px
    ) clamp(386px, 10vw + 300px, 500px) clamp(386px, 10vw + 300px, 500px);
  grid-template-areas: "item1 . item3 item3" "item2 item2 item3 item3" "item5 item4 item4 item4" "item5 . item6 item6";
  gap: 28px;
}
@media (max-width: 1024px) {
  .cases__grid {
    grid-template-areas: "item1 item1 item3 item3" "item2 item2 item2 item2" "item5 item5 item4 item4" "item6 item6  item6  item6";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 260px 260px 260px 260px;
  }
}
@media (max-width: 767px) {
  .cases__grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.cases__item {
  position: relative;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.cases__item:nth-child(1) {
  grid-area: item1;
}
.cases__item:nth-child(2) {
  grid-area: item2;
}
.cases__item:nth-child(3) {
  grid-area: item3;
}
.cases__item:nth-child(4) {
  grid-area: item4;
}
.cases__item:nth-child(5) {
  grid-area: item5;
}
.cases__item:nth-child(6) {
  grid-area: item6;
}
.cases__item:nth-child(7) {
  grid-area: item7;
}
@media (max-width: 1024px) {
  .cases__item {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .cases__item {
    height: 260px;
  }
}
.cases__item:hover .cases__image img {
  transform: scale(1.1) !important;
}
.cases__item:hover .cases__item-bottom {
  background-color: #f27405;
}
.cases a {
  cursor: default;
}
.cases .cases__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: all;
}
.cases .cases__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: all;
}
.cases__item-bottom {
  margin-bottom: -100px;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 22;
  height: clamp(
    60px,
    60px + (120 - 60) * (100vw - 360px) / (2560 - 360),
    120px
  );
  width: 100%;
  padding: clamp(8px, 8px + (24 - 8) * (100vw - 360px) / (2560 - 360), 24px);
  background: #113143;
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: all;
}
@media (max-width: 1024px) {
  .cases__item-bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (max-width: 767px) {
  .cases__item-bottom__col1 {
    max-width: 70%;
  }
}
.cases__more {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
  flex-wrap: wrap;
  gap: 1rem;
}
.cases__more-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cases__more {
    height: auto;
  }
}
.cases__project {
  font-weight: 600;
  text-transform: uppercase;
}
/* Состояния */
/* Модификаторы */
/* Блок Methods */
.methods {
  position: relative;
}
.methods__container .container__heading {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .methods__container .container__heading {
    flex-direction: column;
  }
}
.methods__main-title {
  max-width: 80%;
}
.methods__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  height: clamp(
    200px,
    200px + (380 - 200) * (100vw - 768px) / (2560 - 768),
    380px
  );
  border-top: solid #8c8e92 1px;
  padding-top: var(--space-xl);
  padding-bottom: clamp(
    20px,
    20px + (25 - 20) * (100vw - 1920px) / (2560 - 1920),
    25px
  );
  transition: all 0.8s ease-in-out;
}
.methods__item:last-child {
  border-bottom: solid #8c8e92 1px;
}
@media (max-width: 1024px) {
  .methods__item {
    height: 100px;
    transition: all 0s ease-in-out;
  }
}
.methods__item--active .methods__image {
  opacity: 100%;
  transition-delay: 0.2s;
  transition: all 1.2s ease-out;
}
@media (max-width: 1024px) {
  .methods__item--active .methods__image {
    transition: all 0.8s ease-out;
  }
}
.methods__item--active .methods__description {
  opacity: 100%;
  transition-delay: 0.5s;
  transform: translateY(0);
  transition: all 1.2s ease-in-out;
}
@media (max-width: 1024px) {
  .methods__item--active .methods__description {
    transition: all 0.8s ease-out;
  }
}
@media (max-width: 1024px) {
  .methods__item--active {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .methods__item:hover .methods__image {
    transition-delay: 0.2s;
    transition: opacity 0.8s ease-out;
  }
  .methods__item:hover .methods__description {
    transition-delay: 0.5s;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out;
  }
  .methods__item:hover .methods__image,
  .methods__item:hover .methods__description {
    opacity: 100%;
  }
}
.methods__item-text {
  width: 49vw;
  width: clamp(
    46vw,
    46vw + (115 - 46) * (100vw - 1024px) / (2560 - 1024),
    115vw
  );
}
.methods__item-text h3 {
  margin-bottom: var(--space-sm);
}
@media (max-width: 767px) {
  .methods__item-text h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .methods__button {
    display: none;
  }
}
.methods__description {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(20px);
}
@media (max-width: 1024px) {
  .methods__description {
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .methods__description {
    margin-right: -24vw;
    padding-bottom: var(--space-md);
  }
}
.methods__image {
  width: 18vw;
  opacity: 0%;
  transition: all 0.8s ease-in-out;
  aspect-ratio: 3/4;
}
.methods__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1024px) {
  .methods__image {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .methods__image {
    width: 40vw;
    margin-bottom: 20px;
  }
}
.methods .svg-parallax-fg--white {
  top: 7vh;
  left: 67vw;
}
@media (max-width: 1024px) {
  .methods .svg-parallax-fg--white {
    top: 3vh;
  }
}
@media (max-width: 767px) {
  .methods .svg-parallax-fg--white {
    top: 17vh;
    left: 79vw;
  }
}
.methods .svg-parallax-fg--orange {
  top: 75vh;
  right: 84vw;
}

/* Состояния */
/* Модификаторы */
/* Блок CPA (Call to Action) */
@media (max-width: 767px) {
  .cpa h2 {
    margin-bottom: 0;
  }
}
.cpa__container .container__context {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .cpa__container .container__context {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cpa__container .container__context {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .cpa__container {
    overflow: visible;
  }
}
.cpa__context {
  width: 32vw;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 1rem;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .cpa__context {
    min-width: unset;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cpa__context {
    flex-direction: column;
  }
}
.cpa__text {
  max-width: 74%;
}
@media (max-width: 1024px) {
  .cpa__text {
    max-width: 590px;
    flex: 0 0 50%;
  }
}
.cpa__text p {
  margin-top: var(--space-md);
}
.cpa__h3 {
  text-transform: uppercase;
  margin-bottom: var(--space-xxl);
}
.cpa__benefits-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: var(--space-xl);
  margin-bottom: var(--space-sm);
}
.cpa__form {
  max-width: 72%;
}
@media (max-width: 1024px) {
  .cpa__form {
    max-width: 590px;
    flex: 0 0 40%;
  }
}
.cpa__submit-button {
  background-color: #f27405;
  color: #ffffff;
  width: 100%;
  margin-bottom: var(--space-md);
}
.cpa__decoration {
  width: 58vw;
}
@media (max-width: 767px) {
  .cpa__decoration--main {
    height: unset;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cpa__decoration {
    width: 100%;
    position: relative;
    overflow: visible;
  }
}
.cpa__image {
  width: 88%;
  height: auto;
}
@media (max-width: 767px) {
  .cpa__image {
    -o-object-fit: cover;
    object-fit: cover; /* Сохраняем пропорции */
    width: 100%;
    overflow: visible;
    z-index: 10;
  }
}
@media (max-width: 768px) and (max-height: 600px) {
  .cpa__image {
    width: 50%;
    height: unset;
  }
}

.cpa2 .cpa_decoration {
  width: 50vw;
}
@media (max-width: 1024px) {
  .cpa2 .cpa_decoration {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .cpa2 .cpa__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1920px) {
  .cpa2 .cpa__text {
    width: 100%;
  }
  .cpa2 .cpa__form {
    width: 100%;
  }
}
/* Блок WhyWe */
.whywe {
  position: relative;
}
@media (max-width: 767px) {
  .whywe {
    overflow: hidden;
  }
}
.whywe__container .container__context {
  display: grid;
  grid-template-columns: calc(var(--golden-ratio-minor) * 100%) 1fr;
  grid-template-areas: "icon list" ". text" "highlight image" "button .";
  min-height: 100%; /* Добавляем базовую высоту */
}
@media (max-width: 1024px) {
  .whywe__container .container__context {
    grid-template-areas: "list list" "highlight icon" "text text" ". button" "image image";
  }
}
@media (max-width: 767px) {
  .whywe__container .container__context {
    grid-template-columns: 1fr;
    row-gap: 36px;
    grid-template-areas: "list" "icon" "highlight" "text" "button" "image";
  }
}
.whywe__decoration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: icon;
  width: 100%;
}
.whywe__decoration img {
  width: 33%;
  height: auto;
}
@media (max-width: 1024px) {
  .whywe__decoration img {
    margin-left: 18vw;
  }
}
@media (max-width: 767px) {
  .whywe__decoration img {
    margin-left: 0;
  }
}
.whywe__label br {
  display: none;
}
@media (max-width: 767px) {
  .whywe__label br {
    display: inline-block;
  }
}
.whywe__advantages-list {
  grid-area: list;
  margin-bottom: var(--block-margin);
}
@media (max-width: 767px) {
  .whywe__advantages-list {
    margin-bottom: 0;
  }
}
.whywe__advantage-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  min-height: clamp(
    80px,
    80px + (140 - 80) * (100vw - 360px) / (2560 - 360),
    140px
  );
  padding-block: var(--space-xxl);
  position: relative;
  overflow: hidden;
  will-change: --border-width, --border-width2;
  border-style: none;
  border-top: solid #8c8e92 1px;
}
.whywe__advantage-item:last-child {
  border-bottom: solid #8c8e92 1px;
}
.whywe__advantage-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--border-width2);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
.whywe__advantage-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--border-width);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
@media (max-width: 1024px) {
  .whywe__advantage-item {
    gap: 0;
  }
}
.whywe__advantage-number {
  will-change: transform, opacity;
  line-height: 100%;
  width: 58%;
}
@media (max-width: 1024px) {
  .whywe__advantage-number {
    width: unset;
    flex: 0 0 30%;
    padding-right: 20px;
  }
}
.whywe__advantage-text {
  will-change: transform, opacity;
  width: 100%;
}
.whywe__advantage-text ul {
  list-style: disc;
}
.whywe__description {
  margin-bottom: var(--block-margin--half);
  width: 80%;
  grid-area: text;
}
@media (max-width: 1024px) {
  .whywe__description {
    margin-bottom: 40px;
  }
  .whywe__description svg {
    margin-right: -18vw;
  }
}
@media (max-width: 767px) {
  .whywe__description {
    width: 100%;
    margin-bottom: 20px;
  }
  .whywe__description svg {
    margin-right: 0px;
  }
}
.whywe__description-text {
  will-change: transform, opacity;
}
.whywe__highlight {
  grid-area: highlight;
  padding-right: var(--space-md);
}
@media (max-width: 1024px) {
  .whywe__highlight {
    width: 176%;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .whywe__highlight {
    width: 100%;
  }
}
.whywe__highlight-text {
  padding-right: 8px;
  will-change: transform, opacity;
}
.whywe__cta-button {
  grid-area: button;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  margin-top: var(--space-lg);
}
@media (max-width: 1024px) {
  .whywe__cta-button {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .whywe__cta-button {
    justify-self: end;
    margin-bottom: 40px;
  }
}
.whywe__image {
  grid-area: image;
  overflow: hidden;
  width: 100%;
  contain: layout style;
  height: 210px;
}
.whywe__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
}
@media (max-width: 767px) {
  .whywe__image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.whywe__image img {
  width: 100%;
  width: 100%;
  height: 200%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform: translateZ(0);
  backface-visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(0%, 5%);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  image-rendering: optimizeQuality;
}
@media (max-width: 767px) {
  .whywe__image img {
    border-radius: 0px;
  }
}
.whywe .svg-parallax-fg--white {
  top: 7vh;
  left: 71vw;
}
@media (max-width: 767px) {
  .whywe .svg-parallax-fg--white {
    top: 11vh;
    left: 20vw;
  }
}
.whywe .svg-parallax-fg--orange {
  top: 37vh;
  right: 70vw;
}
@media (max-width: 1024px) {
  .whywe .svg-parallax-fg--orange {
    right: 80vw;
  }
}
@media (max-width: 767px) {
  .whywe .svg-parallax-fg--orange {
    display: none;
  }
}

/* Блок Clients */
.clients {
  position: relative;
  overflow: hidden;
}
.clients__title {
  width: 85%;
}
.clients__logos {
  position: relative;
  width: 100%;
}
.clients__row-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  margin-bottom: var(--grid-gap);
}
@media (max-width: 767px) {
  .clients__row-wrapper--top {
    animation: none;
  }
}
@media (max-width: 767px) {
  .clients__row-wrapper--bottom {
    animation: none;
  }
}
.clients__row-wrapper:hover {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .clients__row-wrapper {
    flex-wrap: wrap;
  }
}
.clients__row {
  display: flex;
  gap: var(--grid-gap);
  flex-shrink: 0;
  margin-right: var(--grid-gap);
}
@media (max-width: 767px) {
  .clients__row {
    row-gap: 4px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .clients__row--original {
    flex-wrap: wrap;
    flex-shrink: unset;
    margin-right: 0;
    margin-left: -80px;
    margin-right: -230px;
  }
  .clients__row--original::after {
    content: "";
    width: 100%;
    order: 0;
  }
  .clients__row--clone {
    display: none;
  }
}
.clients__logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  width: clamp(
    142px,
    142px + (472 - 142) * (100vw - 360px) / (2560 - 360),
    472px
  );
  aspect-ratio: 354/171;
  padding: clamp(
      10px,
      10px + (20 - 10) * (100vw - 1920px) / (2560 - 1920),
      20px
    )
    clamp(40px, 40px + (120 - 40) * (100vw - 1920px) / (2560 - 1920), 120px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(17, 49, 67, 0.8);
  transition: transform 0.3s ease;
}
.clients__logo-item:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .clients__logo-item:nth-child(4),
  .clients__logo-item:nth-child(5),
  .clients__logo-item:nth-child(6),
  .clients__logo-item:nth-child(7) {
    transform: translateX(-15vw);
    order: 1;
  }
}
.clients__logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 0px;
}
.clients__logo-img:hover {
  opacity: 1;
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.logos {
  position: relative;
  overflow: hidden;
  contain: layout style paint;
}
.logos__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
  overflow: visible;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.logos__track {
  display: flex;
  gap: var(--grid-gap);
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.logos__logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  width: clamp(
    142px,
    142px + (472 - 142) * (100vw - 360px) / (2560 - 360),
    472px
  );
  aspect-ratio: 354/171;
  padding: clamp(
      10px,
      10px + (20 - 10) * (100vw - 1920px) / (2560 - 1920),
      20px
    )
    clamp(40px, 40px + (120 - 40) * (100vw - 1920px) / (2560 - 1920), 120px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(17, 49, 67, 0.8);
  transition: all 0.3s ease;
  contain: layout style paint;
}
.logos__logo-item:hover {
  background: rgba(242, 116, 5, 0.8);
}
.logos__logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 0px;
}

/* Блок Team */
.team {
  position: relative;
}
.team__container .container__context {
  display: grid;
  grid-template-columns: calc(var(--golden-ratio-minor) * 100%) 1fr;
  row-gap: var(--block-margin);
  grid-template-areas: "skills img-m" "img-a who";
  align-items: end;
}
@media (max-width: 1024px) {
  .team__container .container__context {
    grid-template-areas: "img-m img-m" ". skills" ". img-a" "who who";
  }
}
@media (max-width: 767px) {
  .team__container .container__context {
    grid-template-columns: 1fr;
    grid-template-areas: "img-m" "skills" "img-a" "who";
  }
}
.team__main-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: clamp(
    12px,
    12px + (20 - 12) * (100vw - 1920px) / (2560 - 1920),
    20px
  );
  column-gap: clamp(
    12px,
    12px + (20 - 12) * (100vw - 1920px) / (2560 - 1920),
    20px
  );
}
.team__main-title__image {
  display: inline-block;
  height: calc(var(--font-size-h2) * 1);
  width: 33vw;
}
@media (max-width: 767px) {
  .team__main-title__image {
    display: none;
  }
}
.team__main-title__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .team__main-title__image img {
    border-radius: 6px;
  }
}
.team__text-skills {
  grid-area: skills;
  padding-right: var(--block-margin--half);
  align-self: center;
}
.team__text-who {
  grid-area: who;
  padding-left: var(--block-margin--half);
  align-self: center;
}
@media (max-width: 767px) {
  .team__text-who {
    padding-left: 20px;
  }
}
.team__skills-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: var(--space-xl);
}
.team__features-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: var(--space-xl);
  margin-bottom: var(--space-xl);
  max-width: 70%;
}
@media (max-width: 767px) {
  .team__features-list {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.team__image-main {
  grid-area: img-m;
  overflow: hidden;
  position: relative;
}
.team__image-main img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform, clip-path;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.team__image-aside {
  grid-area: img-a;
  overflow: hidden;
  position: relative;
  align-self: center;
}
.team__image-aside img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform, clip-path;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.team__cta-button {
  margin-top: var(--space-xl);
}
.team__description,
.team__list-title,
.team__skill-item,
.team__feature-item,
.team__cta-button {
  opacity: 1; /* Начальное состояние */
  transform: translateY(20px); /* Подстраховка для браузеров без JS */
  will-change: transform, opacity; /* Оптимизация анимации */
}
.team .svg-parallax-fg--white {
  top: 26vh;
  left: 91vw;
}
@media (max-width: 1024px) {
  .team .svg-parallax-fg--white {
    top: 35vh;
    left: 89vw;
  }
}
@media (max-width: 767px) {
  .team .svg-parallax-fg--white {
    top: 22vh;
    left: 80vw;
  }
}
.team .svg-parallax-fg--orange {
  top: 37vh;
  right: 70vw;
}
@media (max-width: 1024px) {
  .team .svg-parallax-fg--orange {
    right: 85vw;
    top: 58vh;
  }
}
@media (max-width: 767px) {
  .team .svg-parallax-fg--orange {
    top: 97vh;
    right: 79vw;
  }
}

/* Состояния */
/* Модификаторы */
/* Блок Testimonial */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.testimonial__container {
  position: relative;
}
.testimonial__container .container--context {
  position: relative;
  display: grid;
  grid-template-columns: calc(var(--golden-ratio-minor) * 100%) 1fr;
  grid-template-rows: 10fr 1fr 1fr;
  grid-template-areas: "counter slider" "nav slider" ". pagination";
}
@media (max-width: 1024px) {
  .testimonial__container .container--context {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "counter nav" "slider slider" "pagination pagination";
  }
}
@media (max-width: 1024px) {
  .testimonial__container .container--context {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial__container .container--context {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0px 100px;
    grid-template-areas: "slider" "pagination" "nav" "nav";
  }
}
.testimonial__container .container--context a:active {
  color: #1a1e26;
}
.testimonial__label {
  transform: translateY(calc(var(--font-size-body) + 2px));
}
@media (max-width: 1024px) {
  .testimonial__label {
    transform: translateX(0);
    margin-bottom: var(--space-lg);
  }
}
.testimonial__swiper {
  grid-area: slider;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonial__swiper {
    height: 100%;
  }
}
.testimonial__counts {
  grid-area: counter;
  align-self: center;
  justify-self: center;
  font-size: clamp(3.889rem, 0.794rem + 7.254vw, 11.111rem);
  opacity: 0.6;
}
.testimonial__counts .swiper-count {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.testimonial__counts .swiper-count span {
  line-height: 128%;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .testimonial__counts {
    justify-self: flex-start;
  }
}
@media (max-width: 767px) {
  .testimonial__counts {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial__wrapper {
    padding-bottom: 60px;
  }
}
.testimonial__slide {
  background-color: #e0e0e0;
  color: #113143;
  border-radius: 16px;
  padding: clamp(30px, 30px + (90 - 30) * (100vw - 768px) / (2560 - 768), 90px)
    clamp(40px, 40px + (100 - 40) * (100vw - 768px) / (2560 - 768), 100px);
  max-height: 722px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--space-xxl);
}
.testimonial__slide-context {
  flex-grow: 1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonial__slide-context {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .testimonial__slide {
    border-radius: 8px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__slide {
    padding: 10px 12px;
    flex-direction: column;
    max-height: unset;
    height: unset;
    padding: 30px 20px;
  }
}
.testimonial__slide-top {
  flex: 0 0 25%;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial__slide-top {
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
.testimonial__slide-logo {
  background-color: #1a1e26;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.testimonial__slide-logo img {
  border-radius: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .testimonial__slide-logo {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial__slide-logo {
    height: 100px;
    aspect-ratio: 1;
    min-height: unset;
    flex: 0 0 100px;
    border-radius: 8px;
    padding: 10px;
  }
}
.testimonial__text__link {
  text-decoration: underline;
}
.testimonial__author {
  margin-top: var(--space-md);
}
@media (max-width: 767px) {
  .testimonial__author {
    display: none;
  }
}
.testimonial__author--logo {
  display: none;
}
@media (max-width: 767px) {
  .testimonial__author--logo {
    display: block;
  }
}
.testimonial__author-name {
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial__link {
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
  cursor: pointer;
}
@media (max-width: 767px) {
  .testimonial__link {
    position: static;
    align-self: flex-end;
    flex-grow: 1;
    justify-self: end;
  }
}
.testimonial__image {
  display: none;
}
.testimonial__image--active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 90svh;
  width: 38%;
  display: block;
}
.testimonial__image--active img {
  width: 100%;
}
.testimonial__navigation {
  grid-area: nav;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  gap: var(--space-md);
}
@media (max-width: 1024px) {
  .testimonial__navigation {
    justify-self: flex-end;
    align-self: end;
  }
}
@media (max-width: 767px) {
  .testimonial__navigation {
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }
}
.testimonial__prev svg {
  transform: scaleX(-1);
}
.testimonial__prev,
.testimonial__next {
  display: block;
  position: static;
}
.testimonial__pagination {
  grid-area: pagination;
}
.testimonial .swiper-horizontal > .swiper-pagination-bullets,
.testimonial .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial .swiper-pagination-custom,
.testimonial .swiper-pagination-fraction {
  bottom: -30px;
}
.testimonial .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}
.testimonial .swiper-pagination-bullet-active {
  background-color: #f27405;
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* Блок Contacts */
.contacts {
  --contact-mobile-margin: calc((10% / -2 - 2px));
}
@media (max-width: 767px) {
  .contacts {
    background-color: #113143;
  }
}
.contacts__container .container__context {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .contacts__container .container__context {
    height: 100svh;
    display: flex;
    flex-direction: column;
  }
}
.contacts__main {
  max-height: 1440px;
  height: 100svh;
  min-height: 540px;
  background-image: url("/img/contact.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .contacts__main {
    max-height: 440px;
  }
}
@media (max-width: 767px) {
  .contacts__main {
    max-height: unset;
    min-height: unset;
    height: 300px;
    border-radius: 0;
    margin-inline: var(--contact-mobile-margin);
    position: relative;
    aspect-ratio: unset;
    flex-grow: 1;
  }
}
.contacts__text {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 767px) {
  .contacts__text {
    margin-inline: calc(-1 * var(--contact-mobile-margin));
    bottom: 10px;
    left: 0;
  }
}
.contacts__text-1,
.contacts__text-2,
.contacts__text-3 {
  font-size: clamp(1.556rem, 0.246rem + 5.545vw, 9.556rem);
  font-family: "GeometriaExtraBold", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .contacts__text-1,
  .contacts__text-2,
  .contacts__text-3 {
    font-size: clamp(
      3rem,
      3rem + (5 - 3) * (100vw - 1920px) / (2560 - 1920),
      5rem
    );
  }
}
.contacts__text-1 {
  margin-left: clamp(
    10px,
    10px + (400 - 10) * (100vw - 1024px) / (2560 - 1024),
    400px
  );
}
.contacts__text-2 {
  margin-left: clamp(
    40px,
    40px + (500 - 40) * (100vw - 1024px) / (2560 - 1024),
    500px
  );
}
.contacts__text-3 {
  z-index: 4;
  margin-left: clamp(
    10px,
    10px + (400 - 10) * (100vw - 1024px) / (2560 - 1024),
    400px
  );
}
.contacts__image {
  position: absolute;
  z-index: 3;
  width: 40%;
  bottom: 0;
  left: 0%;
  overflow: hidden;
  border-radius: 16px;
}
.contacts__image img {
  margin-left: clamp(-93px, -93px + 93 * (100vw - 1920px) / 640, 1px);
}
@media (max-width: 767px) {
  .contacts__image img {
    margin-left: -7px;
  }
}
@media (max-width: 1024px) {
  .contacts__image {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .contacts__image {
    width: 50%;
    margin-left: -30px;
  }
}
.contacts__form {
  background: #113143;
  opacity: 1;
  padding: var(--space-xxxl);
  border-radius: 12px;
  width: 30%;
  min-width: 450px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1024px) {
  .contacts__form {
    min-width: unset;
    bottom: 0;
    right: 0;
    top: 0;
    width: clamp(
      400px,
      400px + (634 - 400) * (100vw - 1920px) / (2560 - 1920),
      634px
    );
  }
}
@media (max-width: 767px) {
  .contacts__form {
    display: block;
    position: static;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #113143;
    opacity: 1;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts__form-text:first-child {
    margin-top: 28px;
  }
}
.contacts__form-row {
  margin-top: var(--space-xl);
}
.contacts__submit-button {
  width: 100%;
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
@media (max-width: 767px) {
  .contacts__submit-button {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .contacts__privacy-checkbox {
    padding-bottom: 28px;
  }
}
.contacts__checkbox-text__link {
  text-decoration: underline;
}

/* Состояния */
/* Модификаторы */
/* Стили для формы с благодарностью */
.contacts__form--thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contacts__form--thank-you {
    width: 100%;
  }
}

.contacts__thank-you-content {
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contacts__thank-you-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .contacts__thank-you-title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contacts__thank-you-title {
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .contacts__form .contacts__thank-you-title {
    text-align: center;
  }
}

.contacts__thank-you-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .contacts__thank-you-text {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .contacts__thank-you-text {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .contacts__form .contacts__thank-you-text {
    text-align: center;
  }
}

.contacts__thank-you-text:last-of-type {
  margin-bottom: 30px;
}

.contacts__back-button {
  margin-top: 20px;
}

/* Анимация появления */
.contacts__form--thank-you {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.privacy-policy {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 14vh;
  margin-bottom: 3vh;
}
.privacy-policy__title {
  font-family: "GeometriaMedium", Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
}
.privacy-policy__section {
  margin-bottom: 2.5rem;
}
.privacy-policy__section:last-child {
  margin-bottom: 0;
}
.privacy-policy__section-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-top: 50px;
}
.privacy-policy__text {
  margin-bottom: 1rem;
  text-align: justify;
}
.privacy-policy__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacy-policy__title {
    font-size: 1.5rem;
  }
  .privacy-policy__section-title {
    font-size: 1.2rem;
  }
}

.info-tabs__minor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-tabs__tabs {
  display: flex;
  gap: 20px;
  margin-bottom: var(--space-lg);
  border-bottom: 1px solid #8c8e92;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .info-tabs__content {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--space-xxxl);
  }
}
.info-tabs__tab-content-wrapper {
  position: relative;
  width: 100%;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 200px;
}
.info-tabs__tab-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.info-tabs__tab-content--active {
  position: static;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.info-tabs__tab {
  padding: 12px;
  cursor: pointer;
  width: 200px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  transform: translateY(1px);
  transition:
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.info-tabs__tab--active {
  background-color: #1a1e26;
  border: 1px solid #8c8e92;
  border-bottom: none;
  transition:
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.info-tabs__tab--active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 0;
  height: 2px;
  background: #f27405;
  transform: translateX(-50%);
  border-radius: 1px;
  animation: tab-underline-expand 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes tab-underline-expand {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}
.info-tabs__tab:hover {
  color: #f27405;
  opacity: 1;
}
.info-tabs__tab:hover .info-tabs__tab-button {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.info-tabs__tab-button {
  font-size: 28px;
  color: #ffffff;
  background: none;
}
@media (max-width: 1024px) {
  .info-tabs__tab-button {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .info-tabs__tab-button {
    font-size: 20px;
  }
}
.info-tabs__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: var(--space-xxl);
}
.info-tabs__item:last-child {
  margin-bottom: 0;
}
.info-tabs__item ul {
  list-style: disc;
}
@media (max-width: 767px) {
  .info-tabs__item ul {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .info-tabs__item {
    flex-direction: column;
    gap: 0;
  }
}
.info-tabs__text {
  max-width: 50%;
  text-align: left;
  width: 100%;
  font-size: var(--font-size-body);
}
@media (max-width: 767px) {
  .info-tabs__text {
    max-width: 100%;
  }
}
.info-tabs__deco {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: icon;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .info-tabs__deco {
    display: none;
  }
}
.info-tabs__deco img {
  width: 42%;
  height: auto;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .info-tabs__deco img {
    margin-left: 18vw;
  }
}
@media (max-width: 767px) {
  .info-tabs__deco img {
    margin-left: 0;
  }
}
.info-tabs__subtitle {
  font-size: var(--font-size-body);
  text-transform: uppercase;
  font-weight: 400;
  max-width: 30%;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .info-tabs__subtitle {
    max-width: 100%;
    margin-bottom: var(--space-md);
  }
}
.info-tabs__help {
  padding-right: var(--space-xxl);
}
@media (max-width: 767px) {
  .info-tabs__help {
    padding-right: 0;
  }
}
.info-tabs__help p {
  margin-bottom: 0;
}
.info-tabs__tab-content {
  display: none;
  padding-top: var(--space-xxxl);
}
.info-tabs__tab-content--active {
  display: block;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.agr-hero {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
  --hero-height: min(100svh, calc(100vw / 16 * 9));
  height: var(--hero-height);
  min-height: 45vw;
  background-color: #00040d;
  z-index: 1;
}
@media (max-width: 1535px) {
  .agr-hero {
    min-height: 52.9411764706vw;
  }
}
@media (max-width: 1024px) {
  .agr-hero {
    height: 100svh;
    width: 100%;
    min-height: 940px;
  }
}
@media (max-width: 767px) {
  .agr-hero {
    min-height: 870px;
  }
}
.agr-hero__container {
  container-name: agr-container;
  container-type: size;
}
.agr-hero__heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .agr-hero__heading {
    justify-content: flex-end;
    padding-bottom: 16vh;
  }
}
@media (max-width: 767px) {
  .agr-hero__heading {
    padding-bottom: 120px;
  }
}
.agr-hero__h1 {
  font-size: clamp(2.93rem, 1.106rem + 3.206vw, 5.666rem);
  line-height: 1;
  letter-spacing: 0%;
  width: 65%;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .agr-hero__h1 {
    font-size: 56px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .agr-hero__h1 {
    font-size: 25px;
  }
}
.agr-hero__h1__end {
  color: #f27405;
  font-size: clamp(1.83rem, -0.023rem + 3.258vw, 4.61rem);
  font-family: "GeometriaMedium", Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .agr-hero__h1__end {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .agr-hero__h1__end {
    font-size: 20px;
  }
}
.agr-hero__description {
  max-width: 52%;
  margin-bottom: var(--space-xxl);
  font-family: "Golos Text", Arial, sans-serif;
  font-weight: 400;
  font-size: var(--font-size-large);
  text-transform: none;
}
@media (max-width: 1280px) {
  .agr-hero__description {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .agr-hero__description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .agr-hero__description {
    font-size: 16px;
  }
}
.agr-hero__video-bg--d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  background-color: #1a1e26;
}
@media (max-width: 1024px) {
  .agr-hero__video-bg--d {
    display: none;
  }
}
.agr-hero__video-bg--t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  height: 100%;
  background-color: #1a1e26;
}
@media (min-width: 1025px) {
  .agr-hero__video-bg--t {
    display: none;
  }
}
.agr-hero__bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: min(97%, 2520px);
  left: 50%; /* сдвигает левый край на 50% ширины родителя */
  transform: translate(-50%, 0);
  padding: var(--space-xl);
}
@media (max-width: 767px) {
  .agr-hero__bottom {
    padding: 0;
    width: 100%;
    bottom: 0;
  }
}
.agr-hero__bottom__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border-top: 1px solid #ffffff;
  width: 70%;
}
@media (max-width: 1024px) {
  .agr-hero__bottom__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .agr-hero__bottom__list {
    border: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}
.agr-hero__bottom__list li {
  border-right: 1px solid #ffffff;
  padding: var(--space-md);
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .agr-hero__bottom__list li:first-child,
  .agr-hero__bottom__list li:nth-child(2) {
    padding-bottom: 0;
  }
}
.agr-hero__bottom__list li br {
  display: none;
}
@media (max-width: 1280px) {
  .agr-hero__bottom__list li {
    font-size: 12px;
  }
}
.agr-hero__bottom__list li:last-child {
  border: none;
}
@media (max-width: 1024px) {
  .agr-hero__bottom__list li br {
    display: block;
  }
}
@media (max-width: 767px) {
  .agr-hero__bottom__list li {
    border: none;
    width: 50%;
    padding: 10px;
    height: 48px;
  }
}
.agr-hero__h1,
.agr-hero__description,
.agr-hero__button {
  will-change: transform, opacity;
}
.agr-hero video {
  backface-visibility: hidden;
}
.agr-hero__bottom__list li {
  will-change: transform, opacity;
  transition: all 0.3s ease-out;
}

.agr-hero--top {
  background-color: #1a1e26;
}
.agr-hero--top .agr-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 2rem;
}
.agr-hero--top .agr-hero__heading {
  width: 100%;
  justify-content: space-between;
  margin-top: 160px;
  flex-direction: row;
  height: auto;
}
@media (max-width: 1024px) {
  .agr-hero--top .agr-hero__heading {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .agr-hero--top .agr-hero__heading {
    margin-top: 120px;
  }
}
.agr-hero--top .agr-hero__heading .agr-hero__h1 {
  font-size: clamp(2.5rem, -0.72rem + 5.031vw, 7.33rem);
}
@media (max-width: 1024px) {
  .agr-hero--top .agr-hero__heading .agr-hero__h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .agr-hero--top .agr-hero__heading .agr-hero__h1 {
    font-size: clamp(1.667rem, 0.196rem + 6.536vw, 3.333rem);
  }
}
.agr-hero--top .agr-hero__heading h2 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .agr-hero--top .agr-hero__heading h2 {
    font-size: clamp(0.833rem, 0.098rem + 3.268vw, 1.667rem);
  }
}
.agr-hero--top .agr-hero__heading__col2 {
  width: 37%;
}
@media (max-width: 1024px) {
  .agr-hero--top .agr-hero__heading__col2 {
    width: 100%;
  }
}
.agr-hero--top .agr-hero__description {
  max-width: 100%;
  padding-top: clamp(
    2px,
    2px + (6 - 2) * (100vw - 1920px) / (2560 - 1920),
    6px
  );
  margin-bottom: var(--space-lg);
}
@media (max-width: 1024px) {
  .agr-hero--top .agr-hero__description {
    margin-bottom: var(--space-xxxl);
  }
}
.agr-hero--top .agr-hero__video--wrapper {
  width: 120%;
  height: 100%;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  inset: 0;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  margin-left: -40px;
}
.agr-hero--top .agr-hero__video-bg--d,
.agr-hero--top .agr-hero__video-bg--t {
  overflow: visible;
}
.agr-hero--top .agr-hero__bottom {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .interior__vis
    .agr-hero--top
    .agr-hero__heading
    .agr-hero__h1
    .interior__h1__2 {
    display: none;
  }
}

.agr-main .presentation__vector img {
  margin-top: -50vh;
}
@media (max-width: 767px) {
  .agr-main .presentation__vector img {
    margin-top: 0;
    display: none;
  }
}

.agr-main .services__item-title {
  font-size: clamp(1.666rem, -0.001rem + 2.344vw, 3.333rem);
}
@media (max-width: 1280px) {
  .agr-main .services__item-title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .agr-main .services__item-title {
    font-size: clamp(
      16px,
      16px + (25 - 16) * (100vw - 1920px) / (2560 - 1920),
      25px
    );
  }
}
.agr-main .services__item-description {
  flex: 0 0 86%;
}

@media (max-width: 767px) {
  .agr-main .cases__main-title {
    display: block;
  }
}

@media (max-width: 767px) {
  .agr-main h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .agr-main .cpa__container .container__context {
    gap: 0;
  }
}
.agr-main .cpa__decoration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.agr-main .cpa__decoration__item {
  width: 40%;
  margin-left: -6%;
}
.agr-main .cpa__decoration__item--1 {
  z-index: 5;
}
.agr-main .cpa__decoration__item--2 {
  z-index: 4;
}
.agr-main .cpa__decoration__image {
  border-radius: 0;
  will-change: transform;
  backface-visibility: hidden;
  height: auto;
}
.agr-main .cpa__decoration__image--1 {
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.agr-main .cpa__decoration--agr {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .agr-main .cpa__decoration--agr {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .agr-main .cpa__decoration--agr {
    margin-top: 40px;
    height: auto;
  }
}

.process {
  position: relative;
}
@media (max-width: 767px) {
  .process {
    overflow: hidden;
  }
}
.process__container .container__context {
  display: grid;
  grid-template-columns: calc(var(--golden-ratio-minor) * 100%) 1fr;
  grid-template-areas: "icon list" ". text" ". button";
  min-height: 100%; /* Добавляем базовую высоту */
}
@media (max-width: 1024px) {
  .process__container .container__context {
    grid-template-areas: "list list" "highlight icon" "text text" ". button" "image image";
  }
}
@media (max-width: 767px) {
  .process__container .container__context {
    grid-template-columns: 1fr;
    row-gap: 36px;
    grid-template-areas: "list" "icon" "highlight" "text" "button" "image";
  }
}
.process__decoration {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: icon;
  width: 100%;
}
.process__decoration img {
  width: 38%;
  margin-top: -30vh;
  height: auto;
}
@media (max-width: 1024px) {
  .process__decoration img {
    display: none;
  }
}
@media (max-width: 767px) {
  .process__decoration img {
    margin-left: 0;
  }
}
.process__advantages-list {
  grid-area: list;
  margin-bottom: var(--space-xxxl);
  display: grid;
  grid-template-rows: 1fr 1fr 1fr auto;
}
@media (max-width: 767px) {
  .process__advantages-list {
    margin-bottom: 0;
  }
}
.process__advantage-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  border-style: none;
  gap: clamp(40px, 40px + (532 - 40) * (100vw - 360px) / (2560 - 360), 532px);
  min-height: clamp(
    80px,
    80px + (140 - 80) * (100vw - 360px) / (2560 - 360),
    140px
  );
  border-top: solid #8c8e92 1px;
  padding-top: clamp(
    24px,
    24px + (40 - 24) * (100vw - 1920px) / (2560 - 1920),
    40px
  );
  padding-bottom: clamp(
    30px,
    30px + (45 - 30) * (100vw - 1920px) / (2560 - 1920),
    45px
  );
  position: relative;
  overflow: hidden;
  will-change: --border-width, --border-width2;
}
.process__advantage-item:last-child {
  border-bottom: solid #8c8e92 1px;
}
.process__advantage-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--border-width2);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
.process__advantage-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--border-width);
  height: 1px;
  background: #8c8e92;
  transition: width 0.5s ease;
}
@media (max-width: 1024px) {
  .process__advantage-item {
    gap: 0;
  }
}
.process__advantage-number {
  will-change: transform, opacity;
  font-size: clamp(4.444rem, 3.963rem + 2.409vw, 7.389rem);
  color: #f27405;
  line-height: 75%;
}
.process__advantage-number:first-child {
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .process__advantage-number {
    flex: 0 0 30%;
  }
}
.process__advantage-text {
  will-change: transform, opacity;
  font-size: var(--font-size-body);
}
.process__advantage-text h3 {
  font-size: var(--font-size-large);
  margin-bottom: var(--space-lg);
}
.process__item__list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: var(--space-xxl);
}
.process__item__sublist {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: var(--space-lg);
}
.process__cta-button {
  margin-top: var(--space-xxxl);
  opacity: 1;
  justify-self: flex-end;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .process__cta-button {
    margin-top: 0;
  }
}
.process .svg-parallax-fg--white {
  top: 7vh;
  left: 92vw;
}
@media (max-width: 1024px) {
  .process .svg-parallax-fg--white {
    left: 90vw;
  }
}
@media (max-width: 767px) {
  .process .svg-parallax-fg--white {
    left: 79vw;
  }
}
.process .svg-parallax-fg--orange {
  top: 55vh;
  right: 70vw;
}
@media (max-width: 1024px) {
  .process .svg-parallax-fg--orange {
    right: 80vw;
  }
}
@media (max-width: 767px) {
  .process .svg-parallax-fg--orange {
    top: 69vh;
  }
}

.whom {
  position: relative;
}
.whom__grid {
  display: grid;
  grid-template-rows: repeat(5, auto);
}
.whom__item {
  width: 100%;
  cursor: pointer;
  border-top: solid #8c8e92 1px;
  padding-top: var(--space-xl);
  padding-bottom: clamp(
    20px,
    20px + (25 - 20) * (100vw - 1920px) / (2560 - 1920),
    25px
  );
  transition: all 0.8s ease-in-out;
}
.whom__item:last-child {
  border-bottom: solid #8c8e92 1px;
}
@media (max-width: 1024px) {
  .whom__item {
    transition: all 0s ease-in-out;
  }
}
.whom__item-text__description {
  margin-bottom: var(--space-xxl);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease,
    margin-bottom 0.3s ease;
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: var(--space-lg);
}
.whom__item-text__description--p {
  padding-left: 0px;
}
.whom__item-text h3 {
  margin-bottom: var(--space-lg);
}
@media (max-width: 767px) {
  .whom__item-text h3 {
    margin-bottom: 20px;
  }
}
.whom__item--active .whom__item-text__description {
  opacity: 1;
  max-height: 500px;
  margin-bottom: var(--space-xxl);
}
.whom__item--active .minus-icon {
  display: block !important;
}
.whom__item--active .plus-icon {
  display: none;
}
@media (min-width: 1025px) {
  .whom__item:hover .methods__image {
    transition-delay: 0.2s;
    transition: opacity 0.8s ease-out;
  }
  .whom__item:hover .methods__description {
    transition-delay: 0.5s;
    transform: translateY(0);
    transition: opacity 0.8s ease-in-out;
  }
  .whom__item:hover .methods__image,
  .whom__item:hover .methods__description {
    opacity: 100%;
  }
}
.whom__item .container--flex__major {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .whom__item .container--flex__major {
    gap: 0;
  }
}
.whom-button {
  margin-top: var(--space-xxxl);
}
.whom .svg-parallax-fg--white {
  top: 32vh;
  left: 90vw;
}
@media (max-width: 767px) {
  .whom .svg-parallax-fg--white {
    left: 78vw;
    top: 15vh;
  }
}
.whom .svg-parallax-fg--orange {
  top: 60vh;
  right: 84vw;
}
@media (max-width: 1024px) {
  .whom .svg-parallax-fg--orange {
    right: 80vw;
  }
}
@media (max-width: 767px) {
  .whom .svg-parallax-fg--orange {
    top: 69vh;
  }
}

.faq {
  position: relative;
}
.faq__decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  align-items: start;
  margin-top: 34%;
}
@media (max-width: 1024px) {
  .faq__decoration {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.faq__decoration img {
  width: 38%;
  height: auto;
}
@media (max-width: 1024px) {
  .faq__decoration img {
    width: 20%;
    margin-top: -4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .faq__decoration img {
    margin-top: -12%;
    margin-bottom: 14%;
  }
}
.faq__item {
  border-top: solid 1px #ffffff;
  padding-block: var(--space-xl);
}
.faq__item:last-child {
  border-bottom: solid 1px #ffffff;
}
.faq__item__title {
  text-transform: none;
  font-family: "Golos Text", Arial, sans-serif;
  font-weight: 400;
}
.faq__item__description ul {
  list-style-type: disc;
  margin-bottom: 10px;
}
.faq__item__description li {
  margin-left: 30px;
}
.faq__item__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .svg-parallax-fg--white {
  top: 32vh;
  left: 9vw;
}
@media (max-width: 767px) {
  .faq .svg-parallax-fg--white {
    display: none;
  }
}

.additional-services {
  overflow: hidden;
}
.additional-services__label {
  margin-bottom: var(--block-margin--half);
}
.additional-services .additional-services__swiper {
  position: relative;
  padding-bottom: 120px;
  width: 100%;
}
.additional-services .additional-services__swiper .swiper-slide {
  width: 28%;
  background-color: #1a1e26;
}
@media (hover: hover) {
  .additional-services .additional-services__swiper .swiper-slide:hover {
    transition: all 0.3s ease-in-out;
  }
}
@media (hover: none) {
  .additional-services .additional-services__swiper .swiper-slide:active {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .additional-services .additional-services__swiper .swiper-slide {
    width: 53% !important;
  }
}
.additional-services__picture {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 9/14;
}
.additional-services__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  will-change: transform;
  transition: transform 0.3s ease;
}
.additional-services__picture img:hover {
  transform: scale(1.03);
}
@media (max-width: 1024px) {
  .additional-services__picture {
    border-radius: 5.3333333333px;
  }
}
.additional-services__text {
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--space-md);
}
.additional-services__pagination {
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
}
.additional-services__pagination .swiper-button-prev svg {
  width: 100%;
  height: auto;
}
.additional-services__pagination .swiper-button-next svg {
  transform: scale(-1);
  width: 100%;
  height: auto;
}

.article .hero__bottom {
  background-color: rgba(242, 116, 5, 0.7);
  justify-content: start;
  opacity: 1;
}
.article .hero__bottom h1 {
  font-size: clamp(
    27px,
    27px + (68 - 27) * (100vw - 1024px) / (2560 - 1024),
    68px
  );
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .article .hero__bottom h1 {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .article .hero__bottom h1 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .article .hero__bottom {
    background-color: unset;
    position: relative;
    margin-top: 150px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .article .hero__bottom {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .article .agr-hero__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .article .agr-hero__container {
    display: block;
    container-type: normal;
  }
}
.article .agr-hero__video--wrapper img {
  width: 105vw;
  max-width: 2560px;
  height: auto;
  margin-left: -50px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .article .agr-hero__video--wrapper img {
    scale: 1.2;
  }
}
@media (max-width: 767px) {
  .article .agr-hero__video--wrapper {
    margin-top: 100px;
  }
}
.article .agr-hero {
  background-color: #1a1e26;
}
@media (max-width: 1024px) {
  .article .agr-hero {
    background-color: #1a1e26;
  }
}
@media (max-width: 1024px) {
  .article .agr-hero {
    height: 940px;
    min-height: 940px;
  }
}
@media (max-width: 767px) {
  .article .agr-hero {
    height: auto;
    min-height: unset;
  }
}
.article .divider {
  height: 150px;
}
@media (max-width: 1024px) {
  .article .divider {
    height: 40px;
  }
}

.article-container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: ". breadcrumbs meta" "toc content meta" "toc content category";
  gap: var(--space-xxxl);
  grid-template-rows: 70px 230px auto 1fr;
}
@media (max-width: 1024px) {
  .article-container {
    grid-template-columns: 30% 1fr;
    grid-template-areas: "meta breadcrumbs" "meta content" "toc content" ". category";
    grid-template-rows: auto 170px auto 1fr;
  }
}
@media (max-width: 767px) {
  .article-container {
    grid-template-columns: 1fr;
    grid-template-areas: "breadcrumbs" "meta" "toc" "content" "category";
    grid-template-rows: 10px 230px auto 1fr;
  }
}

.article-content__text {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* Box sizing
  --------------------------------------------- */
  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  /* Typography
  --------------------------------------------- */
  /* Elements
  --------------------------------------------- */
  /* Make sure embeds and iframes fit their containers. */
  /* Links
  --------------------------------------------- */
  /* Forms
  --------------------------------------------- */
  /*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /* Navigation
  --------------------------------------------- */
  /* Small menu. */
  /* Posts and pages
  --------------------------------------------- */
  /* Comments
  --------------------------------------------- */
  /* Widgets
  --------------------------------------------- */
  /* Media
  --------------------------------------------- */
  /* Make sure logo link wraps around logo image. */
  /* Captions
  --------------------------------------------- */
  /* Galleries
  --------------------------------------------- */
  /*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
  /* Jetpack infinite scroll
  --------------------------------------------- */
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  /*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
  /* Accessibility
  --------------------------------------------- */
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /* Alignments
  --------------------------------------------- */
}
.article-content__text hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.article-content__text pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.article-content__text a {
  background-color: transparent;
}
.article-content__text abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.article-content__text b,
.article-content__text strong {
  font-weight: bolder;
}
.article-content__text code,
.article-content__text kbd,
.article-content__text samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.article-content__text small {
  font-size: 80%;
}
.article-content__text sub,
.article-content__text sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-content__text sub {
  bottom: -0.25em;
}
.article-content__text sup {
  top: -0.5em;
}
.article-content__text img {
  border-style: none;
}
.article-content__text button,
.article-content__text input,
.article-content__text optgroup,
.article-content__text select,
.article-content__text textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.article-content__text button,
.article-content__text input {
  overflow: visible;
}
.article-content__text button,
.article-content__text select {
  text-transform: none;
}
.article-content__text button,
.article-content__text [type="button"],
.article-content__text [type="reset"],
.article-content__text [type="submit"] {
  -webkit-appearance: button;
}
.article-content__text button::-moz-focus-inner,
.article-content__text [type="button"]::-moz-focus-inner,
.article-content__text [type="reset"]::-moz-focus-inner,
.article-content__text [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.article-content__text button:-moz-focusring,
.article-content__text [type="button"]:-moz-focusring,
.article-content__text [type="reset"]:-moz-focusring,
.article-content__text [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.article-content__text fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.article-content__text legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.article-content__text progress {
  vertical-align: baseline;
}
.article-content__text textarea {
  overflow: auto;
}
.article-content__text [type="checkbox"],
.article-content__text [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.article-content__text [type="number"]::-webkit-inner-spin-button,
.article-content__text [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.article-content__text [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.article-content__text [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.article-content__text ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.article-content__text details {
  display: block;
}
.article-content__text summary {
  display: list-item;
}
.article-content__text template {
  display: none;
}
.article-content__text [hidden] {
  display: none;
}
.article-content__text *,
.article-content__text *::before,
.article-content__text *::after {
  box-sizing: inherit;
}
.article-content__text html {
  box-sizing: border-box;
}
.article-content__text body,
.article-content__text button,
.article-content__text input,
.article-content__text select,
.article-content__text optgroup,
.article-content__text textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.article-content__text h1,
.article-content__text h2,
.article-content__text h3,
.article-content__text h4,
.article-content__text h5,
.article-content__text h6 {
  clear: both;
}
.article-content__text p {
  margin-bottom: 1.5em;
}
.article-content__text dfn,
.article-content__text cite,
.article-content__text em,
.article-content__text i {
  font-style: italic;
}
.article-content__text blockquote {
  margin: 0 1.5em;
}
.article-content__text address {
  margin: 0 0 1.5em;
}
.article-content__text pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.article-content__text code,
.article-content__text kbd,
.article-content__text tt,
.article-content__text var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.article-content__text abbr,
.article-content__text acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.article-content__text mark,
.article-content__text ins {
  background: #fff9c0;
  text-decoration: none;
}
.article-content__text big {
  font-size: 125%;
}
.article-content__text body {
  background: #fff;
}
.article-content__text hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.article-content__text ul {
  list-style: disc;
}
.article-content__text ol {
  list-style: decimal;
}
.article-content__text li > ul,
.article-content__text li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.article-content__text dt {
  font-weight: 700;
}
.article-content__text dd {
  margin: 0 1.5em 1.5em;
}
.article-content__text embed,
.article-content__text iframe,
.article-content__text object {
  max-width: 100%;
}
.article-content__text img {
  height: auto;
  max-width: 100%;
}
.article-content__text figure {
  margin: 3em 0;
}
.article-content__text table {
  margin: 0 0 1.5em;
  width: 100%;
}
.article-content__text a {
  color: #ffffff;
  text-decoration: underline;
}
.article-content__text a:visited {
  color: #ffffff;
}
.article-content__text a:hover,
.article-content__text a:focus,
.article-content__text a:active {
  color: #f27405;
  outline: 0;
}
.article-content__text a:focus {
  outline: thin dotted;
}
.article-content__text .cpa__service-link:hover,
.article-content__text .cpa__service-link:focus,
.article-content__text .cpa__service-link:active {
  color: #1a1e26;
}
.article-content__text button,
.article-content__text input[type="button"],
.article-content__text input[type="reset"],
.article-content__text input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
.article-content__text button:hover,
.article-content__text input[type="button"]:hover,
.article-content__text input[type="reset"]:hover,
.article-content__text input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
.article-content__text button:active,
.article-content__text button:focus,
.article-content__text input[type="button"]:active,
.article-content__text input[type="button"]:focus,
.article-content__text input[type="reset"]:active,
.article-content__text input[type="reset"]:focus,
.article-content__text input[type="submit"]:active,
.article-content__text input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.article-content__text input[type="text"],
.article-content__text input[type="email"],
.article-content__text input[type="url"],
.article-content__text input[type="password"],
.article-content__text input[type="search"],
.article-content__text input[type="number"],
.article-content__text input[type="tel"],
.article-content__text input[type="range"],
.article-content__text input[type="date"],
.article-content__text input[type="month"],
.article-content__text input[type="week"],
.article-content__text input[type="time"],
.article-content__text input[type="datetime"],
.article-content__text input[type="datetime-local"],
.article-content__text input[type="color"],
.article-content__text textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.article-content__text input[type="text"]:focus,
.article-content__text input[type="email"]:focus,
.article-content__text input[type="url"]:focus,
.article-content__text input[type="password"]:focus,
.article-content__text input[type="search"]:focus,
.article-content__text input[type="number"]:focus,
.article-content__text input[type="tel"]:focus,
.article-content__text input[type="range"]:focus,
.article-content__text input[type="date"]:focus,
.article-content__text input[type="month"]:focus,
.article-content__text input[type="week"]:focus,
.article-content__text input[type="time"]:focus,
.article-content__text input[type="datetime"]:focus,
.article-content__text input[type="datetime-local"]:focus,
.article-content__text input[type="color"]:focus,
.article-content__text textarea:focus {
  color: #111;
}
.article-content__text select {
  border: 1px solid #ccc;
}
.article-content__text textarea {
  width: 100%;
}
.article-content__text .main-navigation {
  display: block;
  width: 100%;
}
.article-content__text .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.article-content__text .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.article-content__text .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.article-content__text .main-navigation ul ul li:hover > ul,
.article-content__text .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.article-content__text .main-navigation ul ul a {
  width: 200px;
}
.article-content__text .main-navigation ul li:hover > ul,
.article-content__text .main-navigation ul li.focus > ul {
  left: auto;
}
.article-content__text .main-navigation li {
  position: relative;
}
.article-content__text .main-navigation a {
  display: block;
  text-decoration: none;
}
.article-content__text .menu-toggle,
.article-content__text .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .article-content__text .menu-toggle {
    display: none;
  }
  .article-content__text .main-navigation ul {
    display: flex;
  }
}
.article-content__text .site-main .comment-navigation,
.article-content__text .site-main .posts-navigation,
.article-content__text .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.article-content__text .comment-navigation .nav-links,
.article-content__text .posts-navigation .nav-links,
.article-content__text .post-navigation .nav-links {
  display: flex;
}
.article-content__text .comment-navigation .nav-previous,
.article-content__text .posts-navigation .nav-previous,
.article-content__text .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.article-content__text .comment-navigation .nav-next,
.article-content__text .posts-navigation .nav-next,
.article-content__text .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.article-content__text .sticky {
  display: block;
}
.article-content__text .post,
.article-content__text .page {
  margin: 0 0 1.5em;
}
.article-content__text .updated:not(.published) {
  display: none;
}
.article-content__text .page-content,
.article-content__text .entry-content,
.article-content__text .entry-summary {
  margin: 1.5em 0 0;
}
.article-content__text .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.article-content__text .comment-content a {
  word-wrap: break-word;
}
.article-content__text .bypostauthor {
  display: block;
}
.article-content__text .widget {
  margin: 0 0 1.5em;
}
.article-content__text .widget select {
  max-width: 100%;
}
.article-content__text .page-content .wp-smiley,
.article-content__text .entry-content .wp-smiley,
.article-content__text .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.article-content__text .custom-logo-link {
  display: inline-block;
}
.article-content__text .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.article-content__text .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-content__text .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.article-content__text .wp-caption-text {
  text-align: center;
}
.article-content__text .gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.article-content__text .gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.article-content__text .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.article-content__text .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.article-content__text .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.article-content__text .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.article-content__text .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.article-content__text .gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.article-content__text .gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.article-content__text .gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.article-content__text .gallery-caption {
  display: block;
}
.article-content__text .infinite-scroll .posts-navigation,
.article-content__text .infinite-scroll.neverending .site-footer {
  display: none;
}
.article-content__text .infinity-end.neverending .site-footer {
  display: block;
}
.article-content__text .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.article-content__text .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.article-content__text #primary[tabindex="-1"]:focus {
  outline: 0;
}
.article-content__text .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.article-content__text .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.article-content__text .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wp-element-caption {
  opacity: 0.8;
  text-align: right;
  padding-right: var(--space-md);
}

.article-content {
  grid-area: content;
}
.article-content__text h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: var(--block-margin--half);
  margin-top: var(--block-margin);
}
@media (max-width: 1024px) {
  .article-content__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .article-content__text h2 {
    font-size: 24px;
  }
}
.article-content__text p {
  margin-bottom: var(--space-lg);
}
.article-content__text ul {
  list-style: disc;
  list-style-position: inside;
}
.article-content__text h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: var(--space-xxl);
  margin-top: var(--space-xxxl);
}
@media (max-width: 1024px) {
  .article-content__text h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article-content__text h3 {
    font-size: 18px;
  }
}
.article-content .wp-block-table {
  margin-bottom: var(--space-xxxl);
  margin-top: var(--space-xxxl);
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: var(--space-lg);
}
@media (max-width: 1024px) {
  .article-content .wp-block-table {
    max-width: calc(67.2vw - var(--space-xxxl));
    overflow-x: auto;
    margin-left: calc(-1 * var(--container-padding, 16px));
    margin-right: calc(-1 * var(--container-padding, 16px));
    padding-left: var(--container-padding, 16px);
    padding-right: var(--container-padding, 16px);
  }
}
@media (max-width: 767px) {
  .article-content .wp-block-table {
    max-width: 98vw;
    overflow-x: auto;
    margin-left: calc(-1 * var(--container-padding, 16px));
    margin-right: calc(-1 * var(--container-padding, 16px));
    padding-left: var(--container-padding, 16px);
    padding-right: var(--container-padding, 16px);
  }
}
.article-content .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .article-content .wp-block-table table {
    min-width: 600px;
  }
}
.article-content .wp-block-table th,
.article-content .wp-block-table td {
  padding: 12px 16px;
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(140, 142, 146, 0.6);
  vertical-align: top;
}
.article-content .wp-block-table th {
  font-family: "GeometriaMedium", Arial, sans-serif;
  color: #f27405;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.article-content .wp-block-table thead th {
  border-top: 1px solid rgba(140, 142, 146, 0.6);
}
.article-content .wp-block-table .wp-element-caption {
  opacity: 0.8;
  font-size: 14px;
  font-style: italic;
  align-self: end;
  padding-bottom: 10px;
}
.article-content .wp-block-table .wp-element-caption strong {
  font-weight: 400;
}
.article-content .wp-block-quote {
  margin-bottom: 70px;
  margin-top: var(--space-xl);
  position: relative;
  padding-left: 90px;
  font-style: italic;
  line-height: 1.6;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .article-content .wp-block-quote {
    padding-left: 46px;
    padding-right: 20px;
    margin-left: 10px;
  }
}
.article-content .wp-block-quote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  background: none;
  /* Используем встроенный SVG-спрайт */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="%23F27405"><path d="M16.95 0L12.55 16.5V28.6H0.449951V16.5L11.45 0H16.95ZM37.85 0L33.45 16.5V28.6H21.35V16.5L32.35 0H37.85Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .article-content .wp-block-quote::before {
    width: 40px;
    height: 40px;
  }
}
.article-content .wp-block-quote p {
  margin: 0;
}
@media (max-width: 767px) {
  .article-content .wp-block-quote {
    padding-left: 40px;
  }
  .article-content .wp-block-quote::before {
    width: 28px;
    height: 28px;
  }
}
.article-content .wp-block-image img {
  width: 100%;
}

.neurogrid-unordered-list-block {
  display: flex;
  flex-direction: row;
  gap: var(--space-xxl);
  padding-block: var(--space-lg);
  margin-bottom: var(--space-xxxl);
  margin-top: var(--space-xxl);
  justify-content: space-between;
}
.neurogrid-unordered-list-block h3 {
  flex: 0 1 30%;
  max-width: 30%;
  margin-bottom: 0;
  align-self: flex-start;
  margin-top: 0;
  font-size: 20px;
}
.neurogrid-unordered-list-block ul {
  flex: 0 0 60%;
  max-width: 70%;
  margin: 0;
  padding-left: var(--space-md);
  list-style-position: outside;
}
.neurogrid-unordered-list-block ul:has(li:only-child) {
  padding-left: 0;
}
.neurogrid-unordered-list-block li {
  margin-bottom: var(--space-sm);
}
.neurogrid-unordered-list-block li:only-child {
  list-style: none;
}
@media (max-width: 1024px) {
  .neurogrid-unordered-list-block {
    flex-direction: column;
    gap: var(--space-lg);
  }
  .neurogrid-unordered-list-block h3,
  .neurogrid-unordered-list-block ul {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .neurogrid-unordered-list-block ul {
    margin-left: var(--space-md);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .neurogrid-unordered-list-block {
    margin-block: 0;
    gap: 6px;
  }
  .neurogrid-unordered-list-block h3 {
    font-size: 16px;
  }
}

.neurogrid-ordered-list-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  margin-bottom: var(--space-xxxl);
  margin-top: var(--space-xxxl);
}
.neurogrid-ordered-list-block h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.neurogrid-ordered-list-block ol {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-left: 0;
}
.neurogrid-ordered-list-block li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  padding: var(--space-md) 0;
  border-top: 1px solid rgba(140, 142, 146, 0.6);
  list-style: none;
  counter-increment: neurogrid-ol;
}
.neurogrid-ordered-list-block li:last-child {
  border-bottom: 1px solid rgba(140, 142, 146, 0.6);
}
.neurogrid-ordered-list-block li::before {
  content: counter(neurogrid-ol, decimal-leading-zero);
  font-family: "GeometriaMedium", Arial, sans-serif;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
  margin-right: var(--space-lg);
  min-width: 2ch;
  text-align: left;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .neurogrid-ordered-list-block li {
    justify-content: start;
  }
}
.neurogrid-ordered-list-block__item {
  flex: 0 1 70%;
}
@media (max-width: 767px) {
  .neurogrid-ordered-list-block__item {
    flex: 0 1 100%;
    gap: 6px;
  }
  .neurogrid-ordered-list-block__item h3 {
    font-size: 16px;
  }
}

.article-category-suggested {
  grid-area: category;
  position: sticky;
  top: 148px;
  align-self: start;
}
@media (max-width: 1024px) {
  .article-category-suggested {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .article-category-suggested {
    flex-direction: column;
    gap: 20px;
  }
}
.article-category-suggested__list {
  margin-bottom: var(--space-xxxl);
}
.article-category-suggested__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: var(--font-size-body-small);
  text-transform: uppercase;
}

.article-share__title {
  font-size: var(--font-size-large);
  font-weight: 400;
  margin-bottom: var(--space-xl);
}
.article-share__links {
  display: flex;
  gap: var(--space-lg);
}
.article-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f27405;
  transition: transform 0.3s ease-in-out;
}
.article-share__link svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  transition: transform 0.3s ease-in-out;
  display: block;
  margin: auto;
  position: relative;
  top: 6px;
  left: 2px;
}
.article-share__link--telegram svg {
  top: 4px;
}
.article-share__link:hover svg {
  transform: scale(1.1);
}

.article-meta {
  grid-area: meta;
}

.article-author {
  font-size: var(--font-size-body);
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: var(--space-md);
}
@media (max-width: 767px) {
  .article-author {
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
}
.article-author__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: var(--space-md);
}
.article-author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-author__name {
  font-size: var(--font-size-large);
  font-weight: 600;
}
.article-author__position {
  font-size: var(--font-size-body);
  font-weight: 400;
}
.article-date {
  font-size: var(--font-size-large);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: var(--space-xxxl);
}
.article-breadcrumbs {
  font-size: var(--font-size-body--small);
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: var(--space-xxl);
  grid-area: breadcrumbs;
}
.article-breadcrumbs__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.article-breadcrumbs__list li:not(:first-child)::before {
  content: "-";
  margin-right: 10px;
  color: var(--color-text);
}

.article-toc {
  grid-area: toc;
  position: sticky;
  top: 150px;
  align-self: start;
}
@media (max-width: 767px) {
  .article-toc {
    position: relative;
    top: var(--space-xxl);
    margin-bottom: 90px;
  }
}
.article-toc__title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: var(--space-lg);
}
.article-toc__list {
  list-style: none;
}
.article-toc__item {
  margin-bottom: var(--space-sm);
}
.article-toc__item--active {
  color: #f27405;
}

.article-cpa {
  padding: var(--space-xxl);
  background-color: #f27405;
  border-radius: 12px;
  margin-block: var(--block-margin);
}
@media (max-width: 767px) {
  .article-cpa {
    padding: var(--space-xxxl) var(--space-xl);
  }
}
.article-cpa h2 {
  font-size: clamp(
    35px,
    35px + (78 - 35) * (100vw - 1024px) / (2560 - 1024),
    78px
  );
  font-weight: 400;
  color: #ffffff;
  margin-bottom: var(--space-xxxl);
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .article-cpa h2 {
    font-size: 30px;
    margin-bottom: var(--space-xl);
  }
}
.article-cpa__context {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
@media (max-width: 1024px) {
  .article-cpa__context {
    flex-direction: column;
    gap: var(--space-xxl);
  }
}
.article-cpa__text {
  flex: 0 0 51%;
}
@media (max-width: 1024px) {
  .article-cpa__text {
    flex: 0 0 100%;
  }
}
.article-cpa__form {
  flex: 1 0 46%;
}
@media (max-width: 1024px) {
  .article-cpa__form {
    flex: 0 0 100%;
    width: 100%;
  }
}
.article-cpa .b24-form-wrapper {
  border-radius: 12px;
}

.article-read-more {
  margin-top: 64px;
  background: #1b1e24;
  border-radius: 16px;
  padding: 40px 0 32px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.article-read-more__header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.article-read-more__swiper {
  width: 100%;
  box-sizing: border-box;
}
.article-read-more__nav {
  display: flex;
  gap: 16px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 2;
}
.article-read-more__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #23262f;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.article-read-more__btn:hover,
.article-read-more__btn:focus {
  background: #31343c;
}
.article-read-more__btn i {
  font-size: 20px;
}
.article-read-more .swiper {
  overflow: visible;
}
.article-read-more .swiper-slide {
  background: #23262f;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  transition: box-shadow 0.2s;
}
.article-read-more .swiper-slide:hover {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.16);
}
.article-read-more__card {
  display: flex;
  flex-direction: column;
  height: clamp(
    340px,
    340px + (450 - 340) * (100vw - 1024px) / (2560 - 1024),
    450px
  );
  text-decoration: none;
  color: inherit;
  outline: none;
}
.article-read-more__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  background: #181a1f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-read-more__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0 0 0 0;
}
.article-read-more__meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #b0b3bb;
  margin: 16px 0 0 0;
  padding: 0 20px;
  font-weight: 400;
}
.article-read-more__date {
  opacity: 0.7;
}
.article-read-more__category {
  opacity: 0.7;
  position: relative;
}
.article-read-more__category::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #b0b3bb;
  border-radius: 50%;
  margin: 0 8px 2px 8px;
  vertical-align: middle;
}
.article-read-more__title {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 24px 0;
  padding: 0 20px;
  color: #fff;
  line-height: 1.3;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
}

.article-read-more__swiper .swiper-wrapper {
  display: flex;
}

.blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-categories__item {
  display: inline-block;
}
.blog-categories__link {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  background: #23262f;
  color: #b0b3bb;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
  border: none;
  outline: none;
}
.blog-categories__link:hover,
.blog-categories__link:focus {
  background: #31343c;
  color: #fff;
}
.blog-categories__link.active,
.blog-categories__link[aria-current="true"] {
  background: #f27405;
  color: #fff;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.1);
}

.blog-articles {
  padding: 64px 0 0 0;
}
.blog-articles__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.blog-articles__item {
  flex: 1 1 calc(25% - 24px);
  max-width: calc(25% - 24px);
  min-width: 260px;
  margin-bottom: 32px;
  box-sizing: border-box;
  background: #23262f;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.blog-articles__item:hover {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1200px) {
  .blog-articles__grid {
    gap: 24px;
  }
  .blog-articles__item {
    flex-basis: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}
@media (max-width: 900px) {
  .blog-articles__grid {
    gap: 16px;
  }
  .blog-articles__item {
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .blog-articles__grid {
    gap: 12px;
  }
  .blog-articles__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.blog-hero__title {
  font-size: clamp(
    40px,
    40px + (80 - 40) * (100vw - 1024px) / (2560 - 1024),
    80px
  );
  line-height: 1.2;
  margin-top: 230px;
}
@media (max-width: 767px) {
  .blog-hero__title {
    font-size: 37px;
  }
}

.blog-hero__description {
  font-size: clamp(
    16px,
    16px + (26 - 16) * (100vw - 1024px) / (2560 - 1024),
    26px
  );
  line-height: 1.2;
  margin-top: 20px;
  text-transform: none;
  width: 60%;
  margin-bottom: 280px;
  font-family: "Golos Text", Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .blog-hero__description {
    width: 100%;
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 0 0;
  padding: 0;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.blog-pagination ul {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-pagination li {
  display: inline-block;
  margin: 0;
}
.blog-pagination li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 24px;
  background: transparent;
  color: #ffffff;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  border: none;
  outline: none;
  transition:
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination span:hover,
.blog-pagination span:focus {
  background: #23262f;
  color: #f27405;
}
.blog-pagination .current,
.blog-pagination li.active a,
.blog-pagination a[aria-current="page"] {
  background: #f27405;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.blog-pagination .prev,
.blog-pagination .next {
  font-size: 15px;
  font-weight: 500;
  color: #f27405;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.3s;
  min-width: 44px;
  min-height: 44px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blog-pagination .prev:hover,
.blog-pagination .prev:focus,
.blog-pagination .next:hover,
.blog-pagination .next:focus {
  color: #ffffff;
  background: #f27405;
}
@media (max-width: 1024px) {
  .blog-pagination {
    font-size: var(--font-size-body);
  }
  .blog-pagination ul {
    gap: 4px;
  }
  .blog-pagination a,
  .blog-pagination span {
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
    font-size: var(--font-size-body);
  }
}
@media (max-width: 767px) {
  .blog-pagination {
    font-size: var(--font-size-small);
  }
  .blog-pagination ul {
    gap: 2px;
  }
  .blog-pagination a,
  .blog-pagination span {
    min-width: 32px;
    min-height: 32px;
    padding: 0 6px;
    font-size: var(--font-size-small);
  }
}
