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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "CoFoSans";
  font-size: inherit;
  color: #00426e;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "CoFoSans";
  font-weight: 400;
  color: #00426e;
  font-size: 1rem;
  background-color: #eef1f5;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*=__container] {
  max-width: 93.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 1.5rem;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

.wrapper>* {
  min-width: 0;
}

main {
  position: relative;
}

.link {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 1.0625rem 1.4375rem;
  border: 0.0625rem solid rgba(0,0,0,0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_transparent {
  background-color: rgba(0,0,0,0);
}

.link path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.header-block__sub-title {
  font-size: 1.125rem;
  line-height: 111%;
}

.header-block__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 111%;
}

.item-production {
  border: 0.0625rem solid #eef1f5;
  padding: 1.125rem;
  -webkit-transition: border .3s !important;
  transition: border .3s !important;
  background-color: #fff;
  display: block;
}

.item-production__top {
  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.25rem;
}

.item-production__top:not(:last-child) {
  margin-bottom: 1.5rem;
}

.item-production__value {
  line-height: 119%;
}

.item-production__label {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 111%;
  text-align: center;
  color: #00426e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.item-production__label svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.item-production__image {
  position: relative;
  aspect-ratio: 326/288;
  width: 100%;
}

.item-production__image:not(:last-child) {
  margin-bottom: 1.125rem;
}

.item-production__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.item-production__title {
  font-size: 1.375rem;
  line-height: 111%;
}

.item-production__title:not(:last-child) {
  margin-bottom: 1.375rem;
}

.item-production__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.item-news {
  border: 0.0625rem solid #eef1f5;
  position: relative;
  background: #fff;
  -webkit-transition: border .3s !important;
  transition: border .3s !important;
}

.item-news__beige {
  position: absolute;
  z-index: 2;
  line-height: 119%;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.625rem;
  backdrop-filter: blur(0.875rem);
  background: rgba(0,0,0,.4);
  color: #fff;
}

.item-news__image {
  position: relative;
  aspect-ratio: 402/294;
  display: block;
  width: 100%;
}

.item-news__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-news__body {
  padding: 1.625rem 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.875rem;
}

.item-news__date {
  line-height: 119%;
  color: #839ab0;
}

.item-news__title {
  font-size: 2rem;
  line-height: 109%;
  color: #00426e;
}

.item-news__text {
  font-size: 1.125rem;
  line-height: 122%;
  color: #00426e;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-news__link {
  font-weight: 500;
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 110%;
  text-align: center;
  color: #00426e;
}

.item-news__link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-button {
  border: 0.0625rem solid #00426e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.75rem;
  flex: 0 0 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.swiper-button.swiper-button-lock {
  display: none;
}

.swiper-button.swiper-button-disabled {
  opacity: .5;
}

.swiper-button path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem 0.75rem;
}

.sort__link {
  font-size: 1.25rem;
  line-height: 110%;
  text-align: center;
  color: #839ab0;
  border: 0.0625rem solid #839ab0;
  border-radius: 2rem;
  padding: 0.71875rem 1.09375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
  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;
}

.sort__link-current {
  color: #00426e;
  border: 0.0625rem solid #00426e;
}

.sort__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.75rem;
  flex: 0 0 18.75rem;
  padding: 0.75rem 0.375rem;
  border-bottom: 0.0625rem solid #00426e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.sort__input {
  width: 100%;
  font-size: 1.125rem;
  color: #00426e;
  line-height: 1;
  background-color: rgba(0,0,0,0);
}

.sort__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.filter {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.filter__button-mobile {
  display: none;
}

.filter__arrow {
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.filter__arrow path {
  -webkit-transition: all .5s;
  transition: all .5s;
  fill: #839ab0;
}

.filter-open .filter__arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.filter-open .filter__arrow path {
  fill: #00426e;
}

.filter__spollers:not(:last-child) {
  margin-bottom: 2.625rem;
}

.filter__clean {
  border: 0.0625rem solid #839ab0;
  border-radius: 32px;
  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: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  color: #839ab0;
  padding: 1.0625rem 1.4375rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.filter__clean:not(:last-child) {
  margin-bottom: 2.625rem;
}

.filter__clean path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.filter__clean svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
}

.filter__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.menu {
  position: relative;
  z-index: 10;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem 1.625rem;
}

.menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  width: 100%;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__item {
  position: relative;
  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;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.menu__link {
  white-space: nowrap;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 1.25rem;
  line-height: 110%;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header_white .menu__link {
  color: #00426e;
}

.search-open .menu__link {
  color: #00426e;
}

._header-scroll .menu__link {
  color: #00426e;
}

.menu__arrow {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header_white .menu__arrow path {
  fill: #00426e;
}

.search-open .menu__arrow path {
  fill: #00426e;
}

._header-scroll .menu__arrow path {
  fill: #00426e;
}

._spoller-active .menu__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu__sub-list {
  position: relative;
  background-color: #fff;
  padding: 0.5rem 0.625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border: 0.0625rem solid #eef1f5;
  z-index: 10;
}

.menu__sub-item {
  width: 100%;
  position: relative;
  color: #00426e;
}

.menu__sub-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.menu__sub-link {
  line-height: 119%;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  text-align: left;
  padding: 0.25rem 0;
}

.burger-menu {
  display: none;
}

.menu-open .burger-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.90625rem;
}

.menu-open .burger-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0.90625rem;
  width: 1.5rem;
}

.header {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  z-index: 6;
  padding: 1.5rem 0;
  width: calc(100% - 3rem);
  overflow-x: clip;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header_white {
  background-color: #fff;
}

.header._header-scroll {
  position: fixed;
  top: 0;
  background-color: #fff;
}

.header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(-100% - 1.5rem);
  left: 0;
  -webkit-transition: top .5s ease 0s;
  transition: top .5s ease 0s;
  background-color: #fff;
  z-index: 7;
}

.search-open .header::after {
  top: 0;
}

.header__container {
  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.25rem;
}

.header__logo {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.75rem;
  flex: 0 0 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo path {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.header_white .header__logo path {
  fill: #00426e;
}

.search-open .header__logo path {
  fill: #00426e;
}

._header-scroll .header__logo path {
  fill: #00426e;
}

.menu-open .header__logo path {
  fill: #00426e;
}

.header__logo svg {
  max-width: 100%;
}

.header__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  border-bottom: 0.0625rem solid #fff;
  padding: 0 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.header__form_mobile {
  display: none;
}

.search-open .header__form {
  border-bottom: 0.0625rem solid #00426e;
}

.header_white .header__form {
  border-bottom: 0.0625rem solid #00426e;
}

._header-scroll .header__form {
  border-bottom: 0.0625rem solid #00426e;
}

.header__input {
  background-color: rgba(0,0,0,0);
  width: 100%;
  font-size: 1.125rem;
  line-height: 122%;
  color: #fff;
  pointer-events: none;
}

.search-open .header__input {
  color: #00426e;
}

.header_white .header__input {
  color: #00426e;
}

._header-scroll .header__input {
  color: #00426e;
}

.header__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  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;
  pointer-events: none;
}

.search-open .header__submit path {
  fill: #00426e;
}

.header_white .header__submit path {
  fill: #00426e;
}

._header-scroll .header__submit path {
  fill: #00426e;
}

.search-header {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 6;
  top: -100%;
  left: 0;
  -webkit-transition: top .5s;
  transition: top .5s;
  padding: 1.5rem;
  width: 100%;
  background: #eef1f5;
}

.search-open .search-header {
  top: 0;
}

.search-header__inner {
  padding-top: 8.75rem;
  padding-bottom: 2.5rem;
  background: #fff;
  height: 100%;
  overflow: auto;
}

.search-header__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-header__form::before {
  content: "|";
  font-weight: 400;
  font-size: 5.75rem;
  line-height: 1;
  color: #00426e;
  margin-top: -0.1em;
}

.search-header__form:not(:last-child) {
  margin-bottom: 1.875rem;
}

.search-header__input {
  width: 100%;
  font-size: 5.75rem;
  line-height: 1;
}

.search-header__list {
  display: -ms-grid;
  display: grid;
  gap: 2.1875rem;
}

.search-header__link {
  font-size: 2.375rem;
  line-height: 111%;
}

.hero {
/* Убираем фоновое изображение */
 background: url("../img/hero-background.webp") center/cover no-repeat;
  min-height: calc(92vh - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.hero__prev {
  border: 0.0625rem solid #fff;
}

.hero__prev path {
  fill: #fff;
}

.hero__next {
  border: 0.0625rem solid #fff;
  margin-left: -0.0625rem;
}

.hero__next path {
  fill: #fff;
}

.hero__content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.hero__slider {
  height: 100%;
  width: 100%;
  min-width: 0;
  position: relative;
}

.hero__slide {
  width: 100%;
  gap: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-rows: 3.75rem 1fr 3.75rem;
  grid-template-rows: 3.75rem 1fr 3.75rem;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.hero__caption {
  font-size: 5.75rem;
  line-height: 83%;
  color: #fff;
}

.hero__caption:not(:last-child) {
  margin-bottom: 2.625rem;
}

.hero__text {
  font-size: 2rem;
  line-height: 119%;
  color: #fff;
  max-width: 50rem;
}

.hero__title {
  text-align: center;
}

.hero__title:not(:last-child) {
  margin-bottom: 4rem;
}

.hero__sub-title {
  text-align: center;
  font-size: 2rem;
  line-height: 119%;
  color: #fff;
}

.hero__sub-title span {
  font-weight: 500;
}

.hero__link {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column-align: start;
  justify-self: start;
  position: relative;
  z-index: 2;
}

.mission {
  padding: 3.5rem 0;
}

.mission__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.625rem;
}

.mission__block {
  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.875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mission__image {
  position: relative;
  height: 19rem;
}

.mission__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission__text {
  font-size: 2.375rem;
  line-height: 96%;
}

.mission__text span {
  font-weight: 500;
}

.mission__text:not(:last-child) {
  margin-bottom: 2.625rem;
}

.mission__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(0,0,0,0);
  border: 0.0625rem solid #00426e;
}

.production {
  background: #fff;
  padding-top: 4.5rem;
  padding-bottom: 5.625rem;
  position: relative;
  overflow-x: clip;
  margin-bottom: 3.75rem;
}

.production::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.production::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.blog {
  padding: 2.8125rem 0;
}

.blog_last {
  padding-bottom: 1.25rem;
}

.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__content {
  max-width: 45.875rem;
  width: 100%;
}

.blog__text {
  font-size: 2.375rem;
  line-height: 96%;
  color: #00426e;
  max-width: 45.875rem;
  width: 100%;
}

.blog__text:not(:last-child) {
  margin-bottom: 2.125rem;
}

.blog__text span {
  font-weight: 500;
  font-size: 2.375rem;
}

.blog__text_big {
  font-size: 3rem;
}

.blog__text_big span {
  font-weight: 500;
  font-size: 3rem;
}

.blog__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.0625rem solid #00426e;
  background-color: rgba(0,0,0,0);
}

.news {
  padding-top: 2.8125rem;
  padding-bottom: 3.75rem;
}

.find {
  background: url("../img/find-image.webp") center/cover no-repeat;
  padding: 4.5rem 0;
  min-height: 46.25rem;
  position: relative;
}

.find__container {
  position: relative;
  z-index: 2;
}

.find__sub-title {
  font-size: 1.125rem;
  line-height: 111%;
  color: #fff;
}

.find__sub-title:not(:last-child) {
  margin-bottom: 2.625rem;
}

.find__title {
  font-size: 3.875rem;
  line-height: 85%;
  color: #fff;
}

.find__title:not(:last-child) {
  margin-bottom: 2.625rem;
}

.find__text {
  font-size: 1.5rem;
  line-height: 121%;
  color: #fff;
  max-width: 26.5625rem;
}

.find__text:not(:last-child) {
  margin-bottom: 2.625rem;
}

.find__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(0,0,0,0);
  border: 0.0625rem solid #fff;
  color: #fff;
}

.catalog {
  padding-top: 10.875rem;
  padding-bottom: 4.8125rem;
}

.catalog__breadcrumbs:not(:last-child) {
  margin-bottom: 3.125rem;
}

.catalog__title {
  font-size: 3.875rem;
  color: #00426e;
}

.catalog__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.catalog__sort:not(:last-child) {
  margin-bottom: 4.5rem;
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.125rem;
}

.catalog__top:not(:last-child) {
  margin-bottom: 2rem;
}

.catalog__name {
  font-size: 1.625rem;
  line-height: 112%;
  color: #00426e;
  white-space: nowrap;
}

.catalog__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem 0.5rem;
}

.catalog__label {
  border: 0.0625rem solid #839ab0;
  padding: 0.3125rem 0.63125rem;
  line-height: 119%;
  color: #839ab0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

.catalog__label path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.catalog__label svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
}

.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.625rem;
}

.catalog__filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.25rem;
  flex: 0 0 20.25rem;
}

.catalog__content {
  width: 100%;
}

.catalog__grid {
  gap: 0.5rem;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.catalog__grid:not(:last-child) {
  margin-bottom: 2rem;
}

.catalog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  color: #00426e;
}

.catalog__more svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.product {
  padding-top: 10.875rem;
  padding-bottom: 4.5rem;
}

.product__breadcrumbs:not(:last-child) {
  margin-bottom: 3.75rem;
}

.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}

