@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v9/jizYRExUiTo99u79D0e0w8mN.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0aEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0OqtKA.ttf) format('truetype');
}
/*------------- functions LESS START-------------------*/
a,
img {
  outline: none;
}
* {
  outline: none !important;
}

a,
img {
  outline: 0;
}
body,
input {
  font-family: 'PT Sans', sans-serif;
}
.content a {
  color: #2fae8a;
}

/* важное изменение: даём элементам из контейнера выходить наружу */
.container {
  overflow: visible;
}

/* ====== HEADER (эпловский стиль) ====== */
.header {
  max-width: 1180px;
  min-width: 520px;
  padding: 10px 5px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
.header__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  padding: 10px 18px 10px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  position: relative;
  z-index: 5;
}
.header__logo {
  background-image: url("../img/header__logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 46px;
  width: 255px;
  display: block;
  flex: 0 0 auto;
}
.header__logo__en {
  background-image: url("../img/header__logo__en.png");
}
.header__phone {
  font-size: 13px;
  color: #1d1d1f;
  line-height: 1.3;
  width: auto;
  text-align: right;
  flex: 1 1 auto;
  padding: 0 12px;
  white-space: nowrap;
}
.wh-ico {
  display: inline-block;
  width: 25px;
  margin-left: 5px;
}
.header__panel {
  width: auto;
  display: flex;
  gap: 14px;
  align-items: center;
  flex: 0 0 auto;
}
.header__panel a,
.header__panel a:active,
.header__panel a:visited,
.header__panel a:hover {
  font-size: 13px;
  line-height: 1.2;
  color: #1d1d1f;
  text-decoration: none;
  border-bottom: 0;
  letter-spacing: -.01em;
}
.header__panel a.current,
.header__panel a:active.current,
.header__panel a:visited.current,
.header__panel a:hover.current {
  border-bottom: 1px dotted #1d1d1f;
}
.header__panel__order,
.header__panel__call {
  color: #06451b;
  border-bottom: 1px dotted #06451b;
  text-decoration: none!important;
  position: relative;
}
.header__panel__order span,
.header__panel__call span {
  position: absolute;
  right: -35px;
  bottom: -5px;
}
.header__panel__order:hover,
.header__panel__call:hover {
  border-bottom-color: rgba(6,69,27,0.25);
}

/* ====== старые меню/подменю оставляем как есть ====== */
.header__submenu {
  display: none;
  position: absolute;
  width: 195px;
  top: 54px;
  left: 0;
  background: #52896a;
  padding: 15px 30px;
}
.header__submenu a,
.header__submenu a:active,
.header__submenu a:visited,
.header__submenu a:hover {
  line-height: 25px!important;
  padding: 0 0 10px!important;
  color: #fff!important;
}
.header__submenu a:before,
.header__submenu a:active:before,
.header__submenu a:visited:before,
.header__submenu a:hover:before {
  content: '•';
  margin: 0 10px 0 0;
}
.header__menu {
  font-size: 14px;
  width: 100%;
  color: #303030;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0 0 20px;
  position: relative;
  z-index: 6;
}
.header__menu__item {
  position: relative;
}
.header__menu__item a,
.header__menu__item a:active,
.header__menu__item a:visited,
.header__menu__item a:hover {
  font-size: 14px;
  line-height: 55px;
  display: block;
  color: #303030;
  padding: 0 15px;
  text-decoration: none;
}
.header__menu__item a:hover,
.header__menu__item a:active:hover,
.header__menu__item a:visited:hover,
.header__menu__item a:hover:hover {
  color: #fff;
  background: #52896a;
}
.header__menu__item:hover > a,
.header__menu__item:hover > a:active,
.header__menu__item:hover > a:visited,
.header__menu__item:hover > a:hover {
  color: #fff;
  background: #52896a;
  background: -webkit-linear-gradient(top, #52896a 0%, #52896a 91%, #4d8164 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#52896a), color-stop(91%, #52896a), to(#4d8164));
  background: -o-linear-gradient(top, #52896a 0%, #52896a 91%, #4d8164 100%);
  background: linear-gradient(to bottom, #52896a 0%, #52896a 91%, #4d8164 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52896a', endColorstr='#4d8164', GradientType=0);
}
.header__menu__item:hover .header__submenu {
  display: block;
}

/* ====== ЗЕЛЁНАЯ НАВИГАЦИЯ (обновлённая, тоньше и выше) ====== */
.header__nav {
  width: 100%;
  background: linear-gradient(180deg, #4f8465 0%, #3d6a50 100%);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 12px 0 0; /* подняли ближе к шапке, было 20px */
  padding: 3px 22px 3px 22px; /* сделали тоньше */
  min-height: 36px; /* ниже, чтобы белый блок не перерезал */
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
  backdrop-filter: blur(10px);
}
.header__nav__item {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 7px 4px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}
.header__nav__item:hover,
.header__nav__item.current {
  background: rgba(255,255,255,0.16);
  text-decoration: none;
}
.header__nav__item:after {
  content: '';
  display: block;
  height: 18px;
  width: 1px;
  background: rgba(255,255,255,0.18);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.header__nav__item:last-of-type:after {
  display: none;
}
.header__nav__form-main {
  width: 265px;
  position: relative;
  height: 30px;
  border: 2px solid #eee;
  border-radius: 35px;
  overflow: hidden;
}
.header__nav__form-main__text {
  padding: 5px 38px 4px 15px;
  width: 265px;
  background: #fff;
  border: 0;
  height: 30px;
  line-height: 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #313131;
  border-radius: 35px;
  font-style: italic;
  font-family: 'PT Sans';
}
.header__nav__form-main__btn {
  background-image: url("../img/search-icon.png");
  background-repeat: no-repeat;
  background-color: transparent!important;
  height: 12px;
  width: 13px;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 10px;
}
.header__nav__form {
  width: 265px;
  position: relative;
  height: 30px;
}
.header__nav__form__text {
  padding: 5px 38px 4px 15px;
  width: 265px;
  background: #fff;
  border: 0;
  height: 30px;
  line-height: 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #313131;
  border-radius: 5px;
  font-style: italic;
  font-family: 'PT Sans';
}
.header__nav__form__btn {
  background-image: url("../img/search-icon.png");
  background-repeat: no-repeat;
  background-color: transparent!important;
  background-position: center;
  border: 0;
  border-left: 1px solid #8b8b8b;
  width: 38px;
  height: 21px;
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 5px;
  cursor: pointer;
}

.slider {
  position: relative;
  z-index: 5;
  min-height: 450px;
}
.slider .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  max-width: 990px;
  min-width: 520px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 270px;
}
.slider .slick-dots li {
  float: left;
  width: 35px;
  height: 7px;
  background: #e5b023;
  cursor: pointer;
  position: relative;
}
.slider .slick-dots li.slick-active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 7px 17.5px;
  border-color: transparent transparent #e5b023 transparent;
}
.slider .slick-dots li button {
  width: 35px;
  height: 7px;
  font-size: 0;
  opacity: 0;
}
.slider .slick-dots li:nth-child(2) {
  background: #a1d8a0;
}
.slider .slick-dots li:nth-child(2).slick-active:before {
  border-color: transparent transparent #a1d8a0 transparent;
}
.slider .slick-dots li:nth-child(3) {
  background: #8fd4f3;
}
.slider .slick-dots li:nth-child(3).slick-active:before {
  border-color: transparent transparent #8fd4f3 transparent;
}
.slider .slick-dots li:nth-child(4) {
  background: #907db2;
}
.slider .slick-dots li:nth-child(4).slick-active:before {
  border-color: transparent transparent #907db2 transparent;
}
.slider .slick-dots li:nth-child(5) {
  background: #4a4e5d;
}
.slider .slick-dots li:nth-child(5).slick-active:before {
  border-color: transparent transparent #4a4e5d transparent;
}
.slider__item {
  width: 100%;
  float: left;
  height: 450px;
  position: relative;
}
.slider__item:after {
  content: '';
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url("../img/bg-slider.png");
  background-repeat: no-repeat;
  background-repeat: repeat;
}
.slider__item__block {
  position: absolute;
  top: 80px;
  z-index: 99;
  left: 0;
  padding: 25px 35px;
  background: rgba(229, 176, 35, 0.85);
  width: 530px;
  height: 190px;
  box-sizing: border-box;
  border-radius: 0 30px 30px 0;
}
.slider__item__block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 72px 40px;
  border-color: transparent transparent transparent rgba(229, 176, 35, 0.85);
  position: absolute;
  top: 25px;
  right: -39px;
  border-radius: 0 30px 0 0;
}
.slider__item__block__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  display: block;
  z-index: 9;
}
.slider__item__block__title {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  padding: 0 0 10px;
}
.slider__item__block__text {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.slider__item__wrapper {
  max-width: 990px;
  min-width: 520px;
  position: relative;
  margin: 0 auto;
}
.slider .slick-track .slick-slide:nth-child(2) .slider__item__block {
  background: rgba(161, 255, 160, 0.85);
}
.slider .slick-track .slick-slide:nth-child(2) .slider__item__block:after {
  border-color: transparent transparent transparent rgba(161, 255, 160, 0.85);
}
.slider .slick-track .slick-slide:nth-child(3) .slider__item__block {
  background: rgba(143, 212, 243, 0.85);
}
.slider .slick-track .slick-slide:nth-child(3) .slider__item__block:after {
  border-color: transparent transparent transparent rgba(143, 212, 243, 0.85);
}
.slider .slick-track .slick-slide:nth-child(4) .slider__item__block {
  background: rgba(144, 125, 178, 0.85);
}
.slider .slick-track .slick-slide:nth-child(4) .slider__item__block:after {
  border-color: transparent transparent transparent rgba(144, 125, 178, 0.85);
}
.slider .slick-track .slick-slide:nth-child(5) .slider__item__block {
  background: rgba(74, 78, 93, 0.85);
}
.slider .slick-track .slick-slide:nth-child(5) .slider__item__block:after {
  border-color: transparent transparent transparent rgba(74, 78, 93, 0.85);
}
.content {
  max-width: 1000px;
  min-width: 520px;
  padding: 25px 5px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

/* главное изменение: убрали минусовой отступ и высокий z-index */
.content_main {
  margin: 0 auto 0;
  z-index: 1;
  padding-top: 65px;
}

.content_inner h1 {
  font-size: 34px;
  color: #383838;
  margin: 30px 0 10px;
  line-height: 36px;
}
.title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0 0 35px;
}
.title_green {
  color: #52896a;
}
.title_main {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.breadscrumbs {
  padding: 0 0 35px;
}
.breadscrumbs a,
.breadscrumbs a:active,
.breadscrumbs a:visited,
.breadscrumbs a:hover {
  color: #b6b5b5;
  font-size: 12px;
  text-decoration: none;
}
.breadscrumbs a:after,
.breadscrumbs a:active:after,
.breadscrumbs a:visited:after,
.breadscrumbs a:hover:after {
  content: '  -';
}
.breadscrumbs a:hover,
.breadscrumbs a:active:hover,
.breadscrumbs a:visited:hover,
.breadscrumbs a:hover:hover {
  text-decoration: underline;
}
.breadscrumbs a:last-of-type:after,
.breadscrumbs a:active:last-of-type:after,
.breadscrumbs a:visited:last-of-type:after,
.breadscrumbs a:hover:last-of-type:after {
  display: none;
}

/*  ВАЖНО:
    дальше был старый блок .new-products, который перетирал новый стеклянный.
    поэтому сузили до .content .new-products — в геро-плашку он больше не лезет
*/
.content .new-products {
  padding: 15px 30px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin: 0 0 100px;
}
.content .new-products .slick-list {
  overflow: hidden;
  width: 100%;
}
.content .new-products .slick-arrow {
  border: 0;
  position: absolute;
  display: block;
  font-size: 0;
  top: 120px;
  background-color: transparent!important;
}
.content .new-products .slick-prev {
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 20px;
  left: -25px;
}
.content .new-products .slick-next {
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 20px;
  right: -25px;
}
.content .new-products__item {
  width: 245px;
  padding: 0 20px 70px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.content .new-products__item:after {
  content: '';
  display: block;
  width: 1px;
  height: 185px;
  background: #eaeaea;
  position: absolute;
  top: 20px;
  right: 0;
}
.content .new-products__item a,
.content .new-products__item a:active,
.content .new-products__item a:visited,
.content .new-products__item a:hover {
  text-decoration: none;
  text-align: center;
  display: table;
  width: 100%;
}
.content .new-products__item__img {
  margin: 0 0 10px;
}
.content .new-products__item__name {
  font-size: 14px;
  line-height: 18px;
  color: #185965;
  text-align: center;
  display: block;
}
.content .new-products__item__btn {
  font-size: 14px;
  line-height: 35px;
  width: 175px;
  border-radius: 6px;
  background: #52896a;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.main-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.main-news__item {
  align-self: flex-start;
  width: 305px;
}
.main-news__item__date {
  font-size: 14px;
  color: #8e9092;
  padding: 0 0 15px;
}
.main-news__item__name {
  font-size: 14px;
  line-height: 18px;
  color: #2fae8a;
  padding: 0 0 25px;
  display: block;
}
.main-news__item__name:hover {
  text-decoration: none;
}
.main-news__item__text {
  font-size: 14px;
  line-height: 18px;
  color: #010101;
  padding: 0 0 33px;
  position: relative;
}
.main-news__item__text:after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  background: #3db39e;
  bottom: 0px;
  position: absolute;
}
.news {
  margin: 0 0 40px;
}
.news:after {
  content: '';
  display: block;
  height: 2px;
  width: 280px;
  background: #c1c1c1;
}
.news__item {
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.news__item__wrapper {
  width: 840px;
  margin: 0 0 0 20px;
}
.news__item__date {
  font-size: 14px;
  color: #8e9092;
  padding: 0 0 10px;
}
.news__item__name {
  font-size: 14px;
  line-height: 18px;
  color: #2fae8a;
  padding: 0 0 10px;
  display: block;
}
.news__item__text {
  font-size: 14px;
  line-height: 18px;
  color: #010101;
}
.all-links {
  color: #2fae8a;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.all-links_mb85 {
  margin: 0 0 85px;
}
.all-links:hover {
  text-decoration: underline;
}
.promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 90px;
}
.promo__item {
  width: 305px;
  height: 400px;
  position: relative;
  background: #000;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.promo__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.promo__item:hover:after {
  background: transparent;
}
.promo__item__title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 34px;
  padding: 24px 20px 25px 40px;
  background-image: url("../img/arrow-for-title.png");
  background-repeat: no-repeat;
  background-position: 0 19px;
}
.promo__item__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.53;
  z-index: 2;
}
.promo__item__text {
  position: absolute;
  bottom: 70px;
  left: 35px;
  width: 230px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.promo__item__link {
  position: absolute;
  bottom: 0px;
  padding: 0 0 30px 35px;
  font-size: 14px;
  color: #52896a;
  left: 0;
}
.promo__item__wrapper {
  margin: 10px;
  border: 1px solid #888988;
  display: block;
  height: 380px;
  position: relative;
  z-index: 10;
}
.awords {
  column-count: 3;
  background-image: url("../img/awords.png");
  background-repeat: no-repeat;
  background-position: center;
}
.awords__item {
  width: 300px;
  font-size: 14px;
  line-height: 21px;
  color: #071a3b;
  padding: 18px 0 30px;
  position: relative;
}
.awords__item:before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #acacac;
  position: absolute;
  top: 0;
  left: 0;
}
.seo-block {
  background-image: url("../img/black-block.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #303030;
}
.seo-block__wrapper {
  max-width: 1000px;
  min-width: 520px;
  padding: 45px 5px 90px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.seo-block__wrap {
  height: 250px;
  overflow: hidden;
}
.seo-block__wrap.auto {
  height: auto;
}
.seo-block__link {
  font-size: 14px;
  color: #2fae8a;
  border-bottom: 1px dotted #2fae8a;
  text-decoration: none;
}
.seo-block__link:visited {
  color: #2fae8a;
}
.seo-block__link:hover {
  color: #2fae8a;
  border-bottom-color: transparent;
}
.seo-block__title {
  font-size: 24px;
  line-height: 26px;
  color: #f7b802;
  text-align: center;
  padding: 0 0 55px;
}
.seo-block__text p {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  max-width: 505px;
}
.seo-block__text .first {
  float: right;
  width: 200px;
  position: relative;
}
.seo-block__text .first span {
  position: absolute;
  color: #fff;
  padding: 5px 0 5px 30px;
  bottom: 30px;
  left: 0;
  background-image: url("../img/arrow-for-title.png");
  background-repeat: no-repeat;
  min-height: 43px;
}
.seo-block__text .second {
  float: right;
  width: 200px;
  margin: 0 0 0 40px;
  position: relative;
}
.seo-block__text .second span {
  position: absolute;
  color: #fff;
  padding: 5px 0 5px 30px;
  bottom: 30px;
  left: 0;
  line-height: 33px;
  background-image: url("../img/arrow-for-title.png");
  background-repeat: no-repeat;
  min-height: 43px;
}
.page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.page__right {
  width: 730px;
}
.page__right p {
  color: #303030;
  font-size: 14px;
  line-height: 18px;
}
.page__left {
  width: 235px;
}
.nav {
  background: #f8f8f9;
  padding: 0 0 5px;
  margin: 0 0 50px;
}
.nav__item {
  position: relative;
}
.nav__item a,
.nav__item a:active,
.nav__item a:visited,
.nav__item a:hover {
  color: #185965;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 20px;
  border-bottom: 1px solid #f2f2f2;
  border-left: 5px solid #f8f8f9;
  display: block;
  text-decoration: none;
  background-image: url("../img/arrow-nav.png");
  background-repeat: no-repeat;
  background-position: 208px center;
}
.nav__item a:hover,
.nav__item a:active:hover,
.nav__item a:visited:hover,
.nav__item a:hover:hover {
  text-decoration: none;
  border-left: 5px solid #52896a;
  background-image: url("../img/arrow-nav.png");
  background-repeat: no-repeat;
  background-position: 208px center;
  background-color: #fff;
}
.nav__item:hover a,
.nav__item:hover a:active,
.nav__item:hover a:visited,
.nav__item:hover a:hover {
  text-decoration: none;
  border-left: 5px solid #52896a;
  background-image: url("../img/arrow-nav.png");
  background-repeat: no-repeat;
  background-position: 208px center;
  background-color: #fff;
}
.nav__item__sub {
  display: none;
  padding: 15px 20px 10px;
  background: #fff;
  width: 195px;
  column-width: 165px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 235px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}
.nav__item__sub.long {
  width: 595px;
}
.nav__item__sub a,
.nav__item__sub a:active,
.nav__item__sub a:visited,
.nav__item__sub a:hover {
  color: #185965;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 0!important;
  border-left: 0!important;
  display: block;
  text-decoration: none;
  width: 165px;
}
.nav__item__sub a:hover,
.nav__item__sub a:active:hover,
.nav__item__sub a:visited:hover,
.nav__item__sub a:hover:hover {
  text-decoration: underline;
  border-left: 0;
  background: #fff;
}
.nav__item:hover .nav__item__sub {
  display: block;
}
.nav__item.current a,
.nav__item.current a:active,
.nav__item.current a:visited,
.nav__item.current a:hover {
  border-left: 5px solid #52896a;
  border-bottom: 1px solid #52896a;
  color: #fff;
  background-image: url("../img/arrow-nav-cur.png");
  background-repeat: no-repeat;
  background-position: 208px center;
  background-color: #52896a;
}
.btn,
.btn:active,
.btn:visited,
.btn:hover {
  line-height: 45px;
  background: #52896a;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 8px;
  border-bottom: 4px solid #457359;
  text-decoration: none;
}
.catalog {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px;
  border-bottom: 1px solid #f2f2f2;
}
.catalog__item {
  width: 225px;
  padding: 0 0 30px;
  text-decoration: none!important;
}
.catalog__item__img {
  margin: 0 0 15px;
  border: 1px solid #52896a;
}
.catalog__item__title {
  color: #185965;
  font-size: 16px;
  font-weight: bold;
}
.catalog_lvl .catalog__item {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.catalog_lvl .catalog__item:last-of-type {
  border-bottom: 0;
  margin: 0;
}
.catalog_lvl .catalog__item__title {
  width: 225px;
  display: block;
}
.catalog:after {
  content: "";
  width: 225px;
}
.new {
  background-image: url("../img/new-icon.png");
  background-repeat: no-repeat;
  height: 26px;
  width: 86px;
  display: block;
  position: absolute;
  top: 12px;
  left: -9px;
  z-index: 1001;
}
.new-en {
  background-image: url("../img/new-icon-en.png") !important;
}

.product {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.product__img {
  width: 500px;
  padding: 0 0 20px;
  margin: 0 0 0 15px;
  position: relative;
}
.product__details {
  width: 435px;
  margin: 0 0 0 35px;
}
.product__details__old-cost {
  font-size: 18px;
  color: #000;
  padding: 0 0 10px;
  text-decoration: line-through;
}
.product__details__cost {
  color: #c80000;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 20px;
}
.product__details__consult {
  background-image: url("../img/consult-btn.jpg");
  background-repeat: no-repeat;
  height: 40px;
  width: 231px;
  font-size: 0;
  display: block;
  margin-bottom: 15px;
}
.product__details__consulten {
  background-image: url("../img/consult-btn-en.jpg");
}

.product__details__properties {
  color: #06451b;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 0 25px;
}
.product__details__text {
  color: #303030;
  font-size: 14px;
  line-height: 21px;
  padding: 0 0 25px;
}
.product__details__model {
  padding: 20px 0;
  margin: 0 0 25px;
  border: 2px solid #d7d7d7;
  border-width: 2px 0;
}
.product__details__model__title {
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  padding: 0 0 10px;
}
.product__details__model label {
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  position: relative;
  padding: 0 15px 0 30px;
  cursor: pointer;
}
.product__details__model label input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.product__details__model label input[type='radio'] + .pseudo {
  width: 20px;
  height: 20px;
  background-image: url("../img/radio.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 0px;
  left: 0;
}
.product__details__model label input[type='radio']:checked + .pseudo {
  background-position: top left;
}
.product__details .btn {
  max-width: 150px;
  color: #fff;
}
.product__tabber {
  width: 972px;
  margin: 0 0 0 18px;
  padding: 15px 0 45px 0;
  border-top: 3px solid #646464;
}
.fancybox-close {
  background-image: url("../img/close-fancy.png");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  top: 20px;
  right: 20px;
}
.fancy-custom .fancybox-close {
  background-size: 100%;
  background-image: url("../img/close-fancy-white.png");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  top: 20px;
  right: 20px;
}
.fancybox-lock .fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.tabber__header {
  border-bottom: 2px solid #858585;
  margin: 0 0 30px;
}
.tabber__header li {
  display: inline-block;
  padding: 0 0 15px;
  margin: 0 20px 0 0;
}
.tabber__header li a {
  font-size: 22px;
  line-height: 22px;
  color: #06451b;
  text-decoration: none;
  border-bottom: 0;
  background: url(../img/tabber-header-border.jpg) bottom left repeat-x;
}
.tabber__header li.ui-state-active {
  position: relative;
}
.tabber__header li.ui-state-active a {
  color: #303030;
  border-bottom: 0;
  background: transparent;
}
.tabber__header li.ui-state-active a:before {
  content: '';
  display: block;
  height: 4px;
  background: #52896a;
  width: 100%;
  position: absolute;
  bottom: -2px;
}
.tabber__body p {
  font-size: 14px;
  color: #303030;
  line-height: 22px;
  padding: 0 0 10px;
  margin: 0;
}
.tabber__body h2 {
  font-size: 18px;
}
.tabber__body ul {
  padding: 0;
  margin: 0;
}
.tabber__body ul li {
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
  color: #303030;
  line-height: 22px;
}
.tabber__body ul li:before {
  content: '• ';
}
.tabber__body table {
  width: 100%;
}
.tabber__body table tr td {
  border: 1px solid #d5d5d5;
  font-size: 14px;
  color: #1d1d1d;
  padding: 10px 5px;
  text-align: center;
}
.product-slider {
  margin: 0 0 5px;
}
.product-slider .slick-list {
  overflow: hidden;
  border: 2px solid #e8e8e8;
  border-radius: 2px;
}
.product-slider__item {
  float: left;
}
.product-slider__item a,
.product-slider__item a:active,
.product-slider__item a:visited,
.product-slider__item a:hover {
  position: relative;
  display: block;
}
.product-slider__item a:after,
.product-slider__item a:active:after,
.product-slider__item a:visited:after,
.product-slider__item a:hover:after {
  content: '';
  display: block;
  background-image: url("../img/zoom.png");
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: 10px;
  right: 8px;
}
.product-nav__item {
  border: 2px solid #e8e8e8;
  float: left;
  margin: 0 8px 0 0;
  width: 95px;
  cursor: pointer;
}
.product-nav__item img {
  max-width: 95px;
}
.footer_inner {
  background: #f9f9f9;
}
.footer__wrapper {
  max-width: 1000px;
  min-width: 520px;
  padding: 50px 5px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__copyright {
  padding: 0 0 30px 20px;
}
.footer__copyright:before {
  content: '©';
  margin: 0 0 0 -15px;
  padding: 0 5px 0 0;
}
.footer__email {
  margin: 0 0 15px 20px;
  display: block;
  border-bottom: 1px dashed #303030;
  line-height: 19px!important;
  padding: 0!important;
  width: 90px;
  text-decoration: none!important;
  position: relative;
}
.footer__email:after {
  content: '';
  display: block;
  background-image: url("../img/mail.png");
  background-repeat: no-repeat;
  height: 15px;
  width: 21px;
  position: absolute;
  top: 2px;
  left: -35px;
}
.footer__email:hover {
  border-bottom-color: transparent;
}
.footer__call {
  margin: 0 0 0 20px;
  position: relative;
}
.footer__call:after {
  content: '';
  display: block;
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 2px;
  left: -35px;
}
.footer__form label {
  font-size: 16px;
  display: block;
  padding: 0 0 14px;
  line-height: 18px;
}
.footer__form input[type='text'] {
  height: 35px;
  line-height: 35px;
  border: 1px solid #b9c8d3;
  padding: 0 10px;
  border-radius: 6px;
  width: 245px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  font-style: italic;
  font-family: 'PT Sans';
}
.footer__form input[type='submit'] {
  width: 125px;
  background: #7ba58e;
  line-height: 35px;
  height: 35px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 6px;
  margin: 0 0 0 -13px;
  position: relative;
  z-index: 5;
}
.footer__column {
  color: #303030;
  font-size: 14px;
  line-height: 21px;
}
.footer__column a,
.footer__column a:active,
.footer__column a:visited,
.footer__column a:hover {
  color: #303030;
  font-size: 14px;
  line-height: 21px;
  display: block;
  padding: 0 0 15px;
  text-decoration: none;
}
.footer__column a:hover,
.footer__column a:active:hover,
.footer__column a:visited:hover,
.footer__column a:hover:hover {
  text-decoration: underline;
}
.footer__column_first {
  width: 295px;
}
.footer__column_second {
  width: 195px;
}
.footer__column_third {
  width: 135px;
}
.footer__column_thought {
  width: 365px;
}
.pager {
  padding: 0 0 45px;
}
.pager__item {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #071a3b;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
.pager__item.current,
.pager__item:hover {
  background: #52896a;
  color: #fff;
}
.pager__left {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/pager__left.jpg");
  background-repeat: no-repeat;
  background-position: 0 -24px;
  background-color: transparent!important;
}
.pager__left:hover {
  background-image: url("../img/pager__left.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent!important;
}
.pager__right {
  background-image: url("../img/pager__right.jpg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -24px;
  background-color: transparent!important;
}
.pager__right:hover {
  background-image: url("../img/pager__right.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent!important;
}
.basket {
  width: 100%;
  margin: 0 0 35px;
}
.basket__header {
  background: #e7e7e7;
}
.basket__header td {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #3d3938;
}
.basket__header td:first-of-type {
  border-radius: 10px 0 0 10px;
}
.basket__header td:last-of-type {
  border-radius: 0 10px 10px 0;
  width: 155px;
}
.basket__item {
  border-bottom: 1px solid #e9e9e9;
}
.basket__item td {
  vertical-align: middle;
  padding: 30px 0 !important;
}
.basket__item__img {
  width: 180px;
}
.basket__item:last-of-type {
  border-bottom: 0;
}
.basket__item__remove {
  text-align: center;
  width: 150px;
  max-width: 150px;
}
.basket__item__remove a,
.basket__item__remove a:visited,
.basket__item__remove a:hover {
  color: #828282;
  font-size: 16px;
}
.basket__item__cost {
  font-size: 24px;
  color: #06451b;
  text-align: center;
}
.basket__item__name {
  width: 335px;
}
.basket__item__name a,
.basket__item__name a:active,
.basket__item__name a:visited,
.basket__item__name a:hover {
  color: #3d3938;
  font-size: 14px;
  line-height: 18px;
}
.basket__item__name a:hover,
.basket__item__name a:active:hover,
.basket__item__name a:visited:hover,
.basket__item__name a:hover:hover {
  text-decoration: none;
}
.basket__item__spinner .ui-spinner-input {
  border: 1px solid #52896a;
  width: 50px;
  line-height: 30px;
  text-align: center;
}
.basket__item__spinner .ui-spinner {
  width: 50px;
  padding: 0 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
}
.basket__item__spinner .ui-spinner-down {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 30px;
  text-indent: 0;
}
.basket__item__spinner .ui-spinner-down:after {
  content: '-';
  display: block;
  font-size: 24px;
  color: #52896a;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
}
.basket__item__spinner .ui-spinner-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 30px;
}
.basket__item__spinner .ui-spinner-up:after {
  content: '+';
  display: block;
  font-size: 24px;
  color: #52896a;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.basket__item__img img {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.basket__footer {
  background: #e7e7e7;
  line-height: 70px;
}
.basket__footer__txt {
  color: #383838;
  font-size: 24px;
  text-align: right;
  border-radius: 10px 0 0 10px;
}
.basket__footer__cost {
  color: #383838;
  font-size: 24px;
  font-weight: bold;
  width: 215px;
  text-align: center;
  border-radius: 0 10px 10px 0;
}
.basket__form form {
  padding: 0 0 40px;
}
.basket__form form fieldset {
  padding: 20px 25px 40px;
  margin: 20px 0 30px;
  width: 500px;
  box-sizing: border-box;
  background: #e7e7e7;
  border: 0;
  border-radius: 10px;
}
.basket__form form .code {
  width: 115px;
  line-height: 35px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #52896a;
}
.basket__form form .code-text {
  font-size: 14px;
  font-style: italic;
  color: #303030;
  padding: 0 20px;
}
.basket__form form .details {
  font-size: 14px;
  font-style: italic;
  color: #303030;
}
.basket__form form .asterix {
  color: #52896a;
}
.basket__form form .btn {
  width: 150px;
  float: right;
  border-width: 0 0 4px 0;
  font-size: 18px;
}
.basket__form__item {
  padding: 0 0 20px;
  display: block;
}
.basket__form__item .name {
  width: 100%;
  display: block;
  color: #4c5866;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px;
}
.basket__form__item__input {
  line-height: 35px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 0 25px 0 6px;
  box-sizing: border-box;
}
.basket__form__item__input:focus {
  border-color: #52896a;
  box-shadow: 0px 0px 10px 0px rgba(208, 221, 231, 0.95);
}
.basket__form__item__input:valid {
  border-color: #2b540c;
  background-image: url("../img/valid.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.basket__form__item__textarea {
  line-height: 18px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 6px;
  height: 100px;
  box-sizing: border-box;
}
.basket__form__item__textarea:focus {
  border-color: #52896a;
  box-shadow: 0px 0px 10px 0px rgba(208, 221, 231, 0.95);
}
.basket__form__item__textarea:valid {
  border-color: #2b540c;
  background-image: url("../img/valid.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.basket__form__title {
  font-size: 24px;
  font-weight: bold;
  color: #52896a;
}
.popup {
  width: 450px;
  overflow: hidden;
}
.popup__text {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.popup__text h3 {
  font-size: 18px;
  padding: 0 0 15px;
  margin: 0;
  color: #4c5866;
}
.popup__text p {
  font-size: 16px;
  line-height: 21px;
  color: #4c5866;
  margin: 0 0 15px;
  padding: 0;
}
.popup form {
  padding: 0;
}
.popup form fieldset {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-radius: 10px;
}
.popup form .code {
  width: 115px;
  line-height: 35px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #52896a;
}
.popup form .code-text {
  font-size: 14px;
  font-style: italic;
  color: #303030;
  padding: 0 20px;
}
.popup form .details {
  font-size: 14px;
  font-style: italic;
  color: #303030;
}
.popup form .asterix {
  color: #52896a;
}
.popup form .btn {
  width: 150px;
  float: right;
  border-width: 0 0 4px 0;
  font-size: 18px;
  margin: 30px 0 0;
}
.popup__item {
  padding: 0 0 20px;
  display: block;
  position: relative;
}
.popup__item .help-block.form-error {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  background: #f00;
  color: #fff;
  padding: 3px 5px;
}
.popup__item .name {
  width: 100%;
  display: block;
  color: #4c5866;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px;
}
.popup__item__input {
  line-height: 35px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 6px;
  box-sizing: border-box;
}
.popup__item__input:focus {
  border-color: #52896a;
  box-shadow: 0px 0px 10px 0px rgba(208, 221, 231, 0.95);
}
.popup__item__input.valid {
  border-color: #2b540c;
  background-image: url("../img/valid.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.popup__item__textarea {
  line-height: 18px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 6px;
  height: 100px;
  box-sizing: border-box;
}
.popup__item__textarea:focus {
  border-color: #52896a;
  box-shadow: 0px 0px 10px 0px rgba(208, 221, 231, 0.95);
}
.popup__item__textarea.valid {
  border-color: #2b540c;
  background-image: url("../img/valid.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.popup__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  background: #52896b;
  color: #fff;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}
.popup__approve {
  font-size: 14px;
  color: #4c5866;
  line-height: 18px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.popup__approve input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.popup__approve input[type='checkbox'] + .checkbox {
  width: 20px;
  height: 20px;
  background-image: url("../img/checkbox.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 2px;
  left: 0;
}
.popup__approve input[type='checkbox']:checked + .checkbox {
  background-position: top left;
}
.hamburger {
  display: none;
}
@media (max-width: 1000px) {
  .header__menu__item a,
  .header__menu__item a:active,
  .header__menu__item a:visited,
  .header__menu__item a:hover {
    padding: 0 5px;
  }
  .hamburger {
    display: block;
  }
  .header__menu__item a,
  .header__menu__item a:active,
  .header__menu__item a:visited,
  .header__menu__item a:hover {
    font-size: 20px;
  }
  .header__menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.28);
  }
  .header.is-active {
    z-index: 99999;
  }
  .header__submenu {
    display: block;
    position: relative;
    top: auto;
    width: 100%;
  }
  .header__nav__form-main {
    display: none;
  }
  .basket__footer__cost {
    width: 200px;
  }
  .content {
    max-width: 100%;
    min-width: auto !important;
    padding: 0px 10px 0;
    font-size: 24px;
  }
  .content_mainmob {
    padding: 0 !important;
  }
  .header {
    min-width: 0 !important;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__panel {
    width: 100% !important;
    text-align: center !important;
  }
  .header__panel a, .header__panel a:active, .header__panel a:visited, .header__panel a:hover {
    font-size: 25px;
    line-height: 40px;
  }
  .main-news,
  .promo {
    justify-content: center;
  }
  .main-news__item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .promo__item {
    margin-bottom: 30px;
  }
  .footer__column_thought {
    width: 100%;
    padding-top: 20px;
  }
  .footer__form {
    margin: 0 auto;
  }
  .footer__wrapper {
    padding: 50px 20px 40px;
  }
  .awords {
    column-count: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    max-height: 490px;
  }
  .product__tabber {
    width: 100%;
    margin: 20px 0px 0;
    padding: 15px 0 45px;
  }
  .page__left {
    width: 100%;
  }
  .page__right {
    width: 100%;
    padding: 0 20px;
  }
  .news__item {
    justify-content: flex-start;
  }
  .news__item__wrapper {
    width: 70%;
  }
  .nav__item a,
  .nav__item a:active,
  .nav__item a:visited,
  .nav__item a:hover,
  .nav__item.current a,
  .nav__item.current a:active,
  .nav__item.current a:visited,
  .nav__item.current a:hover {
    background-position: 97% center;
    font-size: 20px !important;
  }
  .basket__item__img,
  .basket__item__name {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
  }
  .basket__item td.basket__item__spinner {
    width: 30%;
    padding: 30px 5%;
  }
  .basket__item__cost {
    width: 25%;
  }
  .basket {
    display: block;
  }
  .basket tbody {
    display: block;
    width: 100%;
  }
  .basket thead {
    display: none;
  }
  .basket__footer {
    width: 100%;
    display: block;
  }
  .basket__footer__txt {
    width: 60%;
  }
  .basket__item {
    display: block;
    width: 100%;
  }
  .photogal .catalog__item {
    /*display: inline-table;*/
    /*padding: 0 9px 30px;*/
  }
  .photogal .catalog__item img {
    width: 100%;
  }
  .content_inner p {
    width: 100%;
  }
  .shop-cart {
    display: table;
    margin: 0 auto;
  }
  .footer__wrapper {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .footer__copyright {
    width: 100%;
    max-width: initial !important;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    margin-top: 15px;
  }
  .footer__email,.footer__call {
    display: table !important;
    border: none !important;
    font-size: 30px !important;
    line-height: 1.5 !important;
    width: auto !important;
    margin: 0 !important;
  }
  .footer__email:after,.footer__call:after {
    display: none !important;
  }
  .footer__form label {
    font-size: 25px !important;
  }
  .rscop {
    margin-top: 20px !important;
  }
  .rscop,.rscop a {
    font-size: 20px !important;
    line-height: 1;
  }
  .footer__form input[type='text'] {
    font-size: 30px;
    height: auto;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  .footer__form input[type='submit'] {
    display: table;
    font-size: 30px;
    height: auto;
    margin: 10px auto 0;
    width: 90%;
  }
  .slider__item__wrapper,.slider__item__block {
    width: 100%;
    min-width: 10px;
  }
  .slider__item__block {
    border-radius: 0 !important;
    padding: 10px !important;
  }
  .slider__item__block__title {
    font-size: 20px;
    line-height: 25px;
  }
  .title_main {
    top: 20px;
    z-index: 9999;
    color: #000;
  }
  .awords {
    max-height: 0 !important;
    display: table;
  }
  .awords__item {
    width: 90% !important;
  }
  .seo-block__wrapper {
    min-width: 0 !important;
  }
  .seo-block__text .first {
    width: 100%;
    margin: 0;
    font-size: 22px;
  }
  .seo-block__text .second {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 22px;
  }
  .seo-block__text .second img,.seo-block__text .first img {
    width: 100%;
  }
  .catalog__item {
    margin: 0 auto;
  }
  .product {
    max-width: 100% !important;
  }
  .product-nav {
    display: none !important;
  }
  .product__img {
    width: 100% !important;
    margin: 0 !important;
  }
  .tabber__body td p {
    font-size: 9px;
  }
  .nomob {
    display: none !important;
  }
  .basket__form form fieldset {
    width: auto !important;
  }
  .popup {
    width:  auto !important;
  }
  .content_inner table td{
    padding: 10px;
  }
  .content table {
    max-width: 90%;
  }
  .content table td {
    padding: 0 2px !important;
  }
  .content img {
    max-width: 100% !important;
  }
  .footer__column_second,
  .footer__column_third {
    display: none;
  }
  .header__nav,.breadscrumbs {
    display: none !important;
  }
  .basket td {
    padding: 0 2px !important;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    margin: 10px 0px 0 0;
  }
  .basket__item__remove {
    margin: 0 auto 20px !important;
    display: table !important;
  }
  .basket__footer td {
    display: initial;
  }
}
@media (max-width: 680px) {
  .basket {
    padding: 0 20px;
  }
  .slider__item__block:after {
    display: none;
  }
  .footer__column_thought {
    width: 100%;
    padding-top: 0px;
  }
  .footer__column_first {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
  }
  .footer__copyright {
    max-width: 190px;
  }
  .footer__call:after {
    left: -20px;
  }
  .header__nav__item {
    font-size: 11px;
  }
  .header__phone {
    display: none;
  }
  .header__nav__item:after {
    display: none;
  }
  .promo {
    max-width: 320px;
    margin: 0 auto;
  }
  .awords {
    column-count: 1;
  }
  .awords__item {
    margin: 0 auto;
  }
  .seo-block__wrap {
    width: 100%;
    clear: both;
  }
  .seo-block__wrapper {
    padding: 45px 25px 90px;
  }
  .header__nav__form {
    display: none;
  }
  .content_inner h1 {
    padding: 0 10px;
    text-align: center;
  }
  .breadscrumbs {
    padding: 0 10px 35px;
    text-align: center;
  }
  .product__img {
    width: 480px;
  }
  .tabber__header li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news__item {
    justify-content: flex-start;
  }
  .news__item img {
    margin: 0 auto;
    display: block;
  }
  .news__item__wrapper {
    width: 100%;
    padding-top: 20px;
  }
}

/* ===== FIX: перекрытие зелёной плашки хедера ===== */
.container {
    overflow: visible !important;
}
.header,
.header__nav {
    position: relative !important;
    z-index: 99999 !important;
}
.content_main {
    margin: 0 auto 0 !important;
    z-index: 1 !important;
}
.hero-slider-full {
    position: relative !important;
    z-index: 1 !important;
}
.content_mainmob .title.title_main {
    z-index: 5 !important;
}

/* ==== ШАПКА (вариант с header_top) ==== */
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1180px;
  margin: 10px auto 0;
  padding: 12px 22px;
  position: relative;
  z-index: 1000;
}
.header_logo {
  display: block;
  height: 46px;
  width: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  flex: 0 0 auto;
}
.header_phone {
  font-size: 13px;
  line-height: 1.4;
  color: #1d1d1f;
  white-space: nowrap;
  text-align: right;
  flex: 1 1 auto;
  padding: 0 10px;
}
.header_panel {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header_panel_call {
  color: #06451b;
  font-size: 13px;
  border-bottom: 1px dotted #06451b;
  text-decoration: none;
}
.header_panel_call:hover {
  color: #237d66;
  border-bottom-color: #237d66;
}

/* правка: зелёная плашка всегда выше слайдера */
.header,
.header__nav {
    position: relative !important;
    z-index: 99999 !important;
    margin-bottom: 0 !important;
}

/* правка: слайдер ниже шапки */
.hero-slider-full,
.hero-slider {
    position: relative !important;
    z-index: 1 !important;
}

/* правка: карточку не поднимаем */
.hero-card {
    transform: none !important;
}

/* === styles from main template (filtered) === */
:root {
    --green: #52896a;
    --green-dark: #36634a;
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(255, 255, 255, 0.35);
    --radius-big: 26px;
    --shadow-big: 0 18px 45px rgba(0,0,0,0.04);
}

a, a:hover, a:focus {
    text-decoration: none !important;
    border: 0 !important;
}
a { color: inherit; transition: color .15s ease; }

/* ===== ХЕДЕР ===== */
/* этот блок ПУТАЛ макет — не добавляем:
.header, .content, .footer__wrapper { ... }
*/

/* этот тоже не добавляем в общий файл:
.header__nav { ... }
*/

/* ===== HERO-СЛАЙДЕР ===== */
.hero-slider-full {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background: none !important;
    margin-top: 72px !important;
    padding-top: 10px !important;
    padding-bottom: 120px !important;
    overflow: visible !important;
}
.hero-slider {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    z-index: 1;
}
.hero-slider__track { display: flex; transition: transform .5s ease; width: 100%; }
.hero-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-card {
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 36px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.06);
    padding: 40px 48px 42px;
    max-width: 860px;
    width: 100%;
}
.hero-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.hero-dot {
    width: 7px;
    height: 7px;
    background: rgba(0,0,0,.12);
    border-radius: 9999px;
    transition: .2s ease;
    cursor: pointer;
}
.hero-dot.active { width: 18px; background: #0f7f5b; }

/* ===== КНОПКИ В HERO ===== */
.hero-btn-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #52896a !important;
    background: transparent;
    border: 1.5px solid #52896a;
    border-radius: 9999px;
    text-decoration: none !important;
}
.hero-btn-catalog:hover {
    background: #52896a;
    color: #fff !important;
    border-color: #52896a;
}
.hero-pill-industrial {
    display: inline-block;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(82,137,106,0.16);
    border-radius: 9999px;
    padding: 5px 16px 6px;
    color: #204331 !important;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.02);
}

/* ===== СТЕКЛЯННАЯ ПЛАШКА НОВИНОК ===== */
.products-shell {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    margin-top: -78px;
    z-index: 6;
}
.products-card {
    background: rgba(255,255,255,0.93);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 34px;
    box-shadow: 0 22px 70px rgba(13,68,46,0.08);
    padding: 46px 78px 36px;
    position: relative;
    transition: box-shadow .15s ease;
}
.products-card:hover { box-shadow: 0 26px 75px rgba(13,68,46,0.12); }
.products-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
.products-card__title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .015em;
    text-transform: uppercase;
}
.products-card__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(82,137,106,.15);
    box-shadow: 0 10px 22px rgba(0,0,0,.05);
    cursor: pointer;
    transition: .12s ease;
    z-index: 20;
}
.products-card__arrow_prev { left: 38px; }
.products-card__arrow_next { right: 38px; }
.products-card__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #52896a;
    border-top: 0;
    border-right: 0;
    transform: translate(-35%, -50%) rotate(45deg);
}
.products-card__arrow_next:before {
    transform: translate(-65%, -50%) rotate(225deg);
}
.products-card__arrow:hover {
    border-color: rgba(82,137,106,.45);
    box-shadow: 0 14px 26px rgba(0,0,0,.08);
    transform: translateY(-50%) translateY(-1px);
}
.products-card .new-products .slick-arrow { display: none !important; }

.products-card .new-products {
    background: transparent !important;
    padding: 0 !important;
    margin: 16px 0 0 !important;
    border-radius: 0 !important;
    position: relative;
}
.products-card .new-products .slick-slide > div {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 16px rgba(0,0,0,.025);
    padding: 22px 14px 18px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 265px;
    transition: transform .14s ease, box-shadow .14s ease;
}
.products-card .new-products .slick-slide > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0,0,0,.07);
}
.products-card .new-products .catalog__item__img-wrap {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-card .new-products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px !important;
    border: 0 !important;
    transition: transform .2s ease;
}
.products-card .new-products .slick-slide > div:hover img {
    transform: scale(1.05);
}
.products-card .new-products .catalog__item__title {
    text-align: center;
    font-size: 13.5px;
    line-height: 1.3;
    min-height: 34px;
}
.products-card .new-products .getpricebutin {
    width: 100%;
    max-width: 148px;
    background: #52896a !important;
    border-radius: 999px;
    border: 0;
    text-align: center;
    color: #fff;
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
    line-height: 32px;
    font-size: 13.5px;
}
.products-card .new-products .getpricebutin:hover {
    background: #36634a !important;
    box-shadow: 0 10px 20px rgba(54,99,74,.25);
    transform: translateY(-1px);
}

/* ===== ПЛАШКА: НОВОСТИ ===== */
.info-shell {
    max-width: 1180px;
    margin: 36px auto 0;
}
.info-card {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 30px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.08);
    padding: 38px 40px 40px;
}
.info-card .title {
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: .02em;
}
.info-card .main-news { margin-bottom: 32px; }

.info-card .promo {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
}

/* ===== НАГРАДЫ ===== */
.awards-shell {
    max-width: 1180px;
    margin: 40px auto 60px;
}
.section-card-awards {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 30px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.08);
    padding: 40px 38px 44px;
    text-align: center;
}
.section-card-awards .title {
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: .02em;
}
.section-card-awards .awords {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 22px;
    margin-bottom: 26px;
}
.section-card-awards .awords > * {
    background: rgba(255,255,255,0.65);
    border-radius: 18px;
    padding: 16px 18px 18px;
    min-height: 100px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* ===== SEO-текст ===== */
.seo-text {
    max-width: 1180px;
    margin: 50px auto 70px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.03);
    padding: 28px 32px 34px;
    line-height: 1.6;
    font-size: 15px;
}
.seo-text p { margin-bottom: 12px; text-align: justify; }

/* фикс z-index из конца шаблона не нужен тут – он был только под главный html */
/* === главная: хедер не трогаем, только блоки страницы === */

/* герой на всю ширину вьюпорта */
.hero-slider-full {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: none !important;
  margin-top: 72px !important;
  padding-top: 10px !important;
  padding-bottom: 120px !important;
  overflow: visible !important;
}

/* внутри героя — центр и ограничение по ширине */
.hero-slider {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  z-index: 1;
}

/* трек слайдов — обязательно flex, иначе “не работает” */
.hero-slider__track {
  display: flex;
  transition: transform .5s ease;
  width: 100%;
}

/* каждый слайд — 100% ширины и по центру */
.hero-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* сама белая карточка */
.hero-card {
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 36px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.06);
  padding: 40px 48px 42px;
  max-width: 860px;
  width: 100%;
}

/* точки под слайдером */
.hero-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 7px;
  height: 7px;
  background: rgba(0,0,0,.12);
  border-radius: 9999px;
  transition: .2s ease;
  cursor: pointer;
}
.hero-dot.active {
  width: 18px;
  background: #0f7f5b;
}

/* стеклянная плашка новинок под героем */
.products-shell,
.info-shell,
.awards-shell,
.seo-text {
  max-width: 1180px;
  margin: 0 auto;
}
.products-shell {
  position: relative;
  margin-top: -78px;
  z-index: 6;
}
.products-card {
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 34px;
  box-shadow: 0 22px 70px rgba(13,68,46,0.08);
  padding: 46px 78px 36px;
  position: relative;
}
.products-card__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(82,137,106,.15);
  cursor: pointer;
  z-index: 20;
}
.products-card__arrow_prev { left: 38px; }
.products-card__arrow_next { right: 38px; }

/* на всякий случай: контент-область снова центруем */
.content {
  max-width: 1000px;
  margin: 0 auto;
}