@charset "UTF-8";

/* auto-imports:start */

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, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
  font-family: var(--font-family);
  background-color: #000;
  /* background-color: var(--black, #141414); */
}

body:has(.about-info) .footer {
  border-radius: 0;
  border-top: none;
}

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;
}

.mb-148 {
  margin-bottom: 148px;
}

.wlt-30 {
  position: relative;
}

.wlt-30::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  width: 100%;
  height: 28px;
  border-radius: 28px 28px 0 0;
  background-color: var(--white);
}

.swiper-slide {
  height: auto;
}

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

img.Load,
img.Load--error {
  opacity: 0;
}

picture:has(img.Load--error) {
  opacity: 0;
}

div:has(img.Load) {
  position: relative;
}

div:has(img.Load)::after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  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;
}

@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;
}

.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;
  }
}

.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);
}

.burger {
  display: none;
}

.card-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
  gap: 16px;
}

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

.card-counter .counter__number.more {
  padding-left: 24px;
  /* background-image: url('../img/v.svg'); */
  background-repeat: no-repeat;
  background-position: center left;
}

.card-counter:has(span.active) .counter__number.more {
  background-image: url('../img/v.svg');
}

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

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

.card-counter .counter__number.number span {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.card-counter .counter__number.number span.active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* display: inline-block;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out; */
}

.card-counter .counter__number.hide {
  opacity: 0;
}

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

.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:has(.Load) {
  position: relative;
}

.card-news__top:has(.Load)::after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  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;
}

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

.card-news__top img.Load {
  opacity: 0;
}

.card-news__top img.Load--error {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.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: rgba(25, 25, 25, 0.36);
  backdrop-filter: blur(12px);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-news__bottom {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.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;
}

.card-news__desc {
  display: none;
}

.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%;
  justify-content: space-between;
}

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

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

.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-all-arrow {
  width: 100%;
  height: 68px;
  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: 12px;
  padding: 5px 32px;
  border-radius: 16px;
  color: var(--black, #141414);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  background-color: var(--gray-50, #F5F5F5);
}

.link-all-arrow .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;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--white, #FFF);
  border-radius: 100%;
  background-color: var(--green, #00CB62);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.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%;
  text-decoration: none !important;
}

.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%;
}

.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;
}

.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;
  width: 120px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo:has(.Load) {
  position: relative;
}

.logo:has(.Load)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
}

.logo:has(.Load)::after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  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;
}

.logo:has(.Load--error) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

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

.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;
}

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

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

.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%;
}

.hero-banner-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.hero-banner-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner-video.load {
  /* &::after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 5px solid var(--gray-50);
    border-top-color: var(--green, #15B747);
    border-radius: 50%;
    animation: spin 1s linear infinite;
  } */
}

.hero-banner-video.load video,
.hero-banner-video.load img,
.hero-banner-video.load iframe {
  opacity: 0;
}

.bx-breadcrumb {
  padding: 120px 0 28px;
}

.bx-breadcrumb-back {
  display: none;
}

.bx-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bx-breadcrumb__list::-webkit-scrollbar {
  display: none;
}