.product__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.2261580381%;
  flex: 0 0 51.2261580381%;
  width: 100%;
  min-width: 0;
}

.product__top:not(:last-child) {
  margin-bottom: 1.875rem;
}

.product__top_mobile {
  display: none;
}

.product__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.product__slider:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.product__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.product__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product__download svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
}

.product__content {
  width: 100%;
}

.product__sku {
  font-size: 1.25rem;
  line-height: 110%;
  color: #839ab0;
}

.product__sku:not(:last-child) {
  margin-bottom: 1.875rem;
}

.product__title {
  font-size: 2.5rem;
  line-height: 106%;
}

.product__title:not(:last-child) {
  margin-bottom: 0.375rem;
}

.product__sub-title {
  font-size: 2rem;
  line-height: 119%;
}

.product__items {
  max-width: 19.75rem;
}

.product__items:not(:last-child) {
  margin-bottom: 2.625rem;
}

.product__item {
  border-bottom: 0.0625rem solid #00426e;
}

.product__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.product__label {
  font-size: 0.875rem;
  line-height: 107%;
}

.product__link {
  background-color: rgba(0,0,0,0);
  border: 0.0625rem solid #00426e;
}

.slider-main {
  min-width: 0;
  width: 100%;
}
.slider-main .slider-main__slide{
  position: fixed;
  top: -9999px;
}
.slider-main .slider-main__slide.swiper-slide-active{
  position: initial;
  top: initial;

}


.slider-main__prev {
  background-color: #fff;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.slider-main__prev.swiper-button-disabled {
  background-color: rgba(255,255,255,.12);
}

.slider-main__prev.swiper-button-disabled path {
  fill: #fff;
}

.slider-main__next {
  background-color: #fff;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.slider-main__next.swiper-button-disabled {
  background-color: rgba(255,255,255,.12);
}

.slider-main__next.swiper-button-disabled path {
  fill: #fff;
}

.slider-main__slide {
  position: relative;
  opacity: 0 !important;
  -webkit-transition: opacity .5s !important;
  transition: opacity .5s !important;
}

.slider-main__slide.swiper-slide-active {
  display: block;
  opacity: 1 !important;
}

.slider-main__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav {
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.9680851064%;
  flex: 0 0 11.9680851064%;
}

@supports (height: clamp( 5.65625rem , -3.4131377551rem  +  45.3469387755vw , 40.375rem )) {
  .slider-nav {
    height: clamp( 5.65625rem , -3.4131377551rem  +  45.3469387755vw , 40.375rem );
  }
}

@supports not (height: clamp( 5.65625rem , -3.4131377551rem  +  45.3469387755vw , 40.375rem )) {
  .slider-nav {
    height: calc(5.65625rem + 34.71875*(100vw - 20rem)/76.5625);
  }
}

.slider-nav__slide {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 90/90;
  height: auto !important;
  opacity: .5;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

.slider-nav__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider-nav__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.description {
  padding: 3.75rem 0;
  background-color: #fff;
  margin-bottom: 6.5625rem;
  position: relative;
}

.description::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.description::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.description__body {
  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: 2.625rem;
  border-bottom: 0.0625rem solid #dde0e1;
  padding-bottom: 1.5rem;
}

.description__title {
  font-size: 2.375rem;
  line-height: 111%;
  width: 100%;
}

.description__content {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75.6130790191%;
  flex: 0 0 75.6130790191%;
}

.description__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.description__text:not(:last-child) {
  margin-bottom: 0.625rem;
}
.description__text ul li{
    list-style: initial;
  line-height: initial;
}
.description__text ul{
  padding-left: 20px;
}

.description__list {
  padding-left: 1.25rem;
}

.description__list:not(:last-child) {
  margin-bottom: 1.125rem;
}

.description__item {
  list-style-type: disc;
  font-size: 1.125rem;
  line-height: 122%;
}

.description__slider:not(:last-child) {
  margin-bottom: 1.125rem;
}

.description__slide {
  width: 5rem !important;
}

.description__slide img {
  max-width: 100%;
}

.recommendations {
  padding: 1.5rem 0;
}

.recommendations_mb {
  margin-bottom: 3rem;
}

.recommendations__top {
  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.25rem;
}

.recommendations__top:not(:last-child) {
  margin-bottom: 1.875rem;
}

.recommendations__title {
  font-size: 3.875rem;
  line-height: 1;
}

.recommendations__all {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  color: #00426e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.recommendations__all svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
}

.recommendations__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}

.about {
  background: url("../img/about-background.webp") center/cover no-repeat;
  min-height: calc(100vh - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
}

.about__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  gap: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3.75rem 1fr 3.75rem;
  grid-template-rows: 3.75rem 1fr 3.75rem;
}

.about__content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.about__title {
  text-align: center;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.about__title svg {
  max-width: 100%;
  height: auto;
}

.about__title:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.about__sub-title {
  text-align: center;
  font-size: 2rem;
  line-height: 119%;
  color: #fff;
}

.about__sub-title span {
  font-weight: 500;
}

.about__link {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column-align: start;
  justify-self: start;
  position: relative;
  z-index: 2;
}

.services {
  padding: 4.375rem 0;
}

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

.services__next {
  margin-left: -0.0625rem;
}

.services__slide {
  position: relative;
  min-height: 35.5rem;
  padding: 1.5rem;
}

.services__slide::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: -0.1875rem;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1.125rem solid rgba(0,0,0,0);
  border-left: 1.125rem solid #fff;
  border-bottom: 1.125rem solid rgba(0,0,0,0);
}

.services__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__title {
  font-size: 2.375rem;
  line-height: 111%;
  color: #fff;
  position: relative;
  z-index: 2;
}

.services__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.services__text {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 122%;
  color: #fff;
}

.main-blog {
  padding-top: 10.875rem;
  padding-bottom: 1.5rem;
}

.main-blog__breadcrumbs:not(:last-child) {
  margin-bottom: 3.125rem;
}

.main-blog__title {
  font-size: 3.875rem;
}

.main-blog__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.main-blog__sort:not(:last-child) {
  margin-bottom: 4.5rem;
}

.main-blog__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.625rem 0.5rem;
}

.main-blog__body:not(:last-child) {
  margin-bottom: 2rem;
}

.main-blog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-blog__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  color: #00426e;
}

.main-blog__more svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.article {
  padding-top: 10.875rem;
  padding-bottom: 4.8125rem;
}

.article__breadcrumbs {
  margin-bottom: 4.75rem;
}

.article__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 4.5rem 4.5rem 5rem 4.5rem;
  overflow-x: clip;
}

.article__block::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.article__block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.article__image {
  position: relative;
  aspect-ratio: 1136/527;
  width: 100%;
}

.article__image:not(:last-child) {
  margin-bottom: 2.125rem;
}

.article__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title {
  font-size: 3.875rem;
  line-height: 85%;
}

.article__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.article__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.article__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.article__list {
  padding-left: 1.25rem;
}

.article__list:not(:last-child) {
  margin-bottom: 2.125rem;
}

.article__item {
  font-size: 1.125rem;
  line-height: 122%;
  list-style-type: disc;
}

.article__caption {
  font-size: 2.375rem;
  line-height: 111%;
}

.article__caption:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.article__desc {
  font-size: 1.125rem;
  line-height: 122%;
}

.article__desc:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.test {
  padding-top: 10.875rem;
  padding-bottom: 4.8125rem;
}

.test__image {
  width: 100%;
  position: relative;
  height: 32.9375rem;
}

.test__image_mobile {
  display: none;
}

.test__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.test__breadcrumbs {
  margin-bottom: 4.75rem;
}

.test__form {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: -15.625rem;
  padding: 4.5rem 4.5rem 5rem 4.5rem;
  overflow-x: clip;
}

.test__form::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.test__form::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.test__title {
  font-size: 3.875rem;
  line-height: 85%;
}

.test__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.test__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.test__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.test__list {
  padding-left: 1.25rem;
}

.test__list:not(:last-child) {
  margin-bottom: 1.25rem;
}

.test__item {
  font-size: 1.125rem;
  line-height: 122%;
  list-style-type: disc;
}

.test__caption {
  font-size: 2.375rem;
  line-height: 111%;
}

.test__caption:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.test__desc {
  font-size: 1.125rem;
  line-height: 122%;
}

.test__desc:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.test__wrap {
  max-width: 18.75rem;
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
}

.test__wrap:not(:last-child) {
  margin-bottom: 2.125rem;
}

.test__body {
  max-width: 18.75rem;
  width: 100%;
}

.test__body:not(:last-child) {
  margin-bottom: 1.25rem;
}

.test__box:not(:last-child) {
  margin-bottom: 1.25rem;
}

.test__wrapper {
  position: relative;
}

.test__number {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.125rem;
  line-height: 1;
}

.test__label {
  font-size: 0.875rem;
  line-height: 107%;
  display: inline-block;
  cursor: pointer;
}

.test__input {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
}

.test__input_pl {
  padding-left: 2.1875rem;
}

.test__input::-webkit-input-placeholder {
  color: #b2c4d6;
}

.test__input::-moz-placeholder {
  color: #b2c4d6;
}

.test__input:-ms-input-placeholder {
  color: #b2c4d6;
}

.test__input::-ms-input-placeholder {
  color: #b2c4d6;
}

.test__input::placeholder {
  color: #b2c4d6;
}

.test__bottom-text {
  font-size: 0.875rem;
  line-height: 121%;
}

.test__bottom-text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.test__submit {
  border: 0.0625rem solid #00426e;
}

.contacts {
  padding-top: 10.875rem;
  padding-bottom: 4.8125rem;
}

.contacts__breadcrumbs:not(:last-child) {
  margin-bottom: 3.125rem;
}

