@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font-size: inherit;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

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

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

button {
  display: block;
  cursor: pointer;
}

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

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

ul,
li {
  list-style: none;
  text-decoration: none;
}

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

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: max(14px, 0.8333333333vw);
}

body {
  scroll-behavior: smooth;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Inter";
  line-height: normal;
  font-weight: 400;
  color: #ffffff;
  background-color: #232323;
  letter-spacing: -0.06em;
  font-size: max(14px, 0.8333333333vw);
}
body._noscroll {
  overflow: hidden;
}
body * {
  letter-spacing: -0.06em;
  line-height: 100%;
}

.wrapper {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  position: relative;
  flex: 1 1 auto;
}

._container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  ._container {
    padding-inline: 10px;
  }
}

h1 {
  font-size: max(14px, 0.78125vw);
  font-weight: 500;
  line-height: 120%;
}

p {
  line-height: 130%;
}

img,
picture,
figure {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

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

._btn {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  font-size: max(14px, 0.7291666667vw);
  padding: 0.93em 1.41em;
  gap: 0.57em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
._btn * {
  pointer-events: none;
}
@media (max-width: 1024px) {
  ._btn {
    height: 35px;
  }
}
._btn img,
._btn svg {
  flex: 0 0 auto;
  width: 0.75em;
  height: 0.75em;
  fill: #ffffff;
  will-change: transform;
  transition: transform 0.3s ease 0s;
}
._btn._active {
  background-color: #ffffff;
  color: #232323;
}
._btn._active img,
._btn._active svg {
  fill: #232323;
  transform: rotate(45deg);
}
._btn-black {
  color: #ffffff;
  background-color: #232323;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .text-box h1,
  .text-box h2,
  .text-box h3,
  .text-box h4,
  .text-box h5,
  .text-box h6 {
    margin-bottom: calc(16px + 14 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 375px) {
  .text-box h1,
  .text-box h2,
  .text-box h3,
  .text-box h4,
  .text-box h5,
  .text-box h6 {
    margin-bottom: 16px;
  }
}
.text-box h1:not(:first-child),
.text-box h2:not(:first-child),
.text-box h3:not(:first-child),
.text-box h4:not(:first-child),
.text-box h5:not(:first-child),
.text-box h6:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text-box h1:not(:first-child),
  .text-box h2:not(:first-child),
  .text-box h3:not(:first-child),
  .text-box h4:not(:first-child),
  .text-box h5:not(:first-child),
  .text-box h6:not(:first-child) {
    margin-top: 36px;
  }
}
.text-box b,
.text-box strong {
  font-weight: 600;
}
.text-box h1 {
  font-size: 70px;
}
@media (max-width: 1920px) {
  .text-box h1 {
    font-size: calc(32px + 38 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 375px) {
  .text-box h1 {
    font-size: 32px;
  }
}
.text-box h2 {
  font-size: 46px;
}
@media (max-width: 1920px) {
  .text-box h2 {
    font-size: calc(26px + 20 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 375px) {
  .text-box h2 {
    font-size: 26px;
  }
}
.text-box h3 {
  font-size: 36px;
}
@media (max-width: 1920px) {
  .text-box h3 {
    font-size: calc(22px + 14 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 375px) {
  .text-box h3 {
    font-size: 22px;
  }
}
.text-box p,
.text-box ol,
.text-box ul,
.text-box a,
.text-box b,
.text-box strong,
.text-box em,
.text-box i {
  margin-bottom: 1em;
  font-size: 20px;
}
@media (max-width: 1920px) {
  .text-box p,
  .text-box ol,
  .text-box ul,
  .text-box a,
  .text-box b,
  .text-box strong,
  .text-box em,
  .text-box i {
    font-size: calc(14px + 6 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 375px) {
  .text-box p,
  .text-box ol,
  .text-box ul,
  .text-box a,
  .text-box b,
  .text-box strong,
  .text-box em,
  .text-box i {
    font-size: 14px;
  }
}
.text-box b,
.text-box strong {
  font-weight: 600;
}
.text-box > :last-child {
  margin-bottom: 0;
}
.text-box ul,
.text-box ol {
  padding-left: 1.5em;
}
.text-box ul > :not(:last-child),
.text-box ol > :not(:last-child) {
  margin-bottom: 0.75em;
}
.text-box ul li {
  list-style: disc;
}
.text-box ol li {
  list-style: decimal;
}
.text-box img,
.text-box picture,
.text-box figure {
  margin-bottom: 1em;
  width: auto;
  height: auto;
}
.text-box figure img,
.text-box figure picture {
  margin-bottom: 0;
}
.text-box figcaption {
  display: block;
  font-size: 12px;
  margin-top: 1em;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: max(20px, 1.0416666667vw);
}
@media (max-width: 1024px) {
  .header {
    padding: 10px;
  }
  .header:before {
    position: absolute;
    content: "";
    left: 0;
    top: 55px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.header h1 {
  white-space: nowrap;
}
.header__body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 max(1.0416666667vw, 20px);
}
.header__body > :last-child {
  grid-column: span 2;
}
@media (min-width: 1025px) {
  .header__body > :nth-child(3) {
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .header__body > :nth-child(4), .header__body > :nth-child(5) {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .header__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
  .header__body > :last-child {
    grid-column: span 2;
    order: 2;
    text-align: right;
  }
  .header__body > :nth-child(2) {
    order: 3;
  }
  .header__body > :nth-child(3) {
    order: 4;
  }
  .header__body > :nth-child(4) {
    order: 5;
  }
  .header__body > :nth-child(5) {
    order: 6;
    display: none;
  }
}
.header__animate {
  height: max(40px, 2.0833333333vw);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header__animate {
    height: 35px;
  }
}
.header__animate-item {
  transform: translateY(100%);
}
@media (max-width: 1024px) {
  .header ._btn {
    width: 100%;
  }
}
.header__logo {
  display: block;
  width: max(55px, 2.8645833333vw);
}
.header__logo img,
.header__logo svg {
  width: 100%;
  height: max(40px, 2.0833333333vw);
  object-fit: contain;
  object-position: left;
}
@media (max-width: 1024px) {
  .header__logo img,
  .header__logo svg {
    height: 35px;
  }
}

.footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: max(20px, 1.0416666667vw);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  transition: border-color 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .footer {
    padding: 10px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .footer__body {
    gap: 10px;
  }
}
.footer__body div {
  display: flex;
  align-items: center;
  gap: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .footer__body div {
    gap: 10px;
  }
}
.footer__body div .footer-privacy,
.footer__body div p {
  color: rgba(255, 255, 255, 0.4);
}
.footer__body div a,
.footer__body div p {
  font-size: max(14px, 0.7291666667vw);
}
.footer__body div a {
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__body div a:hover {
    opacity: 0.6;
  }
}
.footer__animate {
  height: 1em;
  overflow: hidden;
}
.footer__animate-item {
  transform: translateY(100%);
}

.form__group {
  margin-bottom: calc(max(1.0416666667vw, 20px) * 2);
}
@media (max-width: 1024px) {
  .form__group {
    margin-bottom: 24px;
  }
}
.form__group p {
  font-weight: 500;
  margin-bottom: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .form__group p {
    margin-bottom: 15px;
  }
}
.form__group._error .form__item,
.form__group._error .checkbox {
  border-color: red;
}
.form__group._error label {
  color: red;
}
.form__item {
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
  padding: calc(max(1.0416666667vw, 20px) * 0.75) 0;
}
.form__item input,
.form__item textarea {
  resize: none;
  width: 100%;
}
.form__item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: calc(max(1.0416666667vw, 20px) / 2);
}
.form__item label:has(input:checked) .checkbox {
  background-image: url("../img/icons/check.svg");
}
.form__item label .checkbox {
  width: max(1.0416666667vw, 20px);
  height: max(1.0416666667vw, 20px);
  flex: 0 0 auto;
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-radius: calc(max(1.0416666667vw, 20px) / 5);
  background-size: calc(max(1.0416666667vw, 20px) * 0.7);
  background-repeat: no-repeat;
  background-position: center;
}
.form__item label input {
  display: none;
}
.form__item._error {
  border-color: red;
}
.form__item._error input,
.form__item._error textarea {
  color: red;
}
.form__item._error input::placeholder,
.form__item._error textarea::placeholder {
  color: red;
}
.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: calc(max(1.0416666667vw, 20px) * 1.5);
}
.form__textarea {
  flex: 1 1 auto;
}
.form__file {
  position: relative;
  cursor: pointer;
  max-width: calc(max(1.0416666667vw, 20px) * 6.5);
}
@media (max-width: 1024px) {
  .form__file {
    max-width: 130px;
  }
}
.form__file input {
  display: none;
}
.form__file ._delete-file {
  margin-top: 1em;
  font-size: 0.75em;
  border: 1px solid currentColor;
  padding: 0.2em;
}
.form__file ._delete-file:not(._active) {
  display: none;
}
.form__submit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: max(1.0416666667vw, 20px);
  padding-top: calc(max(1.0416666667vw, 20px) * 0.4);
}
.form__submit p {
  color: rgba(35, 35, 35, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.84px;
}
.form__submit p a {
  color: #232323;
}
.form__submit ._btn {
  font-size: 1em;
}

.error-msgs {
  margin-bottom: max(1.0416666667vw, 20px);
  grid-column-start: 2;
  color: red;
}
@media (max-width: 1024px) {
  .error-msgs {
    margin-bottom: 10px;
  }
}
.error-msgs p {
  max-width: none;
}
.error-msgs span {
  margin: 0 0.5em;
  color: initial;
}
.error-msgs a,
.error-msgs i {
  font-style: normal;
  text-decoration: underline;
}
.error-msgs a:not(:last-child),
.error-msgs i:not(:last-child) {
  margin-right: 0.5em;
}

.popup {
  position: fixed;
  top: 80px;
  left: 250px;
  transform: translate(-50%, 0);
  z-index: 12;
  background-color: #ffffff;
  border-radius: calc(max(1.0416666667vw, 20px) * 1.4);
  min-width: 498px;
  width: 25.9512vw;
  height: calc(100% - 80px - max(1.0416666667vw, 20px));
  color: #232323;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.6s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .popup {
    left: 10px !important;
    transform: translate(0, 6px);
    width: calc(100% - 20px);
    min-width: 0;
    border-radius: 18px;
  }
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup._open {
  height: calc(100% - 80px - max(1.0416666667vw, 20px));
  pointer-events: all;
}
@media (max-width: 1024px) {
  .popup._open {
    height: calc(100% - 120px);
  }
}
.popup-scroll {
  position: relative;
  overflow-y: auto;
  height: 100%;
}
@media (any-hover: hover) {
  .popup-scroll::-webkit-scrollbar {
    width: calc(max(1.0416666667vw, 20px) * 0.2);
    background: rgba(35, 35, 35, 0.2);
  }
  .popup-scroll::-webkit-scrollbar-thumb {
    background: #232323;
  }
}
.popup h3,
.popup .h3 {
  font-size: max(24px, 1.25vw);
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .popup h3,
  .popup .h3 {
    font-size: 20px;
  }
}
.popup h3 span,
.popup .h3 span {
  color: rgba(35, 35, 35, 0.6);
}
.popup-item {
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
  position: absolute;
  width: 100%;
  padding: calc(max(1.0416666667vw, 20px) * 1.5);
  display: none;
}
@media (max-width: 1024px) {
  .popup-item {
    padding: 24px 20px;
  }
}
.popup-item._active {
  opacity: 1;
}
.popup-brief h3 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .popup-brief h3 {
    margin-bottom: 24px;
  }
}
.popup-msg {
  min-height: 100%;
}
.popup-msg .success,
.popup-msg .error {
  min-height: 100%;
  gap: calc(max(1.0416666667vw, 20px) * 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .popup-msg .success,
  .popup-msg .error {
    gap: 10px;
  }
}
.popup-msg .success:not(._active),
.popup-msg .error:not(._active) {
  display: none;
}
.popup-about h3 {
  margin-bottom: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .popup-about h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.popup-about p {
  max-width: 83%;
  margin-bottom: calc(max(1.0416666667vw, 20px) / 2);
}
.popup-about hr {
  margin: calc(max(1.0416666667vw, 20px) * 2) 0;
  border-top: 1px solid rgba(35, 35, 35, 0.2);
}
@media (max-width: 1024px) {
  .popup-about hr {
    margin: 20px 0;
  }
}
.popup-about .clients label {
  display: block;
  margin-bottom: calc(max(1.0416666667vw, 20px) / 2);
  font-weight: 500;
  color: rgba(35, 35, 35, 0.6);
  margin-top: max(1.0416666667vw, 20px);
}
.popup-about .clients div {
  display: flex;
  flex-wrap: wrap;
  gap: calc(max(1.0416666667vw, 20px) * 0.25);
}
.popup-about .clients div span {
  font-weight: 500;
  padding: calc(max(1.0416666667vw, 20px) * 0.5) calc(max(1.0416666667vw, 20px) * 0.85);
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-radius: 100px;
}

._hide {
  display: none;
}

.service-items {
  display: flex;
  flex-direction: column;
}
.service-items span {
  text-align: center;
  padding-top: calc(max(1.0416666667vw, 20px) * 1.5);
  padding-bottom: calc(max(1.0416666667vw, 20px) * 1.5);
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}
@media (max-width: 1024px) {
  .service-items span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.service-items span:last-child {
  border-bottom: 0;
}
.grid {
  display: grid;
  gap: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .grid {
    gap: 10px;
  }
}
.grid:not(:last-child) {
  padding-bottom: calc(max(1.0416666667vw, 20px) * 2.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .grid:not(:last-child) {
    padding-bottom: 30px;
  }
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.overflow {
  overflow: hidden;
}
.overflow:has(.swiper-btns) {
  height: 1em;
}
.overflow:has(.menu-line) {
  height: 3em;
  min-height: 46px;
}

.notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  gap: max(1.0416666667vw, 20px);
}
@media (max-width: 1024px) {
  .notfound {
    gap: 10px;
  }
}
.notfound h1 {
  font-size: max(20px, 1.25vw);
}
.notfound h1 span {
  font-size: max(44px, 7.2916666667vw);
}

.text-box {
  padding-inline: max(1.0416666667vw, 20px);
  padding-top: calc(max(1.0416666667vw, 20px) * 8);
  padding-bottom: calc(max(1.0416666667vw, 20px) * 5);
}
@media (max-width: 1024px) {
  .text-box {
    padding-top: 160px;
    padding-bottom: 70px;
    padding-inline: 10px;
  }
}
.text-box h1 {
  margin-bottom: calc(max(1.0416666667vw, 20px) * 4);
}
@media (max-width: 1024px) {
  .text-box h1 {
    margin-bottom: 40px;
  }
}

.privacy {
  display: flex;
  flex-direction: column;
  gap: calc(max(1.0416666667vw, 20px) * 2.5);
}
@media (max-width: 1024px) {
  .privacy {
    gap: 30px;
  }
}
.privacy h4 {
  font-size: max(20px, 1.25vw);
  margin-bottom: 10px;
}
.privacy p:last-child {
  margin-bottom: 0;
}
.privacy p span {
  display: block;
}
.privacy p span:not(:last-child) {
  margin-bottom: calc(max(1.0416666667vw, 20px) * 0.5);
}

.requisites p:not(:last-child) {
  padding-bottom: max(1.0416666667vw, 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .requisites p:not(:last-child) {
    padding-bottom: 10px;
  }
}

.frontpage-loader {
  z-index: 999;
  padding: 20px;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}
.frontpage-loader__counter {
  height: 1em;
  overflow: hidden;
}
.frontpage-loader__counter div {
  transform: translate(0, 100%);
}
.frontpage-loader .logo {
  background-color: #232323;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.frontpage-loader .logo-loader {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frontpage-loader .logo-loader img,
.frontpage-loader .logo-loader svg {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.frontpage-loader .loader-text {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #232323;
  padding: 0 20px;
  display: none;
}
.frontpage-loader .loader-text div {
  height: 1.2rem;
  overflow: hidden;
}
body:not(:has(.frontpage-loader)) .footer {
  background-color: #232323;
}
body:not(:has(.frontpage-loader)) .footer__animate,
body:not(:has(.frontpage-loader)) .header__animate {
  height: auto;
  overflow: unset;
}
body:not(:has(.frontpage-loader)) .footer__animate .footer__animate-item,
body:not(:has(.frontpage-loader)) .footer__animate .header__animate-item,
body:not(:has(.frontpage-loader)) .header__animate .footer__animate-item,
body:not(:has(.frontpage-loader)) .header__animate .header__animate-item {
  transform: none;
}

.main-swiper {
  width: 100%;
  height: 100vh;
}
.main-swiper .swiper {
  width: 100%;
  height: 100vh;
}
.main-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  height: 100vh;
}
.main-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  gap: max(1.0416666667vw, 20px);
}
.main-swiper .swiper-controls {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(max(1.0416666667vw, 20px) * 2);
}
@media (max-width: 1024px) {
  .main-swiper .swiper-controls {
    gap: 20px;
  }
}
.main-swiper .swiper-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-inline: max(1.0416666667vw, 20px);
  transform: translate(0, -105%);
}
.main-swiper .swiper-btns.prev {
  left: max(1.0416666667vw, 20px);
}
.main-swiper .swiper-btns.next {
  right: max(1.0416666667vw, 20px);
}

.words {
  position: fixed;
  left: max(1.0416666667vw, 20px);
  bottom: max(70px, 3.6458333333vw);
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  font-size: max(44px, 7.2916666667vw);
  height: 1em;
}
@media (max-width: 1024px) {
  .words {
    left: 10px;
    bottom: 50px;
  }
}
.words .first-word {
  transform: translate(0, 100%);
}
.words .word {
  display: flex;
  align-items: flex-end;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.words span {
  white-space: nowrap;
  height: 1.25em;
}
.words span i {
  height: 100%;
  display: inline-block;
  font-style: normal;
  transform: translate(0, 100%);
}

.images {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 3;
  transform: translate(0, 10%);
}
.images .image-wrapper {
  z-index: 0;
  will-change: clip-path, transform, width, height;
  transform-origin: left top;
}
.images img,
.images div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.menu-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(max(1.0416666667vw, 20px) / 2) max(1.0416666667vw, 20px);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transform: translate(0, 105%);
}
.menu-line._noborder {
  border-bottom-color: transparent;
}
.menu-toggle {
  width: calc(max(1.0416666667vw, 20px) * 1.2);
  height: calc(max(1.0416666667vw, 20px) * 1.2);
}
@media (max-width: 1024px) {
  .menu-toggle {
    width: 24px;
    height: 24px;
  }
}
.menu-toggle .menu-close {
  display: none;
}
.menu-toggle._active .menu-open {
  display: none;
}
.menu-toggle._active .menu-close {
  display: block;
}
.menu-toggle img,
.menu-toggle svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu-swiper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.menu-swiper .swiper {
  min-height: 0;
  min-width: 0;
  height: 65vh;
  margin: auto 0;
  padding-inline: max(1.0416666667vw, 20px);
}
.menu-swiper .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  position: relative;
}
.menu-swiper .swiper-slide .span {
  margin-bottom: calc(max(1.0416666667vw, 20px) / 2);
}
@media (max-width: 1024px) {
  .menu-swiper .swiper-slide .span {
    margin-bottom: 10px;
  }
}
.menu-swiper .swiper-slide .span {
  overflow: hidden;
  height: calc(max(1.0416666667vw, 20px) - max(1.0416666667vw, 20px) / 5);
}
.menu-swiper .swiper-slide .span span {
  display: block;
  transform: translate(0, 100%);
}
.menu-swiper .swiper-slide .img {
  will-change: clip-path;
  clip-path: inset(100% 0% 0% 0%);
  width: 100%;
  height: calc(100% - 10px - max(1.0416666667vw, 20px) * 2);
}
.menu-swiper .swiper-slide img,
.menu-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.pages {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #020202;
  z-index: 10000;
  color: #fff;
  width: fit-content;
  height: auto;
  padding: 20px;
  transform: translate(0, -50%);
}
.pages._hide {
  transform: translate(-100%, -50%);
}
.pages button {
  padding: 5px;
  background-color: #000;
  margin-bottom: 10px;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 20px;
}
.pages a {
  display: block;
}
.pages a:not(:last-child) {
  margin-bottom: 10px;
}