@charset "UTF-8";
@font-face {
  font-family: "AKONY";
  src: url("../fonts/AKONY/AKONY-Bold.eot");
  src: url("../fonts/AKONY/AKONY-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AKONY/AKONY-Bold.woff2") format("woff2"), url("../fonts/AKONY/AKONY-Bold.woff") format("woff"), url("../fonts/AKONY/AKONY-Bold.svg#AKONY-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/GolosText/q5uCsoe9Lv5t7Meb31EcEx58hLxR.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/GolosText/q5uCsoe9Lv5t7Meb31EcExd8hLxR.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/GolosText/q5uCsoe9Lv5t7Meb31EcEx18hLxR.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/GolosText/q5uCsoe9Lv5t7Meb31EcExN8hA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --white: #fff;
  --black: #1e1e1e;
  --grey: #999;
  --accent-green: #319966;
  --dark-grey: #292929;
  --border: rgba(255, 255, 255, 0.15);
  --additional-eaton-corporation: #1175c7;
  --font-family: "Golos Text", sans-serif;
  --second-family: "AKONY", sans-serif;
  --swiper-navigation-size: 5.5rem;
  --swiper-theme-color: #ffffff;
  --swiper-pagination-bullet-inactive-color: #ffffff;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 10px;
  }
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  background: var(--black);
  overflow-x: hidden;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--white);
  min-height: 100vh;
}
body.open-menu {
  overflow: hidden;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

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

button {
  cursor: pointer;
  border: none;
}

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

textarea {
  resize: none;
}

:active,
:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

.container {
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.6rem;
  }
}

.page-flex {
  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;
  position: relative;
  overflow-x: hidden;
}

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

.page {
  min-height: 100vh;
}

.main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.main-links a {
  border-radius: 0.5rem;
  height: 10rem;
  background: #fff;
  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;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 130%;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .main-links a {
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
  }
}

.share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.4rem;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .share-block {
    gap: 1.2rem;
    margin-top: 2.4rem;
    padding-top: 1.6rem;
  }
}
.share-block__link {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
.share-block__link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .share-block__link {
    font-size: 1.6rem;
  }
}

.socials {
  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: 0.8rem;
}
@media (max-width: 767px) {
  .socials {
    gap: 1.2rem;
  }
}
.socials__item {
  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: 5.6rem;
  height: 5.6rem;
  background: var(--dark-grey);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .socials__item {
    width: 3.2rem;
    height: 3.2rem;
  }
  .socials__item img {
    max-width: 1.4rem;
    max-height: 1.4rem;
  }
}

.ui-kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .tabs ul {
    gap: 0.6rem;
  }
}
.tabs ul::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.tabs ul li {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 4rem;
  padding: 1.4rem 1.6rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  border: 1.5px solid var(--border);
}
.tabs ul li.active, .tabs ul li:hover {
  background: var(--border);
}
@media (max-width: 992px) {
  .tabs ul li {
    font-size: 1.2rem;
    padding: 1rem 0.8rem;
  }
}
.tabs_green ul li.active, .tabs_green ul li:hover {
  background: var(--accent-green);
}
.tabs > div {
  padding-top: 3.2rem;
}
@media (max-width: 992px) {
  .tabs > div {
    padding-top: 2.4rem;
  }
}

.back-link {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  opacity: 0.5;
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .back-link {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .flex-title {
    margin-bottom: 2.4rem;
  }
}
.flex-title .button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.flex-title__intro {
  max-width: 77.3rem;
  max-width: 82.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;

}
.flex-title__intro_big {
  max-width: 87.4rem;
}
@media (max-width: 767px) {
  .flex-title__intro {
    gap: 1.2rem;
  }
}
.flex-title__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  opacity: 0.75;
}
@media (max-width: 767px) {
  .flex-title__text {
    font-size: 1.6rem;
    opacity: 1;
  }
}
.flex-title__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 13.6rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--accent-green);
}
@media (max-width: 767px) {
  .flex-title__title {
    font-size: 5.4rem;
    line-height: 80%;
    letter-spacing: -0.03em;
  }
}
.flex-title__subtitle {
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .flex-title__subtitle {
    margin-top: 0;
  }
}
.flex-title .h2 {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
}

.swiper-buttons {
  margin-top: -9.5rem;
  margin-bottom: 4rem;
  max-width: 124rem;
  padding-right: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: static;
}
@media (max-width: 992px) {
  .swiper-buttons {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 3rem;
  cursor: pointer;
  background: var(--dark-grey);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0;
  margin: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 2rem;
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .circles {
    gap: 0.8rem;
  }
}
.circles__circle {
  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: 4px solid var(--white);
  border-radius: 6.5rem;
  padding: 2.1rem 1.2rem;
  width: 12rem;
  height: 12rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .circles__circle {
    width: 7.6rem;
    height: 7.6rem;
    padding: 1.3rem 0.6rem;
    border-width: 2px;
    gap: 0.6rem;
  }
}
.circles__circle_bigger {
  width: 16rem;
  height: 16rem;
  border-radius: 9.5rem;
  padding: 2.3rem 1.2rem;
}
@media (max-width: 767px) {
  .circles__circle_bigger {
    width: 9rem;
    height: 9rem;
  }
}
.circles__circle_dont {
  border-color: #f00;
}
.circles__circle_dont:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f00;
  position: absolute;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circles__text {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 767px) {
  .circles__text {
    font-size: 0.8rem;
  }
}
.circles__count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media (max-width: 767px) {
  .circles__count {
    font-size: 1.8rem;
    font-size: 1.6rem;
  }
}
.circles__count_min {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .circles__count_min {
    font-size: 1rem;
  }
}
.circles__icon img {
  display: block;
}
@media (max-width: 767px) {
  .circles__icon img {
    max-height: 2.7rem;
  }
}

.breadcrumbs {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}
.breadcrumbs ul li {
  white-space: nowrap;
}
.breadcrumbs ul::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
@media (max-width: 767px) {
  .breadcrumbs ul {
    gap: 0.6rem;
  }
}

.desc-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--white);
}
@media (max-width: 767px) {
  .desc-text {
    font-size: 1.8rem;
    line-height: 130%;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.products-intro {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .products-intro {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.accent-block {
  border-radius: 0 0 200rem 200rem;
  padding: 2.4rem 2rem 0rem;
  width: 34.7rem;
  padding-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  background: var(--accent-green);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45.9rem;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.accent-block_center {
  gap: 2rem;
  padding-top: 3.7rem;
  padding-bottom: 5.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accent-block_blue {
  background: var(--additional-eaton-corporation);
}
@media (max-width: 767px) {
  .accent-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.accent-block__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--white);
}
@media (max-width: 767px) {
  .accent-block__text {
    font-size: 1.4rem;
  }
}
.accent-block__title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .accent-block__title {
    font-size: 2rem;
  }
}
.accent-block__img {
  margin-top: 2.8rem;
}
.accent-block__bem {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 90%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .accent-block__bem {
    font-size: 2.4rem;
  }
}

.docs-block {
  padding: 2.4rem;
  margin-bottom: 6rem;
  border: 3px solid var(--white);
  max-width: 40.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .docs-block {
    padding: 2rem;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.docs-block__link {
  padding-left: 2.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  background: url(../img/svg/icon-download_white.svg) left top no-repeat;
}
.docs-block__link:hover .docs-block__name {
  text-decoration: none;
}
@media (max-width: 767px) {
  .docs-block__link {
    font-size: 1.2rem;
    background-size: 1.4rem;
    padding-left: 2.2rem;
  }
}
.docs-block__name {
  text-decoration: underline;
}
.docs-block__weight {
  opacity: 0.4;
}

.block-b30 {
  padding: 2rem;
  width: 34.7rem;
  background: #F4F4F4;
}
@media (max-width: 767px) {
  .block-b30 {
    max-width: 34.7rem;
    width: 100%;
  }
}
.block-b30__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--black);
}
@media (max-width: 767px) {
  .block-b30__title {
    font-size: 5.4rem;
  }
}
.block-b30__subtitle {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--black);
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .block-b30__subtitle {
    font-size: 1.4rem;
  }
}
.block-b30__img {
  margin-bottom: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .block-b30__img img {
    max-height: 22rem;
  }
}
.block-b30__text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--black);
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .block-b30__text {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
}
.block-b30__ps {
  border-top: 1px solid rgba(30, 30, 30, 0.2);
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--black);
  opacity: 0.75;
}
@media (max-width: 767px) {
  .block-b30__ps {
    padding-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.block-wash {
  border: 1px solid var(--white);
  padding: 6.8rem 0;
  width: 34.7rem;
}
@media (max-width: 767px) {
  .block-wash {
    max-width: 34.7rem;
    width: 100%;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
.block-wash__title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #f4f4f4;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .block-wash__title {
    font-size: 2.4rem;
  }
}
.block-wash__subtitle {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  .block-wash__subtitle {
    font-size: 1.4rem;
  }
}
.block-wash__img {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .block-wash__img img {
    max-height: 22rem;
  }
}
.block-wash__count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  .block-wash__count {
    font-size: 5.4rem;
  }
}
.block-wash__age {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .block-wash__age {
    font-size: 2.4rem;
  }
}
.block-wash__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .block-wash__text {
    font-size: 1.4rem;
  }
}

.block-gost {
  width: 34.6rem;
  padding: 4.8rem 4rem 10rem 4rem;
  border-radius: 0 0 200rem 200rem;
  background: var(--accent-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .block-gost {
    max-width: 34.7rem;
    width: 100%;
  }
}
.block-gost__title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .block-gost__title {
    font-size: 2.4rem;
  }
}
.block-gost__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0.75;
  margin-bottom: 7.4rem;
}
@media (max-width: 767px) {
  .block-gost__text {
    font-size: 1.4rem;
    margin-bottom: 4.4rem;
  }
}
.block-gost__ps {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767px) {
  .block-gost__ps {
    font-size: 1.8rem;
  }
}

.block-vacancy {
  width: 46rem;
  padding: 2rem 1.6rem 2rem 1.6rem;
  min-height: 72.4rem;
  border-radius: 0 0 200rem 200rem;
  background: url(../img/vacancies/bg.png) center bottom no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .block-vacancy {
    max-width: 34.7rem;
    width: 100%;
    min-height: 46.9rem;
    padding: 2.4rem 1.6rem;
  }
}
.block-vacancy__title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .block-vacancy__title {
    font-size: 2.4rem;
  }
}
.block-vacancy__text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.block-vacancy__text a {
  display: block;
}
@media (max-width: 767px) {
  .block-vacancy__text {
    font-size: 1.6rem;
  }
}

.links li {
  margin-bottom: 1rem;
}
.links a {
  text-decoration: underline;
  display: block;
  margin-top: 1rem;
}
.links a:hover {
  text-decoration: none;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--white);
  border-radius: 20rem;
  padding: 4.4rem 8.9rem;
  height: 14.4rem;
  font-weight: 600;
  font-size: 4.3rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  background: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