.contacts__title {
  font-size: 3.875rem;
}

.contacts__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.contacts__body {
  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: 4rem;
}

.contacts__content {
  width: 100%;
  max-width: 28.125rem;
}

.contacts__text {
  line-height: 119%;
  font-size: 1.125rem;
}

.contacts__text:not(:last-child) {
  margin-bottom: 1.125rem;
}

.contacts__list {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 121%;
  font-size: 1.125rem;
}

.contacts__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.contacts__form {
  max-width: 59rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
  padding: 2.625rem 2.625rem 2.625rem 3.125rem;
}

.contacts__form::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-30%, -1.125rem);
  -ms-transform: translate(-30%, -1.125rem);
  transform: translate(-30%, -1.125rem);
  top: 100%;
}

.contacts__form::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.contacts__inner {
  max-width: 26.625rem;
  width: 100%;
}

.contacts__box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contacts__wrapper {
  position: relative;
}

.contacts__number {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.125rem;
  line-height: 1;
}

.contacts__label {
  font-size: 0.875rem;
  line-height: 107%;
  display: inline-block;
  cursor: pointer;
}

.contacts__wrap {
  border-bottom: 0.0625rem solid #00426e;
}

.contacts__input {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
}

.contacts__input_pl {
  padding-left: 2.1875rem;
}

.contacts__input::-webkit-input-placeholder {
  color: #b2c4d6;
}

.contacts__input::-moz-placeholder {
  color: #b2c4d6;
}

.contacts__input:-ms-input-placeholder {
  color: #b2c4d6;
}

.contacts__input::-ms-input-placeholder {
  color: #b2c4d6;
}

.contacts__input::placeholder {
  color: #b2c4d6;
}

.contacts__textarea {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
  height: 5.125rem;
  resize: none;
  display: block;
}

.contacts__textarea::-webkit-input-placeholder {
  color: #b2c4d6;
}

.contacts__textarea::-moz-placeholder {
  color: #b2c4d6;
}

.contacts__textarea:-ms-input-placeholder {
  color: #b2c4d6;
}

.contacts__textarea::-ms-input-placeholder {
  color: #b2c4d6;
}

.contacts__textarea::placeholder {
  color: #b2c4d6;
}

.contacts__file:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contacts__checkbox {
  margin-bottom: 1.5rem;
}

.contacts__submit {
  border: 0.0625rem solid #00426e;
}

.distributor {
  padding-top: 10.875rem;
  padding-bottom: 4.8125rem;
}

.distributor__breadcrumbs:not(:last-child) {
  margin-bottom: 3.125rem;
}

.distributor__title {
  font-size: 3.875rem;
}

.distributor__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.distributor__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}

.distributor__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.0625rem;
  flex: 0 0 29.0625rem;
  width: 100%;
}

.distributor__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 0.375rem;
  margin-right: 0.8125rem;
  border-bottom: 0.0625rem solid #00426e;
}

.distributor__form:not(:last-child) {
  margin-bottom: 1.5rem;
}

.distributor__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  font-size: 1.125rem;
}

.distributor__submit {
  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;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.distributor__content {
  overflow: auto;
  height: 32.5rem;
  padding-right: 0.8125rem;
  display: flex;
}

.distributor__content .simplebar-track {
  width: 0.5rem !important;
  right: 0;
}

.distributor__content .simplebar-scrollbar:before {
  background: #b2c4d6;
  border-radius: 0;
  opacity: 1 !important;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.distributor__box {
  background: #fff;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  overflow: hidden;
}

.distributor__box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.distributor__caption {
  font-size: 2rem;
  line-height: 109%;
  border-bottom: 0.0625rem solid #cfdbe4;
  padding-bottom: 0.625rem;
}

.distributor__caption:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.distributor__links {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.distributor__links:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.distributor__items {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cfdbe4;
}

.distributor__item {
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 121%;
  font-size: 1.125rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.distributor__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.distributor__name {
  font-size: 1.25rem;
  line-height: 110%;
}

.distributor__post {
  line-height: 119%;
  font-size: 1rem;
  color: #839ab0;
}

.distributor__link {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.distributor__link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.distributor__map {
  width: 100%;
  height: auto;
}

.service {
  padding-top: 10.875rem;
  padding-bottom: 1.875rem;
}

.service__image {
  width: 100%;
  position: relative;
  height: 32.9375rem;
}

.service__image_mobile {
  display: none;
}

.service__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__breadcrumbs {
  margin-bottom: 4.75rem;
}

.service__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: -15.625rem;
  padding: 4.5rem 4.5rem 5rem 4.5rem;
  overflow-x: clip;
}

.service__block:not(:last-child) {
  margin-bottom: 9.6875rem;
}

.service__block::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.service__block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.service__title {
  font-size: 3.875rem;
  line-height: 85%;
}

.service__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.service__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.service__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.625rem;
  margin-bottom: 4.125rem;
}

.service__column {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 1.875rem;
}

.service__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  font-size: 2.375rem;
  line-height: 111%;
}

.service__caption span {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.service__caption img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  width: 3rem;
}

.service__img {
  position: relative;
  aspect-ratio: 713/402;
}

.service__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__heading {
  font-size: 2rem;
  line-height: 109%;
}

.service__list {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
  list-style-type: none;
  counter-reset: item;
}

.service__item {
  font-size: 1.5rem;
  line-height: 121%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}

.service__item::before {
  content: "";
  counter-increment: item;
  content: counter(item);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
  background: #00426e;
  font-size: 1.625rem;
  line-height: 112%;
  text-align: center;
  color: #fff;
}

.service__link {
  -ms-grid-column-align: start;
  justify-self: start;
  background-color: rgba(0,0,0,0);
  border: 0.0625rem solid #00426e;
}

.service__bottom-image {
  position: relative;
  aspect-ratio: 1552/873;
}

.service__bottom-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.application {
  padding-top: 1.875rem;
  padding-bottom: 4.8125rem;
}

.application__title {
  font-size: 3.875rem;
}

.application__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.calculator {
  padding-top: 10.875rem;
  padding-bottom: 1.875rem;
}

.calculator__image {
  width: 100%;
  position: relative;
  height: 32.9375rem;
}

.calculator__image_mobile {
  display: none;
}

.calculator__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.calculator__breadcrumbs {
  margin-bottom: 4.75rem;
}

.calculator__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: -15.625rem;
  padding: 4.5rem 4.5rem 5rem 4.5rem;
  overflow-x: clip;
}

.calculator__block:not(:last-child) {
  margin-bottom: 9.6875rem;
}

.calculator__block::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.calculator__block::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.calculator__title {
  font-size: 3.875rem;
  line-height: 85%;
}

.calculator__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.calculator__text {
  font-size: 1.125rem;
  line-height: 122%;
}

.calculator__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem;
}

.calculator__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26.25rem;
  flex: 0 0 26.25rem;
}

.calculator__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  list-style-type: none;
  counter-reset: item;
}

.calculator__list:not(:last-child) {
  margin-bottom: 4rem;
}

.calculator__item {
  font-size: 1.5rem;
  line-height: 121%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  position: relative;
  z-index: 2;
}

.calculator__item_mobile {
  display: none;
}

.calculator__item_success .calculator__val {
  background: #fff url("../img/check.svg") center/1.125rem no-repeat;
}

.calculator__item_success .calculator__val span {
  display: none;
}

.calculator__item_current .calculator__val {
  background: #00426e;
  color: #fff;
}

.calculator__val {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
  background-color: #fff;
  font-size: 1.625rem;
  line-height: 112%;
  text-align: center;
}

.calculator__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
}

.calculator__caption:not(:last-child) {
  margin-bottom: 1.125rem;
}

.calculator__caption svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.calculator__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.calculator__link {
  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;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.form-calculator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.form-calculator__page {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 2.625rem 2.625rem 3.125rem 2.625rem;
  overflow-x: clip;
}

.form-calculator__page::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1.125rem);
  -ms-transform: translate(-50%, -1.125rem);
  transform: translate(-50%, -1.125rem);
  top: 100%;
}

.form-calculator__page::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.form-calculator__step {
  font-size: 1.125rem;
  line-height: 111%;
  color: #839ab0;
}

.form-calculator__step:not(:last-child) {
  margin-bottom: 2.125rem;
}

.form-calculator__title {
  font-size: 2rem;
  line-height: 109%;
}

.form-calculator__title:not(:last-child) {
  margin-bottom: 2.125rem;
}

.form-calculator__body {
  width: 100%;
}

.form-calculator__body:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-calculator__box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-calculator__wrapper {
  position: relative;
}

.form-calculator__number {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.125rem;
  line-height: 1;
}

.form-calculator__label {
  font-size: 0.875rem;
  line-height: 107%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
  cursor: pointer;
}

.form-calculator__info {
  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;
}

.form-calculator__input {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
}

.form-calculator__input_pl {
  padding-left: 2.1875rem;
}

.form-calculator__input::-webkit-input-placeholder {
  color: #b2c4d6;
}

.form-calculator__input::-moz-placeholder {
  color: #b2c4d6;
}

.form-calculator__input:-ms-input-placeholder {
  color: #b2c4d6;
}

.form-calculator__input::-ms-input-placeholder {
  color: #b2c4d6;
}

.form-calculator__input::placeholder {
  color: #b2c4d6;
}

.form-calculator__wrap {
  border-bottom: 0.0625rem solid #00426e;
}

.form-calculator__buttons {
  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.875rem;
}

.form-calculator__back {
  border: 0.0625rem solid #00426e;
  cursor: pointer;
}

.form-calculator__back path {
  fill: #00426e;
}

.form-calculator__back_inactive {
  border: 0.0625rem solid #839ab0;
  color: #839ab0;
  pointer-events: none;
}

.form-calculator__back_inactive path {
  fill: #839ab0;
}

.form-calculator__next {
  border: 0.0625rem solid #00426e;
  cursor: pointer;
}

.form-calculator__next path {
  fill: #00426e;
}

.get-form {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}

.get-form__box {
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #eef1f5;
}

.get-form__top {
  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: 0.625rem;
}

.get-form__top:not(:last-child) {
  margin-bottom: 1.875rem;
}

.get-form__title {
  font-size: 2rem;
  line-height: 109%;
}

.get-form__download {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.get-form__download svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
}