.bx-breadcrumb-item {
  color: #FFF;
  text-overflow: ellipsis;
  color: var(--black, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 142.857%;
}

.bx-breadcrumb-item:not(:first-child)::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
  border-radius: 50px;
  background-color: var(--green, #00CB62);
}

.bx-breadcrumb-item a {
  color: var(--gray-200, #646464);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.page-title {
  margin-bottom: 32px;
}

.page-title__line {
  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: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.page-title__date {
  padding: 8px 12px;
  border-radius: 12px;
  background-color: var(--black-light, #191919);
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.card-point {
  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;
  gap: 24px;
  height: 100%;
  padding: 36px;
  border-radius: 24px;
  background-color: var(--gray-100, #F7F7F7);
}

.card-point__icon {
  width: 56px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-point__icon img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-point__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: 8px;
}

.card-point__title {
  color: var(--black, #141414);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.22px;
}

.card-point__title br {
  display: none;
}

.card-point__desc {
  color: var(--black, #141414);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about-info {
  padding-top: 88px;
  padding-bottom: 88px;
  border-radius: 56px 56px 0 0;
  background-color: var(--gray-10, #F7F7F7);
}

.about-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.about-info__top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about-info__top *:not(:last-child) {
  margin-bottom: 20px;
}

.about-info__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-info {
  padding: 44px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  border-radius: 24px;
  background-color: var(--black, #141414);
}

.card-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.card-info__desc {
  color: var(--white, #FFF);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.card-info .main-logo {
  width: 258px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-info .main-logo img {
  width: 258px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-info .link-nec {
  width: 100%;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: var(--green, #00CB62);
}

.card-info .link-nec .svg {
  background-color: var(--white);
  color: var(--green, #00CB62);
}

.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;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.box-about__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 38px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  border-radius: 24px;
  background: rgba(19, 19, 19, 0.36);
  backdrop-filter: blur(10px);
}

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

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

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

.box-counter__list {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  @media (max-width: 1400px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  @media (max-width: 1000px) {
    grid-template-columns: 1fr;
  } */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer {
  position: relative;
  border-radius: 28px 28px 0 0;
  background-color: #191919;
  /* border-top: 1px solid var(--gray-80, #EDEDED); */
  overflow: hidden;
  min-height: 406px;
}

.footer .container {
  position: relative;
  min-height: 406px;
  display: flex;
}

.footer__wrapper {
  height: auto;
  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;
  justify-content: space-between;
}

.footer__wrapper-box-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 24px;
  -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 .link-nec .svg {
  color: var(--white, #FFF);
}

.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/darck-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .footer .link-x2 {
  position: absolute;
  right: 24px;
  bottom: 32px;
} */
 .footer .container {
  position: relative;
 }
.footer__energy {
  /* pointer-events: none; */
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer__energy p {
  opacity: 0;
}
.footer__energy::before {
  content: '';
  position: absolute;
  top: -135px;
  left: -16px;
  top: 10px;
  left: 20px;
  width: 94px;
  height: 336px;
  transform: rotate(-135deg);
  border-radius: 336px;
  background: var(--green, #00CB62);
  filter: blur(150px);
}
.header {
  margin-top: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

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

.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;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .header__line {
    padding: 14px 24px;
  }
}
.header__line::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  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;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white, #FFF);
  background-color: #000;
}

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

.hero__title {
  display: none;
}

.hero .background-hero {
  position: absolute;
  inset: 0;
  border-radius: 0 0 52px 52px;
  overflow: hidden;
}

.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: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#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);
  }
}

.press-center {
  position: relative;
  padding: 120px 0 148px;
}

.press-center__wrapper {
  position: relative;
}

.press-center__wrapper .link-all-arrow {
  position: absolute;
  right: 0;
  top: 480px;
  width: calc(50% - 14px);
}

.press-center__list {
  min-height: 564px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-right: calc(50% + 14px);
}

.press-center__list li:not(:first-child) {
  position: absolute;
}

.press-center__list li:nth-child(2) {
  top: 0;
  right: 0;
  width: calc(50% - 14px);
  height: 212px;
}

.press-center__list li:nth-child(2) .card-news__link {
  min-height: 212px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.press-center__list li:nth-child(2) .card-news__top {
  width: 282px;
  max-width: 282px;
  min-height: 212px;
  max-height: 212px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.press-center__list li:nth-child(2) .card-news__top img {
  min-height: 212px;
  max-height: 212px;
}

.press-center__list li:nth-child(3) {
  top: 240px;
  right: 0;
  width: calc(50% - 14px);
  height: 212px;
}

.press-center__list li:nth-child(3) .card-news__link {
  min-height: 212px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.press-center__list li:nth-child(3) .card-news__top {
  width: 282px;
  max-width: 282px;
  min-height: 212px;
  max-height: 212px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.press-center__list li:nth-child(3) .card-news__top img {
  min-height: 212px;
  max-height: 212px;
}

.section-count {
  position: relative;
  padding-top: 148px;
  padding-bottom: 176px;
  background-color: #000;
}

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

.section-count-bg {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 502px;
  bottom: 0;
  background-image: url(../img/section-count/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom -52px;
}

.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: 148px;
}

.section-count__main-desc {
  width: 100%;
  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);
}

.about-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 76px;
}

.about-hero__top {
  color: var(--black, #141414);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about-hero__top *:not(:last-child) {
  margin-bottom: 20px;
}

.about-hero__img {
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  height: 487px;
  min-height: 487px;
  max-height: 487px;
}

.about-hero__img img {
  width: 100%;
  height: 487px;
  min-height: 487px;
  max-height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-points__content {
  position: relative;
}

.about-points__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1078px;
  top: -148px;
  bottom: -148px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/about-points/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-points__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* auto-imports:end */

@media (min-width: 1001px) {
  .btn-commun:focus-visible,
  .btn-commun:hover {
    background-color: #03b057;
  }

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

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

  .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-all-arrow:focus-visible,
  .link-all-arrow:hover {
    color: var(--white, #FFF);
    background-color: var(--green);
  }

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

  .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);
  }

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

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

  .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%;
  }

  .bx-breadcrumb-item a:focus-visible,
  .bx-breadcrumb-item a:hover {
    color: var(--green, #00CB62);
  }

  .card-info .link-nec:focus-visible,
  .card-info .link-nec:hover {
    background-color: var(--white);
    color: var(--green, #00CB62);
  }

  .card-info .link-nec:focus-visible .svg,
  .card-info .link-nec:hover .svg {
    background-color: var(--green, #00CB62);
    color: var(--white);
  }

  .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;
  }

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

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

  .header__nav-close:focus-visible,
  .header__nav-close:hover {
    background-color: var(--green, #00cb62);
  }

  .press-center__list .card-news__top {
    border-radius: 20px;
  }

  .press-center__list .card-news__link {
    border-radius: 0;
  }

  .press-center__list .card-news__link:hover {
    background-color: transparent;
  }

  .press-center__list .card-news__link:focus-visible .card-news-time,
  .press-center__list .card-news__link:hover .card-news-time {
    background-color: var(--green);
  }

  .press-center__list .card-news__bottom {
    padding: 0;
  }

  .press-center__list .card-news__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .press-center__list .card-news__desc {
    color: var(--gray-200, #646464);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .press-center__list li:nth-child(1) .card-news__top {
    min-height: 408px;
    max-height: 408px;
  }

  .press-center__list li:nth-child(1) .card-news__top img {
    min-height: 408px;
    max-height: 408px;
  }

  .press-center__list li:nth-child(1) .card-news__bottom {
    padding: 20px 0 0 0;
  }

  .press-center__list li:nth-child(1) .card-news__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.22px;
  }

  .press-center__list li:nth-child(1) .card-news__desc {
    -webkit-line-clamp: 3;
  }
}

@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) {
  .commun-line__desc {
    font-size: 17px;
  }

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

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

  .switcher__label {
    width: 80px;
  }

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

  .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); */
  }

  .header__left {
    gap: 48px;
  }
}

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

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

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

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

  .mb-148 {
    margin-bottom: 124px;
  }

  .wlt-30::before {
    height: 32px;
    border-radius: 32px 32px 0 0;
  }

  .cookie {
    bottom: 24px;
  }

  .card-counter .counter {
    gap: 8px;
  }

  .card-counter .counter__number {
    font-size: 64px;
    line-height: 100%;
  }

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

  .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__bottom {
    gap: 8px;
    padding: 16px;
  }

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

  .link-nav {
    font-size: 17px;
    line-height: 141.176%;
  }

  .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: 28px;
  }

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

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

  .page-title__text {
    font-size: 32px;
    line-height: 120%;
  }

  .card-point {
    padding: 24px;
  }

  .card-point__icon {
    width: 48px;
    height: 48px;
  }

  .card-point__icon img {
    width: 48px;
    height: 48px;
  }

  .card-point__title br {
    display: block;
  }

  .card-point__desc {
    font-size: 17px;
  }

  .about-info {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .about-info__content {
    gap: 20px;
  }

  .about-info__top {
    font-size: 18px;
  }

  .card-info {
    padding: 24px;
    gap: 28px;
  }

  .card-info__top {
    gap: 24px;
  }

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

  .card-info .link-nec {
    height: 56px;
  }

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

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

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

  .box-about__left {
    padding: 34px 48px;
  }

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

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

  .header__nav-list {
    gap: 32px;
  }

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

  .press-center {
    padding: 36px 0 124px;
  }

  .press-center__wrapper .link-all-arrow {
    top: 405px;
    width: calc(50% - 10px);
  }

  .press-center__list {
    min-height: 468px;
    padding-right: calc(50% + 10px);
  }

  .press-center__list li:nth-child(2) {
    width: calc(50% - 10px);
    height: 184px;
  }

  .press-center__list li:nth-child(2) .card-news__link {
    min-height: 184px;
  }

  .press-center__list li:nth-child(2) .card-news__top {
    width: 184px;
    max-width: 184px;
    min-height: 184px;
    max-height: 184px;
  }

  .press-center__list li:nth-child(2) .card-news__top img {
    min-height: 184px;
    max-height: 184px;
  }

  .press-center__list li:nth-child(2) .card-news-time {
    top: 8px;
    left: 8px;
  }

  .press-center__list li:nth-child(3) {
    top: 204px;
    width: calc(50% - 10px);
    height: 184px;
  }

  .press-center__list li:nth-child(3) .card-news__link {
    min-height: 184px;
  }

  .press-center__list li:nth-child(3) .card-news__top {
    width: 184px;
    max-width: 184px;
    min-height: 184px;
    max-height: 184px;
  }

  .press-center__list li:nth-child(3) .card-news__top img {
    min-height: 184px;
    max-height: 184px;
  }

  .press-center__list li:nth-child(3) .card-news-time {
    top: 8px;
    left: 8px;
  }

  .section-count {
    padding-top: 124px;
    padding-bottom: 156px;
  }

  .section-count-bg {
    height: 306px;
    background-image: url(../img/section-count/bg1200.svg);
  }

  .section-count__content {
    gap: 124px;
  }

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

  .about-hero__content {
    gap: 56px;
  }

  .about-hero__top {
    font-size: 20px;
  }

  .about-hero__top *:not(:last-child) {
    margin-bottom: 16px;
  }

  .about-points__content::before {
    width: 752px;
    top: -124px;
    bottom: -124px;
    left: 24px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url("../img/about-points/bg1200.svg");
  }

  .about-points__list {
    gap: 20px;
  }
}

.box-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.box-info .name {
  color: var(--gray-200, #646464);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .box-info .name {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .box-info .name {
    font-size: 14px;
  }
}
.box-info .info {
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .box-info .info {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .box-info .info {
    font-size: 16px;
  }
}
.box-info .phone {
  width: fit-content;
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1001px) {
  .box-info .phone:focus-visible, .box-info .phone:hover {
    color: var(--green);
  }
}
@media (max-width: 1200px) {
  .box-info .phone {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .box-info .phone {
    font-size: 16px;
  }
}
.box-info .mail {
  width: fit-content;
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 1001px) {
  .box-info .mail:focus-visible, .box-info .mail:hover {
    color: var(--green);
  }
}
@media (max-width: 1200px) {
  .box-info .mail {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .box-info .mail {
    font-size: 16px;
  }
}

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

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

  .wlt-30::before {
    height: 28px;
    border-radius: 28px 28px 0 0;
  }

  .container {
    padding: 0 16px;
  }

  .cookie__window {
    padding: 20px;
    width: 330px;
  }

  .cookie__message {
    font-size: 15px;
    line-height: 120%;
  }

  .modal {
    padding: 30px 16px;
  }

  .btn-commun {
    width: 100%;
  }

  .burger {
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -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;
    background-color: transparent;
  }

  .card-counter .counter__number {
    font-size: 52px;
    line-height: 100%;
  }

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

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

  .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-time {
    backdrop-filter: none;
    background-color: var(--black-light, #191919);
  }

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

  .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;
  }

  .link-nav {
    font-size: 20px;
    line-height: 120%;
  }

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

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

  .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;
  }

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

  .logo {
    width: 100px;
    height: 40px;
  }

  .logo img {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

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

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

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

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

  .bx-breadcrumb {
    padding: 100px 0 24px;
  }

  .bx-breadcrumb-back {
    display: block;
  }

  .bx-breadcrumb-back__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
  }

  .bx-breadcrumb-back__link .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--green);
  }

  .bx-breadcrumb-back__link .text {
    color: var(--black, #141414);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .bx-breadcrumb__list {
    display: none;
  }

  .page-title {
    margin-bottom: 24px;
  }

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

  .page-title__date {
    font-size: 15px;
  }

  .about-info {
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 24px 24px 0 0;
  }

  .about-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .about-info__top {
    font-size: 16px;
  }

  .about-info__top *:not(:last-child) {
    margin-bottom: 16px;
  }

  .card-info {
    gap: 20px;
  }

  .card-info__top {
    gap: 20px;
  }

  .card-info__desc {
    font-size: 17px;
  }

  .card-info .main-logo {
    max-width: 100%;
    width: 280px;
    height: 65px;
  }

  .card-info .main-logo img {
    max-width: 100%;
    width: 280px;
    height: 65px;
  }

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

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

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

  .box-about__left {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .box-about__left p {
    font-size: 17px;
  }

  .box-about .main-logo {
    width: 280px;
    height: 65px;
  }

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

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

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

  .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-bg {
    left: auto;
    right: 0;
    top: auto;
    height: 490px;
    width: 158px;
    /* background-image: url(../img/footer/bg1000.svg); */
  }



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

  .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;
  }

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

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

  .press-center__wrapper {
    padding-bottom: 64px;
  }

  .press-center__wrapper .link-all-arrow {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .press-center__list {
    min-height: 360px;
    padding-right: 0;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }

  .press-center__list li:nth-child(2) {
    display: none;
  }

  .press-center__list li:nth-child(3) {
    display: none;
  }

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

  .section-count__content {
    gap: 108px;
  }

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

  .about-hero__content {
    gap: 36px;
  }

  .about-hero__top {
    font-size: 18px;
  }

  .about-hero__img {
    height: 272px;
    min-height: 272px;
    max-height: 272px;
  }

  .about-hero__img img {
    height: 272px;
    min-height: 272px;
    max-height: 272px;
  }

  .about-points__content::before {
    width: 360px;
    top: -108px;
    bottom: -108px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../img/about-points/bg1000.svg");
  }

  .about-points__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
}

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

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

  .mb-148 {
    margin-bottom: 108px;
  }

  .modal {
    padding: 20px 10px;
  }

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

@media (min-width: 1001px) and (max-width: 1200px) {
  .press-center__list .card-news__desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }

  .press-center__list li:nth-child(1) .card-news__top {
    min-height: 326px;
    max-height: 326px;
  }

  .press-center__list li:nth-child(1) .card-news__top img {
    min-height: 326px;
    max-height: 326px;
  }

  .press-center__list li:nth-child(1) .card-news__bottom {
    padding: 16px 0 0 0;
  }

  .press-center__list li:nth-child(1) .card-news__title {
    font-size: 20px;
  }
}