/* Цвета */
/* @black: #1A1A1A;
@gray: #C4C4C4;
@dark-grey: #7F7F7F;
@orange: #EA6908;
@white: #F5F5F5; */

/* Разрешения */
/* @desktop: max-width: 1366px;
@notebook: max-width:1024px;
@tablet:  max-width:768px;
@mobile:  max-width:560px; */

@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Regular RU"), local("KelsonSans-RegularRU"),
  url(../fonts/kelsonsansregularru.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Bold RU"), local("KelsonSans-BoldRU"), url(../fonts/kelsonsansboldru.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Kelson Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #999999;
}

/* ---------------------------- Дефолтные классы ------------------- */
.container--product {
  max-width: 1250px;
  margin: 0 auto;
  /*padding: 0 58px;*/
}
.container--fixed {
  max-width: 1400px;
  margin: 0 auto;
  /*padding: 0 10px;*/
}

.button-close {
  width: 10px;
  height: 10px;
  padding: 20px;
  background-color: transparent;
  background-image: url("../images/close-button.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
}
.close-menu {
  display: none;
}
.fixed {
  position: fixed;
  z-index: 3;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
@media (max-width: 1440px) {
  .container--fixed {
    margin: 0 20px;
  }
}
@media (max-width: 1366px) {
  .container--product {
    max-width: 1250px;
    margin: 0 58px;
    /*padding: 0 58px;*/
  }
}
@media (max-width: 1024px) {
  .container--product {
    max-width: 940px;
    margin: 0 42px;
    /*padding: 0 42px;*/
  }
}
@media (max-width: 768px) {
  .container--product {
    max-width: 700px;
    margin: 0 34px;
    /*padding: 0 34px;*/
  }
}
@media (max-width: 560px) {
  .container--product {
    margin: 0 auto;
    /* max-width: 280px;
    
    padding: 0 20px;*/
  }
}
/* Главная навигация сайта */
.main-header {
  width: 100%;
  /* padding-bottom: 20px; 
  padding-top: 20px; */
  background-color: #f5f5f5;
}
/* .main-navigation {

} */
.main-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-header__navigation {
  width: 70%;
}

/* .navigation {

} */
.navigation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigatoin__item {
  position: relative;
}
.navigation__link {
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 10px;
  font-style: normal;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  font-size: 15px;
  line-height: 100%;
  color: #1a1a1a;
  text-decoration: none;
}
.navigation__link:hover {
  color: #1a1a1a;
  cursor: pointer;
  text-decoration: none;
}
.navgation__link--active {
  color: #1a1a1a;
}
.navigation__button {
  display: none;
  position: relative;
  padding: 20px 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.navigation__button::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  top: 15px;
  left: 5px;
  background-color: #1a1a1a;
}
.navigation__button::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  top: 25px;
  left: 5px;
  background-color: #1a1a1a;
}
.main-header__setting {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header__search-group {
  width: 100%;
  max-height: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  overflow: hidden;
}
/* .search {

} */
.search__form {
  width: 100%;
}

.search__text {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  line-height: 28px;
  font-size: 24px;
  color: #1a1a1a;
  border: none;
  background-color: #f5f5f5;
}
.search__text[placeholder] {
  font-family: "Kelson Sans", sans-serif;
}

.setting__searth {
  width: 20px;
  height: 20px;
  padding: 20px;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
}
.setting__searth:hover {
  cursor: pointer;
}
.setting__lang {
  margin-left: 36px;
}
/* .lang {
 
} */
.lang__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .lang__item {
} */
.lang__button {
  display: block;
  font-style: normal;
  font-family: "Kelson Sans", sans-serif;
  font-weight: bold;
  line-height: 16px;
  font-size: 13px;
  color: #7f7f7f;
  padding: 8px 13px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background-color: #fff;
  text-decoration: none;
}
.lang__button:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.lang__item &gt; .lang__button:hover {
                   background-color: #1a1a1a;
                   color: #ffffff;
                   cursor: pointer;
                   text-decoration: none;
                 }

.lang__item &gt; .lang__button.lang__button--active {
                   background-color: #1a1a1a;
                   color: #ffffff;
                 }
.lang__item &gt; .lang__button.lang__button--active:hover {
                   color: #fff;
                 }
/*
.lang__button--ru {
} */
/* .main-header__mobile-menu {
  
} */

/* left: -20px; */
.navigation-dropdown {
  box-sizing: border-box;
  display: none;
  position: absolute;
  content: "";
  width: auto;
  list-style: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 5;
}
.navigation-dropdown__item {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin: unset;
}
.navigation-dropdown__link {
  display: block;
  padding: 5px;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  color: #4f4f4f;
}
.navigation-dropdown__link:hover {
  cursor: pointer;
  /* color: #EA6908; */
  text-decoration: none;
}
.navigatoin__item:hover .navigation-dropdown {
  display: block;
}
/* .navigation__link--about */
/* .navigatoin__link:hover + .navigation-dropdown {
  display: block;
} */

@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .main-header__navigation {
    width: 85%;
  }

  .main-header__setting {
    width: 15%;
  }
  .setting__lang {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .main-header__navigation {
    width: 65%;
  }

  .main-header__setting {
    width: 100px;
    justify-content: space-between;
  }
  .navigation__list {
    display: none;
  }
  .navigation__button {
    display: block;
  }
}
@media (max-width: 560px) {
  .main-header__navigation {
    width: 50%;
  }

  .main-header__setting {
    width: 100px;
    justify-content: space-between;
  }
}
/* ---------------------- Блок мобильного меню ------------------ */
.mobile-navigation {
  position: absolute;
  content: "";

  display: none;
  flex-direction: column;
  justify-content: space-between;

  width: 100vw;
  top: 70px;
  left: 0;

  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 140px;

  background-color: #fff;
  z-index: 2;
}
.mobile-navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation__link {
  display: block;
  width: 188px;
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
/* .mobile-navigation__link--active {
} */
.mobile-sub {
  display: none;
  left: 100px;
  top: 0px;
  list-style: none;
  padding: 0;
  padding-left: 10px;
  margin: 0;
}
/* .mobile-sub__item {
} */
.mobile-sub__link {
  display: block;
  width: 160px;
  padding: 15px 10px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  line-height: 1.3;
  font-size: 14px;
  text-decoration: none;
  color: #7f7f7f;
}

/* ------------------------  Блок промо ------------------------- */
.promo {
  margin-bottom: 20px;
  padding-top: 70px;
}
.promo--border {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 2px solid rgba(25, 25, 25, 0.2);
}
/* .promo--resed {

} */
.promo__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.promo__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
/*.promo__logo {
  margin-right: 40px;
}*/
/*
.logo {
}
.logo__link {
} */
/* .logo__image {
} */
.promo__text {
  margin: 0;
  max-width: 400px;
}
.promo__title {
  display: block;
  font-size: 32px;
  line-height: 41px;
  font-family: "Kelson Sans", sans-serif;
  font-weight: bold;
  color: #1a1a1a;
}
.promo__decription {
  font-size: 15px;
  line-height: 15px;
  color: #999999;
}
.promo__contacts {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* .contacts {
} */
.contacts__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: flex-end;
}
.contacts__social {
  margin-left: 40px;
}
.contacts__text {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 15px;
  text-align: right;
  color: #7f7f7f;
}
.contacts__phone {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #1a1a1a;
}
/* .social {
} */
.social__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .social__item {
} */
.social__link {
  display: block;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
}
.social__linkf {
  display: block;
  width: 165px;
  height: 43px;
  background-repeat: no-repeat;
}
.social__link--vk {
  background-image: url("../images/vk.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--vk:hover {
  background-image: url("../images/vkh.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--vkf {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  width: 100%;
  height: 100%;
}

.btn-social-vk {
  background-color: #7F7F7F;
  padding: 27px 51px 27px 52px;
}

.btn-social-vk-wrapper {
  width: 100%;
  display: flex;
}

.btn-social-vk svg{
  padding-bottom: 2.5px;
  margin-right: 10px;
}
.social__link--vkf:hover {
  text-decoration: unset;
  color: #fff;
}
.social__link--fb {
  background-image: url("../images/social-icon--fb.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--fb:hover {
  background-image: url("../images/social-facebook--active.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--inst {
  margin-left: 20px;
  background-image: url("../images/social-icon--inst.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--inst:hover {
  background-image: url("../images/social-instagram--active.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.promo__button-group {
  display: flex;
  justify-content: space-between;
}
.button__contacts {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #7f7f7f;
  border: 2px solid #7f7f7f;
  cursor: pointer;
}

.button__contacts:hover {
  background-color: #fff;
  color: #7f7f7f;
  cursor: pointer;
  text-decoration: none;
}
.button__contacts--call {
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .promo__title {
    font-size: 26px;
  }
  .promo__text {
    max-width: 310px;
  }
  /*  .promo__logo {
    margin-right: 20px;
  }*/
}
@media (max-width: 1024px) {
  .promo__wrapper {
    align-items: flex-start;
  }
  .promo__wrap {
    /* flex-direction: column; */
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .contacts__wrap {
    flex-direction: column;
    margin-bottom: 11px;
  }
  .promo__button-group {
    flex-direction: column;
    align-items: flex-end;
  }
  .button__contacts--call {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 41px;
  }

  .social__link--vkf {
    font-size: 15px;
  }

  .btn-social-vk {
    padding: 20px 51px 19px 52px;
  }

  .btn-social-vk svg {
    padding-bottom: 0;
    height: 16px;
    width: 18px;
  }
}
@media (max-width: 768px) {
  .btn-social-vk-wrapper {
    width: fit-content !important;
    margin: 0 auto;
  }

  .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promo__wrapper {
    justify-content: space-between;
  }
  .promo__logo {
    margin-right: 40px;
  }
  /* .promo__wrapper { */
  /* justify-content: center; */
  /* align-items: space-between; */
  /* } */
  .promo__wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .promo__contacts {
    width: 530px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  .contacts__wrap {
    align-items: flex-start;
  }
  .contacts__text-group {
    margin-bottom: 10px;
    text-align: center;
  }
  .contacts__text {
    text-align: center;
  }
  .contacts__social {
    margin: 0 auto;
  }
  /* .contacts__wrap {
    order: 2;
  }
  .promo__button-group {
    order: 1;
  } */
}
@media (max-width: 560px) {
  .logo__image {
    height: 75px;
    width: 300px;
  }
  .promo__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .promo__logo {
    margin-right: 0px;
  }
  .promo__wrap {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .promo__text {
    text-align: center;
  }
  .promo__decription {
    text-align: center;
  }
  .contacts__text-group {
    margin-bottom: 20px;
    text-align: center;
  }
  .contacts__text {
    text-align: center;
  }
  .promo__contacts {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .promo__title {
    font-size: 22px;
    text-align: center;
  }
  .contacts__social {
    margin: 0 auto;
  }
  .contacts__wrap {
    order: 1;
  }
  .promo__button-group {
    order: 2;
  }
}

/* --------------------- Промо блок -------------- */
.main-promo {
  min-height: 480px;
  margin-bottom: 100px;
}
.main-promo__wrapper {
  display: flex;
}
.main-promo__title {
  display: block;
  margin-top: 200px;
  margin-right: auto;
  font-weight: bold;
  font-size: 61px;
  line-height: 72px;
  color: #ffffff;
  text-align: left;
}


.main-promo--prodact {
  background-image: url("../images/pupm__bg--prodact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-promo--reverse {
  margin-bottom: 0px;
  background-image: url("../images/pupm__bg--reverse.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
  .main-promo__title {
    font-size: 34px;
  }
}
/* ------------------------------- Блок поднавигации -------- */
.sub-navigation {
  background-color: #ea6908;
}
/* .navigation-prodact {
} */
.navigation-prodact__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .navigation-prodact__item {
} */
.navigation-prodact__link {
  display: block;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  font-family: "Kelson Sans", sans-serif;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-bottom: 5px solid #ea6908;
}
.navigation-prodact__link:hover {
  color: #fff;
  text-decoration: none;
  border-color: #ffffff;
}
.navigation-prodact__link--active {
  border-color: #ffffff;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .navigation-prodact__list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
}
/* ----------------- Блок фиксированного меню в подстраницах -------------------- */
.navigation-fixed {
  top: 0px;
  width: 100%;
  background-color: #fff;
}
.navigation-fixed__nav {
  background-color: #fff;
}
.navigation-fixed__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .navigation-fixed__item {
} */
.navigation-fixed__image {
  display: block;
  width: 55px;
  height: 50px;
  background-image: url("../images/logo--2х.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.navigation-fixed__link {
  display: block;
  /* margin-right: 20px;   */
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 5px solid #ffffff;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}
.navigation-fixed__link:hover {
  color: #ea6908;
  border-bottom: 5px solid #ea6908;
  text-decoration: none;
}
.navigation-fixed__link--active {
  color: #ea6908;
  border-bottom: 5px solid #ea6908;
}
.navigation-fixed__button {
  display: inline-block;
  box-sizing: border-box;
  width: 230px;
  margin-top: 5px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ea6908;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.navigation-fixed__button:hover {
  background-color: #000000;
}
@media (max-width: 1366px) {
  .navigation-fixed__link {
    margin-right: 20px;
  }
  .navigation-fixed__list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  .navigation-fixed__list {
    justify-content: center;
    margin-bottom: 10px;
  }
  .navigation-fixed__link {
    margin-right: 0px;
  }
  .navigation-fixed__item {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .navigation-fixed__list {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .navigation-fixed__list {
    display: none;
    flex-direction: column;
    margin-top: 10px;
  }
  /* .navigation-fixed__button {

  } */
}
.container--product h2 {
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 38px;
  color: #1a1a1a;
  text-align: left;
}
.container--product h3 {
  text-align: left;
}
.product__tile {
  font-size: 38px;
  line-height: 38px;
  color: #1a1a1a;
  text-align: left;
}
@media (max-width: 1024px) {
  .container--product h2 {
    text-align: center;
  }
}
/* ---------------------- Блок о компании --------------- */
.product-about {
  margin-bottom: 70px;
}
.product-about__description {
  position: relative;
  max-width: 800px;
  margin-top: 0px;
  margin-left: 28px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
  color: #1a1a1a;
  opacity: 0.6;
}
.product-about__description::before {
  position: absolute;
  content: "";
  left: -26px;
  width: 4px;
  height: 100%;
  background-color: #ea6908;
}
.product-about__wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.product-about__wrapper .product-about__visual{

  width: 340px;

}

/* .product-about__visual {
}
.product-about__ {
}
*/
.product-about__images {
  max-width: 417px;
  width: 100%;
  height: auto;
}
.product-about__content {
  max-width: 720px;
  margin-left: 20px;
}
/* .product-about__group-text {

} */
.product-about__text {
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  color: #1a1a1a;
  opacity: 0.6;
}
.product-about__text:first-child {
  margin-top: 0px;
}
/*
.slider {
}
.slider__certificates {
}
.certificates__item {
}
*/
.certificates__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider__certificates .slick-track {
  display: flex;
}
.slider__certificates .slick-list {
  overflow: hidden;
}
.certificates__button-group {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.button__certificates {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(234, 105, 8, 0.1);
  border: none;
}
.button__certificates--back {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.button__certificates--back:hover {
  background-image: url("../images/arrow--active.svg");
  transform: rotate(-180deg);
  cursor: pointer;
}
.button__certificates--next {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-180deg);
}

.button__certificates--next:hover {
  background-image: url("../images/arrow--active.svg");
  transform: rotate(-360deg);
  cursor: pointer;
}

.certificates .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  /* background-color: red; */
}
.certificates .slick-dots li {
  margin-right: 20px;
  width: 26px;
  height: 5px;
  border: none;
  background-color: rgba(26, 26, 26, 0.1);
}
.certificates .slick-dots li:hover {
  cursor: pointer;
  background-color: #ea6908;
}
.slick-dots li.slick-active {
  background-color: #ea6908;
}
.certificates .slick-dots li button {
  display: none;
}
.certificates__item--1 {
  background-image: url("../images/certificates__item--1.jpg");
  background-position: center center;
}
.certificates__item--2 {
  background-image: url("../images/certificates__item--2.jpg");
  background-position: center center;
}
.certificates__item--3 {
  background-image: url("../images/certificates__item--3.jpg");
  background-position: center center;
}
.certificates__item--4 {
  background-image: url("../images/certificates__item--4.jpg");
  background-position: center center;
}
.certificates__item--5 {
  background-image: url("../images/certificates__item--5.jpg");
  background-position: center center;
}
@media (max-width: 1366px) {
}
@media (max-width: 1025px) {
  .product-about__wrapper {
    justify-content: flex-start;
  }
  .product-about__images {
    display: none;
  }
  .product-about__content {
    max-width: 100%;
  }
  .product-about__text {
    max-width: 100%;
  }
  .slider__certificates {
    justify-content: center;
  }
  .certificates__list {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .product-about__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .product-about__images {
    display: none;
  }
}
/* ----------------- Блок слоган -------------- */
.slogan {
  padding: 100px 0px;
  background-color: #f5f5f5;
}
.slogan__wrapper {
  max-width: 750px;
}
.slogan__text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 38px;
  color: #1a1a1a;
  opacity: 0.6;
}
.slogan__phase {
  font-size: 38px;
  /* font-weight: bold; */
  line-height: 38px;
  color: #1a1a1a;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .slogan__wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
}
/* ----- Блок этапов----- */
.stages {
  padding: 50px 0px;
  margin: 25px 0px;
}
.stages__heading {
  font-size: 38px;
  line-height: 38px;
  color: #1a1a1a;
}
/* .stages__stage {
}
.stage {
} */
.stage__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  /* align-content: space-between; */
  list-style: none;
  margin: 0;
  padding: 0;
}
.stage__item {
  position: relative;
  box-sizing: border-box;
  max-width: 390px;
  max-height: 224px;
  padding: 40px;
  padding-right: 100px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}
.stage__item::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 25px;
  top: 110px;
  left: 320px;
  background-image: url("../images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.stage__item:last-child::before {
  display: none;
}

.stage__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #ea6908;
}
.stage__text {
  width: 255px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
  opacity: 0.8;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .stages__heading {
    text-align: center;
  }
  .stage__list {
    justify-content: center;
  }
  .stage__item {
    margin-right: 20px;
  }
  /* .stage__item:nth-child(2n) {

  } */
}
@media (max-width: 768px) {
  .stage__item {
    margin-right: 0px;
  }
}
@media (max-width: 560px) {
  .stages__heading {
    font-size: 28px;
  }
  .stage__item {
    max-width: 300px;
  }
  .stage__item::before {
    top: 20px;
    left: 250px;
  }
}
/* ------ Блок преимущества -------- */
.advantages {
  margin-bottom: 25px;
}
.advantages__heading {
  font-size: 38px;
  line-height: 49px;
  font-weight: normal;
  color: #1a1a1a;
}
.advantages__wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.advantages__content {
  max-width: 885px;
}
/*
.advantage {
} */
.advantage__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.advantage__item {
  max-width: 270px;
  margin-right: 35px;
  margin-bottom: 30px;
}
.advantage__item:nth-child(3n) {
  margin-right: 0px;
}
.advantage__title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  /* font-family: 'Kelson Sans'; */
  font-size: 24px;
  line-height: 31px;
  color: #1a1a1a;
}

.advantage__text {
  font-size: 16px;
  line-height: 21px;
  color: #808080;
}

.advantage__link {
  font-family: "Kelson Sans", sans-serif;
  color: #ea6908;
}
/*
.advantages__photo {
}
.photo-pump {
}
.pump__link {
}
 */
.pump__image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1366px) {
  .advantage__list {
    justify-content: center;
  }
  .advantage__item {
    margin-right: 35px;
  }
  .advantage__item:nth-child(2n) {
    margin-right: 0px;
  }
  .advantage__item:nth-child(3n) {
    margin-right: 35px;
  }
}

@media (max-width: 1024px) {
  .advantages__heading {
    text-align: center;
  }
  .advantages__wrapper {
    justify-content: center;
  }
  .pump__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .advantage__item {
    max-width: 300px;
    margin-right: 10px;
  }
  .advantage__item:nth-child(2n) {
    margin-right: 0px;
  }
  .advantage__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .pump__image {
    display: none;
  }
  .advantages__heading {
    font-size: 28px;
  }
}

/*  -------------- Блок партнёры --------- */
.partners {
  padding-top: 25px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.partners__wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.partners__text {
  max-width: 670px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  color: #1a1a1a;
  opacity: 0.6;
}
.button__partners {
  width: 300px;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 35px;
  background-color: #ea6908;
  color: #ffffff;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  border: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button__partners:hover {
  text-decoration: none;
  background-color: #000000;
}
.partners__logos {
  max-width: 490px;
}
/* .logos {

} */
.logos__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .logos__item {
} */
/* .logos__image {
}
.logos__image--lukoil {
}
.logos__image--sibur {
}
.logos__image--arctic-gas {
}
.logos__image--sibneftegaz {
}
.logos__image--ink {
}
.logos__image--kss {
}
.logos__image--gazprom {
}
.logos__image--novatek {
} */

@media (max-width: 1366px) {
  .partners__text {
    max-width: 400px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .partners__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .partners__text {
    margin-bottom: 30px;
    margin-right: 0px;
    text-align: center;
  }
  .partners__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .partners {
    padding-top: 0px;
  }
  /* .partners__logos { */
  /* width: auto; */
  /* } */
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
  .partners__text {
    margin-right: 0px;
  }
  .logos__list {
    justify-content: space-around;
  }
  .logos__item {
    display: flex;
    width: 50%;
  }
  .logos__image {
    margin: auto;
  }
}

/* Блок фильтр */
.filter {
  padding: 100px 0px;
  background-color: #ea6908;
}
.filter__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.filter__icon {
  width: 87px;
  height: 84px;
  background-image: url("../images/settings-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.filter__title {
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #ffffff;
}
.filter__text {
  max-width: 790px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.filter__button {
  box-sizing: border-box;
  width: 240px;
  display: inline-block;
  padding: 24px 30px;
  align-self: center;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  background-color: #000000;
  color: #ffffff;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.filter__button:hover {
  background-color: #ffffff;
  color: #ea6908;
}
.filter__button--full-width{
  width: auto;
}
.dropdown-block__title{
  position: relative;
  cursor: pointer;
}
.dropdown-block__arrow{
  position: absolute;
  right: 0px;
  transition: all linear .3s;
  cursor: pointer;
}
.dropdown-block.active .dropdown-block__arrow{
  transform: rotate(180deg);
}
.dropdown-block__content{
  overflow-y: hidden;
  height: 0px;
}
.gray-block{
  background-color: #F7F7F7;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(26, 26, 26, .6);
  margin: 5px 0px
}
.gray-block h3{
  text-align: left;
}
.gray-block b{
  color: #1A1A1A;
  font-size: 18px;
  line-height: 24px;
}
.gray-block ul{
  padding-left: 30px;
}
.ul-lists-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ul-lists-row ul{
  width: 100%;
  max-width: calc(50% - 25px);
}

@media (max-width: 1366px) {
  .filter__title {
    text-align: center;
  }
  .filter__text {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .filter__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .filter__title {
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
  .filter__group-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .filter__icon {
    margin-bottom: 30px;
  }
  .filter__title {
    text-align: center;
  }
  .filter__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .filter__text {
    text-align: center;
  }
}

/* .pump__image { */
/* width: 360px;
  height: 516px;   */
/* } */

/* Блок поднавигации */
.margin {
  border-top: 1px solid #ffffff;
  margin-top: 130px;
}
.main-promo__title--vertical {
  margin-top: 160px;
}
.main-promo--vertical {
  margin-bottom: 0px;
  background-image: url("../images/pump__bg--vertical.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
}
/* ------------------ Блок поднавигации ----------------- */
.header-pump {
  background-color: #f5f5f5;
}
.navigation-pump {
  margin-bottom: 35px;
}
.navigation-pump__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-pump__item {
  display: flex;
  align-items: center;
  /* min-height: 84px; */
}
.navigation-pump__link {
  margin-right: 20px;
  padding-top: 35px;
  padding-bottom: 31px;
  font-weight: bold;
  font-family: "Kelson Sans", sans-serif;
  text-align: center;
  color: #7f7f7f;
  border-bottom: 5px solid #f5f5f5;
}
.navigation-pump__link:hover {
  cursor: pointer;
  color: #1a1a1a;
  border-bottom: 5px solid #1a1a1a;
}
.navigation-pump__link--active {
  color: #1a1a1a;
  border-bottom: 5px solid #1a1a1a;
}
.main-promo__title {
  max-width: 755px;
}
.main-promo__title--full_width{
  max-width: 100%;
}
.text-accent{
  color:#EA6908
}
.row--j-center{
  justify-content: center;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .navigation-pump__list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .navigation-pump__list {
    flex-direction: column;
    align-items: center;
  }
  .navigation-pump__link {
    margin-right: 0px;
  }
}
@media (max-width: 560px) {
}
/* Вертикальные и горионтальные насосы  */
/* .prodaction-pumps {
   display: none;
}
*/
/* ------------------ Блок описание ------------ */
.description {
  display: none;
}
.description__wrapper {
  display: flex;
  justify-content: space-between;
}
.description__content {
  margin-right: 20px;
  max-width: 650px;
}
.description__text {
  font-size: 15px;
  line-height: 24px;
  color: #999999;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #1a1a1a;
}

.description__text--special {
  padding: 15px 20px;
  background-color: #ea6908;
  color: #ffffff;
}
/* .description__animate {
}
.description__image {
} */
/* Блок  */
.description__visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.pump-vertical {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.pump-vertical__box {
  width: 80%;
  margin: 0 auto;
}
.pump-vertical__text {
  text-align: center;
}
/* .description__images {
}
.pump-vertical {
}
.pump-vertical__link {
}*/

.pump-vertical__images {
  max-width: 70%;
}
/* .slider {
}   */
.description__slider {
  min-width: 0;
  padding-top: 20px;
  background-color: #f5f5f5;
}
.description__slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.description__slider .slick-list {
  overflow: hidden;
}
.description__slider .slick-arrow {
  position: absolute;
  display: none;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
}
.description__slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.description__slider .slick-dots li button {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  left: -4px;
  top: -40px;
  padding: 0px;
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.description__slider .slick-dots li button:hover {
  color: #ea6908;
  cursor: pointer;
}
.description__slider .slick-dots li {
  position: relative;
  top: 20px;
  width: 12px;
  height: 5px;
  margin-right: 8px;
  border: none;
  background-color: rgba(26, 26, 26, 0.1);
}
.description__slider .slick-dots li:hover {
  cursor: pointer;
  background-color: #ea6908;
}
.description__slider .slick-dots li.slick-active {
  background-color: #ea6908;
}
.description__slider .slick-dots li.slick-active &gt; button {
                                                        color: #ea6908;
                                                      }
/* .pic {

  max-width: 744px;
} */
.pic__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pic__images {
  max-width: 100%;
  height: auto;
}
.pic__item {
  display: flex;
}
.pic__link {
  display: block;
  margin: auto;
}

/*
.pic__images--1 {
}
.pic__images--2 {
}
.pic__images--3 {
}
.pic__images--4 {
}
.pic__images--5 {
}
.pic__images--6 {
}
.pic__images--7 {
}
.pic__images--8 {
}
.pic__images--9 {
} */
@media (max-width: 1365px) {
  .description__visual {
    display: block;
  }
  .description__images {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .description__content {
    margin-right: 0px;
    max-width: 100%;
  }
  .description__animate {
    display: none;
  }
  /* .pic {
    max-width: 100%;
  }
  .pic__list {
    justify-content: center;
  }
  .pic__item:nth-child(3n) {
    margin-right: 10px;
  }  */
  .description__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .description__image {
    display: none;
  }
  /* .pic__item {
    margin-right: 10px;
  } */
}
@media (max-width: 560px) {
  .pump-vertical__images {
    display: none;
  }
  /* .pic__item {
    margin-right: 0px;
  }
  .pic__item:nth-child(3n) {
    margin-right: 0px;
  }  */
}

.button-up {
  display: flex;
  background: #ea6908;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  bottom: 20px;
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius: 1px;
  right: 20px;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  opacity: 0.5;
  border: none;
}
.button-up {
  cursor: pointer;
}
.arrow-up {
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url("../images/arrow-up.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

/* ------------------- Блок footer ------------------------------- */
.page-footer {
  padding-top: 60px;
}
.page-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.page-footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
/* .navigation__list--footer {

} */
.navigatoin__item--footer {
  margin-left: 20px;
}
.promo__title--darkened {
  margin-bottom: 20px;
  color: #7f7f7f;
}
.promo__description--darkened {
  display: block;
  width: 250px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  color: #7f7f7f;
}

.button-offer {
  box-sizing: border-box;
  width: 240px;
  display: inline-block;
  padding: 24px 30px;
  color: #ffffff;
  background-color: #ea6908;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: none;
}
.button-offer:hover {
  background-color: #000000;
  cursor: pointer;
  text-decoration: none;
}
/* .data {
} */
.data__box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.data__phone {
  display: block;
  margin-bottom: 45px;
  font-family: "Kelson Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 49px;
  text-align: right;
  text-decoration: none;
  color: #7f7f7f;
}
.data__mail {
  font-family: "Kelson Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;

  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;

  color: #7f7f7f;
}
.data__adress {
  font-family: "Kelson Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;

  text-align: right;

  color: #7f7f7f;
}
.button-offer--bottom {
  display: none;
}
.social--footer {
  width: 250px;
  margin-top: 45px;
}
.social__list--footer {
  justify-content: flex-end;
}
.copyright {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f5f5f5;
  color: #7f7f7f;
}
.copyright__wrapper {
  display: flex;
  justify-content: space-between;
}
.copyright__block {
  margin-top: 24px;
}
.copyright__block--two {
  margin-left: 40px;
  margin-right: auto;
}
.copyright__name {
  font-family: "Kelson Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;

  text-decoration: none;
  color: #7f7f7f;
}
.copyright__politic {
  font-family: "Kelson Sans", sans-serif;
  font-size: 15px;
  color: #7f7f7f;
}
/* .copyright__develop {
} */
.develop {
  font-family: "Kelson Sans", sans-serif;
  font-weight: normal;
  font-size: 15px;

  text-decoration: none;
  color: #7f7f7f;
}
.develop__name {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .page-footer__wrapper {
    flex-direction: column;
  }
  .page-footer__logo {
    margin-bottom: 20px;
  }
  .page-footer__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .navigation__list--footer {
    display: flex;
  }
  .promo__description--darkened {
    width: 100%;
  }
  .promo__title--darkened {
    /*text-align: left;*/
  }
  .data {
    text-align: center;
  }
  .data__phone {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
  .button-offer--top {
    display: none;
  }
  .button-offer--bottom {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .social--footer {
    margin: 0 auto;
  }
  .social__list--footer {
    justify-content: center;
  }
  .data__mail {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 560px) {
  .copyright__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .navigation__list--footer {
    flex-direction: column;
  }
  /* .page-footer__wrap {
  }
  .promo__text {
  } */
  .promo__title--darkened {
    text-align: center;
  }
  .promo__description--darkened {
    width: 100%;
  }
  /* .button-offer {
  }
  .button-offer--top {
  }
  .data {
  }
  .data__box {
  } */
  .data__phone {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
  }
  /*  .data__mail {
    margin: 0 auto;
    display: block;
  }*/

  .data__adress {
    text-align: center;
  }
}

/*  Стили для страницы запчасти / reverse */
.wrapper {
  width: 100%;
  overflow: hidden;
}
#page_name {
  padding-top: 36px;
  padding-bottom: 36px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

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

.page_pageTitle {
  font-size: 38px;
  color: #1a1a1a;
  text-align: left;
  line-height: 38px;
}
.page_subName {
  font-size: 15px;
  /*color: rgba(10,10,10,.38);*/
  margin-top: 0.8rem;
  color: #c42f2f;
}

.filter-input {
  padding-bottom: 10px;
  padding-right: 10px;
}
.classfilterMainContainer {
  display: flex;
  margin-bottom: 30px;
}
.filter-hashtag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.filter-hashtag__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
  margin: 0px;

  height: 34px;
  overflow: hidden;
}
.filter-hashtag__list--all {
  height: auto;
  overflow: visible;
}
.filter-hashtag__item {
  margin-right: 12px;
  margin-bottom: 10px;
}
.filter-hashtag__link {
  display: block;
  background-color: #ea6908;
  text-decoration: none;
  padding: 0 7px;
  color: #fff;
}
.filter-hashtag__link:hover {
  color: #fff;
  text-decoration: none;
}
.filter-hashtag__link:active,
.filter-hashtag__link:focus {
  color: #fff;
  text-decoration: none;
}

.filter-hashtag__all {
  position: relative;
  min-width: 110px;
  margin: 0px;
  padding: 0px;
  border: 0px;

  background-color: transparent;
  text-align: left;
  color: rgb(123, 123, 123);
  border-bottom: 1px dotted rgb(0, 0, 0);
  outline: none;
}
.filter-hashtag__all:hover {
  cursor: pointer;
}
.filter-hashtag__all:focus {
  outline: none;
}
.filter-hashtag__all::before {
  position: absolute;
  content: "";

  display: block;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #ea6908 transparent;

  right: 0px;
  top: calc(50% - 5px);
  transform: rotateX(180deg);
}
.filter-hashtag__all::after {
  content: "Показать ещё";
}
.filter-hashtag__all--open::after {
  content: "Скрыть";
}
.filter-hashtag__all--open {
  min-width: 70px;
}
.filter-hashtag__all--open::before {
  transform: rotateX(0deg);
}
.filterResulltBlock {
  width: 100%;
}
.filter-page .filter-container {
  background-color: inherit;
}
.filter-block {
  background-color: #fff;
}
.filter_clear {
  padding: 13px 33px;
  height: 48px;
  background-image: none;
  margin-right: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
}
.filter-found_count-btn-show {
  height: 50px;
}
.filter-found_count-value.count_search {
  height: auto;
}
.filter-page {
  padding-top: 0px;
  padding-bottom: 0px;
}
.filter-page {
  background: #f5f5f5;
}

.filter-container {
  max-width: 384px;
  float: left;
  margin-right: 48px;
  background-color: #fff;
  width: 100%;
}
.filter-block {
  padding: 46px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.07);
}
.filter_block-title {
  font-size: 19px;
  line-height: 199.2%;
  color: #1a1a1a;
  margin-bottom: 26px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.filter_block-title:after {
  content: url(../img/filter_arroow.svg);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_block-title.closed:after {
  transform: translateY(-50%) rotateX(180deg);
}
.filter_block-row {
  margin-bottom: 15px;
}
.filter_row-title {
  font-size: 12px;
  color: #1a1a1a;
  opacity: 0.62;
  font-weight: bold;
}
.filter-input {
  width: 50%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 35px;
}
.filter-input:focus {
  border: 3px solid #ea6908;
}
.filter-input::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.38);
  font-weight: normal;
}
.filter-input::-moz-placeholder,
.input:-moz-placeholder {
  color: rgba(10, 10, 10, 0.38);
  opacity: 1;
  font-weight: normal;
}
.filter-input:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.38);
  font-weight: normal;
}
.filter-input:focus::-webkit-input-placeholder {
  transform: translateX(-20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-input:focus::-moz-placeholder {
  transform: translateX(-20px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.filter-input:focus:-moz-placeholder {
  transform: translateX(-20px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.filter-input:focus:-ms-input-placeholder {
  transform: translateX(-20px);
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.filter-input_left {
  float: left;
}
.filter-input_right {
  float: right;
}

.custom_checkbox {
  position: relative;
  margin-top: 0;
}
.custom_checkbox input,
.custom_checkbox input + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 12px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.custom_checkbox input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 5;
  background: #fff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
}
.custom_checkbox input + label:before {
  content: "";
  position: absolute;
  left: 0px;
  z-index: 10;
  opacity: 1;
  display: inline-block;
  line-height: 10px;
  height: 15px;
  width: 15px;
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
  color: white;
  cursor: pointer;
  border: solid 1px;
  border-color: rgba(10, 10, 10, 0.2);
  transition: background-color 0.3s;
  margin-top: -2px;
  box-sizing: border-box;
}

.custom_checkbox input:checked + label:before {
  border: 1px solid #ea6908;
  background: url(/local/templates/nte_t/new_face/images/check.svg) center 2px / 11px 13px no-repeat, #ea6908;
}

.custom_checkbox input[type="checkbox"] {
  margin-left: 7px;
}
.custom_checkbox input[type="checkbox"].custom_checkbox_input {
  width: 0px;
  height: 0px;
}
.custom_checkbox input[type="checkbox"].custom_checkbox_input {
  margin: 0 !important;
  visibility: hidden;
}

.filter_resoult-block {
  background-color: #fff;
  padding: 48px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.filter_resoult-block:hover {
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.12);
}
.filter_resoult-block:hover .filter_resoult_block-btn {
  background: #ea6908;
  text-decoration: none;
  color: #ffffff;
}
.filter_resoult_block-imgBlock {
  width: 30%;
  position: relative;
  text-align: center;
  padding-right: 48px;
}
.filter_resoult_block-imgBlock img {
  max-width: 100%;
  position: relative;
}
.filter_resoult_block-content {
  width: 70%;
}
.filter_resoult_block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter_resoult_block-subTitle {
  font-size: 12px;
  color: rgba(10, 10, 10, 0.24);
  font-weight: bold;
}
.filter_resoult_block-title {
  font-size: 24px;
  color: #1a1a1a;
  margin-top: 10px;
  font-weight: bold;
}
.filter_resoult_block-btn {
  font-size: 12px;
  text-align: center;
  color: rgba(10, 10, 10, 0.38);
  border: 1px solid rgba(10, 10, 10, 0.16);
  padding: 14px 25px;
  line-height: initial;
  text-decoration: none;
}
.filter_resoult_block-properties_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.filter_resoult_block-properties_element {
  background-color: #f0f0f0;
  width: 156px;
  max-width: 33%;
  min-height: 156px;
  padding: 13px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.filter_resoult_block-properties_title {
  font-size: 15px;
  line-height: 149.2%;
  color: #1a1a1a;
  font-weight: bold;
}
.filter_resoult_block-properties_content_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filter_resoult_block-properties_name {
  font-size: 12px;
  color: rgba(10, 10, 10, 0.38);
  font-weight: bold;
  margin: 0px;
}
.filter_resoult_block-properties_value {
  font-size: 12px;
  text-align: right;
  color: #1a1a1a;
  font-weight: bold;
  margin: 0px;
}
.filter-cb_row {
  margin-bottom: 10px;
}
.custom_checkbox input + label.filter-cb_label {
  font-size: 15px;
  color: #1a1a1a;
  padding-left: 26px;
}
.filter-found_count-text {
  font-size: 12px;
  color: rgba(10, 10, 10, 0.38);
  font-weight: bold;
}
.filter-found_count-value {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: bold;
}
.filter-found_count-btn_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filter-found_count-btn-show {
  background: #ea6908;
  font-size: 12px;
  color: #ffffff;
  padding: 13px 40px;
  font-weight: bold;
  text-align: center;
  margin-right: 24px;
  border: none;
}

.filter-found_count-btn-clear {
  border: 1px solid #000;
  color: #1a1a1a;
  padding: 13px 30px;
  text-align: center;
}
.filter-found_count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filter-questionnaire_block-btn.filter-questionnaire_block-btn--fullSize {
  width: 100%;
  margin-top: 20px;
}
.catalogFilterForm--absolute {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.filter-container--absolute {
  position: relative;
}
.filter-found_count-btn_row {
  margin-top: 25px;
}
.filter-questionnaire_block {
  border-top: solid 12px #f5f5f5;
  padding-bottom: 46px;
  padding-right: 17px;
}
.filter-questionnaire_block .product_downloadCatalog_btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}
.filter-questionnaire_block-title {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
}
.filter-questionnaire_block-subTitle {
  font-size: 12px;
  color: rgba(10, 10, 10, 0.38);
  margin-top: 22px;
  margin-bottom: 35px;
  padding-right: 29px;
}
.filter-questionnaire_block-btn {
  box-sizing: border-box;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  width: 150px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.filter-questionnaire_block-btn--feedback {
  width: 146px;
  margin-left: 20px;
}
.product_downloadCatalog_btn {
  margin-left: 12px;
}
.filter-found_count-btn-show:hover {
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
}
.filter-questionnaire_block-btn:hover {
  color: #ffffff;
  background: #ea6908;
  text-decoration: none;
}
.filter-found_count-btn-clear:hover {
  border: solid 1px #ea6908;
  color: #ffffff;
  background: #ea6908;
  cursor: pointer;
  text-decoration: none;
}
.filter-showMore_btn_row {
  text-align: center;
  padding-top: 35px;
}
.filter-container .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.filter-container .mCSB_scrollTools {
  width: 12px;
}
.filter-showMore_btn {
  background: #f5f5f5;
  color: rgba(10, 10, 10, 0.62);
  padding: 27px 71px;
  font-size: 15px;
  border: 1px solid #1a1a1a;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
}
.filter-showMore_btn:hover {
  text-decoration: none;
}
.showFilter-mob-btn {
  display: none;
  background: #ea6908;
  font-size: 12px;
  color: #ffffff;
  padding: 13px 40px;
  font-weight: bold;
  text-align: center;
  margin-right: 24px;
  margin-bottom: 30px;
  border: none;
}
.capcha-send_btn {
  -webkit-appearance: media-slider;
}
.showProductCharacteristics_btn {
  display: none;
  color: #fff;
  background: #1a1a1a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 30px;
}
.showProductCharacteristics_btn.active,
.showProductCharacteristics_btn:hover {
  background: #ea6908;
  text-decoration: none;
}
@media (max-width: 768px) {
  .classfilterMainContainer {
    display: block;
    box-sizing: border-box;
  }
}

@media (max-width: 416px) {
  .filter_resoult_block-imgBlock img {
    max-width: 100%;
    padding-right: 0px;
  }
  .filter_resoult_block-imgBlock {
    width: 80%;
    padding-right: 0px;
  }
  .filter_resoult_block-properties_row {
    display: none;
  }
  .filter_resoult_block-properties_row.active {
    display: flex;
  }
  .showProductCharacteristics_btn {
    display: inline-block;
  }
}
.closeMobFilter-btn {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
.filter_block_container {
  transition: 0.3s;
}
.filter_block_container.closed {
  height: 0px;
  overflow: hidden;
}
.filter-container--fixed {
  min-width: 384px;
  /*max-width: 100%;*/
}
.catalogFilterForm--fixed {
  position: fixed;
  max-width: 384px;
  top: 0px;
  max-height: calc(100vh - 140px);
  z-index: 2;
}
.button__close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.button__close {
  width: 25px;
  height: 25px;
  padding: 20px;
  background-image: url(../images/close-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 70px;
  top: 70px;
  z-index: 1002;
  opacity: 1;
  border: none;
  background-color: transparent;
}
.button__close:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .filter_resoult_block-properties_row {
    flex-direction: column;
    align-items: center;
  }
  .filter_resoult_block-properties_element {
    max-width: 100%;
    margin: 5px;
  }
  .filter_resoult_block-header {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .showFilter-mob-btn {
    display: inline-block;
    line-height: 24px;
  }
  .closeMobFilter-btn {
    display: inline-block;
  }
  .filter-container {
    display: none;
    width: 100vw;
    max-width: 100vw;
    float: left;
    margin-right: 48px;
    background-color: #fff;
    position: fixed;
    z-index: 1230;
    height: 100vh;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
  }
  .filter-container.active {
    display: block;
  }
  #product_setting_wr {
    margin-top: 11px !important;
  }
  #image-reel .reel {
    height: auto;
  }
  #image-reel {
    height: auto;
  }
  .filter_resoult_block-properties_row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter_resoult_block-properties_element {
    max-width: 50%;
  }
  .impeller-title {
    font-size: 29px;
    margin: 0 0 30px;
  }
  .impeller-product {
    padding: 30px 0 60px;
  }
}
@media (max-width: 416px) {
  .product_downloadCatalog_btn {
    margin-left: 0px;
  }
  .filter-block {
    padding: 46px 15px;
  }
  .filter_resoult-block {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter_resoult_block-content {
    width: 100%;
  }
  .filter_resoult_block-header {
    align-items: center;
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  .filter_resoult_block-header {
    align-items: center;
    flex-direction: column;
  }
  .filter_resoult_block-properties_element {
    max-width: 100%;
  }
  .filter_resoult_block-titles {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
  }
}
/* ---------------------------------------- */

/* Список веществ */
/* .substance {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.substance__wrapper {
  width: 310px;
  display: flex;
  flex-direction: column;
}
.substance__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.substance__item--title {
  font-size: 20px;
  font-weight: bold;
  color: #EA6908;
  padding: 20px;
  padding-left: 0px;
}
/* @media (max-width: 560px) {
} */
/* @media (max-width: 1366px) {

}
@media (max-width: 1024px) {

}*/
/* @media (max-width: 768px) {
  .substance {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}  */
/*Написать нам*/
/*форма*/
.form-mail {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  z-index: 1003;
  top: 0;
}
.feedback-form__wrapper {
  display: flex;
  justify-content: space-between;

  width: 100%;
}
.feedback-form__item {
  width: 50%;
}
.feedback-form__heading {
  margin-top: 0px;
  text-align: left;
  line-height: 60px;
  font-size: 50px;

  font-family: "Kelson Sans";
  color: #1a1a1a;
  font-weight: bold;
}
.feedback-form__thanks {
  display: block;
}
.form-text {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #7f7f7f;
}
.form-input {
  border: 1px solid rgba(127, 127, 127, 0.5);
  box-sizing: border-box;
  width: 384px;
  height: 72px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 24px;
}
.form-input::-webkit-input-placeholder {
  font-weight: normal;
}
.form-input::-moz-placeholder {
  font-weight: normal;
}
.form-input:-moz-placeholder {
  font-weight: normal;
}
.form-input:-ms-input-placeholder {
  font-weight: normal;
}
.form-area {
  border: 1px solid rgba(127, 127, 127, 0.5);
  box-sizing: border-box;
  width: 100%;
  height: 98px;
  padding: 10px 23px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  font-weight: bold;
  display: block;
}
.img-thumbnail {
  height: 50px;
  margin: 0;
  margin-right: 5px;
  margin-right: 5px !important;
}
.form-file {
  box-sizing: border-box;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(127, 127, 127, 0.5);
  margin: 0;
  border-top: 0px;
  position: relative;
  padding: 20px;
  margin-bottom: 24px;
}
.form-file img {
  margin-right: 23px;
}
.form-file label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7f7f7f;
}
.fileContainer {
  float: left;
  overflow: hidden;
  position: relative;
  display: block;
  width: 70px;
  background-image: url("../img/plus.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  margin-bottom: 0;
}
.fileContainer [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
}
.form-mail .btn1 {
  float: left;
}
.form-sogl {
  display: flex;
  height: 72px;
  align-items: center;
  margin-left: 24px;
  float: left;
}
.form-sogl input {
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background: #fff;
  box-shadow: none;
  margin-right: 24px;
}
.form-sogl p,
.form-sogl p a {
  font-size: 15px;
  color: #7f7f7f;
  margin-bottom: 0;
}
.form-sogl p a {
  font-weight: bold;
  text-decoration: underline;
}
.form-mail-wr {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.button__feedback {
  display: inline-block;
  width: 240px;
  height: 72px;
  margin-top: 20px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
}
.button__feedback:hover {
  cursor: pointer;
  background-color: #ea6908;
}

/*Выпадающий список*/
.jq-selectbox li:hover,
.jq-selectbox__select:hover,
.jq-selectbox li.selected {
  background: #f4f4f4;
  color: #7f7f7f;
}
.jq-selectbox li {
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #7f7f7f;
}
.jq-selectbox__select {
  border: 1px solid rgba(127, 127, 127, 0.5);
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 23px;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  font-weight: bold;
  width: 216px;
  height: 72px;
  margin-bottom: 0;
}
.jq-selectbox__trigger {
  border-left: 0;
  background-image: url(../img/down_filter.svg);
  width: 12px;
  height: 7px;
  top: 32px;
  right: 14px;
}
.jq-selectbox__trigger-arrow {
  border: none;
}
.jq-selectbox__dropdown {
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 0;
  top: -3px !important;
}

@media (max-width: 980px) {
  .form-mail .container {
    max-width: 100%;
  }
  .form-input {
    width: 90%;
    height: 47px;
  }
  .feedback-form__heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .button__feedback {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .feedback-form__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
  }
  .button__close {
    top: 15px;
    right: 25px;
  }
  .feedback-form__wrapper {
    flex-direction: column;
  }
  .feedback-form__item {
    width: 100%;
  }
  .form-text {
    margin: 0px;
  }
  .form-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-area {
    height: 58px;
  }
}
@media (max-width: 560px) {
  .form-mail {
    overflow-y: auto;
  }
  .form-mail-wr {
    height: auto;
  }
}
/* --------------------------------- */

.active {
  display: block;
}
.active--flex {
  display: flex;
}
.hidden {
  display: none;
}
.promo--resede {
  padding-top: 5px;
}

/***  Удаление белой полосы (скролла) справа на мобильных (начало)  ***/

@media (max-width: 416px) {
  .fullPageBaner img {
    height: auto;
    width: 100%;
    right: 0;
  }
}
/***  Удаление белой полосы (скролла) справа на мобильных (конец)  ***/


@media (max-width: 450px) {
  #advantages_slider .slick-prev {
    left: calc(5% + 50px);
    position: relative;
    order: 1;
  }
  #advantages_slider .slick-next, #advantages_slider .slick-prev {
    left: calc(50% + 50px);
    top: -40px;
    height: 36px;
    width: 36px;
    background-color: rgba(234,105,8,.1);
    position: relative;
    order: 1;
  }
  .rewiew_slider {
    margin-top: 82px;
    display: flex!important;
    flex-direction: column;
  }

}

.active {
  display: block;
}
.active--flex {
  display: flex;
}
.hidden {
  display: none;
}
.promo--resede {
  padding-top: 5px;
}

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

@media (max-width: 450px) {
  .prodact-about .description {
    padding: 0 15px;
  }
}