@charset "UTF-8";

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black, #141414);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#preloader .loader {
  width: 60px;
  height: 60px;
  border: 5px solid var(--gray-50);
  border-top-color: var(--green, #15B747);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@font-face {
  font-family: "GolosText";
  src: local("GolosText-Bold"), url("../fonts/GolosText-Bold.woff2") format("woff2"), url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText";
  src: local("GolosText-SemiBold"), url("../fonts/GolosText-SemiBold.woff2") format("woff2"), url("../fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText";
  src: local("GolosText-Medium"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText";
  src: local("GolosText-Regular"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/** {
  outline: 2px solid red;
}*/

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

button {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

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

img {
  max-width: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-width: 360px;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
  font-family: var(--font-family);
  background-color: var(--black, #141414);
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.overlay {
  position: fixed;
  z-index: 3;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
}

.overlay--active {
  visibility: visible;
  bottom: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.container {
  max-width: 1412px;
  padding: 0 24px;
  margin: 0 auto;
}

.container-min {
  max-width: 964px;
  padding: 0 24px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

:root {
  --font-family: "GolosText", sans-serif;
}

:root {
  --gray-50: #f5f5f5;
  --gray-200: #646464;
  --gray-500: #232323;
  --white: #fff;
  --black: #141414;
  --green: #00cb62;
  --black-light: #191919;
}

.uppercase {
  text-transform: uppercase;
}

.mt-32 {
  margin-top: 32px;
}

.mt-124 {
  margin-top: 124px;
}

.mt-148 {
  margin-top: 148px;
}

.swiper-slide {
  height: auto;
}

.swiper-slide article {
  height: 100%;
}

.cookie {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 56px;
  width: 100%;
}

.cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.cookie__window {
  padding: 24px;
  max-width: 100%;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(28.3040008545px);
}

.cookie__message {
  pointer-events: auto;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.cookie__message a {
  color: var(--green, #00CB62);
  text-decoration: underline;
}

.cookie__box-btn {
  pointer-events: auto;
}

.cookie__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 14px;
  background-color: var(--black, #141414);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* Стили для модалки */

.modal {
  display: none;
  /* Скрыта по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Прозрачный фон */
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 60px 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__body {
  position: relative;
  max-width: 100%;
  margin: auto 0;
}

/* Анимация для появления модалки */

.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin-top: 24px;
}

.header__line {
  padding: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-radius: 20px;
}

.header__line::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 20px;
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(28.3040008545px);
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.header__box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__box-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__box-nav.active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.header__box-nav .btn-order {
  display: none;
}

.header__box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-close {
  display: none;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}

.header__nav-list li:last-child {
  display: none;
}

.footer {
  position: relative;
  border-radius: 28px 28px 0 0;
  background-color: var(--white, #FFF);
  overflow: hidden;
}

.footer .container {
  position: relative;
}

.footer__wrapper {
  position: relative;
  padding: 52px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  max-width: 100%;
  width: 746px;
}

.footer__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 116px;
}

.footer__nav li {
  margin-bottom: 28px;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav li:nth-child(3) {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
}

.footer .link-nav {
  color: var(--black, #141414);
  line-height: 111.111%;
}

.footer .link-nav::before {
  display: none;
}

.footer .link-nec {
  color: var(--black, #141414);
  line-height: 111.111%;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
}

.footer-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: calc(100% + 201px);
  width: 453px;
  height: auto;
  background-image: url(../img/footer/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .link-x2 {
  position: absolute;
  right: 24px;
  bottom: 32px;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 52px 52px;
  overflow: hidden;
}

.hero .container {
  width: 100%;
  height: auto;
}

.hero__title {
  display: none;
}

.hero .background-hero {
  position: absolute;
  inset: 0;
}

.hero .background-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.hero .background-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__box-info {
  height: 100%;
  position: relative;
  padding: 197px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__box-info .desc {
  color: var(--white, #FFF);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo img {
  max-width: 120px;
}

.logo::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 3px;
  opacity: 0;
  border: 1px solid var(--green);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.logo-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-footer img {
  max-width: 171px;
}

.logo-footer::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 3px;
  opacity: 0;
  border: 1px solid var(--green);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.link-nav {
  position: relative;
  color: var(--White, #FFF);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.link-nav::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 1px;
  background-color: #00C974;
  opacity: 0;
  -webkit-transition: width 600ms ease;
  transition: width 600ms ease;
  width: 0;
}

.link-nav:focus,
.link-nav:focus-visible {
  outline: none;
}

.link-nec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
  min-height: 20px;
}

.link-nec .svg {
  width: 19px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: var(--green);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.link-about {
  width: 320px;
  min-height: 156px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px;
  background-color: var(--black-light, #191919);
}

.link-about .svg {
  width: 84px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1000px;
  background-color: var(--black, #141414);
}

.link-all {
  padding: 5px 16px;
  max-width: 100%;
  width: 256px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--black, #141414);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
  border-radius: 16px;
  background-color: var(--white, #FFF);
}

.link-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.link-phone .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--green, #00cb62);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.link-network {
  position: relative;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.link-network::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background-color: var(--green);
}

.link-x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: rgba(100, 100, 100, 0.5019607843);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%;
}

.link-dark {
  padding: 5px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  height: 64px;
  border-radius: 16px;
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 2px solid var(--gray-500, #232323);
  background-color: var(--gray-500, #232323);
}

.link-dark .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--green);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.link-light {
  padding: 5px 16px;
  width: 256px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  border-radius: 16px;
  background-color: var(--white, #FFF);
  color: var(--black, #141414);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.176%;
}

.btn-commun {
  padding: 5px 34px;
  border-radius: 1000px;
  height: 44px;
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-color: var(--green, #00CB62);
}

.btn-order {
  padding: 5px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: var(--white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--gray-500, #232323);
}

.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switcher__label {
  position: relative;
  width: 84px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px;
}

.switcher__label::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 10px;
  opacity: 0;
  border: 1px solid var(--green);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.switcher__label:has(.switcher__input:focus-visible)::before {
  opacity: 1;
}

.switcher__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.111%;
}

.switcher__status a {
  position: relative;
  font-style: normal;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.switcher__status a::before {
  content: "";
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  background-color: var(--green);
  bottom: -6px;
  left: 0;
  -webkit-transition: width 600ms ease;
  transition: width 600ms ease;
}

.switcher__status a.active {
  color: var(--green);
}

.switcher__status a.active::before {
  opacity: 1;
  width: 100%;
}

.commun-line {
  position: relative;
  z-index: 1;
  padding: 18px 41px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--gray-50, #F5F5F5);
}

.commun-line__desc {
  color: var(--black, #141414);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.ending-line {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(100, 100, 100, 0.5019607843);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%;
}

.ending-line p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.ending-line a {
  text-decoration: underline;
}

.burger {
  display: none;
}

.card-counter {
  padding: 28px;
  min-height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(28.3040008545px);
}

.card-counter .counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-counter .counter__number {
  color: var(--green, #00CB62);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
}

.card-counter .counter__number.number {
  position: absolute;
}

.card-counter .counter__number.hide {
  opacity: 0;
  padding-right: 10px;
}

.card-counter .counter__desc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.2px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.section-title__text {
  color: var(--black, #141414);
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.card-news {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-news .title {
  display: none;
}

.card-news__link {
  padding-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white, #FFF);
}

.card-news__top {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 264px;
  max-height: 264px;
}

.card-news__top img {
  pointer-events: none;
  width: 100%;
  min-height: 264px;
  max-height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-news-time {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--black-light, #191919);
}

.card-news__title {
  padding: 20px 20px 0 20px;
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-count {
  margin-top: 148px;
  margin-bottom: 148px;
}

.section-count .container {
  position: relative;
}

.section-count-bg {
  position: absolute;
  left: -254px;
  top: -148px;
  width: 871px;
  bottom: -148px;
  background-image: url(../img/section-count/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-count__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
}

.section-count__main-desc {
  max-width: 1265px;
  color: var(--white, #FFF);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.section-count__main-desc span {
  color: var(--green, #00CB62);
}

.box-counter__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.box-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
}

.box-about__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  border-radius: 24px;
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(28.3040008545px);
}

.box-about__left p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
}

.box-about .main-logo {
  max-width: 100%;
  width: 258px;
  height: 60px;
}

.box-about .main-logo img {
  min-width: 258px;
  max-width: 258px;
  min-height: 60px;
  max-height: 60px;
}

.press-center {
  position: relative;
  padding: 68px 0 148px;
  border-radius: 56px 56px 0 0;
  background-color: var(--gray-50, #F5F5F5);
}

.press-center::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;
  background-color: var(--gray-50, #F5F5F5);
}

.swiper-type-1 {
  overflow: hidden;
}

.swiper-type-1__btns {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-type-1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.swiper-type-1-btn {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  color: var(--black, #141414);
  background-color: var(--white, #FFF);
}

.swiper-type-1-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.swiper-type-1-btn svg {
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.swiper-type-1-btn svg.big {
  opacity: 0;
}

@media (min-width: 1001px) {
  .header__nav-close:focus-visible,
  .header__nav-close:hover {
    background-color: var(--green, #00cb62);
  }

  .footer .link-nav:focus-visible,
  .footer .link-nav:hover {
    color: var(--green);
  }

  .logo:focus-visible::before {
    opacity: 1;
  }

  .logo-footer:focus-visible::before {
    opacity: 1;
  }

  .link-nav:focus-visible::before,
  .link-nav:hover::before {
    opacity: 1;
    width: 100%;
  }

  .link-nec:focus-visible,
  .link-nec:hover {
    color: var(--green);
  }

  .link-nec:focus-visible .svg,
  .link-nec:hover .svg {
    background-color: var(--white);
  }

  .link-about:focus-visible,
  .link-about:hover {
    background-color: var(--green);
  }

  .link-all:focus-visible,
  .link-all:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .link-phone:focus-visible,
  .link-phone:hover {
    color: var(--green, #00cb62);
  }

  .link-phone:focus-visible .svg,
  .link-phone:hover .svg {
    color: var(--white, #FFF);
  }

  .link-network:focus-visible,
  .link-network:hover {
    color: var(--green);
  }

  .link-dark:focus-visible,
  .link-dark:hover {
    background-color: var(--green);
  }

  .link-dark:focus-visible .svg,
  .link-dark:hover .svg {
    color: var(--white);
  }

  .link-light:focus-visible,
  .link-light:hover {
    color: var(--white);
    background-color: var(--green);
  }

  .btn-commun:focus-visible,
  .btn-commun:hover {
    background-color: #03b057;
  }

  .switcher__status a:focus-visible,
  .switcher__status a:hover {
    color: var(--green);
  }

  .switcher__status a:focus-visible::before,
  .switcher__status a:hover::before {
    opacity: 1;
    width: 100%;
  }

  .ending-line a:focus-visible,
  .ending-line a:hover {
    color: var(--green);
  }

  .card-news__link:focus-visible,
  .card-news__link:hover {
    background-color: #E7E7E7;
  }

  .swiper-type-1-btn:focus-visible,
  .swiper-type-1-btn:hover {
    background-color: var(--green);
    color: var(--white, #FFF);
  }

  .swiper-type-1-btn:focus-visible svg.min,
  .swiper-type-1-btn:hover svg.min {
    opacity: 0;
  }

  .swiper-type-1-btn:focus-visible svg.big,
  .swiper-type-1-btn:hover svg.big {
    opacity: 1;
  }
}

@media (min-width: 1201px) {
  .cookie__message a:focus-visible,
  .cookie__message a:hover {
    color: var(--white);
  }

  .cookie__btn:focus-visible,
  .cookie__btn:hover {
    background-color: var(--green);
  }
}

@media (max-width: 1400px) {
  .header {
    margin-top: 20px;
  }

  .header__line {
    padding: 16px 24px;
  }

  .header__left {
    gap: 48px;
  }

  .header__nav-list {
    gap: 28px;
  }

  .footer__wrapper {
    position: static;
  }

  .footer__top {
    padding-right: 116px;
  }

  .footer__nav li {
    margin-bottom: 24px;
  }

  .footer .link-nav {
    font-size: 17px;
  }

  .footer .link-nec {
    font-size: 17px;
  }

  .footer-bg {
    left: auto;
    right: 0;
    width: 360px;
    background-image: url(../img/footer/bg1400.svg);
  }

  .footer-bg {
    left: auto;
    right: 0;
    top: auto;
    height: 490px;
    width: 158px;
    background-image: url(../img/footer/bg1000.svg);
  }

  .hero__box-info .desc {
    font-size: 44px;
  }

  .logo img {
    max-width: 110px;
    max-height: 44px;
  }

  .logo img {
    max-width: 80px;
    max-height: 32px;
  }

  .logo-footer img {
    max-width: 161px;
    max-height: 64px;
  }

  .link-nav {
    font-size: 16px;
    line-height: 150%;
  }

  .link-nec {
    font-size: 16px;
  }

  .switcher__label {
    width: 80px;
  }

  .switcher__status {
    font-size: 16px;
    line-height: 125%;
  }

  .commun-line__desc {
    font-size: 17px;
  }

  .section-count-bg {
    left: 0;
    right: 0;
    width: auto;
    background-image: url(../img/section-count/bg1400.svg);
  }

  .section-count__content {
    gap: 32px;
  }

  .section-count__main-desc {
    font-size: 32px;
  }

  .box-counter__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .container-min {
    max-width: 100%;
  }

  .mt-32 {
    margin-top: 24px;
  }

  .mt-124 {
    margin-top: 100px;
  }

  .mt-148 {
    margin-top: 120px;
  }

  .cookie {
    bottom: 24px;
  }

  .link-all {
    width: 224px;
    height: 52px;
    font-size: 16px;
  }

  .link-dark {
    height: 56px;
    font-size: 17px;
  }

  .link-light {
    font-size: 16px;
    height: 52px;
  }

  .section-title {
    margin-bottom: 43px;
  }

  .section-title__text {
    font-size: 32px;
  }

  .card-news__link {
    min-height: 380px;
  }

  .card-news__top {
    min-height: 244px;
    max-height: 244px;
  }

  .card-news__top img {
    min-height: 244px;
    max-height: 244px;
  }

  .card-news__title {
    font-size: 18px;
  }

  .section-count {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .section-count-bg {
    top: -120px;
    bottom: -120px;
  }

  .box-about {
    display: none;
  }

  .press-center {
    padding: 68px 0 126px;
    border-radius: 32px 32px 0 0;
  }

  .box-swiper-type-1 {
    margin: 0 -24px;
  }

  .swiper-type-1 {
    padding: 0 24px;
  }

  .swiper-type-1__btns {
    padding-top: 46px;
  }

  .swiper-type-1-btn {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1000px) {
  .container {
    padding: 0 16px;
  }

  .container-min {
    padding: 0 16px;
  }

  .container {
    padding: 0 16px;
  }

  .cookie__window {
    width: 330px;
  }

  .modal {
    padding: 30px 16px;
  }

  .header__line {
    padding: 12px;
  }

  .header__box-nav {
    padding: 88px 16px 110px;
    position: fixed;
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: var(--black, #141414);
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: opacity 0.4s ease-in-out, overflow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, overflow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, overflow 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, overflow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .header__box-nav .btn-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 40px;
  }

  .header__box-group {
    gap: 12px;
  }

  .header__box-group .link-nec {
    display: none;
  }

  .header__nav {
    width: 100%;
    display: block;
    max-height: 100%;
    overflow-x: auto;
  }

  .header__nav::-webkit-scrollbar {
    width: 4px;
  }

  .header__nav::-webkit-scrollbar-track {
    background-color: var(--black-light);
    border-radius: 1000px;
  }

  .header__nav::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 1000px;
  }

  .header__nav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    color: var(--white);
    background-color: var(--gray-500, #232323);
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    gap: 36px;
  }

  .header__nav-list li:last-child {
    display: block;
  }

  .footer__wrapper {
    padding: 32px 0 70px;
    gap: 32px;
  }

  .footer__top {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }

  .footer__nav {
    gap: 17px;
  }

  .footer__nav li {
    margin-bottom: 32px;
  }

  .footer .link-nav {
    font-size: 16px;
  }

  .footer .link-nec {
    font-size: 16px;
  }

  .footer__bottom {
    gap: 101px;
  }

  .footer .link-x2 {
    right: auto;
    left: 16px;
    bottom: 33px;
  }

  .hero__box-info .desc {
    -webkit-line-clamp: 3;
    font-size: 28px;
  }

  .logo-footer img {
    max-width: 250px;
    max-height: 64px;
  }

  .link-all {
    width: 188px;
    height: 48px;
    font-size: 15px;
  }

  .link-phone {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    background-color: var(--gray-500, #232323);
  }

  .link-phone .svg svg {
    width: 20px;
    height: 20px;
  }

  .link-phone .text {
    display: none;
  }

  .link-network {
    font-size: 18px;
  }

  .link-dark {
    font-size: 16px;
  }

  .link-light {
    font-size: 15px;
    width: 168px;
    font-size: 17px;
  }

  .btn-commun {
    width: 100%;
  }

  .switcher__label {
    width: 72px;
    height: 32px;
  }

  .switcher__status {
    font-size: 15px;
    line-height: 133.333%;
  }

  .commun-line {
    padding: 24px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .ending-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 6px;
    font-size: 14px;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--white);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    background-color: var(--green, #00CB62);
  }

  .card-counter {
    padding: 24px;
    min-height: 158px;
  }

  .card-counter .counter__number {
    font-size: 32px;
  }

  .card-counter .counter__desc {
    font-size: 18px;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-title__text {
    font-size: 28px;
  }

  .card-news__link {
    padding-bottom: 16px;
    min-height: 360px;
  }

  .card-news__top {
    min-height: 232px;
    max-height: 232px;
  }

  .card-news__top img {
    min-height: 232px;
    max-height: 232px;
  }

  .card-news__title {
    padding: 16px 16px 0 16px;
    font-size: 17px;
  }

  .section-count-bg {
    background-image: url(../img/section-count/bg1000.svg);
  }

  .section-count__main-desc {
    font-size: 26px;
  }

  .box-counter__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .press-center {
    padding: 48px 0 108px;
  }

  .box-swiper-type-1 {
    margin: 0 -16px;
  }

  .swiper-type-1 {
    padding: 0 16px;
  }

  .swiper-type-1__btns {
    padding-top: 18px;
  }

  .swiper-type-1-btn {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 550px) {
  .mt-124 {
    margin-top: 76px;
  }

  .mt-148 {
    margin-top: 108px;
  }

  .modal {
    padding: 20px 10px;
  }

  .section-count {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .section-count-bg {
    top: -108px;
    bottom: -108px;
  }
}