@media (max-width: 767px) {
  .button {
    font-size: 2rem;
    padding: 2rem 3.2rem;
    height: 6.6rem;
  }
}
.button_min {
  font-size: 1.6rem;
  padding: 1.2rem 1.6rem;
  height: 4.8rem;
}
@media (max-width: 767px) {
  .button_min {
    padding: 0.8rem 1.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.button_middle {
  font-size: 1.8rem;
  padding: 0;
  height: 9.1rem;
  border: 2px solid var(--grey);
  color: var(--grey);
}
@media (max-width: 767px) {
  .button_middle {
    height: 6.4rem;
    font-size: 1.2rem;
  }
}
.button_light:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.button_download {
  padding: 0rem 7.6rem;
  height: 9.1rem;
  font-size: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .button_download {
    padding: 0;
    width: 100%;
    height: 6.4rem;
    font-size: 1.2rem;
  }
}
.button_download span {
  opacity: 0.5;
}
.button:hover {
  background: var(--accent-green);
  border-color: var(--accent-green);
  color: var(--white);
}
@media (max-width: 767px) {
  .button.show-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .button.hide-mobile {
    display: none;
  }
}

.hamburger {
  padding: 0;
  background: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  background: none;
}
@media (max-width: 992px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__button {
  cursor: pointer;
  background: none;
  padding: 0;
  position: relative;
  z-index: 999;
  width: 2.4rem;
  height: 1.6rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}
.hamburger__button span {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
}
.hamburger__button span:nth-child(1) {
  top: 0;
}
.open-menu .hamburger__button span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 4px;
}
.hamburger__button span:nth-child(2) {
  top: 7px;
  width: 100%;
}
.open-menu .hamburger__button span:nth-child(2) {
  opacity: 0;
  right: -6rem;
}
.hamburger__button span:nth-child(3) {
  top: 14px;
}
.open-menu .hamburger__button span:nth-child(3) {
  top: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .logo {
    max-width: 11rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.logo img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.header {
  position: relative;
  padding: 2rem 0;
  position: relative;
  z-index: 100;
}
.open-menu .header {
  background: var(--black);
}
@media (max-width: 992px) {
  .header {
    padding: 2.4rem 0;
  }
}
.header__inner {
  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: 1.6rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .header__inner {
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

.search {
  padding: 1.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin-left: auto;
}
.search__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .search {
    padding: 0;
  }
  .open-menu .search {
    display: none;
  }
  .search__name {
    display: none;
  }
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }
  .open-menu .header-new-popup .nav {
    display: block;
    margin-bottom: 10rem;
  }
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .nav > ul {
    -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: flex-start;
  }
}
.nav a {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  padding: 1.2rem 1.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav a:hover, .open-submenu .nav a {
  color: var(--accent-green);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 992px) {
  .nav a {
    padding: 0;
  }
}
.nav__parent {
  position: relative;
}
.nav__parent > a {
  position: relative;
  padding: 1.2rem 1.6rem;
  padding-right: 2.4rem;
}
@media (max-width: 992px) {
  .nav__parent > a {
    padding: 0;
    padding-right: 2.4rem;
  }
}
.nav__parent > a:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/svg/icon-arrow.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  right: 1rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  .nav__parent > a:after {
    top: 0.6rem;
  }
}
.nav__parent > a:hover:after, .open-submenu .nav__parent > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(39%) saturate(637%) hue-rotate(98deg) brightness(92%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(50%) sepia(39%) saturate(637%) hue-rotate(98deg) brightness(92%) contrast(91%);
}
.nav__parent > ul {
  list-style: none;
  width: 25.5rem;
  padding: 0;
  margin: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  background: var(--dark-grey);
}
.nav__parent > ul li a {
  padding: 0.8rem 1.6rem;
}
@media (max-width: 992px) {
  .nav__parent > ul li a {
    padding: 0.5rem 0rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .nav__parent > ul {
    position: static;
    background: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .nav__parent.open-submenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
  }
}
.nav__parent:hover > a {
  background: var(--dark-grey);
}
@media (max-width: 992px) {
  .nav__parent:hover > a {
    background: none;
  }
}
@media (min-width: 993px) {
  .nav__parent:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-new-popup {
  background: var(--black);
  width: 100vw;
  height: 100vh;
  position: relative;
  padding: 0rem 1.6rem;
  padding-top: 10.8rem;
  padding-bottom: 2.4rem;
  position: absolute;
  top: 0px;
  left: -100vw;
  margin: auto;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
  overflow-y: auto;
}
.open-menu .header-new-popup {
  left: 0;
}
.header-new-popup .footer__top {
  margin-top: auto;
}

.footer {
  padding: 4rem 0;
  padding-bottom: 6rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 2.4rem 0;
    padding-bottom: 4.4rem;
    margin-top: 6rem;
  }
}
.footer__top {
  text-align: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.5rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .footer__top {
    margin-bottom: 4.8rem;
    gap: 2.4rem;
  }
}
.footer__contacts {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .footer__contacts {
    font-size: 1.8rem;
    gap: 0.4rem;
  }
}
.footer__contacts a {
  text-decoration: none;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7rem;
}
@media (max-width: 767px) {
  .footer__menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.2rem;
  }
}
.footer__menu ul li a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--grey);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .footer__menu ul li a {
    font-size: 1rem;
  }
}
.footer__menu ul li a:hover {
  color: var(--white);
}
.footer__made-in {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--grey);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .footer__made-in {
    font-size: 1rem;
  }
}
.footer__made-in:hover {
  color: var(--white);
}

.use-cookie {
  background: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1.2rem 4rem;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .use-cookie {
    padding: 1.2rem 1.6rem;
  }
}
.use-cookie__content {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
}
.use-cookie__content a {
  color: var(--accent-green);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.use-cookie__content a:hover {
  text-decoration: underline;
}
.use-cookie .button.button_min {
  font-size: 1.2rem;
  padding: 0.8rem 1.2rem;
  height: 2.9rem;
}

h1,
.h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 9rem;
  font-size:8rem;
  line-height: 80%;
  letter-spacing: -0.03em;
  color: var(--accent-green);
  margin-bottom: 6rem;
  word-break: break-word;
  line-height:100%;
}
h1_light,
.h1_light {
  color: var(--white);
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-family: var(--font-family);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3.9rem;
    line-height: 90%;

    margin-bottom: 2.4rem;
  }
}

.h1_min {
  font-size: 6.2rem;
}
.h1_min_68{
  font-size:5.8rem;
}
@media (max-width: 767px) {
  .h1_min {
    font-size: 3.9rem;
  }
}
.h1_middle {
  font-size: 8.6rem;
}
@media (max-width: 767px) {
  .h1_middle {
    font-size: 3.9rem;
  }
}
.h1_small {
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  .h1_small {
    font-size: 3.9rem;
  }
}

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 6.4rem;
  font-size:6rem;
  line-height: 90%;
  line-height:110%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 3.2rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-weight: 800;
    font-size: 3.4rem;
    line-height: 90%;
    margin-bottom: 1.6rem;
  }
}

.h2_min {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .h2_min {
    font-size: 3.4rem;
  }
}

.content {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .content {
    padding-top: 1.6rem;
  }
}
.content__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
}
@media (max-width: 767px) {
  .content__text {
    font-size: 1.6rem;
  }
}
.content__text p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.content__text ul,
.content__text ol {
  padding-left: 2.6rem;
}
.content__text ul:not(:last-child),
.content__text ol:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .content__text ul:not(:last-child),
  .content__text ol:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.form__inner {
  max-width: 51.6rem;
}
@media (max-width: 992px) {
  .form-table-scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .form-table-scroll::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.form-table {
  color: #202224;
  font-size: 1.4rem;
  max-width: 107.4rem;
  width: 100%;
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .form-table {
    width: 90rem;
  }
}
.form-table_order {
  max-width: 100%;
  margin-bottom: 6rem;
}
.form-table__row {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 20%;
  padding: 1.5rem 2rem;
  gap: 1%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  padding: 3.2rem 2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-table__row {
    padding: 1.6rem 2rem;
  }
}
.form-table__row_3 {
  grid-template-columns: 20% 25% auto;
}
.form-table__row_head {
  background: #dbe2f2;
  border-radius: 1.2rem;
  font-weight: 700;
  border: none;
}
.form-table__input {
  width: 100%;
  color: #202224;
  border: none;
  background: none;
}
.form-block {
  margin-bottom: 1.6rem;
  position: relative;
}
.form-block_file {
  position: relative;
}
.form-block_file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}
.form-block_file .form-file-text {
  display: block;
  margin-bottom: 0.8rem;
}
.form-block_file .form-file-btn {
  border: 1px solid #d8d8d8;
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem;
  background: #fff;
  height: 5.6rem;
  width: 100%;
  font-size: 1.8rem;
  color: #1e1e1e;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  background-image: url(../img/icon-load.svg);
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
  padding-right: 4.5rem;
  cursor: pointer;
}
.form-block_error-text {
  color: rgb(255, 0, 0);
  margin-top: 1rem;
}
.form-buttons {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .form-buttons {
    margin-top: 4rem;
  }
}
.form-label {
  display: block;
  font-weight: 400;
  padding: 2rem 0;
  height: 6.4rem;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  top: 0;
  left: 0;
  opacity: 0.8;
}
.form-input {
  border: none;
  border-bottom: 1px solid var(--grey);
  padding: 2rem 0rem;
  background: none;
  height: 6.4rem;
  width: 100%;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .form-input {
    font-size: 1.6rem;
    padding: 1rem 0;
    height: 5.6rem;
  }
}
.form-input + .form-input {
  margin-top: 1rem;
}
.form-input:not(:-moz-placeholder-shown) + .form-label {
  top: -2rem;
  font-size: 1.2rem;
}
.form-input:not(:-ms-input-placeholder) + .form-label {
  top: -2rem;
  font-size: 1.2rem;
}
.form-input:focus + .form-label, .form-input:not(:placeholder-shown) + .form-label {
  top: -2rem;
  font-size: 1.2rem;
}
.form-input.error {
  border-color: #f00;
}
.form-input::-webkit-input-placeholder {
  color: var(--white);
  opacity: 0.8;
}
.form-input::-moz-placeholder {
  color: var(--white);
  opacity: 0.8;
}
.form-input:-ms-input-placeholder {
  color: var(--white);
  opacity: 0.8;
}
.form-input::-ms-input-placeholder {
  color: var(--white);
  opacity: 0.8;
}
.form-input::placeholder {
  color: var(--white);
  opacity: 0.8;
}
.form-block_success .form-input {
  border-color: rgb(0, 182, 155);
}
.form-block_error .form-input {
  border-color: rgb(255, 0, 0);
}
.form-ps {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 2rem;
}
.form-ps a{
  text-decoration:underline;
}
.form-ps a:hover{
  text-decoration:none;
}
@media (max-width: 767px) {
  .form-ps {
    font-size: 0.8rem;
    margin-top: 1.2rem;
  }
}
.form-subtitle {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .form-subtitle {
    font-size: 1.8rem;
  }
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-checkbox__checkbox {
  display: none;
}
.custom-checkbox__span {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid #858688;
  background: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.custom-checkbox__span, .custom-checkbox__label {
  display: block;
}
.custom-checkbox__label {
  cursor: pointer;
  font-size: 1.6rem;
}
.custom-checkbox__label a {
  text-decoration: underline;
}
.custom-checkbox__label a:hover {
  text-decoration: none;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.5rem;
}

.custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.custom-radio + .custom-radio {
  margin-top: 1.6rem;
}
.custom-radio__radio {
  display: none;
}
.custom-radio__span {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid var(--grey);
  border-radius: 999px;
  cursor: pointer;
  background: none;
}
@media (max-width: 767px) {
  .custom-radio__span {
    width: 2rem;
    height: 2rem;
    border-width: 1.67px;
  }
}
.custom-radio__span, .custom-radio__label {
  display: block;
}
.custom-radio__span {
  margin-top: 0.2rem;
}
.custom-radio__label {
  color: var(--white);
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .custom-radio__label {
    font-size: 1.6rem;
  }
}
.custom-radio__label a {
  text-decoration: underline;
}
.custom-radio__label a:hover {
  text-decoration: none;
}
.custom-radio__radio:checked + .custom-radio__span {
  border-color: var(--accent-green);
}
.custom-radio__radio:checked + .custom-radio__span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 99px;
  background: var(--accent-green);
  left: 0.4rem;
  top: 0.4rem;
}
@media (max-width: 767px) {
  .custom-radio__radio:checked + .custom-radio__span::before {
    width: 1rem;
    height: 1rem;
  }
}
.custom-radio__radio:checked + .custom-radio__span + .custom-radio__label {
  color: var(--accent-green);
}

.form-docs {
  margin-top: 4rem;
  margin-bottom: 6rem;
  /* Список файлов */
}
@media (max-width: 767px) {
  .form-docs {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .form-docs .input-file-row {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .form-docs .input-file-row::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.form-docs .input-file {
  position: relative;
  width: 100%;
  background: none;
  border: 1px dashed var(--grey);
  border-radius: 1.6rem;
  padding: 2.4rem;
  font-weight: 600;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 767px) {
  .form-docs .input-file {
    padding: 2.4rem 1.6rem;
    font-weight: 400;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }
}
.form-docs .input-file span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.form-docs .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.form-docs .input-file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .form-docs .input-file-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.form-docs .input-file-list-item {
  width: 100%;
  border: 1px dashed var(--grey);
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.form-docs .input-file-list-icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/icon-doc.svg) center no-repeat;
  display: none;
}
.form-docs .input-file-list-name {
  font-weight: 400;
  font-size: 1.8rem;
  opacity: 0.8;
  display: block;
  word-break: break-word;
  overflow: hidden;
}
.form-docs .input-file-list-remove {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon-close.svg) center no-repeat;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  display: none;
}

.form-select {
  border: 0.6px solid #d5d5d5;
  border-radius: 0.8rem;
  height: 5.6rem;
  width: 100%;
  background: #fcfdfd;
  padding: 0 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0em;
  color: #1e1e1e;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
}

.partners .h1 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .partners .h1 {
    margin-bottom: 1.6rem;
  }
}
.partners__text {
  margin-bottom: 4rem;
}
.partners__items {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .partners__items {
    margin-bottom: 6rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.partners__item {
  aspect-ratio: 295/416;
  border-radius: 0.4rem;
  padding: 2rem;
  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;
  background: #2c2c2c;
}
.partners__item img{
  max-width:10rem;
  max-height:10rem;
}
@media (max-width: 767px) {
  .partners__item {
    padding: 1.6rem;
    aspect-ratio: 167/260;
  }
}

.documents .h1 {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .documents .h1 {
    margin-bottom: 1.6rem;
  }
}
.documents__items {
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .documents__items {
    margin-top: 2rem;
  }
}
.documents__item {
  padding: 2.4rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .documents__item {
    padding: 2rem 0;
  }
}
.documents__item:last-child {
  padding-bottom: 0;
  border: none;
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .document {
    gap: 0.8rem;
  }
}
.document__name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent-green);
  display: block;
  padding-left: 3.2rem;
  background: url(../img/svg/icon-download.svg) left center no-repeat;
}
@media (max-width: 767px) {
  .document__name {
    font-weight: 800;
    font-size: 1.8rem;
    background-size: 2rem;
  }
}
.document__desc {
  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;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--grey);
  gap: 1.1rem;
}
@media (max-width: 767px) {
  .document__desc {
    font-size: 0.8rem;
  }
}
.document__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
}
.document__option:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background: var(--grey);
}
.document__option:last-child:after {
  display: none;
}