.get-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.get-form__grid_4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.get-form__column {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.get-form__caption {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 111%;
  min-height: 1.875rem;
}

.get-form__value {
  font-size: 1.125rem;
  line-height: 122%;
}

.get-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.get-form__row:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.get-form__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.get-form__wrapper:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.get-form__image {
  max-width: 5rem;
  width: 100%;
}

.get-form__image img {
  max-width: 100%;
}

.get-form__text {
  font-size: 0.875rem;
  line-height: 121%;
}

.get-form__body {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-form__chart img {
  max-width: 100%;
}

.get-form__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.get-form__item {
  font-size: 0.875rem;
  line-height: 121%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.get-form__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  width: 0.5rem;
}

.get-form__label {
  font-size: 0.875rem;
  line-height: 121%;
}

.get-form__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.125rem;
}

.get-form__link {
  border: 0.0625rem solid #00426e;
}

.get-form__link_inactive {
  border: 0.0625rem solid #839ab0;
  color: #839ab0;
  pointer-events: none;
}

.get-form__link_inactive path {
  fill: #839ab0;
}

.footer {
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.footer__body:not(:last-child) {
  margin-bottom: 2.625rem;
}

.footer__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.375rem;
  flex: 0 0 28.375rem;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9375rem;
}

.footer__logo {
  width: 9.5rem;
}

.footer__logo img {
  max-width: 100%;
}

.footer__items {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.footer__item {
  font-size: 1.125rem;
  line-height: 122%;
}

.footer__item a {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(0,0,0,0);
  border: 0.0625rem solid #00426e;
  padding: 0.9375rem 1.3125rem;
  font-size: 1.125rem;
  gap: 0.5rem;
}

.footer__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.footer__caption {
  line-height: 119%;
}

.footer__caption:not(:last-child) {
  margin-bottom: 0.875rem;
}

.footer__column {
  width: 100%;
}

.footer__title {
  font-size: 3rem;
  line-height: 110%;
}

.footer__title:not(:last-child) {
  margin-bottom: 2rem;
}

.footer__text {
  line-height: 119%;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.footer__row {
  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.25rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.footer__link {
  line-height: 119%;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__copy {
  line-height: 121%;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 0.875rem;
}

.spollers__item {
  border-bottom: 0.0625rem solid #00426e;
}

.spollers__title {
  font-size: 1.5rem;
  line-height: 121%;
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 0.8125rem 1.25rem 0.8125rem 0;
  position: relative;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.1875rem;
  top: 50%;
  background-color: #00426e;
  height: 0.125rem;
  width: 0.375rem;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active {
  font-weight: 500;
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.spollers__body {
  padding: 1.125rem 0;
}

.spollers__block {
  display: -ms-grid;
  display: grid;
  gap: 0.875rem;
}

.spollers-description {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}

.spollers-description__item {
  border-bottom: 0.0625rem solid #00426e;
}

.spollers-description__title {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 112%;
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 0.8125rem 1.875rem 1.1875rem 0;
  position: relative;
}

._spoller-init .spollers-description__title {
  cursor: pointer;
}

._spoller-init .spollers-description__title::before,
._spoller-init .spollers-description__title::after {
  content: "";
  position: absolute;
  right: 0.3125rem;
  top: 50%;
  background-color: #00426e;
  height: 0.125rem;
  width: 0.875rem;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

._spoller-init .spollers-description__title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

._spoller-init .spollers-description__title::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

._spoller-init .spollers-description__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

._spoller-init .spollers-description__title._spoller-active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spollers-description__body {
  padding-bottom: 0.9375rem;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.625rem;
}

.tabs__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.75rem;
  flex: 0 0 19.75rem;
}

.tabs__header:not(:last-child) {
  margin-bottom: 1.875rem;
}

.tabs__navigation {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}

.tabs__title {
  font-size: 2rem;
  line-height: 109%;
  opacity: .6;
  text-align: left;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

.tabs__title._tab-active {
  opacity: 1;
  font-weight: 500;
}

.tabs__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

.tabs__top {
  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.25rem;
}

.tabs__top:not(:last-child) {
  margin-bottom: 1.5rem;
}

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

.tabs__next {
  margin-left: -0.0625rem;
}

.tabs__link {
  border: 0.0625rem solid #00426e;
}

.tabs__link_mobile {
  display: none;
}

.tabs__slider {
  width: calc(100vw - (100vw - 93.625rem)/2 - 19.75rem - 3rem - 2.625rem);
  min-width: 0;
}

.tabs__slider_offset {
  padding-right: 0.625rem !important;
}

.tabs__slide {
  width: 20.25rem !important;
  height: auto !important;
  display: block;
}

.tabs__slide_big {
  width: 25.125rem !important;
}

.tabs-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

.tabs-application__navigation {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 2.1875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.75rem;
  flex: 0 0 28.75rem;
}

.tabs-application__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  text-align: left;
  -webkit-transition: color .3s;
  transition: color .3s;
  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.25rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.tabs-application__title._tab-active {
  color: #00c4e4;
}

.tabs-application__title._tab-active .tabs-application__arrow path {
  fill: #00c4e4;
}

.tabs-application__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  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;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tabs-application__arrow path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.tabs-application__content {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs-application__form {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
  padding: 2.625rem 2.625rem 2.625rem 3.125rem;
}

.tabs-application__form::after {
  content: "";
  background: url("../img/decor.svg") 0 0/100% no-repeat;
  width: 48.4375rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-30%, -1.125rem);
  -ms-transform: translate(-30%, -1.125rem);
  transform: translate(-30%, -1.125rem);
  top: 100%;
}

.tabs-application__form::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 1.3125rem;
  background-color: #fff;
}

.tabs-application__inner {
  max-width: 26.625rem;
  width: 100%;
}

.tabs-application__caption {
  font-size: 2rem;
  line-height: 112%;
}

.tabs-application__caption:not(:last-child) {
  margin-bottom: 2.125rem;
}

.tabs-application__heading {
  font-size: 1.125rem;
  line-height: 111%;
}

.tabs-application__heading:not(:last-child) {
  margin-bottom: 0.875rem;
}

.tabs-application__box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs-application__wrapper {
  position: relative;
}

.tabs-application__number {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.125rem;
  line-height: 1;
}

.tabs-application__label {
  font-size: 0.875rem;
  line-height: 107%;
  display: inline-block;
  cursor: pointer;
}

.tabs-application__wrap {
  border-bottom: 0.0625rem solid #00426e;
}

.tabs-application__input {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
}

.tabs-application__input_pl {
  padding-left: 2.1875rem;
}

.tabs-application__input::-webkit-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__input::-moz-placeholder {
  color: #b2c4d6;
}

.tabs-application__input:-ms-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__input::-ms-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__input::placeholder {
  color: #b2c4d6;
}

.tabs-application__textarea {
  width: 100%;
  border-bottom: 0.0625rem solid #00426e;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
  height: 5.125rem;
  resize: none;
  display: block;
}

.tabs-application__textarea::-webkit-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__textarea::-moz-placeholder {
  color: #b2c4d6;
}

.tabs-application__textarea:-ms-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__textarea::-ms-input-placeholder {
  color: #b2c4d6;
}

.tabs-application__textarea::placeholder {
  color: #b2c4d6;
}

.tabs-application__file:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs-application__checkbox {
  margin-bottom: 1.5rem;
}

.tabs-application__submit {
  border: 0.0625rem solid #00426e;
}

.breadcrumbs__list {
  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.3125rem 0.75rem;
}

.breadcrumbs__item {
  font-size: 1.125rem;
  line-height: 111%;
  color: #b2c4d6;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  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;
  background: url("../img/arrow.svg") center no-repeat;
}

.breadcrumbs__link {
  display: inline-block;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  font-size: 1.125rem;
  line-height: 111%;
  color: #839ab0;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__label::after {
  background: url("../img/check.webp") center/85% 70% no-repeat;
}

.checkbox__input:checked+.checkbox__label {
  font-weight: 500;
}

.checkbox__label {
  cursor: pointer;
  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;
  position: relative;
  gap: 0.625rem;
  font-size: 1.5rem;
  line-height: 121%;
  color: #00426e;
}

.checkbox__label::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #00426e;
  border-radius: 0.125rem;
}

.form-checkbox {
  position: relative;
}

.form-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-checkbox__input:checked+.form-checkbox__label::before {
  background: url("../img/check2.svg") 0.21875rem center no-repeat;
}

.form-checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0.625rem;
  font-size: 0.75rem;
  line-height: 117%;
  color: #00426e;
}

.form-checkbox__label::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.0625rem solid #b2c4d6;
  border-radius: 0.125rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:checked+.options__label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 0.625rem;
}

.options__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
  border-radius: 50%;
  border: 0.0625rem solid #b2c4d6;
}

.options__label:after {
  content: "";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #00426e;
  position: absolute;
  left: 0.1875rem;
  top: 0.1875rem;
}

.options__text {
  font-size: 0.75rem;
  line-height: 117%;
}

.select {
  position: relative;
  width: 100%;
}

.select__body {
  position: relative;
  width: 100%;
}

.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 0.375rem;
  font-size: 1.125rem;
  line-height: 122%;
}

.select__value {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem;
  grid-template-columns: 1fr 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.select__value>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  width: 0.625rem;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  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;
  background: url("../img/arrow-select.svg") center/100% no-repeat;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5;
}

.select__content {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%;
}

.select__options {
  position: absolute;
  top: 3rem;
  min-width: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  border: 0.0625rem solid #eef1f5;
  border-top: 0;
  overflow: hidden;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  width: 100%;
  /*display: block;*/
  display: flex;
  text-align: left;
  cursor: pointer;
  padding: 0.75rem 0.375rem;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__option._select-selected {
  background-color: #eef1f5;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}

.select__asset {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.25rem;
  flex: 0 0 3.25rem;
  width: 3.25rem;
}

.select__asset img {
  max-width: 100%;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

.file__heading {
  font-size: 1.125rem;
  line-height: 111%;
}

.file__heading:not(:last-child) {
  margin-bottom: 0.875rem;
}

.file__item {
  position: relative;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

.file__button {
  width: 100%;
  border: 0.0625rem dashed #b2c4d6;
  padding: 0.9375rem 0.9375rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  min-height: 14.5rem;
}

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

.file__icon:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.file__caption {
  font-size: 0.875rem;
  line-height: 121%;
}

.file__caption:not(:last-child) {
  margin-bottom: 0.25rem;
}

.file__text {
  line-height: 121%;
  color: #839ab0;
  font-size: 0.875rem;
}

.file__text:not(:last-child) {
  margin-bottom: 1rem;
}

.file__label {
  border: 0.0625rem solid #839ab0;
  border-radius: 2rem;
  padding: 0.3125rem 0.625rem;
  max-width: 8.75rem;
  width: 100%;
  min-height: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 119%;
  text-align: center;
  color: #839ab0;
  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;
}

.file__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  display: none;
  margin-top: 1.25rem;
}

.file__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 121%;
}

.file__value {
  font-size: 0.875rem;
  line-height: 121%;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s .5s linear;
  transition: opacity .2s .5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 75rem) {
  .menu__item.hover {
    color: #e0dddd;
  }

  .menu__item.hover .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menu__item.hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__sub-list {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: absolute;
    left: 0;
    width: 10.625rem;
    top: 100%;
  }

  .menu__sub-item.hover {
    color: #055386;
  }
}

@media (min-width: 75rem)and (any-hover: hover) {
  .menu__item:hover {
    color: #e0dddd;
  }

  .menu__item:hover .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menu__item:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__sub-item:hover {
    color: #45728f;
  }
}

@media (max-width: 96.875rem) {
  .tabs__slider {
    width: auto;
    margin-right: -0.9375rem !important;
  }
}

@media (max-width: 93.625rem) {
  .menu__list {
    gap: 0.3125rem 0.9375rem;
  }

  .menu__link {
    font-size: 1.1875rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.25rem;
    flex: 0 0 11.25rem;
  }

  .header__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.375rem;
    flex: 0 0 9.375rem;
  }

  .mission__container {
    gap: 2rem;
  }

  .mission__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 75rem) {
  .wrapper {
    padding: 1.125rem;
  }

  .link {
    font-size: 1.125rem;
    gap: 0.5rem;
    padding: 0.9375rem 1.3125rem;
  }

  .link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .header-block__sub-title {
    font-size: 1rem;
  }

  .header-block__title {
    font-size: 1rem;
  }

  .item-production {
    padding: 1rem;
  }

  .item-production__top:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .item-production__value {
    font-size: 0.875rem;
  }

  .item-production__label {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .item-production__label svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .item-production__title {
    font-size: 1.625rem;
  }

  .item-production__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .item-production__text {
    font-size: 1rem;
  }

  .item-news__beige {
    top: 0.625rem;
    right: 0.625rem;
    font-size: 0.875rem;
    padding: 0.1875rem 0.5rem;
  }

  .item-news__body {
    padding: 1.5rem 1.125rem;
    gap: 0.625rem;
  }

  .item-news__date {
    font-size: 0.875rem;
  }

  .item-news__title {
    font-size: 1.625rem;
  }

  .item-news__text {
    font-size: 1rem;
  }

  .item-news__link {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .item-news__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .swiper-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.25rem;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
  }

  .swiper-button svg {
    width: 0.75rem;
    height: 1.25rem;
  }

  .sort__list {
    gap: 0.3125rem 0.5rem;
  }

  .sort__link {
    font-size: 1.125rem;
    padding: 0.71875rem 0.96875rem;
  }

  .filter__spollers:not(:last-child) {
    margin-bottom: 2rem;
  }

  .filter__clean {
    padding: 0.8125rem 1.1875rem;
    gap: 0.5rem;
    font-size: 1.125rem;
  }

  .filter__clean:not(:last-child) {
    margin-bottom: 2rem;
  }

  .filter__clean svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
  }

  .filter__text {
    font-size: 1rem;
  }

  .menu {
    background: #eef1f5;
    position: fixed;
    right: -100%;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 1.125rem;
    text-align: center;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    z-index: 6;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__inner {
    overflow: auto;
    background-color: #fff;
    height: 100%;
    padding: 6.25rem 0.9375rem 1.25rem;
    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.5rem;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .menu__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .menu__link {
    font-size: 1.5rem;
    color: #00426e;
  }

  .menu__arrow {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }

  .menu__arrow path {
    fill: #00426e;
  }

  .menu__sub-list {
    padding: 0.375rem;
    margin-top: 0.625rem;
  }

  .menu__sub-item:not(:last-child) {
    margin-bottom: 0.25rem;
  }

  .menu__sub-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-menu {
    display: block;
    width: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    height: 2rem;
    position: relative;
    z-index: 8;
  }

  .burger-menu::before,
  .burger-menu::after {
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: 0.25rem;
  }

  .header_white .burger-menu::before,
  .header_white .burger-menu::after {
    background-color: #00426e;
  }

  .search-open .burger-menu::before,
  .search-open .burger-menu::after {
    background-color: #00426e;
  }

  .menu-open .burger-menu::before,
  .menu-open .burger-menu::after {
    background-color: #00426e;
  }

  ._header-scroll .burger-menu::before,
  ._header-scroll .burger-menu::after {
    background-color: #00426e;
  }

  .burger-menu::before {
    content: "";
    top: 0.5625rem;
    width: 1.5rem;
  }

  .burger-menu::after {
    content: "";
    bottom: 0.5625rem;
    width: 1.25rem;
  }

  .header {
    top: 1.125rem;
    width: calc(100% - 2.25rem);
    left: 1.125rem;
    padding: 0.625rem 0;
  }

  .header::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right .5s ease 0s;
    transition: right .5s ease 0s;
    background-color: #fff;
    z-index: 7;
  }

  .menu-open .header::before {
    right: 0;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }

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

  .header__form_pc {
    display: none;
  }

  .header__form {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom: 0.0625rem solid #00426e;
  }

  .header__input {
    color: #00426e;
  }

  .header__submit path {
    fill: #00426e;
  }

  .search-header {
    padding: 1.125rem;
  }

  .search-header__inner {
    padding-top: 6.875rem;
  }

  .search-header__form::before {
    font-size: 4.5rem;
  }

  .search-header__input {
    font-size: 4.5rem;
  }

  .search-header__list {
    gap: 1.875rem;
  }

  .search-header__link {
    font-size: 2rem;
  }

  .hero {
    min-height: calc(100vh - 2.25rem);
  }

  .hero__slide {
    -ms-grid-rows: 3.25rem 1fr 3.25rem;
    grid-template-rows: 3.25rem 1fr 3.25rem;
  }

  .hero__caption {
    font-size: 4.5rem;
  }

  .hero__caption:not(:last-child) {
    margin-bottom: 2rem;
  }

  .hero__text {
    font-size: 1.5rem;
    max-width: 41.25rem;
  }

  .hero__sub-title {
    font-size: 1.5rem;
  }

  .mission {
    padding: 6.25rem 0;
  }

  .mission__text {
    font-size: 2.375rem;
  }

  .production {
    padding-top: 4rem;
    padding-bottom: 5.125rem;
  }

  .blog {
    padding: 2.125rem 0;
  }

  .blog_last {
    padding-bottom: 1.25rem;
  }

  .blog__content {
    max-width: 34.375rem;
  }

  .blog__text:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .blog__text {
    font-size: 2.375rem;
    max-width: 34.375rem;
    line-height: 121%;
  }

  .blog__text span {
    font-size: 2.375rem;
  }

  .blog__text_big {
    font-size: 2.375rem;
  }

  .blog__text_big span {
    font-size: 2.375rem;
  }

  .find {
    min-height: 40rem;
    padding: 4rem 0;
  }

  .find::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  }

  .find__sub-title {
    font-size: 1rem;
  }

  .find__sub-title:not(:last-child) {
    margin-bottom: 2rem;
  }

  .find__title {
    font-size: 3rem;
  }

  .find__title:not(:last-child) {
    margin-bottom: 2rem;
  }

  .find__text {
    font-size: 1.125rem;
  }

  .find__text:not(:last-child) {
    margin-bottom: 2rem;
  }

  .catalog {
    padding-top: 8rem;
    padding-bottom: 3.625rem;
  }

  .catalog__breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .catalog__title {
    font-size: 3rem;
  }

  .catalog__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .catalog__sort:not(:last-child) {
    margin-bottom: 3.4375rem;
  }

  .catalog__top:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .catalog__name {
    font-size: 1.25rem;
  }

  .catalog__label {
    font-size: 0.875rem;
    padding: 0.1875rem 0.4375rem;
  }

  .catalog__label svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
  }

  .catalog__body {
    gap: 2rem;
  }

  .catalog__filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.875rem;
    flex: 0 0 15.875rem;
  }

  .catalog__grid {
    gap: 0.375rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .catalog__grid:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .catalog__more {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .catalog__more svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .product {
    padding-top: 8rem;
    padding-bottom: 3.375rem;
  }

  .product__breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .product__body {
    gap: 1.875rem;
  }

  .product__top:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .product__slider {
    gap: 0.875rem;
  }

  .product__slider:not(:last-child) {
    margin-bottom: 2.8125rem;
  }

  .product__links {
    gap: 1.125rem;
  }

  .product__download {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .product__download svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
  }

  .product__sku {
    font-size: 1.125rem;
  }

  .product__sku:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .product__title {
    font-size: 3.875rem;
  }

  .product__sub-title {
    font-size: 1.5rem;
  }

  .product__items:not(:last-child) {
    margin-bottom: 2rem;
  }

  .product__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .slider-main__prev {
    left: 16px;
  }

  .slider-main__next {
    right: 16px;
  }

  @supports (height: clamp( 25.25rem , -2.6331521739rem  +  44.9275362319vw , 31.0625rem )) {
    .slider-nav {
      height: clamp( 25.25rem , -2.6331521739rem  +  44.9275362319vw , 31.0625rem );
    }
  }

  @supports not (height: clamp( 25.25rem , -2.6331521739rem  +  44.9275362319vw , 31.0625rem )) {
    .slider-nav {
      height: calc(25.25rem + 5.8125*(100vw - 62.0625rem)/12.9375);
    }
  }

  .description {
    padding: 3.125rem 0;
  }

  .description__body {
    gap: 2rem;
  }

  .description__title {
    font-size: 2rem;
  }

  .description__text {
    font-size: 1rem;
  }

  .description__list {
    font-size: 1rem;
  }

  .description__list:not(:last-child) {
    margin-bottom: 1rem;
  }

  .description__item {
    font-size: 1rem;
  }

  .description__slider:not(:last-child) {
    margin-bottom: 1rem;
  }

  .recommendations {
    padding: 1.125rem 0;
  }

  .recommendations_mb {
    margin-bottom: 2.25rem;
  }

  .recommendations__title {
    font-size: 3rem;
  }

  .recommendations__all {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .recommendations__all svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
  }

  .recommendations__body {
    gap: 0.375rem;
  }

  .about {
    min-height: calc(100vh - 2.25rem);
  }

  .about__container {
    -ms-grid-rows: 3.25rem 1fr 3.25rem;
    grid-template-rows: 3.25rem 1fr 3.25rem;
  }

  .about__title {
    max-width: 36.25rem;
  }

  .about__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .about__sub-title {
    font-size: 1.5rem;
  }

  .services {
    padding: 3.75rem 0;
  }

  .services__container {
    padding: 0;
  }

  .services__buttons:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .services__slider {
    margin-right: -1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .services__slide {
    padding: 1.125rem;
  }

  .services__title {
    font-size: 2rem;
  }

  .services__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .services__text {
    font-size: 1rem;
  }

  .main-blog {
    padding-top: 8rem;
    padding-bottom: 1.125rem;
  }

  .main-blog__breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .main-blog__title {
    font-size: 3rem;
  }

  .main-blog__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .main-blog__sort:not(:last-child) {
    margin-bottom: 3.4375rem;
  }

  .main-blog__body {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 0.375rem;
  }

  .main-blog__more {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .main-blog__more svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .article {
    padding-top: 8rem;
    padding-bottom: 3.625rem;
  }

  .article__breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .article__block {
    max-width: 64rem;
    padding: 4rem 4rem 4.375rem 4rem;
  }

  .article__image:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .article__title {
    font-size: 3rem;
    line-height: 110%;
  }

  .article__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .article__text {
    font-size: 1rem;
  }

  .article__list:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .article__item {
    font-size: 1rem;
  }

  .article__caption {
    font-size: 2rem;
  }

  .article__desc {
    font-size: 1rem;
  }

  .test {
    padding-top: 8rem;
    padding-bottom: 3.625rem;
  }

  .test__image {
    height: 28.25rem;
  }

  .test__breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .test__form {
    max-width: 64rem;
    padding: 4rem 4rem 4.375rem 4rem;
  }

  .test__title {
    font-size: 3rem;
    line-height: 110%;
  }

  .test__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .test__text {
    font-size: 1rem;
  }

  .test__list:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .test__item {
    font-size: 1rem;
  }

  .test__caption {
    font-size: 2rem;
  }

  .test__desc {
    font-size: 1rem;
  }

  .test__wrap:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .test__wrap:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .test__bottom-text {
    font-size: 0.75rem;
  }

  .contacts {
    padding-top: 8rem;
    padding-bottom: 3.625rem;
  }

  .contacts__breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .contacts__title {
    font-size: 3rem;
  }

  .contacts__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .contacts__text {
    font-size: 1rem;
  }

  .contacts__list {
    gap: 1.125rem;
  }

  .contacts__item {
    gap: 0.9375rem;
    font-size: 1rem;
  }

  .contacts__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .contacts__link {
    gap: 0.9375rem;
  }

  .contacts__form {
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .contacts__box:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .contacts__file:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .contacts__checkbox {
    margin-bottom: 1.25rem;
  }

  .distributor {
    padding-top: 8rem;
    padding-bottom: 3.625rem;
  }

  .distributor__breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .distributor__title {
    font-size: 3rem;
  }

  .distributor__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .distributor__body {
    gap: 1.25rem;
  }

  .distributor__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.5625rem;
    flex: 0 0 24.5625rem;
  }

  .distributor__form:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .distributor__box {
    padding: 1.5rem 1.125rem 1.125rem 1.125rem;
  }

  .distributor__caption {
    font-size: 1.625rem;
  }

  .distributor__items {
    gap: 0.9375rem;
  }

  .distributor__item {
    font-size: 1rem;
    gap: 0.875rem;
    padding: 0 0.375rem;
  }

  .distributor__item {
    gap: 0.9375rem;
    font-size: 1rem;
  }

  .distributor__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .distributor__name {
    font-size: 1.125rem;
  }

  .distributor__post {
    font-size: 0.875rem;
  }

  .distributor__link {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .distributor__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .service {
    padding-top: 8rem;
    padding-bottom: 1.5625rem;
  }

  .service__image {
    height: 28.25rem;
  }

  .service__breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .service__block:not(:last-child) {
    margin-bottom: 8.75rem;
  }

  .service__block {
    max-width: 64rem;
    padding: 4rem 4rem 4.375rem 4rem;
  }

  .service__title {
    font-size: 3rem;
    line-height: 110%;
  }

  .service__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .service__text {
    font-size: 1rem;
  }

  .service__body {
    gap: 2rem;
    margin-bottom: 3.375rem;
  }

  .service__column {
    gap: 1.25rem;
  }

  .service__caption {
    gap: 0.75rem;
    font-size: 2rem;
  }

  .service__caption img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
  }

  .service__heading {
    font-size: 1.625rem;
  }

  .service__item {
    font-size: 1.125rem;
    gap: 0.625rem;
  }

  .service__item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
    line-height: 111%;
  }

  .application {
    padding-top: 1.5625rem;
    padding-bottom: 3.625rem;
  }

  .application__title {
    font-size: 3rem;
  }

  .application__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .calculator {
    padding-top: 8rem;
    padding-bottom: 1.5625rem;
  }

  .calculator__image {
    height: 28.25rem;
  }

  .calculator__breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .calculator__block:not(:last-child) {
    margin-bottom: 8.75rem;
  }

  .calculator__block {
    max-width: 64rem;
    padding: 4rem 4rem 4.375rem 4rem;
  }

  .calculator__title {
    font-size: 3rem;
    line-height: 110%;
  }

  .calculator__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .calculator__text {
    font-size: 1rem;
  }

  .calculator__body {
    gap: 1.875rem;
  }

  .calculator__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.25rem;
    flex: 0 0 21.25rem;
  }

  .calculator__list {
    gap: 1.125rem;
  }

  .calculator__item {
    font-size: 1.125rem;
    gap: 0.625rem;
  }

  .calculator__val {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }

  .calculator__caption {
    font-size: 1.125rem;
    gap: 0.5rem;
  }

  .calculator__caption:not(:last-child) {
    margin-bottom: 1rem;
  }

  .calculator__caption svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .calculator__links {
    gap: 0.875rem;
  }

  .calculator__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }

  .calculator__link svg {
    max-width: 100%;
    max-height: 100%;
  }

  .form-calculator__page {
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .form-calculator__step {
    font-size: 1rem;
  }

  .form-calculator__step:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .form-calculator__title {
    font-size: 1.625rem;
  }

  .form-calculator__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .form-calculator__body:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-calculator__box:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-calculator__label {
    font-size: 0.875rem;
  }

  .get-form {
    gap: 1.875rem;
  }

  .get-form__title {
    font-size: 1.625rem;
  }

  .get-form__caption {
    font-size: 1rem;
  }

  .get-form__value {
    font-size: 1rem;
  }

  .get-form__text {
    font-size: 0.75rem;
  }

  .get-form__list {
    gap: 0.3125rem;
  }

  .get-form__item {
    font-size: 0.75rem;
  }

  .get-form__label {
    font-size: 0.75rem;
  }

  .get-form__links {
    gap: 1rem;
  }

  .footer {
    padding-top: 4.875rem;
    padding-bottom: 2.625rem;
  }

  .footer__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.25rem;
    flex: 0 0 21.25rem;
  }

  .footer__logo {
    width: 7.1875rem;
  }

  .footer__items {
    gap: 0.875rem;
  }

  .footer__item {
    font-size: 1rem;
  }

  .footer__button {
    font-size: 1rem;
    gap: 0.375rem;
    padding: 0.6875rem 0.9375rem;
  }

  .footer__button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .footer__caption {
    font-size: 0.875rem;
  }

  .footer__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .footer__title {
    font-size: 2.375rem;
  }

  .footer__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .footer__text {
    font-size: 0.875rem;
    gap: 0.3125rem;
  }

  .footer__link {
    font-size: 0.875rem;
  }

  .footer__copy {
    font-size: 0.875rem;
  }

  .spollers {
    gap: 0.75rem;
  }

  .spollers__title {
    font-size: 1.125rem;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    right: 0.125rem;
  }

  .spollers__body {
    padding: 0.875rem 0;
  }

  .spollers__block {
    gap: 0.75rem;
  }

  .spollers-description {
    gap: 1rem;
  }

  .spollers-description__title {
    font-size: 1.25rem;
  }

  .tabs {
    gap: 2rem;
  }

  .tabs__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5rem;
    flex: 0 0 17.5rem;
  }

  .tabs__header:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .tabs__navigation {
    gap: 1.5rem;
  }

  .tabs__title {
    font-size: 1.625rem;
  }

  .tabs__top:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .tabs__slide {
    width: 15.875rem !important;
  }

  .tabs__slide_big {
    width: 20.875rem !important;
  }

  .tabs-application__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.75rem;
    flex: 0 0 23.75rem;
    gap: 1.5625rem;
  }

  .tabs-application__title {
    font-size: 1.125rem;
  }

  .tabs-application__title._tab-active .tabs-application__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .tabs-application__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .tabs-application__form {
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .tabs-application__caption {
    font-size: 1.625rem;
  }

  .tabs-application__caption:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .tabs-application__heading {
    font-size: 1rem;
  }

  .tabs-application__heading:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .tabs-application__box:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .tabs-application__file:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .tabs-application__checkbox {
    margin-bottom: 1.25rem;
  }

  .breadcrumbs__list {
    gap: 0.3125rem 0.5rem;
  }

  .breadcrumbs__item {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .breadcrumbs__link {
    font-size: 1rem;
  }

  .checkbox__label {
    font-size: 1.125rem;
  }

  .checkbox__label::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    border: 0.0625rem solid #00426e;
  }

  .form-checkbox__input:checked+.form-checkbox__label::before {
    background: url("../img/check2.svg") 0.15625rem center no-repeat;
  }

  .form-checkbox__label::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  }

  .file__heading {
    font-size: 1rem;
  }

  .file__heading:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 62rem) {
  .item-production {
    border: none;
  }

  .item-news {
    border: none;
  }

  .sort {
    display: block;
  }

  .sort__list {
    margin-bottom: 0.8125rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    padding: 0 1.125rem 0.3125rem;
  }

  .sort__form {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 18.75rem;
    width: 100%;
  }

  .mission__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.875rem;
    padding: 0;
  }

  .news__container {
    padding: 0;
  }

  .catalog__container {
    padding: 0;
  }

  .catalog__body {
    gap: 1.125rem;
  }

  .product__container {
    padding: 0;
  }

  .product__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__top:not(:last-child) {
    margin-bottom: 0;
  }

  .product__top_mobile {
    display: block;
  }

  .product__top_pc {
    display: none;
  }

  .product__items {
    max-width: 100%;
  }

  @supports (height: clamp( 23.875rem , -2.2578125rem  +  87.109375vw , 51.75rem )) {
    .slider-nav {
      height: clamp( 23.875rem , -2.2578125rem  +  87.109375vw , 51.75rem );
    }
  }

  @supports not (height: clamp( 23.875rem , -2.2578125rem  +  87.109375vw , 51.75rem )) {
    .slider-nav {
      height: calc(23.875rem + 27.875*(100vw - 30rem)/32);
    }
  }

  .description__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.875rem;
  }

  .recommendations__container {
    padding: 0;
  }

  .main-blog__container {
    padding: 0;
  }

  .article__container {
    padding: 0;
  }

  .article__block {
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .test__container {
    padding: 0;
  }

  .test__form {
    padding: 2rem 2rem 2.5rem 2rem;
    margin-top: 0;
  }

  .contacts__container {
    padding: 0;
  }

  .contacts__body {
    gap: 2rem;
  }

  .distributor__container {
    padding: 0;
  }

  .service__container {
    padding: 0;
  }

  .service__block {
    padding: 2rem 2rem 2.5rem 2rem;
    margin-top: 0;
  }

  .service__body {
    gap: 1.5rem;
    margin-bottom: 2.875rem;
  }

  .application__container {
    padding: 0;
  }

  .calculator__container {
    padding: 0;
  }

  .calculator__block {
    padding: 2rem 2rem 2.5rem 2rem;
    margin-top: 0;
  }

  .calculator__body {
    gap: 1.25rem;
  }

  .calculator__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
  }

  .form-calculator__page {
    padding: 1.5rem 1.5rem 1.875rem 1.5rem;
  }

  .get-form__caption {
    font-size: 0.9375rem;
  }

  .get-form__value {
    font-size: 0.9375rem;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }

  .footer__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    gap: 1.375rem;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs {
    display: block;
  }

  .tabs__column:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }

  .tabs__slider {
    margin-right: -1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .tabs__slider_offset {
    padding-right: 1.5625rem !important;
    margin-right: -1.9375rem !important;
  }

  .tabs__slider:not(:last-child) {
    margin-bottom: 1rem;
  }

  .tabs-application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }

  .tabs-application__navigation {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem 1.5rem;
  }

  .tabs-application__title {
    gap: 0.625rem;
  }
}

