@charset "UTF-8";

/*Обнуление*/

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: FuturaPT, sans-serif;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-tap-highlight-color: transparent;
}

body.this--overflow {
  overflow: hidden;
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}

main {
  background: #ffffff;
}

.h2_title {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.28;
  color: #1D1D1D;
}

.h1_title {
  color: #1D1D1D;
  font-size: 7.6rem;
  font-weight: 400;
  line-height: 1.14;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 78px;
  background: #80FFD1;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, background 0.25s, color 0.25s, border 0.25s;
  transition: box-shadow 0.25s, background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
}

.btn:active {
  background: #408068 !important;
  color: #ffffff;
}

.btn.this--transparent {
  color: #3C9;
  border: 1px solid #3C9;
  background: none;
}

.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 54px;
}

.btn_arrow:active .btn_arrow__arrow {
  width: 0;
}

.btn_arrow:active .btn_arrow__arrow.this--hover {
  width: 62px;
}

.btn_arrow:active .btn_arrow__text {
  color: #FFF;
  background: #408068 !important;
}

.btn_arrow .btn_arrow__text {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  padding: 16px 48px;
  border-radius: 400px;
  background: #80FFD1;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.btn_arrow .btn_arrow__arrow {
  width: 62px;
  height: 54px;
  background: url("../img/btn_arrow.svg") center/contain no-repeat;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.btn_arrow .btn_arrow__arrow.this--hover {
  width: 0;
}

.btn_arrow.this--top .btn_arrow__arrow {
  background: url("../img/btn_arrow_top.html") center/contain no-repeat;
}

.btn_arrow.this--blue .btn_arrow__text {
  background: #93B1EF;
}

.btn_arrow.this--blue .btn_arrow__arrow {
  background: url("../img/btn_blue_arrow.html") center/contain no-repeat;
}

.btn_arrow.this--blue:active .btn_arrow__text {
  color: #FFF;
  background: #2863DF;
}

.icon_link {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.icon_link svg {
  width: 31px;
  height: 27px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 26px;
}

.icon_link svg path:first-child {
  fill: transparent;
  -webkit-transition: fill 0.25s, stroke 0.25s;
  transition: fill 0.25s, stroke 0.25s;
}

.icon_link:active {
  color: #CF5600;
}

.icon_link:active svg path:first-child {
  fill: #CF5600 !important;
  stroke: #CF5600 !important;
}

.star_slider {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  max-height: 100px;
  max-width: 108px;
  margin: 0 auto;
}

.star_slider__slide {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.star_slider__slide.swiper-slide-active {
  -webkit-transform: scale(5.6);
      -ms-transform: scale(5.6);
          transform: scale(5.6);
  opacity: 1;
}

.star_slider__slide.swiper-slide-next,
.star_slider__slide.swiper-slide-prev {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.2s;
  transition: transform 0.3s, opacity 0.1s 0.2s, -webkit-transform 0.3s;
}

.star_slider__slide.swiper-slide-next {
  -webkit-transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.2s;
  transition: transform 0.3s, opacity 0.1s 0.2s, -webkit-transform 0.3s;
}

.star_slider__slide.swiper-slide-prev {
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s;
}

.star_slider__img {
  padding-top: 91.7355%;
  position: relative;
}

.star_slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.news_card__img {
  position: relative;
  padding-top: 71.8%;
}

.news_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.news_card__date {
  margin-top: 30px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.news_card__text {
  margin-top: 12px;
  color: #191404;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.news_card__tag {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 29px;
  padding: 14px 24px;
  border-radius: 43px;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.news_card__tag.this--bitum {
  background: radial-gradient(80.72% 80.44% at 60.61% 106.64%, #FFDB67 0%, #FFB200 100%);
}

.news_card__tag.this--sbm {
  background: radial-gradient(100.8% 145.38% at 66.47% 117%, #C2ECDD 0%, #33CB98 86.46%);
}

.news_card__tag.this--salavat {
  background: radial-gradient(208.07% 146.77% at 49.66% 146%, #8DB1FC 0%, #2762DE 100%);
}

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

.breadcrumbs.this--center,
.factory_top .breadcrumbs,
.products_page .breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs__link {
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.breadcrumbs.this--wh .breadcrumbs__link,
.factory_top .breadcrumbs .breadcrumbs__link,
.products_page .breadcrumbs .breadcrumbs__link{
  color: #ffffff;
}

.breadcrumbs__link:not(:first-child) {
  margin-left: 5px;
}

.breadcrumbs__link::before {
  content: ' /';
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 5px;
}

.breadcrumbs.this--wh .breadcrumbs__link::before,
.factory_top .breadcrumbs .breadcrumbs__link::before,
.products_page .breadcrumbs .breadcrumbs__link::before{
  color: #ffffff;
}

.breadcrumbs__link.this--disabled::after {
  display: none;
}

.breadcrumbs__link.this--home {
  width: 21px;
  height: 21px;
  background: url("../img/home.svg") center/contain no-repeat;
  display: inline-block;
}

.breadcrumbs__link.this--home::before {
  display: none;
}

.breadcrumbs.this--wh .breadcrumbs__link.this--home,
.factory_top .breadcrumbs .breadcrumbs__link.this--home,
.products_page .breadcrumbs .breadcrumbs__link.this--home{
  background: url("../img/home_wh.svg") center/contain no-repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #46CFA1;
}

.header__top {
  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;
  padding: 12px 60px 8px;
  -webkit-transition: padding 0.25s linear, height 0.25s linear, max-height 0.25s linear;
  transition: padding 0.25s linear, height 0.25s linear, max-height 0.25s linear;
}

.header.small .header__top {
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 60px;
}

.header__top_logo {
  width: 81px;
}

.header__top_logo img {
  width: 100%;
}

.header__top_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -25px;
}

.header__top_link {
  margin-left: 25px;
  color: #191404;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  border-bottom: 1px solid transparent;
}

.header__top_link:active {
  color: #CF5600 !important;
  border-bottom: 1px solid #CF5600 !important;
}

.header__bottom {
  padding: 14px 60px 13px;
  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;
  background: #1D1D1D;
  border-radius: 20px 20px 0 0;
  -webkit-transition: border-radius 0.25s, background-color 0.25s;
  transition: border-radius 0.25s, background-color 0.25s;
  -webkit-box-shadow: 0 -50px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -50px 30px 0 rgba(0, 0, 0, 0.08);
}

.green_header .header.this--transparent .header__bottom {
  background: #34cc99;
}

.green_header .header.this--transparent .header__bottom .green_logo {
  display: block;
}

.light_green_header .header.this--transparent .header__bottom {
  background: #F4F4F3;
}

.light_green_header .header.this--transparent .header__bottom .light_green_logo {
  display: block;
}

.header.this--transparent .header__bottom .default_logo {
  display: none;
}

.header.small .header__bottom {
  border-radius: 0;
}

.header__logo {
  width: 101px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__logo .green_logo,
.header__logo .light_green_logo {
  display: none;
}

.header__logo .default_logo {
  display: block;
}

.header__logo img {
  width: 100%;
}

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

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -44px;
}

.header__menu_link {
  margin-left: 44px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.header.this--transparent .header__menu_link {
  color: #191404;
}

.header__menu_link:not(.this--servises) {
  border-bottom: 1px solid transparent;
}

.header__menu_link:active:not(.this--servises) {
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  color: #80FFD1 !important;
  border-bottom: 1px solid #80FFD1 !important;
}

.header__menu_link.this--servises .header__menu_link_body {
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header.this--transparent .header__menu_link.this--servises .header__menu_link_body svg path {
  stroke: #191404;
}

.header.this--transparent .header__menu_link.this--servises .header__menu_link_body.active {
  color: #80FFD1;
}

.header.this--transparent .header__menu_link.this--servises .header__menu_link_body.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header.this--transparent .header__menu_link.this--servises .header__menu_link_body.active svg path {
  stroke: #ffffff;
}

.header__menu_link.this--servises .header__menu_link_body svg path {
  stroke: #ffffff;
}

.header__menu_link.this--servises .header__menu_link_body svg {
  width: 19px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 3px;
}

.header__menu_link.this--servises .header__menu_link_body svg path {
  -webkit-transition: stroke 0.25s;
  transition: stroke 0.25s;
}

.header__menu_link.this--servises .header__menu_link_body.active {
  color: #80FFD1;
}

.header__menu_link.this--servises .header__menu_link_body.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__menu_link.this--servises .header__menu_link_body.active svg path {
  stroke: #ffffff;
}

.header__menu_second_links {
  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;
  max-width: 1419px;
  margin: 0 auto -87px;
}

.header__menu_second_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 87px;
}

.header__menu_second_link:active .header__menu_second_link_text {
  color: #CF5600 !important;
}

.header__menu_second_link_img {
  width: 184px;
  height: 162px;
}

.header__menu_second_link_img img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.header__menu_second_link_text {
  margin-left: 48px;
  color: #191404;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.18;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

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

.header__burger {
  display: none;
}

.header__btn {
  margin-left: 44px;
  width: 210px;
}

.header__menu_close {
  display: none;
}

.footer {
  position: relative;
  margin-top: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__top {
  background: #F4F4F3;
  padding: 77px 60px 106px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.footer__run_string {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 59px;
}

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

.marquee {
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 59px));
            transform: translateX(calc(-100% - 59px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 59px));
            transform: translateX(calc(-100% - 59px));
  }
}

@-webkit-keyframes scroll-mob {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 27px));
            transform: translateX(calc(-100% - 27px));
  }
}

@keyframes scroll-mob {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 27px));
            transform: translateX(calc(-100% - 27px));
  }
}

.footer__row {
  margin-top: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.footer__left,
.footer__right {
  margin-left: 30px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  width: 33.3333%;
}

.footer__logo .this--mobile {
  display: none;
}

.footer__logo img {
  width: 107px;
}

.footer__menu {
  width: 33.3333%;
  margin-top: 17px;
  padding-left: 20px;
}

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

.footer__menu_title {
  color: #33CB98;
  font-size: 2rem;
  font-weight: 450;
  line-height: normal;
}

.footer__menu_links {
  list-style: none;
  margin-top: 29px;
}

.footer__menu_links li {
  margin-top: 26px;
}

.footer__menu_links li:first-child {
  margin-top: 0;
}

.footer__menu_link {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  border-bottom: 1px solid transparent;
}

.footer__menu_link:active {
  color: #CF5600 !important;
  border-bottom: 1px solid #CF5600 !important;
}

.footer__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 17px;
}

.footer__contacts {
  width: 45%;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.footer__contacts_item {
  width: 322px;
  padding-left: 61px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__social {
  width: calc(45% - 60px);
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.footer__social_item {
  width: 150px;
  padding-left: 49px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__address {
  background: url("../img/footer/addr.svg") left center/29px 29px no-repeat;
}

.footer__tel {
  background: url("../img/footer/tel.svg") left center/29px 29px no-repeat;
}

.footer__mail {
  background: url("../img/footer/mail.svg") left center/29px 29px no-repeat;
}

.footer__vk {
  line-height: 29px;
  background: url("../img/footer/vk.svg") left center/29px 29px no-repeat;
}

.footer__bottom {
  margin-top: -30px;
  padding: 50px 60px 29px;
  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;
  background: #F4F4F3;
}

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

.footer__time {
  margin-right: 54px;
  padding-left: 40px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background: url("../img/footer/clock.svg") left center/24px 24px no-repeat;
}

.footer__politic {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__develope {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__develope_link:last-child {
  margin-left: 47px;
}

.footer__develope_link_top {
  margin-top: 5px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.footer__dis_logo {
  width: 96px;
}

.footer__dev_logo {
  width: 115px;
}

.main_top {
  position: relative;
  z-index: 2;
  background: radial-gradient(60.6% 59.4% at 64.31% 52.39%, #F4F4F3 0%, #33CB98 72.93%);
  -webkit-box-shadow: 0 -17px 20px 0 rgba(41, 174, 130, 0.47);
          box-shadow: 0 -17px 20px 0 rgba(41, 174, 130, 0.47);
  padding-top: 130px;
}

.main_top__top {
  padding: 91px 0 77px;
  position: relative;
}

.main_top__top_content {
  max-width: 894px;
}

.main_top__top_link {
  margin-top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main_top__top_btn {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 25px);
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.main_top__body {
  position: relative;
  padding: 0 40px;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}

.main_top__body.animate {
  padding: 0;
}

.main_top__body_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.9375);
      -ms-transform: scale(0.9375);
          transform: scale(0.9375);
  border-radius: 15px 15px 0 0;
  -webkit-transition: border-radius 0.4s, -webkit-transform 0.4s;
  transition: border-radius 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, border-radius 0.4s;
  transition: transform 0.4s, border-radius 0.4s, -webkit-transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.animate .main_top__body_bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}

.main_top__body_content {
  position: relative;
  z-index: 2;
  padding-top: 243px;
}

.main_top__body_title {
  color: #FFF;
}

.main_top__body_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -60px;
}

.main_top__body_item {
  position: relative;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}

.main_top__body_item.this--left {
  width: 483px;
}

.main_top__body_item.this--center {
  width: 688px;
  margin: 0 -19.6% -11px;
  z-index: 2;
}

.animate .main_top__body_item.this--center {
  margin: 0 -16% -11px;
}

.main_top__body_item.this--right {
  width: 483px;
}

.main_top__body_img {
  padding-top: 111.6279%;
  position: relative;
}

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

.main_products {
  border-radius: 30px;
  background: #2C2C2C;
  margin-top: -60px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.main_products.hide {
  height: 1500px;
}

.main_products__content {
  padding: 160px 0 196px;
}

.main_products__title {
  color: #ffffff;
}

.main_products__products {
  margin-top: 94px;
}

.main_products__curtain {
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  left: 0;
  top: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(89.58%, #2C2C2C));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #2C2C2C 89.58%);
  z-index: 3;
  pointer-events: none;
}

.main_products__btn {
  position: absolute;
  z-index: 3;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #33CB98;
  font-size: 2rem;
  font-weight: 450;
  line-height: 1.5;
  padding: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.products__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.products__filter_item {
  color: #80FFD1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  padding: 14px 28px;
  border-radius: 35px;
  border: 1px solid #80FFD1;
}

.products__filter_item.active {
  background: #80FFD1;
  color: #000;
}

.products__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: 30px;
}

.products__btn {
  border-radius: 35px;
  width: 50px;
  height: 50px;
  border: 1px solid #80FFD1;
  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;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.products__btn svg {
  width: 24px;
  height: 24px;
}

.products__btn svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.products__btn.active {
  background-color: #80FFD1;
  pointer-events: none;
}

.products__btn.active svg path {
  fill: #191404;
}

.products__bottom {
  margin-top: 60px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.products__bottom.hide {
  opacity: 0;
  visibility: hidden;
}

.this--main .products__bottom {
  margin-top: 68px;
}

.products__bottom.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -70px;
  margin-bottom: -86px;
}

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

.products__bottom.plank .product_item {
  padding: 52px 28px 52px 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.products__bottom.plank .product_item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.products__bottom.card .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(33.333% - 70px);
  margin-left: 70px;
  margin-bottom: 86px;
}

.products__bottom.plank .product_item__img_wr {
  display: none;
}

.products__bottom.card .product_item__img_wr {
  width: 100%;
  position: relative;
  border-radius: 15px;
  background: radial-gradient(94.89% 94.85% at 56.04% 111.23%, #3C3C3C 0%, #202020 78.38%);
  overflow: hidden;
  padding: 70px 80px;
  margin-bottom: 24px;
}

.product_item__img_wr_top {
  height: 60.55%;
  width: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/products/product_item_bg_2.png") center/cover, #313131;
  background-blend-mode: multiply, normal;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s;
  transition: background 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, background 0.6s;
  transition: transform 0.6s, background 0.6s, -webkit-transform 0.6s;
}

.product_item__img {
  position: relative;
  z-index: 2;
  padding-top: 125.08%;
}

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

.product_item__code {
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
}

.products__bottom.card .product_item__code {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 10px;
}

.product_item__name {
  color: #FFF;
}

.products__bottom.plank .product_item__name {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
  margin: 0 20px;
}

.products__bottom.card .product_item__name {
  width: 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.product_item__standart {
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
}

.products__bottom.card .product_item__standart {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.products__bottom.plank .product_item__arrow {
  width: 74px;
  height: 65px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #454545;
  position: relative;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.products__bottom.plank .product_item__arrow span {
  width: 22px;
  height: 20px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.products__bottom.plank .product_item__arrow span:first-child {
  top: calc(50% - 10px);
  left: calc(50% - 11px);
  background: url("../img/products/arrow.svg") center/contain no-repeat;
}

.products__bottom.plank .product_item__arrow span:last-child {
  top: calc(50% - 10px);
  left: calc(50% - 11px);
  -webkit-transform: translate(-70px, 70px);
      -ms-transform: translate(-70px, 70px);
          transform: translate(-70px, 70px);
  background: url("../img/products/arrow_hover.svg") center/contain no-repeat;
}

.products__bottom.card .product_item__arrow {
  display: none;
}

.main_factory {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.main_factory__wrapper {
  background: #F4F4F3;
  -webkit-box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  position: sticky;
  height: 100vh;
  top: 0;
  overflow: hidden;
}

.main_factory__wrapper .container {
  height: 100%;
}

.main_factory__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.main_factory__left {
  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;
  max-width: 565px;
  margin-right: 60px;
}

.main_factory__title.h2_title {
  font-size: 4.7rem;
  line-height: 1.27;
}

.main_factory__text {
  margin-top: 20px;
  color: #1D1D1D;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_factory__btn {
  margin-top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main_factory__right {
  margin-right: -100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 793px;
}

.main_factory__img {
  width: 100%;
  position: absolute;
  padding: 100px 0;
  top: 0;
  left: 0;
}

.main_factory__img img {
  width: 100%;
}

.main_factory__img img.this--mobile {
  display: none;
}

.main_map {
  border-radius: 30px 30px 0 0;
  background: #2C2C2C;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.main_map__content {
  padding: 178px 0 121px;
  position: relative;
}

.main_map__title {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.main_map__address {
  position: absolute;
  color: #3C9;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  left: 633px;
  bottom: 407px;
}

.main_map__img_wr {
  width: 431px;
  position: relative;
  z-index: 2;
  margin-top: 368px;
}

.main_map__img_wr::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 552px;
  height: 1px;
  background: #3C9;
}

.main_map__img {
  padding-top: 72.6218%;
  position: relative;
}

.main_map__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.main_map__map {
  position: absolute;
  top: 0;
  left: 185px;
  width: 1538px;
}

.main_map__map img {
  width: 100%;
}

.main_chess {
  margin-top: -30px;
  border-radius: 30px;
  background: url("../img/main/main_chess/bg.jpg") center/cover no-repeat;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 3;
}

.main_chess__content {
  padding: 285px 0;
  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: 50px;
}

.main_chess__left {
  width: 50%;
  max-width: 488px;
}

.main_chess__right {
  width: 50%;
  max-width: 580px;
}

.main_chess__img {
  padding-top: 74.1379%;
  position: relative;
}

.main_chess__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.main_chess__icon {
  width: 40px;
}

.main_chess__icon img {
  width: 100%;
}

.main_chess__title {
  margin-top: 35px;
  color: #191404;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.27;
}

.main_chess__text {
  margin-top: 35px;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_chess__text p:not(:first-child) {
  margin-top: 15px;
}

.main_chess__text ul {
  padding-left: 30px;
}

.main_chess__btn {
  margin-top: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main_chess__btn .btn_arrow__text {
  padding: 16px 48px;
}

.products_page {
  padding: 280px 0 265px;
  border-radius: 0 0 15px 15px;
  background: #1d1d1d;
  position: relative;
  z-index: 2;
}

.products_page__title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 85px;
  color: #ffffff;
}

.products__standart {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.products__standart_link {
  opacity: 0.4;
  color: var(--white-white, #FFF);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.products__standart_link.active {
  pointer-events: none;
  opacity: 1;
}

.products_detail {
  background: radial-gradient(109.57% 52.55% at 61.64% 50.04%, #3C3C3C 0%, #202020 78.38%);
  padding: 130px 0 132px;
}

.products_detail__content {
  padding-top: 94px;
}

.products_detail__links {
  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: 75px;
  padding: 16px 30px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.products_detail__link {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.products_detail__link.active {
  opacity: 1;
}

.products_detail__standart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products_detail__standart_link {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 11px;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.products_detail__standart_link:first-child {
  margin-top: 0;
}

.products_detail__standart_link.active {
  opacity: 1;
}

.products_detail__title.h2_title {
  margin-top: 8px;
  color: #FFF;
}

.products_detail__row {
  margin-top: -85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products_detail__left {
  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;
  padding-top: 132px;
  max-width: 433px;
  min-width: 433px;
}

.products_detail__left_text {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.products_detail__left_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -19px;
  width: 100%;
}

.products_detail__left_link {
  margin-left: 19px;
  width: calc(50% - 19px);
}

.products_detail__center {
  width: 508px;
  margin: 0 50px;
}

.products_detail__img {
  position: relative;
  padding-top: 124.8%;
}

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

.products_detail__img_link {
  position: absolute;
  top: calc(50% - 32.5px);
  width: 74px;
  height: 65px;
  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;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #454545;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.products_detail__img_link.this--left {
  left: -40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products_detail__img_link.this--right {
  right: -40px;
}

.products_detail__img_link svg {
  width: 36px;
  height: 36px;
}

.products_detail__img_link svg path {
  -webkit-transition: stroke 0.25s;
  transition: stroke 0.25s;
}

.products_detail__right {
  padding-bottom: 62px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.products_detail__right_text {
  color: #FFF;
  text-align: right;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin-left: -200px;
}

.factory_top {
  padding: 254px 0 246px;
  background: radial-gradient(94.89% 94.85% at 56.04% 111.23%, #3C3C3C 0%, #202020 46.87%);
  position: relative;
  z-index: 2;
}

.factory_top::before {
  content: '';
  position: absolute;
  top: 130px;
  right: 96px;
  width: 929px;
  height: 1109px;
  background: url("../img/factory/factory_bg.svg") center/contain no-repeat;
  z-index: 1;
}

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

.factory_top__title {
  text-align: center;
  margin-top: 40px;
  color: #FFF;
}

.factory_top__row {
  margin-top: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -62px;
}

.factory_top__column {
  margin-left: 62px;
  width: calc(33.333% - 62px);
  margin-bottom: -60px;
}

.factory_top__card {
  margin-bottom: 60px;
  border-radius: 15px;
}

.five_card {
  border-radius: 15px;
  background: url("../img/factory/five_bg.jpg") center/cover no-repeat;
  padding: 92px 40px;
}

.five_card__text {
  color: #1D1D1D;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.team_card {
  padding: 60px 40px;
  overflow: hidden;
  background: #2B2B2B;
}

.team_card__title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.team_card__slider {
  margin-top: 60px;
}

.team_card__slider_slide.swiper-slide {
  width: 162px;
}

.team_card__img {
  padding-top: 120.987%;
  position: relative;
}

.team_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
}

.team_card__link {
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #ffffff;
}

.team_card__link svg {
  margin-left: 15px;
}

.transport_card {
  background: url("../img/factory/transport_bg.jpg") center/cover no-repeat;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.transport_card__img {
  width: 40px;
}

.transport_card__img img {
  width: 100%;
}

.transport_card__text {
  color: #FFF;
  margin-top: 16px;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.regions_card {
  padding: 78px 61px;
  background: url("../img/factory/regions_bg.jpg") center/cover no-repeat;
}

.regions_card__title {
  color: #191404;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.park_card {
  background: url("../img/factory/park_bg.jpg") center/cover no-repeat;
  padding: 76px 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.park_card__img {
  width: 40px;
}

.park_card__img img {
  width: 100%;
}

.park_card__text {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 14px;
}

.frendly_card {
  padding: 92px 60px;
  background: #80FFD1;
}

.frendly_card__title {
  color: #191404;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.frendly_card__text {
  margin-top: 21px;
  color: #1D1D1D;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.care_card {
  background: url("../img/factory/care_bg.jpg") center/cover no-repeat;
  padding: 50px 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.care_card__img {
  width: 40px;
}

.care_card__img img {
  width: 100%;
}

.care_card__text {
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.mission_card {
  background: url("../img/factory/missin_bg.jpg") center/cover no-repeat;
  padding: 127px 40px;
}

.mission_card__title {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.mission_card__subtitle {
  color: #80FFD1;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 450;
  line-height: 1.2;
  margin-top: 26px;
}

.mission_card__text {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 38px;
}

.address_card {
  background: #80FFD1;
  padding: 65px 55px;
}

.address_card__img {
  margin: 0 auto;
  width: 40px;
}

.address_card__img img {
  width: 100%;
}

.address_card__city {
  color: #191404;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 11px;
}

.address_card__address {
  color: rgba(29, 29, 29, 0.7);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

.address_card__link {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.address_card__link svg {
  margin-left: 15px;
}

.news_detail {
  padding: 277px 0 172px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 30px 30px;
  background: #F4F4F3;
  -webkit-box-shadow: 38px 33px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 38px 33px 50px 0 rgba(0, 0, 0, 0.05);
}

.news_detail::before {
  content: '';
  position: absolute;
  top: 130px;
  right: 0;
  width: 657px;
  height: 552px;
  background: url("../img/news_detail/img_bg.svg") center/contain no-repeat;
}

.news_detail__date {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.news_detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_detail__left {
  width: 50%;
}

.news_detail__right {
  width: 50%;
  max-width: 611px;
  margin-left: 60px;
}

.news_detail__title {
  margin-top: 31px;
  color: #1D1D1D;
  font-size: 4.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27;
}

.news_detail__tag {
  position: static;
  display: inline-block;
  margin-top: 48px;
}

.news_detail__img {
  padding-top: 61.082%;
}

.news_detail__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.news_detail__img.this--mobile {
  display: none;
  position: relative;
}

.news_detail__img.this--mobile img {
  border-radius: 15px;
}

.news_detail__img.this--desktop {
  position: sticky;
  top: 140px;
}

.news_detail__img.this--desktop img {
  z-index: 2;
}

.news_detail__img.this--desktop::before,
.news_detail__img.this--desktop::after {
  content: '';
  position: absolute;
  width: 67.5%;
  height: 98%;
  background: url("../img/news_detail/star_bg.html") center/100% 100% no-repeat;
}

.news_detail__img.this--desktop::before {
  top: -47%;
  right: -1%;
}

.news_detail__img.this--desktop::after {
  left: -6%;
  bottom: -55%;
}

.news_detail__text {
  margin-top: 80px;
  color: #1D1D1D;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.calculate {
  position: relative;
  z-index: 2;
  border-radius: 0 0 30px 30px;
  background: #F4F4F3;
  -webkit-box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
  padding: 130px 0 138px;
}

.calculate__top_links {
  padding: 69px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  margin-top: -50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.61);
  background: #33cb99;
  position: relative;
}

.calculate__top_links::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.61);
}

.calculate__top_link {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.calculate__top_link.active {
  opacity: 1;
  pointer-events: none;
  font-weight: 700;
}

.calculate__content {
  padding-top: 101px;
}

.calculate__row {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
}

.calculate__left {
  width: calc(50% - 30px);
  margin-left: 30px;
  max-width: 458px;
}

.calculate__title {
  margin-top: 30px;
  color: #191404;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.calculate__text {
  margin-top: 40px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.calculate__img {
  margin-top: 41px;
  padding-top: 54.5851%;
  position: relative;
}

.calculate__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.calculate__time {
  margin-top: 37px;
}

.calculate__form {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.calculate__form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -23px;
  margin-bottom: -30px;
}

.calculate__form_input_wrapper {
  width: calc(50% - 23px);
  margin-left: 23px;
  margin-bottom: 30px;
  position: relative;
}

.calculate__form_input_wrapper.this--textarea {
  width: calc(100% - 23px);
}

.calculate__form_input_wrapper.this--select .SumoSelect {
  margin-top: 11px;
}

.calculate__form_input_title {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.calculate__form_input {
  display: block;
  width: 100%;
  margin-top: 11px;
  padding: 16px 23px;
  border-radius: 5px;
  border: 1px solid rgba(29, 29, 29, 0.4);
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  -webkit-transition: border 0.25s, color 0.25s;
  transition: border 0.25s, color 0.25s;
}

.calculate__form_input:focus {
  border: 1px solid #2863DF !important;
}

.calculate__form_input::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::placeholder {
  color: rgba(29, 29, 29, 0.4);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input.error {
  border: 1px solid #DE2727 !important;
  color: #DE2727 !important;
}

.calculate__form_input.error::-webkit-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::-moz-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error:-ms-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::-ms-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error + .calculate__form_input_error {
  opacity: 1;
}

.calculate__form_input.this--textarea {
  resize: none;
  height: 111px;
}

.calculate__form_input_error {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #DE2727;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}

.calculate__form_input_error.show {
  opacity: 1;
}

.calculate__form_bottom {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calculate__form_agree {
  color: #1D1D1D;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  margin-right: 36px;
  opacity: 0.4;
  max-width: 300px;
}

.calculate__form_select.error + .CaptionCont {
  border: 1px solid #DE2727 !important;
}

.calculate__form_select.error + .CaptionCont > span.placeholder {
  color: #DE2727 !important;
}

.calculate__form_select.error + .CaptionCont > label > i {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.5L9.5 10.5L5 5.5' stroke='%23DE2727'/%3E%3C/svg%3E") !important;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect > .CaptionCont {
  border-radius: 5px;
  padding: 16px 23px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  cursor: pointer;
  border: 1px solid rgba(29, 29, 29, 0.4);
}

.SumoSelect > .CaptionCont > span {
  cursor: pointer;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: rgba(29, 29, 29, 0.4);
  font-style: normal;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.SumoSelect > .CaptionCont > label {
  right: 18px;
}

.SumoSelect > .CaptionCont > label > i {
  width: 19px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.5L9.5 10.5L5 5.5' stroke='%231D1D1D' opacity='0.4'/%3E%3C/svg%3E");
}

.SumoSelect:hover > .CaptionCont {
  border: 1px solid #1d1d1d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SumoSelect:hover > .CaptionCont > span.placeholder {
  color: #1d1d1d;
}

.SumoSelect:hover > .CaptionCont > label > i {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.5L9.5 10.5L5 5.5' stroke='%231D1D1D'/%3E%3C/svg%3E");
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  border: 1px solid #2863DF !important;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  display: none;
}

.SumoSelect.open > .optWrapper {
  top: 65px;
  padding: 4px 5px;
}

.SumoSelect > .optWrapper > .options {
  max-height: 361px;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 8px;
  cursor: pointer;
  border-bottom: none;
  color: rgba(29, 29, 29, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.95))), #2863DF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #2863DF;
}

.SumoSelect.open .search-txt {
  padding: 16px 23px;
  height: 100%;
  background: transparent;
}

.calculate_thanks {
  border-radius: 0 0 30px 30px;
  background: #F4F4F3;
  -webkit-box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
}

.calculate_thanks__content {
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding-top: 130px;*/
}

.calculate_thanks__body {
  text-align: center;
}

.calculate_thanks__logo {
  width: 131px;
  margin: 0 auto;
}

.calculate_thanks__logo img {
  width: 100%;
}

.calculate_thanks__title {
  margin-top: 30px;
}

.calculate_thanks__text {
  margin: 16px auto 0;
  color: #82919B;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 433px;
}

.calculate_thanks__btn {
  width: 207px;
  margin: 50px auto 0;
}

@media (min-width: 1024px) {
  .header__menu_link.this--servises .header__menu_link_body:active {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    color: #80FFD1 !important;
    border-bottom: 1px solid #80FFD1 !important;
  }

  .header__menu_link.this--servises .header__menu_link_body:active svg path {
    stroke: #80FFD1 !important;
  }

  .header__menu_second {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    border-top: 1px solid #000;
    background: #3C9;
    padding: 82px 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    cursor: default;
  }

  .header__menu_second.show {
    opacity: 1;
    visibility: visible;
  }

  .header__menu_second_link:active .header__menu_second_link_text {
    text-decoration: underline;
    -webkit-text-decoration-color: #CF5600;
            text-decoration-color: #CF5600;
  }
}

@media (max-width: 1699px) {
  .main_factory__right {
    margin-right: 0;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .factory_top__row {
    margin-top: 80px;
  }
}

@media (max-width: 1620px) {
  .footer__top {
    padding: 77px 30px 106px;
  }

  .footer__bottom {
    padding: 50px 30px 29px;
  }
}

@media (max-width: 1499px) {
  .h2_title {
    font-size: 5.2rem;
  }

  .h1_title {
    font-size: 6.5rem;
  }

  .footer__top {
    padding: 77px 30px 50px;
  }

  .footer__row {
    margin-top: 40px;
  }

  .main_top__body_item.this--center {
    margin: 0 -27% -11px;
  }

  .animate .main_top__body_item.this--center {
    margin: 0 -22% -11px;
  }

  .main_products__content {
    padding: 100px 0 140px;
  }

  .main_products__products {
    margin-top: 50px;
  }

  .main_products__curtain {
    height: calc(100% - 100px);
    top: 100px;
  }

  .products__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .products__filter {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .products__btns {
    margin-left: 0;
  }

  .products__bottom {
    margin-top: 40px;
  }

  .this--main .products__bottom {
    margin-top: 40px;
  }

  .products__bottom.card {
    margin-left: -30px;
    margin-bottom: -50px;
  }

  .products__bottom.plank .product_item {
    padding: 30px 20px;
  }

  .products__bottom.card .product_item {
    width: calc(33.333% - 30px);
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .products__bottom.card .product_item__img_wr {
    padding: 35px 40px;
  }

  .main_map__img_wr {
    margin-top: 378px;
  }

  .products_detail__links {
    gap: 30px;
  }

  .products_detail__right_text {
    margin-left: 0;
  }

  .five_card {
    padding: 50px 30px 40px;
  }

  .team_card {
    padding: 50px 30px 40px;
  }

  .transport_card {
    padding: 50px 30px 40px;
  }

  .regions_card {
    padding: 50px 30px 40px;
  }

  .park_card {
    padding: 50px 30px 40px;
  }

  .frendly_card {
    padding: 50px 30px 40px;
  }

  .care_card {
    padding: 50px 30px 40px;
  }

  .mission_card {
    padding: 50px 30px 40px;
  }

  .address_card {
    padding: 50px 30px 40px;
  }

  .news_detail__title {
    font-size: 4rem;
    line-height: 1.15;
  }
}

@media (max-width: 1400px) {
  .star_slider__slide.swiper-slide-active {
    -webkit-transform: scale(3.4);
        -ms-transform: scale(3.4);
            transform: scale(3.4);
  }

  .products_detail__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .products_detail__right {
    width: 100%;
    padding-bottom: 0;
    margin-top: 30px;
  }

  .products_detail__right_text br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header__menu_second_link_img {
    width: 140px;
    height: 123px;
  }

  .product_item__code {
    font-size: 2.4rem;
  }

  .products__bottom.plank .product_item__name {
    font-size: 2.4rem;
  }

  .product_item__standart {
    font-size: 2.4rem;
  }

  .products__bottom.plank .product_item__arrow {
    width: 54px;
    height: 45px;
  }

  .products__bottom.plank .product_item__arrow span {
    width: 18px;
    height: 16px;
  }

  .products__bottom.plank .product_item__arrow span:first-child {
    top: calc(50% - 8px);
    left: calc(50% - 9px);
  }

  .products__bottom.plank .product_item__arrow span:last-child {
    top: calc(50% - 8px);
    left: calc(50% - 9px);
  }

  .main_map__address {
    left: 540px;
  }

  .main_map__img_wr::before {
    width: 467px;
  }

  .main_map__map {
    left: 100px;
  }

  .main_chess__content {
    padding: 100px 0;
  }

  .products_page {
    padding: 180px 0 165px;
  }

  .products_detail__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }

  .products_detail__left {
    margin: 16px auto 0;
    max-width: 600px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
  }

  .products_detail__left_links {
    margin-top: 40px;
  }

  .products_detail__center {
    margin: 0 auto;
    width: 588px;
    padding: 0 40px;
  }

  .products_detail__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .products_detail__right_text {
    text-align: center;
  }

  .factory_top__row {
    margin-left: -40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .factory_top__column {
    margin-left: 40px;
    width: calc(50% - 40px);
    margin-bottom: 0;
  }

  .factory_top__card {
    margin-bottom: 40px;
  }

  .calculate__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .calculate__form {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .calculate__form_input_wrapper {
    width: calc(100% - 23px);
  }

  .calculate__form_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 35px;
  }

  .calculate__form_agree {
    text-align: left;
    margin-top: 26px;
  }
}

@media (max-width: 1100px) {
  .products_detail__links {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-bottom: -10px;
  }

  .products_detail__link {
    width: calc(50% - 30px);
    margin-bottom: 10px;
    margin-left: 30px;
    text-align: center;
  }
}

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

  .btn {
    font-size: 1.2rem;
    padding: 10px;
  }

  .news_card__img img {
    border-radius: 5px;
  }

  .news_card__date {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .news_card__text {
    font-size: 2rem;
    line-height: 1.325;
  }

  .news_card__tag {
    left: 23px;
    bottom: 19px;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 11px 24px;
  }

  .header__top {
    padding: 12px 20px 12px;
  }

  .header.small .header__top {
    padding: 0 20px;
  }

  .header__top_logo {
    width: 66px;
  }

  .header__top_links {
    margin-left: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .header__top_link {
    font-size: 1.4rem;
    margin-left: 12px;
  }

  .header__top_links_group .header__top_link {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 28px;
    color: #FFFFFF;
    margin-left: 0;
  }

  .header__top_links_group .header__top_link:first-letter {
    text-transform: uppercase;
  }

  .header__bottom {
    padding: 14px 20px 14px;
  }

  .header__logo {
    width: 81px;
  }

  .header__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #2C2C2C;
    z-index: 2;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 111px 20px 60px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
    overflow-y: auto;
  }

  .header__menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .header__top_links_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header.this--transparent .header__menu_link {
    color: #FFFFFF;
  }

  .header__menu_link {
    margin-left: 0;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 28px;
  }

  .header.this--transparent .header__menu_link.this--servises .header__menu_link_body svg path {
    stroke: #ffffff;
  }

  .header__menu_link.this--servises .header__menu_link_body svg {
    width: 46px;
    height: 36px;
    margin-top: 5px;
  }

  .header__menu_second {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }

  .header__menu_second_links {
    display: block;
    margin-top: 28px;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .header__menu_second_link {
    width: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .header__menu_second_link br {
    display: none;
  }

  .header__menu_second_link:first-child {
    margin-top: 0;
  }

  .header__menu_second_link_img {
    display: none;
  }

  .header__menu_second_link_text {
    margin-left: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.32;
    color: #FFF;
  }

  .header__burger {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    background: #80FFD1;
    margin-left: 5px;
    cursor: pointer;
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.active span:first-child {
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(3) {
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__burger span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 14px;
    background: #1D1D1D;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .header__burger span:first-child {
    top: 13px;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 0.5px);
  }

  .header__burger span:nth-child(3) {
    bottom: 13px;
  }

  .header__btn {
    margin-left: 30px;
    width: 134px;
  }

  .header__menu_close {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 23px;
    right: 20px;
    border-radius: 50%;
    background: #80FFD1;
    margin-left: 5px;
    cursor: pointer;
  }

  .header__menu_close span:first-child {
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__menu_close span:nth-child(2) {
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__menu_close span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 14px;
    background: #1D1D1D;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .footer {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .footer__top {
    border-radius: 0 0 15px 15px;
    padding: 77px 20px 106px;
  }

  .footer__row {
    display: block;
    margin-left: 0;
  }

  .footer__left,
  .footer__right {
    width: auto;
    margin-left: 0;
  }

  .footer__right {
    padding-top: 0;
    margin-top: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__contacts {
    gap: 45px;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__social {
    gap: 45px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__bottom {
    padding: 50px 20px 29px;
  }

  .footer__time {
    margin-right: 30px;
  }

  .footer__develope_link:last-child {
    margin-left: 30px;
  }

  .main_top {
    padding-top: 114px;
    background: var(--cbm-gradient-1, radial-gradient(149.95% 158.26% at 72.92% 115.85%, #F4F4F3 0%, #3C9 71.3%));
  }

  .main_top__top {
    padding: 60px 0 100px;
    min-height: calc(100vh - 112px);
  }

  .main_top__top_btn {
    bottom: 41px;
  }

  .main_top__body {
    padding: 0;
  }

  .main_top__body_bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .main_top__body_content {
    padding-top: 67px;
  }

  .main_top__body_items {
    margin-top: 60px;
  }

  .main_top__body_item.this--center {
    margin: 0 -22% -11px;
  }

  .main_products {
    margin-top: -20px;
    border-radius: 15px;
  }

  .main_products.hide {
    height: 1200px;
  }

  .main_products__content {
    padding: 72px 0 140px;
  }

  .main_products__products {
    margin-top: 30px;
  }

  .products__top {
    overflow-y: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }

  .products__filter {
    margin-top: 0;
    gap: 8px;
    /*width: 1002px;*/
  }

  .products__filter_item {
    font-size: 1.4rem;
    padding: 11px 20px;
  }

  .products__btns {
    display: none;
  }

  .products__bottom.card .product_item {
    width: calc(50% - 30px);
  }

  .products__bottom.card .product_item__img_wr {
    padding: 6px 15px;
    border-radius: 8px;
  }

  .main_factory__wrapper {
    padding: 83px 0 0;
    border-radius: 15px 15px 0 0;
  }

  .main_factory__wrapper {
    height: auto;
  }

  .main_factory__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_factory__left {
    max-width: none;
    margin-right: 0;
  }

  .main_factory__right {
    width: 100%;
    max-width: 500px;
    margin: 84px auto 57px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .main_factory__img {
    padding: 0;
    position: relative;
  }

  .main_factory__img img.this--mobile {
    display: block;
  }

  .main_factory__img img.this--desktop {
    display: none;
  }

  .main_map {
    border-radius: 15px 15px 0 0;
  }

  .main_map__content {
    padding: 32px 0 106px;
  }

  .main_map__address {
    position: static;
    margin-top: 300px;
  }

  .main_map__img_wr {
    margin-top: 16px;
  }

  .main_map__img_wr::before {
    display: none;
  }

  .main_map__map {
    width: 900px;
  }

  .main_chess {
    border-radius: 15px;
    background: radial-gradient(108.92% 109.3% at 54.69% 109.05%, #C2ECDD 0%, #33CB98 86.46%);
  }

  .main_chess__content {
    padding: 80px 0;
  }

  .main_chess__left {
    max-width: none;
    width: auto;
  }

  .main_chess__right {
    display: none;
  }

  .products_page {
    padding: 142px 0 91px;
  }

  .products_page__title {
    margin-bottom: 47px;
    margin-top: 10px;
  }

  .products_detail {
    padding: 113px 0 68px;
  }

  .products_detail__content {
    padding-top: 24px;
  }

  .factory_top {
    padding: 161px 0 123px;
  }

  .news_detail {
    padding: 163px 0 0;
  }

  .news_detail::before {
    display: none;
  }

  .news_detail__date {
    margin-top: 10px;
  }

  .news_detail__left {
    width: auto;
  }

  .news_detail__right {
    display: none;
  }

  .news_detail__title {
    margin-top: 10px;
  }

  .news_detail__tag {
    display: none;
  }

  .news_detail__img.this--mobile {
    display: block;
    margin: 21px -20px 0;
  }

  .news_detail__img.this--desktop {
    display: none;
  }

  .news_detail__text {
    position: relative;
    z-index: 2;
    margin: -20px -20px 0;
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 3px -1px 50px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 3px -1px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px 35px;
  }

  .calculate {
    padding: 113px 0 48px;
  }

  .calculate__content {
    padding-top: 50px;
  }

  .calculate__form_input_wrapper {
    margin-bottom: 26px;
  }

  .calculate_thanks__content {
    padding-top: 113px;
  }
}

@media (max-width: 767px) {
  .h2_title {
    font-size: 4rem;
    line-height: 1.1;
  }

  .h1_title {
    font-size: 4rem;
  }

  .btn_arrow .btn_arrow__text {
    font-size: 1.4rem;
    padding: 13px 32px;
  }

  .btn_arrow .btn_arrow__arrow {
    width: 48px;
    height: 43px;
  }

  .breadcrumbs{
    display: block;
  }

  .breadcrumbs__link {
    font-size: 1.4rem;
  }

  .breadcrumbs__link.this--home {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
  }

  .footer__top {
    padding: 72px 20px 38px;
  }

  .footer__run_string {
    gap: 27px;
    padding: 11px 0;
  }

  .footer__run_string_images {
    gap: 27px;
  }

  .marquee {
    -webkit-animation: scroll-mob 60s linear infinite;
            animation: scroll-mob 60s linear infinite;
  }

  .footer__row {
    margin-top: 52px;
  }

  .footer__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__logo .this--mobile {
    display: block;
  }

  .footer__logo .this--desktop {
    display: none;
  }

  .footer__logo img {
    width: 67px;
  }

  .footer__menu {
    width: 50%;
    padding-left: 0;
    margin-top: 36px;
  }

  .footer__right {
    display: block;
  }

  .footer__contacts {
    width: auto;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__contacts_item {
    width: auto;
    padding-left: 44px;
    font-size: 1.4rem;
  }

  .footer__social {
    width: auto;
    margin-left: 0;
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }

  .footer__social_item {
    width: auto;
    padding-left: 29px;
    font-size: 0;
  }

  .footer__address {
    width: 100%;
    margin-bottom: 10px;
    background: url("../img/footer/addr.svg") left center/24px 24px no-repeat;
  }

  .footer__tel {
    width: calc(50% - 20px);
    background: url("../img/footer/tel.svg") left center/24px 24px no-repeat;
  }

  .footer__mail {
    width: calc(50% - 20px);
    background: url("../img/footer/mail.svg") left center/24px 24px no-repeat;
  }

  .footer__bottom {
    padding: 47px 20px 8px;
    display: block;
  }

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

  .footer__time {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 27px;
    margin-right: 20px;
  }

  .footer__politic {
    font-size: 1.2rem;
    line-height: 24px;
  }

  .footer__develope {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: 11px;
  }

  .footer__develope_link_top {
    font-size: 1.2rem;
  }

  .footer__dis_logo {
    width: 78px;
  }

  .footer__dev_logo {
    width: 75px;
  }

  .main_top__top_title {
    font-size: 5rem;
  }

  .main_top__body_title {
    font-size: 4rem;
  }

  .products__bottom.card {
    margin-left: -11px;
    margin-bottom: -40px;
  }

  .products__bottom.card .product_item {
    width: calc(50% - 11px);
    margin-left: 11px;
    margin-bottom: 40px;
  }

  .products__bottom.card .product_item__img_wr {
    margin-bottom: 10px;
  }

  .products__bottom.card .product_item__code {
    font-size: 1.6rem;
    margin-right: 5px;
  }

  .products__bottom.card .product_item__name {
    font-size: 1.2rem;
    margin-top: 2px;
  }

  .products__bottom.card .product_item__standart {
    font-size: 1.6rem;
    margin-right: 5px;
  }

  .main_factory__title.h2_title {
    font-size: 4rem;
    line-height: 1.11;
  }

  .main_factory__text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_factory__btn {
    margin-top: 36px;
  }

  .main_map__address {
    margin-top: 205px;
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_map__img_wr {
    width: auto;
  }

  .main_map__map {
    width: 786px;
    left: 0;
    top: -80px;
  }

  .main_chess__icon {
    width: 30px;
  }

  .main_chess__title {
    margin-top: 12px;
    font-size: 3.2rem;
    line-height: 1.14;
  }

  .main_chess__text {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_chess__text ul {
    padding-left: 25px;
  }

  .main_chess__btn {
    margin-top: 40px;
  }

  .products__standart {
    margin-top: 24px;
    margin-bottom: 74px;
    gap: 25px;
  }

  .products__standart_link {
    font-size: 1.6rem;
    line-height: normal;
  }

  .products_detail__standart_link {
    font-size: 1.6rem;
    margin-top: 8px;
  }

  .products_detail__title.h2_title {
    font-size: 2.7rem;
    line-height: 1.29;
    margin-top: 32px;
  }

  .products_detail__left {
    max-width: none;
    min-width: auto;
    width: 100%;
  }

  .products_detail__left_text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .products_detail__center {
    width: 100%;
  }

  .products_detail__img_link {
    width: 48px;
    height: 43px;
    top: calc(50% - 21.5px);
  }

  .products_detail__img_link svg {
    width: 24px;
    height: 24px;
  }

  .products_detail__right_text {
    font-size: 2.7rem;
    text-align: left;
    line-height: 1.29;
  }

  .factory_top__title {
    margin-top: 10px;
  }

  .factory_top__row {
    margin-top: 50px;
    margin-left: 0;
    display: block;
  }

  .factory_top__column {
    margin-left: 0;
    width: auto;
  }

  .factory_top__card {
    margin-bottom: 16px;
  }

  .five_card {
    padding: 72px 7px;
  }

  .five_card__text {
    font-size: 2.7rem;
  }

  .team_card {
    padding: 68px 11px;
  }

  .team_card__title {
    font-size: 3.2rem;
  }

  .team_card__slider {
    margin-top: 30px;
  }

  .team_card__slider_slide.swiper-slide {
    width: 124px;
  }

  .team_card__link {
    margin-top: 42px;
    font-size: 1.4rem;
  }

  .team_card__link svg {
    margin-left: 24px;
  }

  .transport_card {
    padding: 40px 31px 70px;
  }

  .transport_card__text {
    margin-top: 10px;
    font-size: 2.7rem;
  }

  .transport_card__text br {
    display: none;
  }

  .regions_card {
    padding: 82px 36px;
  }

  .regions_card__title {
    font-size: 2.7rem;
  }

  .park_card {
    padding: 54px 13px 60px;
  }

  .park_card__text {
    font-size: 2.7rem;
    margin-top: 8px;
  }

  .frendly_card__title {
    font-size: 2.7rem;
  }

  .frendly_card__text {
    margin-top: 9px;
  }

  .care_card {
    padding: 88px 15px;
  }

  .care_card__text {
    font-size: 2.7rem;
  }

  .care_card__text br {
    display: none;
  }

  .mission_card {
    padding: 48px 25px;
  }

  .mission_card__title {
    font-size: 4rem;
  }

  .mission_card__subtitle {
    font-size: 2rem;
    margin-top: 10px;
  }

  .mission_card__text {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .address_card {
    padding: 46px 42px 43px;
  }

  .address_card__city {
    margin-top: 5px;
    font-size: 3.2rem;
  }

  .address_card__address {
    margin-top: 14px;
    font-size: 1.4rem;
  }

  .address_card__link {
    margin-top: 27px;
    font-size: 1.4rem;
  }

  .address_card__link svg {
    margin-left: 24px;
  }

  .news_detail__date {
    font-size: 1.4rem;
  }

  .news_detail__title {
    font-size: 2.7rem;
    line-height: 1.29;
  }

  .news_detail__text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .calculate__row {
    display: block;
    margin-left: 0;
  }

  .calculate__left {
    display: block;
    margin-left: 0;
    width: auto;
    max-width: none;
  }

  .calculate__title {
    margin-top: 36px;
    font-size: 3.2rem;
  }

  .calculate__text {
    margin-top: 27px;
  }

  .calculate__img {
    margin-top: 27px;
  }

  .calculate__time {
    margin-top: 22px;
  }

  .calculate__form {
    margin-left: 0;
    margin-top: 55px;
  }

  .calculate_thanks__logo {
    width: 103px;
  }

  .calculate_thanks__title {
    font-size: 3.2rem;
  }

  .calculate_thanks__text {
    font-size: 1.6rem;
    max-width: 247px;
  }

  .calculate_thanks__btn {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}

@media (max-width: 424px) {
  .calculate_thanks__body {
    width: 100%;
  }

  .calculate_thanks__btn {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #80ddbd;
    color: #1D1D1D;
  }

  .btn_arrow:hover .btn_arrow__arrow {
    width: 0;
  }

  .btn_arrow:hover .btn_arrow__arrow.this--hover {
    width: 62px;
  }

  .icon_link:hover svg path:first-child {
    fill: #E68200;
    stroke: #E68200;
  }

  .header__top_link:hover {
    border-bottom: 1px solid #000;
  }

  .header.this--transparent .header__menu_link:hover:not(.this--servises) {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #000;
  }

  .header__menu_link:hover:not(.this--servises) {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #80FFD1;
  }

  .header.this--transparent .header__menu_link.this--servises .header__menu_link_body:hover {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #000;
  }

  .header.this--transparent .header__menu_link.this--servises .header__menu_link_body.active:hover {
    border-bottom: 1px solid #80FFD1;
  }

  .header__menu_link.this--servises .header__menu_link_body:hover {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #80FFD1;
  }

  .header__menu_link.this--servises .header__menu_link_body.active:hover {
    border-bottom: 1px solid #80FFD1;
  }

  .header__menu_second_link:hover .header__menu_second_link_text {
    text-decoration: underline;
  }

  .footer__menu_link:hover {
    border-bottom: 1px solid #000;
  }

  .main_top__top_btn:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .products__bottom.plank .product_item:hover .product_item__arrow {
    background: #80FFD1;
  }

  .products__bottom.plank .product_item:hover .product_item__arrow span:first-child {
    -webkit-transform: translate(70px, -70px);
        -ms-transform: translate(70px, -70px);
            transform: translate(70px, -70px);
  }

  .products__bottom.plank .product_item:hover .product_item__arrow span:last-child {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .products__bottom.card .product_item:hover .product_item__img_wr_top {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/products/product_item_bg_2.png") center/cover, #33CB98;
    background-blend-mode: multiply, normal;
  }

  .products__standart_link:hover {
    opacity: 1;
  }

  .products_detail__link:hover {
    opacity: 1;
  }

  .products_detail__standart_link:hover {
    opacity: 1;
  }

  .products_detail__img_link:hover {
    background: #80FFD1;
  }

  .products_detail__img_link:hover svg path {
    stroke: #1D1D1D;
  }

  .calculate__form_input:hover {
    border: 1px solid #1d1d1d;
  }

  .calculate__form_input:hover::-webkit-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::-moz-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover:-ms-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::-ms-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::placeholder {
    color: #1d1d1d;
  }
}

.webp .product_item__img_wr_top{ background: url(../img/products/product_item_bg_2.html) center/cover, #313131; }

.webp .main_chess{ background: url(../img/main/main_chess/bg.html) center/cover no-repeat; }

.webp .five_card{ background: url(../img/factory/five_bg.html) center/cover no-repeat; }

.webp .transport_card{ background: url(../img/factory/transport_bg.html) center/cover no-repeat; }

.webp .regions_card{ background: url(../img/factory/regions_bg.html) center/cover no-repeat; }

.webp .park_card{ background: url(../img/factory/park_bg.html) center/cover no-repeat; }

.webp .care_card{ background: url(../img/factory/care_bg.html) center/cover no-repeat; }

.webp .mission_card{ background: url(../img/factory/missin_bg.html) center/cover no-repeat; }

@media (hover: hover) and (pointer: fine){

  .webp .products__bottom.card .product_item:hover .product_item__img_wr_top{ background: url(../img/products/product_item_bg_2.html) center/cover, #33CB98; }
}