.services .h1 {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .services .h1 {
    margin-bottom: 1.6rem;
  }
}
.services__items {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
@media (max-width: 1200px) {
  .services__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__items {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__item {
  aspect-ratio: 395/220;
  border-radius: 4px;
  padding: 2rem 2rem 2.4rem;
  background: var(--dark-grey);
  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;
}
@media (max-width: 767px) {
  .services__item {
    aspect-ratio: 343/184;
  }
}
.services__name {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--white);
  max-width: 25rem;
}
@media (max-width: 767px) {
  .services__name {
    font-size: 1.8rem;
  }
}

.licenses .h1 {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .licenses .h1 {
    margin-bottom: 1.6rem;
  }
}
.licenses__tabs {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .licenses__tabs {
    margin-top: 4rem;
  }
}

.section-map {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .section-map {
    margin-bottom: 6rem;
  }
}
.section-map__logos {
  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: center;
  gap: 2.4rem;
  margin-top: auto;
  flex-wrap:wrap;
}
.section-map__logo{
  flex:none;
}
.section-map__logo img{
  width:100%;
  max-height:8rem;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .section-map__logos {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 0;
    flex-wrap:nowrap;
  }
  .section-map__logos::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-map__logo {
    width: 10rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 1.4rem;
    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;
  }
  .section-map__logo img {
    max-height: 4.6rem;
  }
}
.section-map__img {
  position: relative;
  margin-bottom: 6rem;
  margin-top: -30rem;
  z-index: 0;
}
.section-map__img img {
  display: block;
}
@media (max-width: 767px) {
  .section-map__img {
    margin-top: -5rem;
    margin-bottom: 1.4rem;
  }
}
.section-map__circle {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-map__circle {
    width: 2.4rem;
    height: 2.4rem;
  }
  .section-map__circle svg {
    max-width: 100%;
    max-height: 100%;
  }
}
.section-map__circle svg circle {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-map__circle:hover svg circle {
  fill: #1A6A43;
}
.section-map__popup {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  left: 4.5rem;
  bottom: 4rem;
}
@media (max-width: 767px) {
  .section-map__popup {
    bottom: 2.4rem;
    left: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 18.2rem;
  }
  .section-map__pin_13 .section-map__popup, .section-map__pin_14 .section-map__popup, .section-map__pin_15 .section-map__popup {
    left: auto;
    right: 2.5rem;
  }
}
.section-map__popup-img {
  width: 20.5rem;
  overflow: hidden;
  /*height: 100%;*/
}
@media (max-width: 767px) {
  .section-map__popup-img {
    width: 100%;
    height: 9.5rem;
  }
}
.section-map__popup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-map__popup-desc {
  padding: 2rem 1.6rem;
  width: 22.1rem;
  background: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  min-height: 19.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-map__popup-desc {
    width: 100%;
    min-height: 19.4rem;
    padding: 1.6rem 1.2rem;
    min-height: 14.3rem;
  }
}
.section-map__popup-name {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--white);
}
a.section-map__popup-name{
  text-decoration:underline;
}
a.section-map__popup-name:hover{
  text-decoration:none;
}
.section-map__pin {
  position: absolute;
  z-index: 2;
}
.section-map__pin.active {
  z-index: 3;
}
.section-map__pin.active .section-map__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-map__pin_1 {/*Москва*/
  top: 41.2rem;
  left: 11.1rem;
  top: 58.2743988685%;
  left: 9.25%;
}
.section-map__pin_2 {/*Самара*/
  top: 49.6rem;
  left: 11.3rem;
  top: 72.155587%;
    left: 15.416667%;
}
.section-map__pin_3 {/*Смоленск*/
  top: 31.9rem;
      top: 53.120226%;
    left: 5.916667%;
}
.section-map__pin_4 {/*Ярославль*/
  top: 42.8rem;
  top: 53.537482%;
    left: 12.083333%;
}
.section-map__pin_5 {/*Нижний Новгород*/
  top: 39.4rem;
      top: 60.72843%;
    left: 13.166667%;
}
.section-map__pin_6 {/*Екатеринбург*/
  top: 43.7rem;
      top: 69.810467%;
    left: 26.75%;
}
.section-map__pin_7 {/*Казань*/
  top: 50.8rem;
  top: 66.8529%;
    left: 17.833333%;
}
.section-map__pin_8 {/*Санкт-петербург*/
  top: 39.5rem;
  top: 42.869873%;
    left: 10%;
}
.section-map__pin_9 {/*Тюмень*/
  top: 49.5rem;
      top: 74.014144%;
    left: 29.583333%;
}
.section-map__pin_10 {/*Калуга*/
  top: 45.5rem;
  top: 62.356436%;
    left: 6.5%;
}
.section-map__pin_11 {/*Мурманск*/
  top: 55.4rem;
  top: 37.359264%;
    left: 16.916667%;
}
.section-map__pin_12 {/*Кашира*/
   top: 59.5%;
  left: 10%;
}
.section-map__pin_13 {/*Таганрог*/
  top: 52.9rem;
  top: 73.823197%;
  left: 2.666667%;
}
.section-map__pin_14 {/*Махачкала*/
  top: 45.6rem;
 top: 88.497878%;
    left: 4.583333%;
}
.section-map__pin_15 {/*Ижевск*/
  top: 24.6rem;
  top: 63.794908%;
    left: 20.75%;
}

.section-map__pin_16 {/*Владивосток*/
    top: 91%;
    left: 89%;
}
.section-map__pin_17 {/*Хабаровск*/
  top: 78%;
    left: 87%;
}
.section-map__pin_18 {/*Вологда*/
    top: 52%;
    left: 14%;
}
.section-map__pin_19 {/*Сыктывкар*/
  top: 53%;
    left: 22%;
}
.section-map__pin_20 {/*Калиниград*/
      top: 42%;
    left: 0%;
}

.section-map__pin_21 {/*Петрозаводск*/
  top: 43%;
  left: 14%;
}
.section-map__pin_22 {/*Белгород*/
  top: 64%;
  left: 4%;
}
.section-map__pin_23 {/*Анапа*/
  top: 77%;
  left: 0;
}
.section-map__pin_24 {/*Ростов-на-Дону*/
  top: 74.5%;
  left: 3%;
}
.section-map__pin_25 {/*Геленджик*/
  top: 80%;
  left: 0.5%;
}

.section-map__pin_26 {/*Сочи*/
  top: 84%;
  left: 1.75%;
}
.section-map__pin_27 {/*Гудермес*/
  top: 81%;
  left: 6%;
}
.section-map__pin_28 {/*Грозный*/
  top: 80%;
  left: 6.5%;
}
.section-map__pin_29 {/*Уфа*/
    top: 74%;
    left: 20%;
}
.section-map__pin_30 {/*Челябинск*/
  top: 75%;
  left: 24%;
}
.section-map__pin_31 {/*Саранск*/
  top: 65%;
  left: 12%;
}
.section-map__pin_32 {/*Пермь*/
  top: 65%;
  left: 23%;
}
.section-map__pin_33 {/*-Глазов*/
  top: 61%;
  left: 20%;
}
.section-map__pin_34 {/*Инта*/
  top: 50%;
  left: 30%;
}
.section-map__pin_35 {/*Новосибирск*/
  top: 82%;
  left: 40%;
}
.section-map__pin_36 {/*Кызыл*/
  top: 90%;
  left: 51%;
}
.section-map__pin_37 {/*Красноярск*/
  top: 84%;
  left: 50%;
}
.section-map__pin_38 {/*-Тайшет(БАМ)*/
  top: 85%;
  left: 52%;
}


.section-map__pin-empty{
  opacity: 0.6;
}

.search-page {
  padding-top: 3.2rem;
}
@media (max-width: 992px) {
  .search-page {
    padding-top: 1.6rem;
  }
}
.search-page-form {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .search-page-form {
    margin-bottom: 2.4rem;
  }
}
.search-page-form form{
  position: relative;
}
.search-page-form__input {
  height: 8.8rem;
  border: none;
  border-bottom: 1px solid var(--border);
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  background: none;
  width: 100%;
  color: var(--white);
  padding-right: 9.8rem;
}
.search-page-form__submit{
  height: 8.8rem;
  width:8.8rem;
  background:none;
  border:none;
  padding:0.5rem;
  position: absolute;
  right:0;
  bottom:0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}
.search-page-form__submit:hover{
  opacity:1;
}
@media (max-width: 992px) {
  .search-page-form__input {
    font-size: 2.8rem;
    height: 6rem;
    padding-right: 7rem;
  }
  .search-page-form__submit{
    height:6rem;
    width:6rem;
  }
}
.search-page-form__input::-webkit-input-placeholder {
  color: var(--border);
}
.search-page-form__input::-moz-placeholder {
  color: var(--border);
}
.search-page-form__input:-ms-input-placeholder {
  color: var(--border);
}
.search-page-form__input::-ms-input-placeholder {
  color: var(--border);
}
.search-page-form__input::placeholder {
  color: var(--border);
}
.search-page__documents {
  padding-left: calc(50vw - 61rem);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .search-page__documents {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .search-page__documents .swiper {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .search-page__documents {
    margin-bottom: 3.2rem;
    padding-bottom: 0;
  }
  .search-page__documents .swiper {
    padding-bottom: 0;
  }
}
.search-page__documents-title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .search-page__documents-title {
    font-size: 2.4rem;
  }
}
.search-page__pages-count {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.5;
  margin-bottom: 3.4rem;
}
@media (max-width: 992px) {
  .search-page__pages-count {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.search-page__not-found {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .search-page__not-found {
    margin-bottom: 6rem;
  }
}
.search-page__not-found-inner {
  padding-top: 7rem;
  padding-bottom: 12.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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: 2rem;
  border-bottom: 1px solid var(--white);
}
@media (max-width: 992px) {
  .search-page__not-found-inner {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}
@media (max-width: 992px) {
  .search-page__not-found-icon {
    width: 6rem;
  }
}
.search-page__not-found-text {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  text-align: center;
  color: var(--border);
}
@media (max-width: 992px) {
  .search-page__not-found-text {
    font-size: 2.8rem;
  }
}

.search-documents__doc {
  border-radius: 0.4rem;
  padding: 2rem 2rem 2.4rem;
  max-width: 29.5rem;
  min-height: 17.8rem;
  background: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 992px) {
  .search-documents__doc {
    max-width: 21.2rem;
    min-height: 14.4rem;
  }
}
.search-documents__doc-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.search-documents__doc-name {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .search-documents__doc-name {
    font-size: 1.8rem;
  }
}
.search-pages__item {
  padding-top: 1.2rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .search-pages__item {
    padding: 1.6rem 0;
  }
}
.search-pages__item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.search-pages__item-name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent-green);
  display: block;
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .search-pages__item-name {
    font-size: 1.8rem;
  }
}
.search-pages__item-breadcrumbs {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .search-pages__item-breadcrumbs {
    font-size: 0.8rem;
  }
}
.search-pages__item-preview {
  max-width: 86rem;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
@media (max-width: 992px) {
  .search-pages__item-preview {
    font-size: 1.6rem;
  }
}

.company {
  margin-bottom: 6rem;
}
.company__intro {
  position: relative;
  height: 100vh;
  margin-top: -8.8rem;
  padding-top: 12.8rem;
  margin-bottom: 4rem;
  overflow: hidden;
  background: url(../img/company/main.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .company__intro {
    margin-bottom: 6rem;
    margin-top: -7.2rem;
    padding-top: 8.8rem;
    background-position: top right;
  }
}
.company-history {
  margin-bottom: 16.4rem;
}
@media (max-width: 767px) {
  .company-history {
    margin-bottom: 6rem;
  }
}
.company-history__slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .company-history__slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .company-history__slider .swiper {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 767px) {
  .company-history__slider {
    padding-bottom: 4rem;
  }
}
.company__vacancy {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .company__vacancy {
    margin: 6rem 0;
  }
}
.company__vacancy-inner {
  padding: 4rem;
  height: 66rem;
  background: url(../img/company/vacancy-man.png) bottom right no-repeat var(--accent-green);
}
@media (max-width: 767px) {
  .company__vacancy-inner {
    padding: 2.4rem 1.6rem 0 1.6rem;
    background: var(--accent-green);
    height: auto;
  }
}
.company__vacancy-count {
  font-weight: 700;
  font-size: 9rem;
  line-height: 80%;
  letter-spacing: -0.03em;
  color: var(--white);
  font-family: var(--second-family);
}
@media (max-width: 767px) {
  .company__vacancy-count {
    font-size: 54px;
    line-height: 80%;
  }
}
.company__vacancy-name {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
  color: var(--white);
  max-width: 57rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .company__vacancy-name {
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
  }
}
.company__vacancy-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  opacity: 0.75;
  max-width: 57rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .company__vacancy-text {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}

.history-slider__slide {
  width: 29.5rem;
  height: 37rem;
  background: #292929;
  padding: 2rem 2.6rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}
.history-slider__year {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 2;
}
.history-slider__text {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.5;
  position: relative;
  z-index: 2;
}
.history-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.history-slider__img:before{
  content:'';
  display:block;
  width:100%;
  height:200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
.history-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects {
  padding-top: 7rem;
  margin-bottom: 19rem;
}
@media (max-width: 767px) {
  .projects {
    padding-top: 4rem;
    margin-bottom: 5rem;
  }
}
.projects__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 992px) {
  .projects__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .projects__items {
    grid-template-columns: 1fr;
  }
}
.projects__item-img {
  height: 27rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .projects__item-img {
    height: 19.7rem;
  }
}
.projects__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects__item-desc {
  background: var(--dark-grey);
  padding: 2rem 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  min-height: 27.4rem;
}
@media (max-width: 767px) {
  .projects__item-desc {
    min-height: 19.5rem;
    padding: 1.6rem 1.6rem 2rem;
  }
}
.projects__item-date {
  opacity: 0.4;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media (max-width: 767px) {
  .projects__item-date {
    font-size: 1.2rem;
  }
}
.projects__item-name {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .projects__item-name {
    font-size: 1.8rem;
  }
}
.projects__item-name:hover {
  color: var(--accent-green);
}
.projects__item .button {
  margin-top: auto;
}

.project {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .project {
    padding-top: 0.4rem;
  }
}
.project__date {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  opacity: 0.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .project__date {
    font-size: 1.6rem;
  }
}
.project__photos {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .project__photos {
    margin-bottom: 6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.project__photos .swiper-buttons {
  margin-top: 2.4rem;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .project-photos-slider {
    padding-bottom: 2.6rem;
  }
}
.project-photos-slider .swiper-slide{
  text-align:center;
}
.project-photos-slider .swiper-slide img{
  max-height:60rem;
  width:auto;
}
.project__description {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding-top: 7rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .project__description {
    padding: 0;
    border: none;
    margin-bottom: 6rem;
  }
}
.project__params {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--white);
  padding: 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.project__params-value {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .project__params {
    font-size: 1.6rem;
    gap: 1.6rem;
    padding: 2rem 0;
  }
}
.project-also__title {
  max-width: 89.3rem;
}
.project-also__slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .project-also__slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .project-also__slider .swiper {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .project-also__slider {
    padding-bottom: 2.6rem;
  }
}
.project-also__slider .projects__item {
  width: 39.4rem;
}
@media (max-width: 767px) {
  .project-also__slider .projects__item {
    width: 34.3rem;
  }
}

.news {
  margin-bottom: 7rem;
}
.news__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 1000px) {
  .news__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .news__items {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.news__item {
  position: relative;
  height: 48.2rem;
}
@media (max-width: 767px) {
  .news__item {
    height: 39.2rem;
  }
}
.news__link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.news__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 26.4rem;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.8;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news__img:before {
    height: 23rem;
  }
}
.news__desc {
  position: absolute;
  padding: 0 2rem 2.4rem 2rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .news__desc {
    padding: 0 1.6rem 2rem 1.6rem;
    gap: 1rem;
  }
}
.news__name {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news__name {
    font-size: 1.8rem;
  }
}
.news__date {
  opacity: 0.7;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 1.2rem;
  }
}
.news-detail {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .news-detail {
    margin-bottom: 6rem;
  }
}
.news-detail__date {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .news-detail__date {
    font-size: 1.6rem;
  }
}
.news-detail__img {
  margin: 4rem 0;
}
.news-detail__img img {
  display: block;
}
@media (max-width: 767px) {
  .news-detail__img {
    margin: 2.4rem 0;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.news-detail__content {
  margin: 4rem auto;
  max-width: 69.2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
}
@media (max-width: 767px) {
  .news-detail__content {
    font-size: 1.6rem;
    margin: 2.4rem auto;
  }
}
.news-more {
  margin-bottom: 2.7rem;
}
.news-more__slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .news-more__slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .news-more__slider .swiper {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .news-more__slider {
    padding-bottom: 2.6rem;
  }
}
.news-more__slider .news__item {
  width: 39.5rem;
}

.solutions__intro {
  position: relative;
  height: 100vh;
  margin-top: -8.8rem;
  padding-top: 12.8rem;
  margin-bottom: 4rem;
  overflow: hidden;
  margin-bottom: 10rem;
  color: var(--white);
}
.solutions__intro .container {
  position: relative;
  z-index: 3;
}
.solutions__intro:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media (max-width: 767px) {
  .solutions__intro {
    margin-bottom: 6rem;
    margin-top: -7.2rem;
    padding-top: 8.8rem;
  }
}
.solutions__intro-text {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
  max-width: 85.9rem;
}
@media (max-width: 767px) {
  .solutions__intro-text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: none;
    margin-bottom: 2.4rem;
  }
}
.solutions__intro-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.solutions__intro-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solutions__description {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__description {
    margin-bottom: 6rem;
  }
}
.solutions__description-name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--grey);
}
@media (max-width: 767px) {
  .solutions__description-name {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.solutions__description-text {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .solutions__description-text {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.solutions__description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .solutions__description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.solutions__description-params {
  max-width: 59.1rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  color: var(--white);
}
@media (max-width: 767px) {
  .solutions__description-params {
    font-size: 1.8rem;
  }
}
.solutions__description-param {
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .solutions__description-param {
    padding: 1.6rem 0;
  }
}
.solutions__description-param:first-child {
  padding-top: 0;
}
.solutions__usage {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__usage {
    margin-bottom: 6rem;
  }
}
.solutions__advantages {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__advantages {
    margin-bottom: 6rem;
  }
}
.solutions__advantages-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .solutions__advantages-items {
    grid-template-columns: 1fr;
  }
}
.solutions__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.2rem 2.4rem;
  min-height: 44.6rem;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--accent-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}
@media (max-width: 767px) {
  .solutions__advantages-item {
    min-height: 39.3rem;
    padding: 2rem 1.6rem;
  }
}
.solutions__advantages-name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .solutions__advantages-name {
    font-size: 2.4rem;
  }
}
.solutions__advantages-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .solutions__advantages-text {
    font-size: 1.6rem;
  }
}
.solutions__types {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__types {
    margin-bottom: 6rem;
  }
}
.solutions__types-name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .solutions__types-name {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.solutions__types-item + .solutions__types-item {
  margin: 4rem 0;
}
.solutions__variants {
  margin-bottom: 10rem;
}
.solutions__variants-slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .solutions__variants-slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .solutions__variants-slider .swiper {
    padding-bottom: 2.6rem;
  }
}
.solutions__variants-slide {
  padding: 3.2rem 2.4rem;
  width: 58.6rem;
  min-height: 44.6rem;
  background: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solutions__variants-slide {
    width: 34.3rem;
    padding: 3.2rem 2.4rem;
    min-height: 39.3rem;
  }
}
.solutions__variants-name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .solutions__variants-name {
    font-size: 2.4rem;
  }
}
.solutions__variants-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .solutions__variants-text {
    font-size: 1.6rem;
  }
}
.solutions__steps {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__steps {
    margin-bottom: 6rem;
  }
}
.solutions__steps-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .solutions__steps-params {
    gap: 2rem;
  }
}
.solutions__steps-param {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--grey);
  color: var(--white);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  padding-top: 3.2rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .solutions__steps-param {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
}
.solutions__steps-name {
  opacity: 0.8;
  max-width: 49rem;
}
.solutions__steps-value p:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .solutions__steps-value p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.solutions__product {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__product {
    margin-bottom: 6rem;
  }
}
.solutions__product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solutions__product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.solutions__product-desc {
  max-width: 63.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .solutions__product-desc {
    gap: 3.2rem;
  }
}
.solutions__product-name {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .solutions__product-name {
    font-size: 2rem;
  }
}
.solutions__product-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
@media (max-width: 767px) {
  .solutions__product-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .solutions__product-img {
    max-width: 26.3rem;
  }
}
.solutions__modules {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__modules {
    margin-bottom: 6rem;
  }
}
.solutions__modules-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .solutions__modules-items {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.solutions__modules-item {
  padding: 4rem 2.4rem;
  height: 35.7rem;
  background-color: var(--accent-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .solutions__modules-item {
    height: 18.8rem;
    padding: 1.2rem;
  }
}
.solutions__modules-title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .solutions__modules-title {
    font-size: 1.8rem;
  }
}
.solutions__modules-caption {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .solutions__modules-caption {
    font-size: 1.8rem;
  }
}
.solutions__modules-count {
  font-weight: 700;
  font-family: var(--second-family);
  font-size: 6.2rem;
  line-height: 80%;
  letter-spacing: -0.03em;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .solutions__modules-count {
    font-size: 3.6rem;
  }
}
.solutions__modules-text {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: auto;
}
@media (max-width: 767px) {
  .solutions__modules-text {
    font-size: 1.2rem;
  }
}
.solutions__modules-bottom {
  margin-top: auto;
}
.solutions__modules-name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .solutions__modules-name {
    font-size: 1.8rem;
  }
}
.solutions__modules-desc {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.5rem;
}
@media (max-width: 767px) {
  .solutions__modules-desc {
    font-size: 1.2rem;
    max-width: 28.3rem;
    margin-top: 1.2rem;
  }
}
.solutions__projects {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions__projects {
    margin-bottom: 6rem;
  }
}
.solutions__projects-slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .solutions__projects-slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .solutions__projects-slider .swiper {
    padding-bottom: 2.6rem;
  }
}

.projects-slider__slide {
  width: 39.4rem;
}
@media (max-width: 767px) {
  .projects-slider__slide {
    width: 34.3rem;
  }
}
.projects-slider__img {
  width: 100%;
  height: 27rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .projects-slider__img {
    height: 19.6rem;
  }
}
.projects-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects-slider__desc {
  padding: 2rem;
  background: var(--dark-grey);
  min-height: 29rem;
  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;
}
@media (max-width: 767px) {
  .projects-slider__desc {
    padding: 1.6rem 1.6rem 2rem;
    min-height: 19.6rem;
  }
}
.projects-slider__name {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 110%;
  text-transform: uppercase;
  height: 7.3rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .projects-slider__name {
    font-size: 1.8rem;
  }
}
.projects-slider__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .projects-slider__text {
    font-size: 1.2rem;
  }
}

.specials {
  padding-top: 3.2rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .specials {
    padding-top: 1.6rem;
    margin-bottom: 6rem;
  }
}
.specials__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--accent-green);
  padding: 3.2rem 2.4rem;
  padding-right: 0;
  min-height: 53.2rem;
}
@media (max-width: 767px) {
  .specials__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 1.6rem;
    gap: 2.5rem;
    min-height: auto;
  }
}
.specials__desc {
  max-width: 48.4rem;
}
@media (max-width: 767px) {
  .specials__img {
    margin-right: -1.6rem;
  }
}
.specials__img img {
  display: block;
}