@media (max-width: 47.99875rem) {
  .wrapper {
    padding: 1rem;
  }

  .link {
    gap: 0.375rem;
    font-size: 1rem;
    padding: 0.6875rem 0.9375rem;
  }

  .link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .item-production {
    padding: 0.75rem;
  }

  .item-production__top:not(:last-child) {
    margin-bottom: 0.75rem;
	min-height: 32px;
  }

  .item-production__value {
    font-size: 0.75rem;
  }

  .item-production__label {
    display: none;
  }

  .item-production__image:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .item-production__title {
    font-size: 1.25rem;
  }

  .item-production__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .item-production__text {
    font-size: 0.75rem;
  }

  .item-news__beige {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.75rem;
    padding: 0.0625rem 0.375rem;
  }

  .item-news__body {
    padding: 1.125rem 0.75rem;
  }

  .item-news__date {
    font-size: 0.75rem;
  }

  .item-news__title {
    font-size: 1.25rem;
  }

  .item-news__text {
    font-size: 0.875rem;
  }

  .item-news__link {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .item-news__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .swiper-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    width: 2.625rem;
    height: 2.625rem;
  }

  .swiper-button svg {
    width: 0.6875rem;
    height: 1.125rem;
  }

  .sort__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem 0.3125rem;
  }

  .sort__link {
    padding: 0.5rem 0.71875rem;
    font-size: 1rem;
    white-space: nowrap;
  }

  .filter__button-mobile {
    font-weight: 500;
    line-height: 119%;
    text-align: center;
    color: #839ab0;
    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.25rem;
    border: 0.0625rem solid #839ab0;
    border-radius: 2rem;
    padding: 0.625rem 0.875rem;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .filter-open .filter__button-mobile {
    border: 0.0625rem solid #00426e;
    color: #00426e;
  }

  .filter__body {
    padding-top: 1.125rem;
  }

  .filter__spollers:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .filter__clean {
    font-size: 1rem;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
  }

  .filter__clean:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .filter__text {
    font-size: 0.875rem;
  }

  .menu {
    padding: 1rem;
  }

  .menu__inner {
    padding: 5.625rem 0.9375rem 1.25rem;
  }

  .header {
    top: 1rem;
    width: calc(100% - 2rem);
    left: 1rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.75rem;
    flex: 0 0 7.75rem;
  }

  .search-header {
    padding: 1rem;
  }

  .search-header__form::before {
    font-size: 3.875rem;
  }

  .search-header__form:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .search-header__input {
    font-size: 3.875rem;
  }

  .search-header__list {
    gap: 1.25rem;
  }

  .search-header__link {
    font-size: 1.625rem;
  }

  .hero {
    min-height: calc(100vh - 2rem);
  }

  .hero__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero__slide {
    -ms-grid-rows: 2.625rem 1fr 2.625rem;
    grid-template-rows: 2.625rem 1fr 2.625rem;
  }

  .hero__caption {
    font-size: 3.875rem;
  }

  .hero__caption:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .hero__text {
    font-size: 1.125rem;
    max-width: 33.75rem;
  }

  .hero__title {
    max-width: 23.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__title svg {
    width: 100%;
  }

  .hero__title:not(:last-child) {
    margin-bottom: 2rem;
  }

  .hero__sub-title {
    font-size: 1rem;
  }

  .mission {
    padding: 3.875rem 0;
  }

  .mission__image {
    height: 12.875rem;
  }

  .mission__text {
    font-size: 1.5rem;
  }

  .mission__text:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .production {
    padding-top: 1rem;
    padding-bottom: 1.4375rem;
    margin-bottom: 3.125rem;
  }

  .production::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .production::before {
    height: 0.5rem;
  }

  .blog {
    padding: 1.5625rem 0;
  }

  .blog_last {
    padding-bottom: 0.9375rem;
  }

  .blog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .blog__content {
    max-width: 100%;
  }

  .blog__text:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .blog__text {
    font-size: 1.5rem;
    max-width: 100%;
  }

  .blog__text span {
    font-size: 1.5rem;
  }

  .blog__text_big {
    font-size: 1.5rem;
  }

  .blog__text_big span {
    font-size: 1.5rem;
  }

  .find {
    min-height: 25rem;
    padding: 1.125rem 0;
  }

  .find__sub-title {
    font-size: 0.875rem;
  }

  .find__sub-title:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .find__title {
    font-size: 2rem;
  }

  .find__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .find__text {
    font-size: 0.875rem;
    max-width: 20.3125rem;
  }

  .find__text:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .catalog {
    padding-top: 6.9375rem;
    padding-bottom: 2.5625rem;
  }

  .catalog__breadcrumbs:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .catalog__title {
    font-size: 1.625rem;
  }

  .catalog__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .catalog__sort:not(:last-child) {
    margin-bottom: 2.25rem;
  }

  .catalog__top {
    -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;
    gap: 0.75rem;
  }

  .catalog__top:not(:last-child) {
    margin-bottom: 1rem;
  }

  .catalog__name {
    font-size: 1rem;
  }

  .catalog__labels {
    gap: 0.25rem;
  }

  .catalog__label {
    font-size: 0.75rem;
    gap: 0.375rem;
    padding: 0.125rem 0.3125rem;
  }

  .catalog__label svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.5rem;
    flex: 0 0 0.5rem;
  }

  .catalog__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog__filter {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .catalog__grid {
    gap: 0.25rem;
  }

  .catalog__grid:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .catalog__more {
    gap: 0.375rem;
    font-size: 1rem;
  }

  .catalog__more svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .product {
    padding-top: 6.9375rem;
    padding-bottom: 2.875rem;
  }

  .product__breadcrumbs:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .product__slider {
    gap: 0.75rem;
  }

  .product__slider:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .product__download {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .product__download svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
  }

  .product__sku {
    font-size: 1rem;
  }

  .product__sku:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .product__title {
    font-size: 2.375rem;
  }

  .product__sub-title {
    font-size: 1rem;
  }

  .product__items:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .product__item:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .description {
    padding: 1.875rem 0;
    margin-bottom: 4.375rem;
  }

  .description::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .description::before {
    height: 0.5rem;
  }

  .description__title {
    font-size: 1.625rem;
  }

  .description__text {
    font-size: 0.875rem;
  }

  .description__text:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .description__list {
    font-size: 0.875rem;
  }

  .description__list:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .description__item {
    font-size: 0.875rem;
  }

  .description__slider:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .recommendations_mb {
    margin-bottom: 1.875rem;
  }

  .recommendations__top {
    -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;
    gap: 0.625rem;
  }

  .recommendations__top:not(:last-child) {
    margin-bottom: 1rem;
  }

  .recommendations__title {
    font-size: 1.625rem;
  }

  .recommendations__all {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .recommendations__all svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
  }

  .recommendations__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
  }

  .about {
    min-height: calc(100vh - 2rem);
    background: url("../img/about-background.webp") right 20% center/cover no-repeat;
    margin-bottom: 2.1875rem;
  }

  .about__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-grid-rows: 2.625rem 1fr 2.625rem;
    grid-template-rows: 2.625rem 1fr 2.625rem;
  }

  .about__title {
    max-width: 23.75rem;
  }

  .about__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .about__sub-title {
    font-size: 1rem;
  }

  .services {
    padding: 2.5rem 0;
  }

  .services__slider {
    margin-right: -1rem !important;
    padding-right: 1rem !important;
  }

  .services__slide {
    min-height: 26.625rem;
    padding: 0.875rem;
  }

  .services__title {
    font-size: 1.625rem;
  }

  .services__title:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .services__text {
    font-size: 0.875rem;
  }

  .main-blog {
    padding-top: 6.9375rem;
    padding-bottom: 0.75rem;
  }

  .main-blog__breadcrumbs:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .main-blog__title {
    font-size: 1.625rem;
  }

  .main-blog__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .main-blog__sort:not(:last-child) {
    margin-bottom: 2.25rem;
  }

  .main-blog__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem 0.25rem;
  }

  .main-blog__more {
    gap: 0.375rem;
    font-size: 1rem;
  }

  .main-blog__more svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .article {
    padding-top: 6.9375rem;
    padding-bottom: 2.5625rem;
  }

  .article__breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .article__block {
    padding: 0.875rem 0.875rem 1.25rem 0.875rem;
  }

  .article__block::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .article__block::before {
    height: 0.5rem;
  }

  .article__image {
    aspect-ratio: 268/178;
  }

  .article__image:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .article__title {
    font-size: 1.625rem;
    line-height: 112%;
  }

  .article__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .article__text {
    font-size: 0.875rem;
  }

  .article__text:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .article__list:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .article__item {
    font-size: 0.875rem;
  }

  .article__caption {
    font-size: 1.125rem;
  }

  .article__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .article__desc {
    font-size: 0.875rem;
  }

  .article__desc:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .test {
    padding-top: 6.9375rem;
    padding-bottom: 2.5625rem;
  }

  .test__image_mobile {
    display: block;
  }

  .test__image_pc {
    display: none;
  }

  .test__image {
    aspect-ratio: 268/178;
    height: auto;
  }

  .test__image:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .test__breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .test__form {
    padding: 0.875rem 0.875rem 1.25rem 0.875rem;
  }

  .test__form::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .test__form::before {
    height: 0.5rem;
  }

  .test__title {
    font-size: 1.625rem;
    line-height: 112%;
  }

  .test__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .test__text {
    font-size: 0.875rem;
  }

  .test__text:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .test__item {
    font-size: 0.875rem;
  }

  .test__caption {
    font-size: 1.125rem;
  }

  .test__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .test__desc {
    font-size: 0.875rem;
  }

  .test__desc:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .test__wrap:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .test__body:not(:last-child) {
    margin-bottom: 1rem;
  }

  .test__box:not(:last-child) {
    margin-bottom: 1rem;
  }

  .test__bottom-text {
    font-size: 0.625rem;
  }

  .test__bottom-text:not(:last-child) {
    margin-bottom: 1rem;
  }

  .contacts {
    padding-top: 6.9375rem;
    padding-bottom: 1.25rem;
  }

  .contacts__breadcrumbs:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .contacts__title {
    font-size: 1.625rem;
  }

  .contacts__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__body {
    gap: 0.875rem;
  }

  .contacts__content {
    max-width: 100%;
  }

  .contacts__text {
    font-size: 0.875rem;
    line-height: 121%;
  }

  .contacts__text:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .contacts__list {
    gap: 1rem;
  }

  .contacts__item {
    gap: 0.625rem;
    font-size: 0.875rem;
  }

  .contacts__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .contacts__link {
    gap: 0.625rem;
  }

  .contacts__form {
    max-width: 100%;
  }

  .contacts__form::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .contacts__form::before {
    height: 0.5rem;
  }

  .contacts__inner {
    max-width: 100%;
  }

  .contacts__box:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .contacts__file:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .contacts__checkbox {
    margin-bottom: 0.875rem;
  }

  .distributor {
    padding-top: 6.9375rem;
    padding-bottom: 1.25rem;
  }

  .distributor__breadcrumbs:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .distributor__title {
    font-size: 1.625rem;
  }

  .distributor__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .distributor__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.875rem;
  }

  .distributor__column {
  	order: 2;
	}

  .distributor__map {
  	order: 1;
  }

  .distributor__form {
    margin-right: 0;
  }

  .distributor__content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    margin-right: -1rem;
  }

  .distributor__content .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