.ktp {
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .ktp {
    padding-top: 1.6rem;
  }
}
.ktp__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.3rem;
}
@media (max-width: 767px) {
  .ktp__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.ktp__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .ktp__text {
    font-size: 1.6rem;
  }
}
.ktp__link {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ktp__link {
    font-size: 1.8rem;
  }
}
.ktp__link a {
  color: var(--accent-green);
}
.ktp__link a:hover {
  text-decoration: underline;
}

.vacancies {
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .vacancies {
    padding-top: 1.6rem;
  }
}
.vacancies-top {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .vacancies-top {
    margin-bottom: 4rem;
  }
}
.vacancies-top__inner {
  padding: 3rem 2.4rem;
  height: 60rem;
  background: url(../img/vacancies/vacancy-man.png) bottom right no-repeat var(--accent-green);
}
@media (max-width: 767px) {
  .vacancies-top__inner {
    padding: 2rem 1.6rem;
    padding-bottom: 0;
    background: var(--accent-green);
    height: auto;
  }
}
.vacancies-top__text {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  max-width: 71rem;
}
@media (max-width: 767px) {
  .vacancies-top__text {
    font-size: 2.8rem;
  }
}
.vacancies-items {
  margin-bottom: 8rem;
}
.vacancies-items__item {
  padding: 2.4rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .vacancies-items__item {
    padding: 2rem 0;
    gap: 0.8rem;
  }
}
.vacancies-items__item:last-child {
  padding-bottom: 0;
  border: none;
}
.vacancies-items__name {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent-green);
  display: block;
}
@media (max-width: 767px) {
  .vacancies-items__name {
    font-weight: 800;
    font-size: 1.8rem;
    background-size: 2rem;
  }
}
.vacancies-items__desc {
  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;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--grey);
  gap: 1.1rem;
}
@media (max-width: 767px) {
  .vacancies-items__desc {
    font-size: 0.8rem;
  }
}
.vacancies-items__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
}
.vacancies-items__option:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background: var(--grey);
}
.vacancies-items__option:last-child:after {
  display: none;
}
.vacancies-advantages {
  margin-bottom: 10rem;
}
.vacancies-advantages .h2 {
  max-width: 80.3rem;
}
.vacancies-advantages__slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .vacancies-advantages__slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .vacancies-advantages__slider .swiper {
    padding-bottom: 2.6rem;
  }
}
.vacancies-advantages__slide {
  padding: 3.2rem 2.4rem;
  position: relative;
  width: 58.6rem;
  height: 68.4rem;
  background: #333;
}
@media (max-width: 767px) {
  .vacancies-advantages__slide {
    padding: 2.4rem 1.6rem;
    height: 39.2rem;
  }
}
.vacancies-advantages__title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vacancies-advantages__title {
    font-size: 2.4rem;
  }
}
.vacancies-advantages__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  /*opacity: 0.7;*/
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vacancies-advantages__text {
    font-size: 1.6rem;
  }
}
.vacancies-advantages__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity:0.3;
}
.vacancies-advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vacancies-form .form__inner {
  max-width: 58rem;
}
.vacancies-form__inner {
  display: grid;
  grid-template-columns: 58rem 46rem;
  gap: 16rem;
}
@media (max-width: 767px) {
  .vacancies-form__inner {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}

.vacancy__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.2rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .vacancy__inner {
    margin-top: 6rem;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.vacancy__inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .vacancy__inner-left {
    gap: 3.2rem;
  }
}
.vacancy__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.vacancy__desc-title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vacancy__desc-title {
    font-size: 2.4rem;
  }
}
.vacancy__desc-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .vacancy__desc-text {
    font-size: 1.6rem;
  }
}