flex-direction: column;
  }

  .distributor__content .simplebar-content::after {
    width: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    background-color: rgba(0,0,0,0);
  }

  .distributor__content .simplebar-track {
    display: none;
  }

  .distributor__box {
    padding: 1.25rem 0.75rem 0.75rem 0.75rem;
  }

  .distributor__box:not(:last-child) {
     margin-bottom: 1.5rem;
 	 margin-right: 0;
  }

  .distributor__caption {
    font-size: 1.125rem;
  }

  .distributor__links {
    gap: 0.75rem;
  }

  .distributor__links:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .distributor__items {
    gap: 0.625rem;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .distributor__item {
    font-size: 0.875rem;
    gap: 0.625rem;
    padding: 0 0.25rem;
  }

  .distributor__item {
    gap: 0.625rem;
    font-size: 0.875rem;
  }

  .distributor__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .distributor__post {
    font-size: 0.75rem;
  }

  .distributor__link {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .distributor__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .distributor__map {
    height: 28rem;
  }

  .service {
    padding-top: 6.9375rem;
    padding-bottom: 0.9375rem;
  }

  .service__image_mobile {
    display: block;
  }

  .service__image_pc {
    display: none;
  }

  .service__image {
    aspect-ratio: 268/178;
    height: auto;
  }

  .service__image:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .service__breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .service__block:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .service__block {
    padding: 0.875rem 0.875rem 1.25rem 0.875rem;
  }

  .service__block::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .service__block::before {
    height: 0.5rem;
  }

  .service__title {
    font-size: 1.625rem;
    line-height: 112%;
  }

  .service__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .service__text {
    font-size: 0.875rem;
  }

  .service__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 2.25rem;
  }

  .service__column {
    gap: 0.9375rem;
  }

  .service__caption {
    font-size: 1.25rem;
    gap: 0.5rem;
  }

  .service__caption img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
  }

  .service__heading {
    font-size: 1.125rem;
  }

  .service__list {
    gap: 0.875rem;
  }

  .service__item {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .service__item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.625rem;
    flex: 0 0 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
  }

  .service__bottom-image {
    aspect-ratio: 296/186;
  }

  .application {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }

  .application__title {
    font-size: 1.625rem;
  }

  .application__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .calculator {
    padding-top: 6.9375rem;
    padding-bottom: 0.9375rem;
  }

  .calculator__image_mobile {
    display: block;
  }

  .calculator__image_pc {
    display: none;
  }

  .calculator__image {
    aspect-ratio: 268/178;
    height: auto;
  }

  .calculator__image:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .calculator__breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .calculator__block:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .calculator__block {
    padding: 0.875rem 0.875rem 1.25rem 0.875rem;
  }

  .calculator__block::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .calculator__block::before {
    height: 0.5rem;
  }

  .calculator__title {
    font-size: 1.625rem;
    line-height: 112%;
  }

  .calculator__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .calculator__text {
    font-size: 0.875rem;
  }

  .calculator__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.875rem;
  }

  .calculator__column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .calculator__list {
    display: none;
  }

  .calculator__list:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .calculator__item {
    font-size: 1rem;
    gap: 0.5rem;
  }

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

  .calculator__val {
    width: 1.625rem;
    height: 1.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.625rem;
    flex: 0 0 1.625rem;
    font-size: 1rem;
  }

  .calculator__caption {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .calculator__caption svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .calculator__links {
    gap: 0.75rem;
  }

  .calculator__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .form-calculator {
    display: -ms-grid;
    display: grid;
    gap: 0.875rem;
  }

  .form-calculator__page {
    padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  }

  .form-calculator__page:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .form-calculator__page::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .form-calculator__page::before {
    height: 0.5rem;
  }

  .form-calculator__step {
    font-size: 0.875rem;
  }

  .form-calculator__step:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .form-calculator__title {
    font-size: 1.25rem;
  }

  .form-calculator__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .form-calculator__body:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .form-calculator__box:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .get-form {
    gap: 0.75rem;
  }

  .get-form__box {
    padding-bottom: 0.75rem;
  }

  .get-form__top:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .get-form__title {
    font-size: 1.25rem;
  }

  .get-form__download {
    gap: 0.375rem;
  }

  .get-form__download svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
  }

  .get-form__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-form__grid_4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-form__column {
    gap: 0.25rem;
  }

  .get-form__caption {
    font-size: 0.875rem;
    min-height: auto;
  }

  .get-form__value {
    font-size: 0.875rem;
  }

  .get-form__row {
    display: none;
  }

  .get-form__wrapper {
    gap: 0.75rem;
  }

  .get-form__wrapper .get-form__grid {
    gap: 0.25rem;
  }

  .get-form__wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .get-form__text {
    font-size: 0.625rem;
  }

  .get-form__body {
    gap: 1.5rem;
  }

  .get-form__label {
    font-size: 0.625rem;
  }

  .get-form__links {
    gap: 0.75rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 1.125rem;
  }

  .footer__container {
    padding: 0;
  }

  .footer__body:not(:last-child) {
    margin-bottom: 2rem;
  }

  .footer__title {
    font-size: 1.625rem;
  }

  .footer__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .footer__text {
    font-size: 0.75rem;
  }

  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .spollers {
    gap: 0.625rem;
  }

  .spollers__title {
    font-size: 1rem;
    padding: 0.6875rem 1.25rem 0.6875rem 0;
  }

  .spollers__body {
    padding: 0.75rem 0;
  }

  .spollers__block {
    gap: 0.625rem;
  }

  .spollers-description {
    gap: 0.875rem;
  }

  .spollers-description__title {
    font-size: 1.125rem;
    padding: 0.6875rem 1.5625rem 0.6875rem 0;
  }

  ._spoller-init .spollers-description__title::before,
  ._spoller-init .spollers-description__title::after {
    width: 0.75rem;
    right: 0.25rem;
  }

  .spollers-description__body {
    padding-bottom: 0.625rem;
  }

  .tabs__column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .tabs__navigation {
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -0.9375rem;
    padding: 0 0.9375rem;
    padding-bottom: 0.25rem;
  }

  .tabs__title {
    white-space: nowrap;
    font-size: 1.125rem;
  }

  .tabs__top:not(:last-child) {
    margin-bottom: 1rem;
  }

  .tabs__link_pc {
    display: none;
  }

  .tabs__link_mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tabs__slide {
    width: 9.75rem !important;
  }

  .tabs__slide_big {
    width: 17.5rem !important;
  }

  .tabs-application {
    gap: 0.875rem;
  }

  .tabs-application__title {
    font-size: 1rem;
    gap: 0.375rem;
  }

  .tabs-application__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .tabs-application__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .tabs-application__body:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .tabs-application__form::after {
    width: 18.125rem;
    -webkit-transform: translate(-50%, -0.4375rem);
    -ms-transform: translate(-50%, -0.4375rem);
    transform: translate(-50%, -0.4375rem);
  }

  .tabs-application__form::before {
    height: 0.5rem;
  }

  .tabs-application__inner {
    max-width: 100%;
  }

  .tabs-application__caption {
    font-size: 1.25rem;
  }

  .tabs-application__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .tabs-application__heading {
    font-size: 0.875rem;
  }

  .tabs-application__box:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .tabs-application__file:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .tabs-application__checkbox {
    margin-bottom: 0.875rem;
  }

  .breadcrumbs__list {
    gap: 0.25rem;
  }

  .breadcrumbs__item {
    font-size: 0.875rem;
    gap: 0.25rem;
  }

  .breadcrumbs__item:not(:last-child)::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .breadcrumbs__link {
    font-size: 0.875rem;
  }

  .checkbox__label {
    font-size: 1rem;
  }

  .checkbox__label::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.875rem;
    flex: 0 0 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }

  .form-checkbox__input:checked+.form-checkbox__label::before {
    background: url("../img/check2.svg") center no-repeat;
  }

  .form-checkbox__label {
    font-size: 0.625rem;
    gap: 0.375rem;
  }

  .form-checkbox__label::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.875rem;
    flex: 0 0 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }

  .form-checkbox__text {
    padding-top: 0.0625rem;
  }

  .file__heading {
    font-size: 0.875rem;
  }

  .file__caption span {
    display: none;
  }

  .file__text {
    font-size: 0.875rem;
  }
}