.products-page {
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .products-page {
    padding-top: 0;
  }
}
.products-page__intro {
  padding-bottom: 7rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid var(--white);
  position: relative;
}
@media (max-width: 767px) {
  .products-page__intro {
    padding-bottom: 4rem;
  }
}
.products-page__intro-text {
  position: relative;
  z-index: 2;
}
.products-page__intro-title {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .products-page__intro-title {
    font-family: var(--second-family);
    font-size: 3.6rem;
    line-height: 80%;
    margin-bottom: 1rem;
  }
}
.products-page__intro-subtitle {
  max-width: 69rem;
  max-width:76rem;
  margin-bottom: 6rem;
  font-size:6rem;
}
@media (max-width: 767px) {
  .products-page__intro-subtitle {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
}
.products-page__intro-ps {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  opacity: 0.54;
  max-width: 40.7rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .products-page__intro-ps {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    max-width: 21.5rem;
    margin-top: 0.8rem;
  }
}
.products-page__intro-circles {
  position: absolute;
  right: 4rem;
  bottom: 7rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .products-page__intro-circles {
    right: 1.6rem;
    bottom: 6rem;
  }
}
.products-page__intro-img {
  position: absolute;
  right: 0;
  bottom: 4rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .products-page__intro-img {
    position: relative;
    bottom: 0;
  }
}
.products-page__description {
  margin-bottom: 6rem;
}
.products-page__description-title-text {
  max-width: 71.8rem;
}
.products-page__description-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--grey);
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .products-page__description-title {
    font-size: 1.4rem;
  }
}
.products-page__description-text {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 7rem;
}
.products-page__description-text p + p{
  margin-top: 1em;

}
.products-page__description-text ul, .products-page__description-textol{
  /*margin:1em 0;*/
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .products-page__description-text {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.products-page__description-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.products-page__description-params .products-page__description-text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-page__description-params {
    row-gap: 2.4rem;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}
.products-page__description-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.products-page__description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .products-page__description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.products-page__description-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .products-page__description-items {
    gap: 3.2rem;
  }
}
.products-page__description-item {
  max-width: 54.8rem;
}
.products-page__description-name {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .products-page__description-name {
    font-size: 2rem;
  }
}
.products-page__description-value {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
@media (max-width: 767px) {
  .products-page__description-value {
    font-size: 1.6rem;
  }
}
.products-page__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .products-page__columns {
    grid-template-columns: 1fr;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: 6rem;
  }
}
.products-page__columns-column {
  position: relative;
  padding: 4rem 2.4rem 7rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--accent-green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 79rem;
}
@media (max-width: 767px) {
  .products-page__columns-column {
    min-height: 49.8rem;
    padding: 2.4rem 1.6rem 4rem 1.6rem;
  }
}
.products-page__columns-column_min {
  min-height: 72rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .products-page__columns-column_min {
    min-height: 49.8rem;
    padding: 2.4rem 1.6rem 4rem 1.6rem;
  }
}
.products-page__columns-circles {
  margin-top: auto;
}
.products-page__columns-bottom {
  margin-top: auto;
}
.products-page__columns_center {
  text-align: center;
}
.products-page__columns-name {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .products-page__columns-name {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.products-page__columns-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .products-page__columns-text {
    font-size: 1.2rem;
  }
}
.products-page__columns-bem {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 9rem;
  line-height: 80%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .products-page__columns-bem {
    font-size: 5.4rem;
  }
}
.products-page__columns-bem_min {
  font-size: 7.8rem;
}
@media (max-width: 767px) {
  .products-page__columns-bem_min {
    font-size: 3.6rem;
  }
}
.products-page__composition {
  margin-bottom: 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .products-page__composition {
    margin-bottom: 6rem;
  }
}
.products-page__composition-title {
  max-width: 68.9rem;
  position: relative;
  z-index: 2;
}
.products-page__composition-img {
  position: relative;
  z-index: 1;
  margin-top: -18rem;
  display:flex;
  justify-content:flex-end;
}
.products-page__composition-img  img{
  max-height:75rem;
}
@media (max-width: 767px) {
  .products-page__composition-img {
    margin-top: 0;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    height: 25rem;
    overflow: hidden;
  }
  .products-page__composition-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.products-page__composition-circles {
  position: absolute;
  right: 4rem;
  bottom: 0rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .products-page__composition-circles {
    right: 0rem;
  }
}
.products-page__installation {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__installation {
    margin-bottom: 6rem;
  }
}
.products-page__installation-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--grey);
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .products-page__installation-title {
    font-size: 1.4rem;
  }
}
.products-page__installation-text {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .products-page__installation-text {
    font-size: 2rem;
  }
}
.products-page__installation-img {
  position: relative;
}
@media (max-width: 767px) {
  .products-page__installation-img {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.products-page__installation-img img {
  display: block;
}
.products-page__installation-name {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  position: absolute;
  left: 3.2rem;
  bottom: 3.2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .products-page__installation-name {
    font-size: 2.8rem;
    left: 1.6rem;
    bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.products-page__installation-ps {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
@media (max-width: 767px) {
  .products-page__installation-ps {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
.products-page__params {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__params {
    margin-bottom: 6rem;
  }
}
.products-page__params-title {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .products-page__params-title {
    margin-bottom: 3.2rem;
  }
}
.products-page__params-captions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  font-size: 6rem;
  line-height: 90%;
  text-transform: uppercase;
  color: #484848;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.products-page__params-captions::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.products-page__params-captions span.active {
  color: var(--accent-green);
}
@media (max-width: 767px) {
  .products-page__params-captions {
    font-size: 3.4rem;
  }
}
.products-page__dimensions {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__dimensions {
    margin-bottom: 6rem;
  }
}
.products-page__dimensions-title {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .products-page__dimensions-title {
    margin-bottom: 3.2rem;
  }
}
.products-page-table {
  border: none;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 0;
}


.products-page-table__tr {
  display: grid;
  border-top: 2px solid var(--grey);
}
.products-page-table_hover .products-page-table__tr:hover {
  background: rgba(255, 255, 255, 0.04);
}
.products-page-table__tr_thead {
  border: none;
}
/*2 столбца*/
.products-page-table_two .products-page-table__tr, .products-page-table_2 .products-page-table__tr {
  grid-template-columns: 1fr 1fr;
  gap: 14rem;
}
@media (max-width: 767px) {
  .products-page-table_two .products-page-table__tr, .products-page-table_2 .products-page-table__tr {
    gap: 2.5rem;
  }
}

/*3 столбца*/
.products-page-table_3 .products-page-table__tr {
  grid-template-columns: 36% 30% 30%;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .products-page-table_3 .products-page-table__tr {
    width: 60rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .products-page-table_3 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_3::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}

/*4 столбца*/
.products-page-table_four .products-page-table__tr, .products-page-table_4 .products-page-table__tr {
  gap: 2.4rem;
  grid-template-columns: 36% 20% 20% 20%;
}

@media (max-width: 767px) {
  .products-page-table_four .products-page-table__tr, .products-page-table_4 .products-page-table__tr {
    gap: 2rem;
    width: 80rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .products-page-table_four, .products-page-table_4 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_four::-webkit-scrollbar, .products-page-table_4::-webkit-scrollbar{
    display: none;
    width: 0 !important;
  }
}



/*5 столбцов*/
.products-page-table_5 .products-page-table__tr {
  gap: 2.4rem;
  grid-template-columns: 20% 18% 18% 18% 18%;
}
@media (max-width: 767px) {
  .products-page-table_5 .products-page-table__tr {
    gap: 2rem;
    width: 80rem;
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
  }
}

/*6 столбцов*/
.products-page-table_6 .products-page-table__tr {
  gap: 3.6%;
    grid-template-columns: 17% repeat(5, 13%);
    font-size: 1.4rem;
}
.products-page-table_6 .products-page-table__td{
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .products-page-table_6 .products-page-table__tr {
    gap: 2rem;
    width: 80rem;
    grid-template-columns: repeat(6, 1fr);
  }
  .products-page-table_6 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_6::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*7 столбцов*/
.products-page-table_7 .products-page-table__tr {
  gap: 2.3%;
  grid-template-columns: 20% repeat(6, 11%);
  font-size: 1.4rem;
}
.products-page-table_7 .products-page-table__td{
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .products-page-table_7 .products-page-table__tr {
    gap: 1rem;
    width: 90rem;
    grid-template-columns: repeat(7, 1fr);
  }
  .products-page-table_7 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_7::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}

/*8 столбцов*/
.products-page-table_8 .products-page-table__tr {
  gap: 2%;
  grid-template-columns: 16% repeat(7, 10%);
  font-size: 1.4rem;
}
.products-page-table_8 .products-page-table__td{
  font-size: 1.6rem;
}
.products-page-table_8 .products-page-table__th{
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .products-page-table_8 .products-page-table__tr {
    gap: 1rem;
    width: 100rem;
    grid-template-columns: repeat(8, 1fr);
  }
  .products-page-table_8 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_8::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*9 столбцов*/
.products-page-table_9 .products-page-table__tr {
  gap: 2%;
  grid-template-columns: 12% repeat(8, 9%);
  font-size: 1.4rem;
}
.products-page-table_9 .products-page-table__td{
  font-size: 1.4rem;
}
.products-page-table_9 .products-page-table__th{
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .products-page-table_9 .products-page-table__tr {
    gap: 1rem;
    width: 110rem;
    grid-template-columns: repeat(9, 1fr);
  }
  .products-page-table_9 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_9::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*10 столбцов*/
.products-page-table_10 .products-page-table__tr {
      gap: 1.6%;
    grid-template-columns: 13% repeat(9, 8%);
    font-size: 1.4rem;
}
.products-page-table_10 .products-page-table__td{
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
}
.products-page-table_10 .products-page-table__th{
  font-size: 1.6rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
}
@media (max-width: 767px) {
  .products-page-table_10 .products-page-table__tr {
    gap: 1rem;
    width: 110rem;
    grid-template-columns: repeat(10, 1fr);
  }
  .products-page-table_10 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_10::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*11 столбцов*/
.products-page-table_11 .products-page-table__tr {
      gap: 1%;
    grid-template-columns: 10% repeat(10, 8%);
    font-size: 1.4rem;
}
.products-page-table_11 .products-page-table__td{
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
.products-page-table_11 .products-page-table__th{
  font-size: 1.6rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .products-page-table_11 .products-page-table__tr {
    gap: 1rem;
    width: 130rem;
    grid-template-columns: repeat(11, 1fr);
  }
  .products-page-table_11 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_11::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*12 столбцов*/
.products-page-table_12 .products-page-table__tr {
  gap: 1%;
  grid-template-columns: 12% repeat(11, 7%);
  font-size: 1.4rem;
}
.products-page-table_12 .products-page-table__td{
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
.products-page-table_12 .products-page-table__th{
  font-size: 1.6rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .products-page-table_12 .products-page-table__tr {
    gap: 1rem;
    width: 130rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .products-page-table_12 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_12::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
/*13 столбцов*/
.products-page-table_13 .products-page-table__tr {
    gap: 1%;
    grid-template-columns: 10% repeat(12, 6.5%);
    font-size: 1.4rem;
}
.products-page-table_13 .products-page-table__td{
  font-size: 1.2rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
.products-page-table_13 .products-page-table__th{
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem 1.5rem 0.8rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .products-page-table_13 .products-page-table__tr {
    gap: 1rem;
    width: 140rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .products-page-table_13 .products-page-table__td{
    font-size:1.4rem;
  }
  .products-page-table_13 .products-page-table__th{
    font-size:1.6rem;
  }
  .products-page-table_13 {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products-page-table_13::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}


/*.products-page-table_five .products-page-table__tr {
    gap: 2.4rem;
    grid-template-columns: 20% 18% 18% 18% 18%;
}*/

/*.products-page-table_six .products-page-table__tr {
    gap: 2.4rem;
    grid-template-columns: repeat(6, 15%);
}
*/
/*.products-page-table_six .products-page-table__tr .products-page-table__th,
.products-page-table_six .products-page-table__tr .products-page-table__td{
    font-size: 1.8rem;
}*/

/*.products-page-table_eleven .products-page-table__tr {
    gap: 2.4rem;
    grid-template-columns: repeat(11, 7%);
}

.products-page-table_eleven .products-page-table__tr .products-page-table__th,
.products-page-table_eleven .products-page-table__tr .products-page-table__td{
    font-size: 1.5rem;
}

.products-page-table_thirteen .products-page-table__tr {
    gap: 1rem;
    grid-template-columns: repeat(13, 6.9%);
}

.products-page-table_thirteen .products-page-table__tr .products-page-table__th,
.products-page-table_thirteen .products-page-table__tr .products-page-table__td{
    font-size: 1.4rem;
    word-wrap: break-word;
    padding: 2rem 0.3rem;
}

.products-page-table_nine .products-page-table__tr {
    gap: 1.4rem;
    grid-template-columns: repeat(9, 10%);
}

.products-page-table_nine .products-page-table__tr .products-page-table__th,
.products-page-table_nine .products-page-table__tr .products-page-table__td{
    font-size: 1.6rem;
    padding: 2rem 0.3rem;
}

.products-page-table_three .products-page-table__tr {
    gap: 2.4rem;
    grid-template-columns: 50% 23% 23%;
}
*/






.products-page-table__ps {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  opacity: 0.8;
  width: 100%;
}
.products-page-table__th {
  padding: 2rem 1.6rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.8;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .products-page-table__th {
    font-size: 1.6rem;
    padding: 2rem 0;
    word-break: break-word;
  }
}
.products-page-table__td {
  padding: 2.6rem 1.6rem 3rem 1.6rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .products-page-table__td {
    font-size: 1.6rem;
    padding: 2rem 0;
    gap: 0.8rem;
    word-break: break-word;
  }
}
.products-page-table_two:not(.products-page-table_hover) .products-page-table__td {
  padding-left: 0;
  padding-right: 0;
}
.products-page-table_two:not(.products-page-table_hover) .products-page-table__td:first-child {
  opacity: 0.8;
}
.products-page__transportation {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__transportation {
    margin-bottom: 6rem;
  }
}
.products-page__transportation-title {
  max-width: 87rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .products-page__transportation-title {
    margin-bottom: 2.4rem;
  }
}
.products-page__transportation-subtitle {
  opacity: 0.4;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .products-page__transportation-subtitle {
    font-size: 1.4rem;
    color: var(--grey);
    font-weight: 500;
    opacity: 1;
  }
}
.products-page__transportation-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  max-width: 67.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .products-page__transportation-text {
    font-size: 2rem;
  }
}
.products-page__transportation-circles {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .products-page__transportation-circles {
    top: auto;
    bottom: 0;
  }
}
.products-page__transportation-img {
  position: relative;
  z-index: 1;
  margin-top: -41.8rem;
}
@media (max-width: 767px) {
  .products-page__transportation-img {
    margin-top: 0;
  }
}
.products-page__necessity {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__necessity {
    margin-bottom: 6rem;
  }
}
.products-page__necessity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
}
.products-page__necessity-inner_up {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .products-page__necessity-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.products-page__necessity-accents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.products-page__necessity-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 63.8rem;
}
@media (max-width: 767px) {
  .products-page__necessity-items {
    gap: 3.2rem;
  }
}
.products-page__necessity-name {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  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: 1rem;
}
@media (max-width: 767px) {
  .products-page__necessity-name {
    font-size: 2rem;
  }
  .products-page__necessity-name img {
    max-height: 1.9rem;
  }
}
.products-page__necessity-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
}
.font_3{
  font-size:3rem;
  line-height:1.4;
}
@media (max-width: 767px) {
  .products-page__necessity-text, .font_3 {
    font-size: 1.6rem;
  }
}
.products-page__necessity-title {
  max-width: 96.8rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .products-page__necessity-title {
    margin-bottom: 3.2rem;
  }
}
.products-page__peculiarities {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding: 7rem 0;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .products-page__peculiarities {
    padding: 3.2rem 0;
    margin-bottom: 6rem;
    border-bottom: 0px;
    padding-bottom: 0;
  }
}
.products-page__peculiarities-title {
  text-align: center;
  max-width: 84.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .products-page__peculiarities-title {
    margin-bottom: 4rem;
  }
}
.products-page__peculiarities-inner {
  gap: 4rem;
  display: grid;
  grid-template-columns: 455fr 705fr;
}
@media (max-width: 767px) {
  .products-page__peculiarities-inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.products-page__peculiarities-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.products-page__peculiarities-desc h3 {
  margin-top: 7rem;
  margin-bottom: 4.8rem;
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc h3 {
    font-size: 2.8rem;
    margin-top: 6rem;
    margin-bottom: 3.2rem;
  }
}
.products-page__peculiarities-desc h4 {
  margin-bottom: 2.4rem;
  margin-top: 4.8rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc h4 {
    margin-top: 4rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.products-page__peculiarities-desc p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.5;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc p {
    font-size: 1.6rem;
  }
}
.products-page__peculiarities-desc table {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid var(--grey);
  width: 100%;
  margin: 2.4rem 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc table {
    font-size: 1.6rem;
  }
}
.products-page__peculiarities-desc table td {
  padding: 2rem 0;
  border-bottom: 1px solid var(--grey);
}
.products-page__peculiarities-desc table td:not(:first-child) {
  opacity: 0.8;
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc table td:not(:first-child) {
    padding-left: 1.6rem;
  }
}
.products-page__peculiarities-desc blockquote {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  margin: 0;
  padding: 0;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .products-page__peculiarities-desc blockquote {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.products-page__peculiarities-subtitle {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .products-page__peculiarities-subtitle {
    font-size: 1.4rem;
  }
}
.products-page__peculiarities-text {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .products-page__peculiarities-text {
    font-size: 2rem;
  }
}
.products-page__photos{
  margin-top: 10rem;
  @media (max-width: 767px) {
    margin-top: 6rem;
  }
}
.products-page__photos .swiper-buttons {
  padding-right: 0;
}
.products-page__photos .swiper-slide {
  width: auto;
  overflow: hidden;
}
.products-page__photos .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .products-photos-slider {
    padding-bottom: 3rem;
  }
}

.contacts {
  padding-top: 3.2rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 1.6rem;
  }
}
.contacts__info {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contacts__info {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.contacts__columns {
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .contacts__columns {
    grid-template-columns: 1fr;
  }
}
.contacts__column {
  padding: 3.2rem;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contacts__column {
    padding: 2.4rem;
  }
}
.contacts__column + .contacts__column {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .contacts__column + .contacts__column {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.contacts__column-name {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .contacts__column-name {
    font-size: 1.2rem;
  }
}
.contacts__column-value {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts__column-value {
    font-size: 1.8rem;
  }
}
.contacts__column-value a {
  color: var(--accent-green);
}
.contacts__map {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contacts__map {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.contacts__map-img {
  display: none;
  position: relative;
  z-index: 1;
  height: 72.6rem;
}
@media (max-width: 767px) {
  .contacts__map-img {
    height: 66rem;
  }
}
.factory__sliders .contacts__map-img {
  height: 68rem;
}
@media (max-width: 767px) {
  .factory__sliders .contacts__map-img {
    height: 56rem;
  }
}
.contacts__map-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__map-img.active {
  display: block;
}
.contacts__map-offices {
  position: absolute;
  z-index: 2;
  padding: 2.4rem 4rem;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .contacts__map-offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.8rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
    padding: 1.6rem;
  }
  .contacts__map-offices::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.contacts__map-office {
  background: var(--dark-grey);
  padding: 2.4rem 2rem;
  min-height: 19.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -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;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contacts__map-office {
    min-height: 18.3rem;
    padding: 1.6rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 28.2rem;
  }
}
.contacts__map-office.active {
  background: var(--accent-green);
}
.contacts__map-office-name {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.contacts__map-office-name_caps {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts__map-office-name {
    font-size: 1.8rem;
  }
}
.contacts__map-office-address {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .contacts__map-office-address {
    font-size: 1.4rem;
  }
}
.contacts__map-office.active .contacts__map-office-address {
  opacity: 1;
}
.contacts__map-office-link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .contacts__map-office-link {
    font-size: 1.4rem;
  }
}

.factory {
  padding-top: 3.2rem;
}
.factory .h1 {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .factory .h1 {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .factory {
    padding-top: 1.6rem;
  }
}
.factory__top {
  padding: 3.3rem 2rem;
  background: url(../img/factory/top.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 0.8rem;
  min-height: 41.6rem;
}
@media (max-width: 767px) {
  .factory__top {
    padding: 2.4rem 1.6rem;
  }
}
.factory__top-title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  max-width: 78.8rem;
}
@media (max-width: 767px) {
  .factory__top-title {
    font-size: 2.8rem;
    word-break: break-word;
  }
}
.factory__columns {
  display: grid;
  margin-bottom: 10rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  grid-template-rows: 35rem 35rem;
}
@media (max-width: 767px) {
  .factory__columns {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
    grid-template-rows: auto;
  }
}
.factory__columns-column {
  padding: 3.2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .factory__columns-column {
    padding: 2.4rem 1.6rem;
  }
}
.factory__columns-column_bg1 {
  background-image: url(../img/factory/column1.jpg);
  grid-row: span 2;
}
@media (max-width: 767px) {
  .factory__columns-column_bg1 {
    height: 44.4rem;
  }
}
.factory__columns-column_bg2 {
  background-image: url(../img/factory/column2.jpg);
}
@media (max-width: 767px) {
  .factory__columns-column_bg2 {
    height: 21.8rem;
  }
}
.factory__columns-column_bg3 {
  background-image: url(../img/factory/column3.jpg);
}
@media (max-width: 767px) {
  .factory__columns-column_bg3 {
    height: 21.8rem;
  }
}
.factory__columns-count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 90%;
  letter-spacing: -0.03em;
}
.factory__columns-count sup {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .factory__columns-count sup {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .factory__columns-count {
    font-size: 3.6rem;
  }
}
.factory__columns-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  max-width: 37.4rem;
}
@media (max-width: 767px) {
  .factory__columns-text {
    font-size: 1.6rem;
  }
}
.factory__intro {
  margin-bottom: 4rem;
}
.factory__intro-title {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .factory__intro-title {
    font-size: 2.8rem;
    word-break: break-word;
  }
}
.factory__intro-img img {
  display: block;
}
.factory__intro-desc {
  padding-top: 4rem;
  border-top: 2px solid var(--white);
}
@media (max-width: 767px) {
  .factory__intro-desc {
    padding-top: 2rem;
  }
}
.factory__intro-subtitle {
  max-width: 66rem;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .factory__intro-subtitle {
    font-size: 3.4rem;
    margin-bottom: 1.6rem;
    word-break: break-word;
  }
}
.factory__intro-text {
  max-width: 66rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  opacity: 0.54;
}
@media (max-width: 767px) {
  .factory__intro-text {
    font-size: 1.6rem;
  }
}
.factory__intro_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.factory__intro_img img {
  max-height: 63rem;
}
.factory__intro .swiper-buttons {
  margin-top: -5.5rem;
  margin-bottom: 0;
  padding-right: 0;
}
.factory__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .factory__options {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }
}
.factory__options-option {
  padding: 4rem 2.4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .factory__options-option {
    padding: 1.6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.factory__options-option_bg1 {
  background-image: url(../img/factory/option1.jpg);
  background-image: url(../img/factory/bsu_index.png);
  grid-column: span 2;
  height: 66rem;
}
@media (max-width: 767px) {
  .factory__options-option_bg1 {
    grid-column: span 1;
    height: 40rem;
  }
}
.factory__options-option_bg2 {
  background-image: url(../img/factory/option2.jpg);
  height: 79rem;
}
@media (max-width: 767px) {
  .factory__options-option_bg2 {
    height: 40rem;
  }
}
.factory__options-option_bg3 {
  background-image: url(../img/factory/option3.jpg);
  height: 79rem;
}
@media (max-width: 767px) {
  .factory__options-option_bg3 {
    height: 40rem;
  }
}
.factory__options-option_center {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10rem;
}
.factory__options-option_center .factory__options-title,
.factory__options-option_center .factory__options-text {
  text-align: center;
}
.factory__options-title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .factory__options-title {
    font-size: 2.8rem;
  }
}
.factory__options-title_black {
  color: var(--black);
}
.factory__options-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  max-width: 24.6rem;
}
@media (max-width: 767px) {
  .factory__options-text {
    font-size: 1.2em;
  }
}
.factory__options-count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 9rem;
  line-height: 80%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .factory__options-count {
    font-size: 5.4rem;
  }
}
.factory__options-circles {
  position: absolute;
  left: 2.4rem;
  bottom: 4rem;
}
@media (max-width: 767px) {
  .factory__options-circles {
    lefT: 1.6rem;
  }
}
.factory__sliders {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .factory__sliders {
    margin-bottom: 6rem;
  }
  .factory__sliders .h2 {
    font-size: 2.8rem;
  }
  .factory__sliders .swiper {
    padding-bottom: 2rem;
  }
}
.factory__sliders .swiper-buttons {
  padding-right: 0;
}
.factory__visits {
  padding: 8rem 2rem;
  background: var(--accent-green);
}
@media (max-width: 767px) {
  .factory__visits {
    padding: 5.2rem 1.6rem 0 1.6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.factory__visits-title {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.4rem;
  max-width: 111.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .factory__visits-title {
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
  }
}
.factory__visits-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 89.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .factory__visits-text {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}

.production-technology__intro {
  position: relative;
  height: 100vh;
  margin-top: -8.8rem;
  padding-top: 12.8rem;
  margin-bottom: 5rem;
  overflow: hidden;
  background: url(../img/production-technology/intro.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .production-technology__intro {
    margin-bottom: 4rem;
    margin-top: -7.2rem;
    padding-top: 8.8rem;
    background-position: top right;
  }
}
.production-technology__desc {
  max-width: 76.5rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .production-technology__desc {
    margin-bottom: 6rem;
  }
}
.production-technology__desc-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .production-technology__desc-title {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.production-technology__desc-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .production-technology__desc-text {
    font-size: 2rem;
  }
}
.production-technology__project {
  border-top: 2px solid var(--white);
  padding-top: 4rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .production-technology__project {
    padding-top: 0;
    border-top: none;
    margin-bottom: 6rem;
  }
}
.production-technology__project-type {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #efefef;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .production-technology__project-type {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    text-transform: none;
  }
}
.production-technology__project-params {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .production-technology__project-params {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .production-technology__project-params::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
@media (max-width: 767px) {
  .production-technology__project-img {
    width: 15.8rem;
  }
}
.production-technology__project-img img {
  display: block;
}
.production-technology__project-img-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  opacity: 0.7;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .production-technology__project-img-desc {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.production-technology .factory__options-option_bg2 {
  background-image: url(../img/production-technology/option2.jpg);
}
.production-technology .products-page__composition {
  margin-bottom: 0;
}
.production-technology__installation {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .production-technology__installation {
    margin-bottom: 6rem;
  }
}
.production-technology__installation-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .production-technology__installation-title {
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: none;
    margin-bottom: 1rem;
  }
}
.production-technology__installation-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 120%;
  max-width: 63.4rem;
}
@media (max-width: 767px) {
  .production-technology__installation-text {
    font-size: 2rem;
  }
}
.production-technology__installation-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.production-technology .products-page__columns-name {
  max-width: 41.4rem;
  margin-left: auto;
  margin-right: auto;
}
.production-technology__finishing {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .production-technology__finishing {
    margin-bottom: 6rem;
  }
}
.production-technology__processing {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .production-technology__processing {
    margin-bottom: 4rem;
  }
}
.production-technology__processing-title {
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .production-technology__processing-title {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.production-technology__processing-text {
  font-size: 3.8rem;
  line-height: 120%;
  max-width: 76.5rem;
}
@media (max-width: 767px) {
  .production-technology__processing-text {
    font-size: 2rem;
  }
}
.production-technology__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .production-technology__columns {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }
}
.production-technology__columns-column {
  padding: 4rem 2.4rem;
  position: relative;
  min-height: 79rem;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .production-technology__columns-column {
    padding: 2.4rem 1.6rem;
    min-height: 50rem;
  }
}
.production-technology__columns-title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .production-technology__columns-title {
    font-size: 2.8rem;
  }
}
.production-technology__columns-title_white {
  color: var(--white);
}
.production-technology__columns-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 767px) {
  .production-technology__columns-text {
    font-size: 1.2rem;
  }
}
.production-technology__columns-circles {
  position: absolute;
  left: 2.4rem;
  bottom: 4rem;
}
.production-technology__packing {
  position: relative;
}
.production-technology__packing-img {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .production-technology__packing-img {
    margin-bottom: 2rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.production-technology__packing-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .production-technology__packing-options {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.production-technology__packing-option {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  padding-left: 1.8rem;
  position: relative;
}
.production-technology__packing-option:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
}
@media (max-width: 767px) {
  .production-technology__packing-circles {
    position: absolute;
    right: 0;
    top: 33rem;
  }
}

.section-news__title {
  margin-bottom: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .section-news__title {
    margin-bottom: 4rem;
  }
}
.section-news__title .button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.section-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .section-news__items {
    gap: 2rem;
  }
}
.section-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid var(--border);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: var(--white);
}
.section-news__item:hover {
  color: var(--accent-green);
}
@media (max-width: 767px) {
  .section-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2rem;
    gap: 1.6rem;
  }
}
.section-news__name {
  font-size: 2.8rem;
  line-height: 120%;
  display: block;
  max-width: 70rem;
}
@media (max-width: 767px) {
  .section-news__name {
    font-size: 2rem;
  }
}
.section-news__date {
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--grey);
  white-space: nowrap;
  display: block;
}
@media (max-width: 767px) {
  .section-news__date {
    font-size: 1.6rem;
  }
}

.section-partners {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .section-partners {
    margin: 6rem 0;
  }
}
.section-partners__slider {
  position: relative;
  padding-left: calc(50vw - 61rem);
}
@media (max-width: 767px) {
  .section-partners__slider {
    padding-left: 1.6rem;
    padding-bottom: 2.6rem;
  }
  .section-partners__slider .swiper {
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .section-partners__slider {
    padding-bottom: 2.6rem;
  }
}

.partners-slider__slide {
  padding: 2.4rem;
  width: 29.4rem;
  height: 41.6rem;
  background: var(--dark-grey);
  border-radius: 4px;
  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;
}
@media (max-width: 767px) {
  .partners-slider__slide {
    width: 18.4rem;
    height: 26rem;
  }
}

.section-licenses {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .section-licenses {
    margin: 6rem 0;
  }
}
.section-licenses__inner {
  background: var(--accent-green);
  padding: 4rem 3.2rem;
}
@media (max-width: 767px) {
  .section-licenses__inner {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 2.7rem 1.6rem;
  }
}
.section-licenses__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  row-gap: 2.4rem;
}
@media (max-width: 767px) {
  .section-licenses__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.2rem;
  }
}
.section-licenses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media (max-width: 767px) {
  .section-licenses__item {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}
.section-licenses__item a {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-licenses__item a img {
  display: block;
}
.section-licenses__item a:hover {
  opacity: 0.6;
}

.section-main {
  position: relative;
  /*height: 100vh;*/
  margin-top: -8.8rem;
  padding-top: 12.8rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .section-main {
    /*height:86rem;*/
  }
}
@media (max-width: 767px) {
  .section-main {
    margin-top: -7.2rem;
    padding-top: 8.8rem;
    height: auto;
  }
}
.section-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.section-main .container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .section-main .container {
    padding-bottom: 1.6rem;
  }
}
.section-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .section-main__inner {
    gap: 1.6rem;
  }
}
.section-main__subtitle {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
  color: var(--white);
  max-width: 89.4rem;
}
@media (max-width: 767px) {
  .section-main__subtitle {
    font-size: 3.4rem;
    word-break: break-word;
  }
}
.section-main__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  max-width: 54.2rem;
}
.section-main__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-main__video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-main__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-main__logos {
  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: center;
  gap: 2.4rem;
  margin-top: auto;
  flex-wrap:wrap;
  flex:none;
}
.section-main__logo{
  flex:none;
}
.section-main__logo img{
  width:100%;
  max-height:8rem;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .section-main__logos {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 0;
    flex-wrap:nowrap;
  }
  .section-main__logos::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-main__logo {
    width: 10rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 1.4rem;
    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;
  }
  .section-main__logo img {
    max-height: 4.6rem;
    width:auto;
  }
}

.section-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .section-intro__inner {
    grid-template-columns: 1fr;
    margin: 0 -1.6rem;
  }
}
.section-intro__item {
  background: var(--accent-green);
  height: 79.6rem;
  padding: 2.4rem 4rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .section-intro__item {
    padding: 2.4rem 1.6rem;
    height: 50rem;
  }
}
.section-intro__item_big {
  grid-column: span 2;
  height: 85rem;
}
@media (max-width: 767px) {
  .section-intro__item_big {
    height: 50rem;
    grid-column: span 1;
  }
}
.section-intro__item_big:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(8deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}
.section-intro__item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-intro__item_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-intro__item_bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 33.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 2;
}
.section-intro__title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 767px) {
  .section-intro__title {
    font-size: 2.8rem;
  }
}
.section-intro__title_big {
  font-size: 6.4rem;
  line-height: 90%;
  max-width: 67.2rem;
}
@media (max-width: 767px) {
  .section-intro__title_big {
    font-size: 2.8rem;
  }
}
.section-intro__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  max-width: 56.5rem;
}
@media (max-width: 767px) {
  .section-intro__text {
    font-size: 1.6rem;
  }
}
.section-intro__desc {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -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: flex-start;
}
.section-intro__desc_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .section-intro__desc {
    gap: 1rem;
  }
}
.section-intro__count {
  font-weight: 700;
  font-size: 13.6rem;
  line-height: 80%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
  font-family: var(--second-family);
}
@media (max-width: 767px) {
  .section-intro__count {
    font-size: 8.5rem;
  }
}
.section-intro__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-intro__img img,
.section-intro__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-products {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .section-products {
    margin-bottom: 6rem;
  }
}
.section-products__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 90%;
  letter-spacing: -0.03em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .section-products__title {
    font-size: 2.4rem;
  }
}
.section-products__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 58rem;
  padding: 4rem 0 0 4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.section-products__item:hover {
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 767px) {
  .section-products__item {
    padding: 2rem 1.6rem 1.6rem;
    margin: 0 -1.6rem;
    height: 44rem;
  }
}
.section-products_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .section-products_columns {
    grid-template-columns: 1fr;
    border-top: none;
  }
  .section-products_columns .section-products__img {
    max-width: 24rem;
  }
}
.section-products_columns .section-products__item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .section-products_columns .section-products__item:nth-child(odd) {
    border-right: none;
  }
}
.section-products__desc {
  max-width: 68.9rem;
  position: relative;
  z-index: 2;
}
.section-products__desc .button {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .section-products__desc .button {
    margin-top: 2rem;
  }
}
.section-products__name {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .section-products__name {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 90%;
  }
}
.section-products__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--grey);
  max-width: 35rem;
}
@media (max-width: 767px) {
  .section-products__text {
    font-size: 1.2rem;
    max-width: 22.4rem;
  }
}
.section-products__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-products__img img {
  display: block;
}
.section-products__circles {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-products__circles {
    right: 1.6rem;
    bottom: 2rem;
  }
}
.popup{
      background: var(--black);
      color:#fff;
      max-width: 55rem;
    padding: 4rem;
}
.popup__title{
  text-align:center;
      font-weight: 700;
    font-size: 3.8rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.popup__text{
  font-weight: 400;
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-align:center;
}
@media (max-width: 767px) {
  .popup{
    padding:2rem;
  }
  .popup__title{
    font-size:2.4rem;
  }
  .popup__text{
    font-size:1.6rem;
  }
}
.adaptive-video {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.pagination__news .bx-pag-prev:after {
  font-size: 2rem;
  color: #fff;
  font-family: swiper-icons;
  content: 'prev';
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.pagination__news .bx-pag-next:after {
  font-size: 2rem;
  color: #fff;
  font-family: swiper-icons;
  content: 'next';
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