@media (max-width: 47.99875rem)and (max-width: 29.99875rem) {
  .distributor__content .simplebar-content::after {
    width: 0.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
  }
}

@media (max-width: 29.99875rem) {
  .wrapper {
    padding: 0.75rem;
  }

  .sort__list {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 0 0.75rem 0.3125rem;
  }

  .sort__form {
    max-width: 100%;
  }

  .menu {
    padding: 0.75rem;
  }

  .header {
    top: 0.75rem;
    width: calc(100% - 1.5rem);
    left: 0.75rem;
  }

  .search-header {
    padding: 0.75rem;
  }

  .search-header__form::before {
    font-size: 2.375rem;
  }

  .search-header__input {
    font-size: 2.375rem;
  }

  .search-header__link {
    font-size: 1rem;
  }

  .hero {
    min-height: calc(100vh - 1.5rem);
  }

  .hero__caption {
    font-size: 2.375rem;
    line-height: 111%;
  }

  .hero__caption:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .hero__text {
    font-size: 1rem;
  }

  .mission {
    padding: 3.5rem 0;
  }

  .production {
    padding-top: 0.75rem;
  }

  .product {
    padding-bottom: 2.25rem;
  }

  .product__body {
    gap: 1.125rem;
  }

  .product__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__slider:not(:last-child) {
    margin-bottom: 1rem;
  }

  .product__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-nav {
    width: 88%;
    height: auto;
  }

  .slider-nav__wrapper {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto !important;
  }

  .slider-nav__slide {
    aspect-ratio: 90/90;
  }

  .description {
    margin-bottom: 3.125rem;
  }

  .recommendations_mb {
    margin-bottom: 1.25rem;
  }

  .about {
    min-height: calc(52vh - 1.5rem);
  }

  .services__slider {
    margin-right: -0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .main-blog__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .test__wrap {
    max-width: 100%;
  }

  .test__body {
    max-width: 100%;
  }

  .contacts__form {
    padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  }

  .distributor__content {
    margin-right: -0.75rem;
  }

  .get-form__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .get-form__links {
    -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;
  }

  .tabs__slider {
    margin-right: -1.6875rem !important;
    padding-right: 1.6875rem !important;
  }

  .tabs-application__form {
    padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  }
}

@media (any-hover: hover) {
  .link:hover {
    background-color: #00426e;
    color: #fff;
  }

  .link:hover path {
    fill: #fff;
  }

  .item-production:hover {
    border: 0.0625rem solid #b2c4d6;
  }

  .item-news:hover {
    border: 0.0625rem solid #b2c4d6;
  }

  .swiper-button:hover {
    background-color: #00426e;
  }

  .swiper-button:hover path {
    fill: #fff;
  }

  .sort__link:hover {
    color: #00426e;
    border: 0.0625rem solid #00426e;
  }

  .sort__submit:hover {
    opacity: .8;
  }

  .filter__clean:hover {
    color: #00426e;
    border: 0.0625rem solid #00426e;
    cursor: pointer;
  }

  .filter__clean:hover path {
    fill: #00426e;
  }

  .menu__sub-link:hover {
    color: #055386;
  }

  .find__link:hover {
    border: 0.0625rem solid #00426e;
  }

  .catalog__label:hover {
    color: #00426e;
    border: 0.0625rem solid #00426e;
    cursor: pointer;
  }

  .catalog__label:hover path {
    fill: #00426e;
  }

  .catalog__more:hover {
    opacity: .8;
  }

  .product__download:hover {
    opacity: .8;
  }

  .slider-main__prev:hover {
    background-color: #e0dbdb;
  }

  .slider-main__next:hover {
    background-color: #e0dbdb;
  }

  .slider-nav__slide:hover {
    opacity: 1;
  }

  .recommendations__all:hover {
    opacity: .8;
  }

  .main-blog__more:hover {
    opacity: .8;
  }

  .contacts__link:hover {
    opacity: .8;
  }

  .distributor__submit:hover {
    opacity: .8;
  }

  .distributor__item:hover {
    opacity: .8;
  }

  .distributor__link:hover {
    opacity: .8;
  }

  .calculator__link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .get-form__download:hover {
    opacity: .8;
  }

  .footer__item a:hover {
    color: #08293f;
  }

  .footer__link:hover {
    color: #08293f;
  }

  .tabs__title:hover {
    opacity: 1;
  }

  .tabs-application__title:hover {
    color: #00c4e4;
  }

  .tabs-application__title:hover .tabs-application__arrow path {
    fill: #00c4e4;
  }

  .breadcrumbs__link:hover {
    color: #00426e;
  }

  .select__option:hover {
    background-color: #eef1f5;
  }

  .file__item:hover .file__button {
    background-color: #e8f1ef;
  }
}

.about {
    position: relative;
    /* Убираем или комментируем существующий фон */
    /* background: url("../img/about-background.webp") center/cover no-repeat; */
}

.about__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Помещаем видео за контентом */
    overflow: hidden;
}

.about__video iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* Обрезает видео для заполнения контейнера */
    /* Альтернативно можно использовать: */
    /* transform: scale(1.1); для небольшого увеличения */
}

.about__container {
    position: relative;
    z-index: 1; /* Контент поверх видео */
}

.about__content {
    position: relative;
    z-index: 2; /* Дополнительно поднимаем контент */
}

.about__link {
    position: relative;
    z-index: 2; /* Дополнительно поднимаем ссылку */
}


