.catalog__items-loading {
  text-align: center;
  padding: 30px 0;
}
.catalog__item {
  display: inline-block;
  width: 232px;
  margin-right: 10px;
  margin-bottom: 70px;
  vertical-align: top;
}
.catalog__item:nth-child(4n) {
  margin-right: 0px;
}
.catalog__item-image {
  border: 1px solid #b4b9a0;
  z-index: 5;
  position: relative;
}
.catalog__item-image img {
  width: 230px;
  display: block;
}
.catalog__item-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}
.catalog__item-article {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 8px;
}
.catalog__item-link {
  text-align: right;
  margin-top: 5px;
}
.catalog__item-link a {
  background: url("../images/template/item-sep.png") no-repeat left 5px;
  padding-left: 10px;
  text-decoration: none;
}
.catalog__item-link span {
  font-size: 16px;
  letter-spacing: 1px;
  border-bottom: 1px dotted #66665a;
}
.catalog__item-link:hover span {
  border-bottom: none;
}
#selection__title {
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0;
}
.catalog__item-icons {
  margin-top: -6px;
  padding: 0 6px;
  z-index: 10;
  position: relative;
}
.catalog__hp {
  background: url("../images/template/hp-mini.png");
  width: 69px;
  height: 40px;
  float: left;
}
.catalog__hc {
  background: url("../images/template/hc-mini.png");
  width: 69px;
  height: 43px;
  float: left;
}
.catalog__pered {
  background: url("../images/template/pered-mini.png");
  width: 49px;
  height: 25px;
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}
.catalog__zad {
  background: url("../images/template/zad-mini.png");
  width: 49px;
  height: 26px;
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}
.catalog__vent {
  background: url("../images/template/vent-mini.png");
  width: 28px;
  height: 27px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}
.catalog__new {
  background: url("../images/template/new-mini.png");
  width: 55px;
  height: 55px;
  position: absolute;
  margin: 6px 0 0 6px;
}
.catalog__item-icons {
  min-height: 46px;
}

.contacts__block {
  float: left;
}
.contacts__block:nth-child(1){
  width: 40%;
}

.contacts__block:nth-child(2){
  width: 60%;
  padding-left: 50px;
  box-sizing: border-box;
}
.contacts__form {
  padding-right: 30px;
  box-sizing: border-box;
}
.contacts__form input,
.contacts__form span,
.contacts__form textarea {
  display: block;
}
.contacts__form span {
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.contacts__form textarea {
  height: 90px;
}
.contacts__form input,
.contacts__form textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
  background: #fff;
}
.contacts__form input[type=submit] {
  padding: 12px 30px 10px 30px;
  display: block;
  letter-spacing: 3px;
  width: auto;
  color: #fff;
  float: right;
  margin: 25px 0 0 0;
  border: none;
  background: rgba(252,185,0,1);
  font-size: 26px;
  cursor: pointer;
}
.contacts__form input[type=submit]:hover {
  opacity: 0.8;
}
.contacts__form-title {
  font-size: 26px;
  font-family: "PTSansNarrowBold" !important;
  padding-top: 30px;
  letter-spacing: 1px;
}
.contacts__block-text {
}

/* font-family: "PTSansNarrowRegular"; */
@font-face {
  font-family: "PTSansNarrowRegular";
  src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot");
  src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.woff") format("woff"), url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "PTSansNarrowBold"; */
@font-face {
  font-family: "PTSansNarrowBold";
  src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
  src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"), url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.b-footer {
  position: relative;
}
.footer__addr {
  position: absolute;
  top: 165px;
  left: 16px;
  color: #fff;
  font-size: 18px;
  width: 240px;
}
.footer__logo {
  display: block;
  background: url("../images/template/footer_logo.png");
  width: 282px;
  height: 245px;
  position: absolute;
  top: 0px;
  margin-left: 0px;
}
.footer__up {
  background: url("../images/template/ft-up.png");
  width: 73px;
  height: 73px;
  top: 225px;
  position: absolute;
  margin-left: 180px;
  z-index: 10;
}
.footer__up:hover {
  cursor: pointer;
  opacity: 0.8;
}
.footer_menu {
  position: absolute;
  top: 90px;
  margin: 0 0 0 330px;
  list-style-image: url("../images/template/ft-sep.png");
  padding: 0;
}
.footer_menu li {
  white-space: nowrap;
  display: inline-block;
  margin-right: 25px;
}
.footer_menu li:last-child{
  margin-right: 0;
}
.footer_menu li a {
  font-family: 'PTSansNarrowBold' !important;
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.footer_menu li a:hover {
  text-decoration: underline;
}
.footer__soc-but {
  position: absolute;
  top: 300px;
  margin-left: 325px;
  z-index: 1;
}
.footer__yt,
.footer__vk,
.footer__fb {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
}
.footer__yt:hover,
.footer__vk:hover,
.footer__fb:hover {
  opacity: 0.5;
}
.footer__yt {
  background: url("../images/template/hd-yt.png");
}
.footer__vk {
  background: url("../images/template/hd-vk.png");
}
.footer__fb {
  background: url("../images/template/hd-fb.png");
}
.footer__contact {
  position: absolute;
  font-size: 18px;
  top: 35px;
  margin-left: 620px;
  color: rgba(246,196,75,1);
  letter-spacing: 2px;
  line-height: 30px;
  z-index: 0;
}
.footer__contact a {
  font-size: 26px;
  display: block;
  color: rgba(246,196,75,1);
  text-decoration: none;
}
.footer__search {
  background: #f7ba14 url(../images/template/ft-sr.png) center no-repeat;
  height: 34px;
  width: 34px;
  display: block;
  position: absolute;
  left: 330px;
  z-index: 10;
  top: 43px;
}
.footer__search:hover {
  opacity: .6;
}
.footer__copy {
  position: absolute;
  width: 250px;
  margin-left: 330px;
  top: 160px;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}
.footer__copy2 {
  position: absolute;
  width: 250px;
  right: 0px;
  top: 160px;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}
.footer__line {
  position: absolute;
  width: 2px;
  height: 59px;
  background-color: #f7ba14;
  top: 170px;
  margin-left: 650px;
}
.b-footer .g-wrapper {
  position: relative;
}

body,
html {
  min-width: 970px;
  font-family: 'PTSansNarrowRegular' !important;
}
ul,
li,
a,
p,
span,
div {
  color: rgba(51,51,51,1);
  font-family: 'PTSansNarrowRegular' !important;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
table {
  float: none;
}
ul {
  list-style-position: inside;
}
.g-wrapper {
  width: 970px;
  margin: 0 auto;
}
.g-clear {
  clear: both;
}
.tooltip {
  cursor: help;
  color: #b45a00;
}
.tooltip:after {
  z-index: 100;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
  white-space: normal;
  line-height: 24px;
  background: rgba(0,0,0,0.8);
  border-radius: 8px 8px 8px 0px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  color: #fff;
  content: attr(data-tooltip);
  margin-top: -24px;
  opacity: 0;
  padding: 3px 7px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}
.ajax_form .error {
  border: 1px solid #a52a2a;
}
.jGrowl-message {
  color: #fff !important;
}
#callback_modal-form {
  width: 800px;
}
blockquote {
  background: rgba(246,196,75,1);
  padding: 5px 20px;
  margin: auto 0;
  width: 850px;
}
.white blockquote {
  background: none;
}
.white blockquote p {
  font-size: 35px !important;
  line-height: 40px !important;
  color: #b4a000 !important;
}
.inner-page__content li {
  list-style-position: outside;
}

.go-back {
  font-size: 20px;
  letter-spacing: normal;
  font-weight: normal;
  cursor: pointer;
}

.header__slider {
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.header__slider-slide {
  opacity: 0;
  z-index: 1;
}
.header__slider-slide-content {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -485px;
  width: 970px;
}
.header__slider-slide-1,
.header__slider-slide-2,
.header__slider-slide-3,
.header__slider-slide-4,
.header__slider-slide-5 {
  width: 100%;
  position: absolute;
  height: 1145px;
}
.header__slider-slide-1 {
  background: url("../images/template/hd1.jpg") no-repeat top center;
}
.header__slider-slide-2 {
  background: url("../images/template/hd2.jpg") no-repeat top center;
}
.header__slider-slide-3 {
  background: url("../images/template/hd3.jpg") no-repeat top center;
}
.header__slider-slide-4 {
  background: url("../images/template/hd4.jpg") no-repeat top center;
}
.header__slider-slide-5 {
  background: url("../images/template/hd5.jpg") no-repeat top center;
}
.header__slider-slide-el-1 {
  top: 665px;
  left: 0px;
  position: absolute;
  font-family: 'PTSansNarrowBold' !important;
  font-size: 41px;
  white-space: nowrap;
  color: #fcb900;
}
.header__slider-slide-el-2 {
  top: 722px;
  left: 0px;
  position: absolute;
  font-family: 'Pacifico', cursive !important;
  font-size: 110px;
  line-height: 100px;
  color: #231f20;  
  display: inline-block;
  white-space: nowrap;
}
.header__slider-slide-el-3 {
  top: 910px;
  left: 0px;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  width: 100%;
  color: #231f20;
}
.header__slider-buttons {
  z-index: 10;
  top: 875px;
  position: absolute;
  left: 50%;
  margin-left: -485px;
}
.header__slider-but {
  width: 13px;
  height: 12px;
  background-color: #cac9c9;
  margin-right: 14px;
  display: inline-block;
}
.header__slider-but:hover {
  cursor: pointer;
}
.header__slider-but.active {
  background: #eeae03 !important;
}
.header__top{
  position: absolute;
  left: 50%;
  margin-left: -485px;
  z-index: 1000;
  top: 0;
}
.header__search {
  background: #231f20 url(../images/template/search.png) center no-repeat;
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 131px;
}
.header__search:hover {
  opacity: .6;
}
.b-top-bar {
  position: absolute;
  top: 127px;
  z-index: 2;
  width: 970px;margin-top: 127px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.b-top-bar li {
  display: inline-block;
}
.b-top-bar li a {
  font-family:'PTSansNarrowBold' !important;
  font-size: 27px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
  padding: 14px 18px 16px 18px;
  display: inline-block;

  text-transform: uppercase;
}
.b-top-bar li a:hover {
  background-color: rgba(35,31,32,1);
  color: rgba(254,195,33,1);
}
.b-top-bar li a:hover::after {
  background-color: rgba(254,195,33,1);
}
.b-top-bar li a:after {
  background-color: black;
}
.p-main .b-top-bar li a:hover {
  background-color: #e2dfdf !important;
  color: black !important;
}

.b-top-bar li #change-language {
  border: 0;
  border-left: 1px solid #000;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 30px 10px 15px;
  letter-spacing: 1px;
  background: #f9eb7d url("../images/template/chlg.png") no-repeat right 21px;
}
.p-main .b-header {
  background-color: #000;
  height: 1145px;
}
.b-header {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.b-header-page {
  background: url("../images/template/header-page-bg.png") no-repeat center;
  height: 178px;
  position: relative;
}
.header__slider {
  height: 1147px;
}
.header__logo {
  background: url("../images/template/hd-logo.png");
  height: 115px;
  width: 281px;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.page-header__logo {
  background: url("../images/template/hd-logo.png");
  height: 39px;
  width: 402px;
  display: block;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.header__desc {
  background: url("../images/template/hd-desc.png");
  height: 21px;
  width: 169px;
  position: absolute;
  top: 360px;
  z-index: 2;
}
.page-header__desc {
  background: url("../images/template/hd-desc.png");
  height: 21px;
  width: 169px;
  position: absolute;
  top: 115px;
  z-index: 2;
}
.header__soc-but {
  position: absolute;
  top: 100px;
  margin-left: 300px;
}
.header__yt,
.header__vk,
.header__fb {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
}
.header__yt:hover,
.header__vk:hover,
.header__fb:hover {
  opacity: 0.5;
}
.header__yt {
  background: url("../images/template/hd-yt.png");
}
.header__vk {
  background: url("../images/template/hd-vk.png");
}
.header__fb {
  background: url("../images/template/hd-fb.png");
}
.header__lang-but {
  position: absolute;
  top: 10px;
  left: 300px;
  z-index: 2;
}
.header__ger,
.header__br,
.header__rus {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 10px;
}
.header__ger:hover,
.header__br:hover,
.header__rus:hover {
  opacity: 0.5;
  cursor: pointer;
}
.header__ger {
  background: url("../images/template/hd-ger.png");
}
.header__br {
  background: url("../images/template/hd-br.png");
}
.header__rus {
  background: url("../images/template/hd-rus.png");
}
.header__contact {
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0px;
}
.header__contact a {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
}
.header__contact a:after{
  content: '';
  height: 40px;
  width: 44px;
  margin-bottom: -10px;
  margin-left: 22px;
  background-color: #fec321;
  display: inline-block;
}
.page-header__contact {
  position: absolute;
  font-size: 18px;
  top: 10px;
  margin-left: 720px;
  color: rgba(246,196,75,1);
  letter-spacing: 2px;
  line-height: 26px;
  z-index: 2;
}
.page-header__contact a {
  font-size: 26px;
  display: block;
  color: rgba(246,196,75,1);
  text-decoration: none;
}
.header_search {
  display: block;
  position: absolute;
  top: 60px;
  margin-left: 720px;
  z-index: 2;
}
.header_search input[type=text] {
  border: 1px solid rgba(246,196,75,1);
  background: rgba(22,22,22,0.6);
  color: #fff;
  padding: 5px 10px;
  width: 160px;
  outline: none;
}
.header_search input[type=submit] {
  border: none;
  background: url("../images/template/hd-sr.png");
  padding: 0 0 7px 0;
  margin-left: 15px;
  height: 27px;
  width: 25px;
  cursor: pointer;
}
.header_search input[type=submit]:hover {
  opacity: 0.8;
}
.page-header_search {
  display: block;
  position: absolute;
  top: 130px;
  margin-left: 720px;
  z-index: 2;
}
.page-header_search input[type=text] {
  border: 1px solid rgba(246,196,75,1);
  background: rgba(22,22,22,0.6);
  color: #fff;
  padding: 5px 10px;
  width: 135px;
  outline: none;
}
.page-header_search input[type=submit] {
  border: none;
  background: url("../images/template/hd-sr.png");
  padding: 0 0 7px 0;
  margin-left: 15px;
  height: 27px;
  width: 25px;
  cursor: pointer;
}
.page-header_search input[type=submit]:hover {
  opacity: 0.8;
}
.header__hd-menu {
  background: rgba(246,196,75,1);
  text-align: center;
}
.header__hd-menu a {
  display: inline-block;
  width: 49%;
  text-decoration: none;
  height: 355px;
  padding-top: 315px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.header__hd-menu a:hover span {
  border: none;
}
.header__hd-menu a span {
  color: #000;
  border-bottom: 1px dotted #000;
  font-size: 24px;
  margin-bottom: -10px;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 22px;
}
.header__hd-menu-el1 {
  background: url("../images/template/main-page__hd-menu-el-1.png") no-repeat center 20px;
}
.header__hd-menu-el2 {
  background: url("../images/template/main-page__hd-menu-el-2.png") no-repeat center 20px;
}

.inner-page__content p {
  font-size: 24px;
  line-height: 30px;
}
.inner-page__content ul,
.inner-page__content li {
  font-size: 24px;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner-page__content li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: rgba(252,185,0,1);
  margin-right:22px;
  margin-bottom: 2px;
}

.inner-page__hd-menu {
  background: rgba(246,196,75,1);
  text-align: center;
}
.inner-page__hd-menu a,
.inner-page__hd-menu .inner-page__hd-menu-podbor {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  margin: 10px 20px;
  text-decoration: none;
}
.inner-page__hd-menu a:hover span,
.inner-page__hd-menu .inner-page__hd-menu-podbor:hover span {
  border: none;
}
.inner-page__hd-menu a span,
.inner-page__hd-menu .inner-page__hd-menu-podbor span {
  color: #000;
  border-bottom: 1px dotted #000;
  font-size: 16px;
  margin-bottom: -10px;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 22px;
}
.inner-page__hd-menu-el1 {
  background: url("../images/template/main-page__hd-menu-el-1.png") no-repeat left center;
  background-size: contain;
  padding-left: 70px !important;
}
.inner-page__hd-menu-el2 {
  background: url("../images/template/main-page__hd-menu-el-2.png") no-repeat left center;
  background-size: contain;
  padding-left: 60px !important;
}
.inner-page__hd-menu-podbor {
  background: url("../images/template/car.png") no-repeat 15px center;
  border: 1px dashed #66665a;
  border-radius: 3px;
  padding-left: 80px !important;
}
.inner-page__hd-menu-podbor:hover {
  background-color: rgba(255,255,255,0.2);
  cursor: pointer;
}
.inner-page__hd-menu-podbor span {
  border: none !important;
}
.inner-page__hd-menu-podbor-icon {
  background: url("../images/template/open.png");
  width: 15px;
  height: 13px;
  display: block !important;
  float: right;
  margin: 3px 0 0 5px;
}
.inner-page__podbor-but {
  background: url("../images/template/bl-bg.jpg");
  padding: 20px 0;
}
.inner-page__podbor-but button {
  padding: 24px 20px 20px 90px;
  background: rgba(246,196,75,1) url("../images/template/car.png") no-repeat left center;
  display: block;
  box-sizing: border-box;
  border: none;
  letter-spacing: 1px;
  margin: 0 auto;
  font-size: 22px;
  cursor: pointer;
}
.inner-page__podbor-but button:hover {
  opacity: 0.6;
}
.inner_page-info {
  position: relative !important;
  display: block !important;
}
.inner_page-info .main-page__yel-slider-slide-1-text-1-line,
.inner_page-info .main-page__yel-slider-slide-1-text-2-line,
.inner_page-info .main-page__yel-slider-slide-1-text-3-line,
.inner_page-info .main-page__yel-slider-slide-1-text-4-line,
.inner_page-info .main-page__yel-slider-slide-1-text-5-line,
.inner_page-info .main-page__yel-slider-slide-1-text-6-line,
.inner_page-info .main-page__yel-slider-slide-2-text-1-line,
.inner_page-info .main-page__yel-slider-slide-2-text-2-line,
.inner_page-info .main-page__yel-slider-slide-2-text-3-line,
.inner_page-info .main-page__yel-slider-slide-2-text-4-line,
.inner_page-info .main-page__yel-slider-slide-2-text-5-line,
.inner_page-info .main-page__yel-slider-slide-2-text-6-line {
  border-color: #ecd120 !important;
}
.inner_page-info .main-page__yel-slider-slide-1-text-1-line:after,
.inner_page-info .main-page__yel-slider-slide-1-text-2-line:after,
.inner_page-info .main-page__yel-slider-slide-1-text-3-line:after,
.inner_page-info .main-page__yel-slider-slide-1-text-4-line:after,
.inner_page-info .main-page__yel-slider-slide-1-text-5-line:after,
.inner_page-info .main-page__yel-slider-slide-1-text-6-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-1-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-2-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-3-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-4-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-5-line:after,
.inner_page-info .main-page__yel-slider-slide-2-text-6-line:after {
  background: #ecd120 !important;
}

.item-page__info-text {
  font-size: 20px;
  display: block;
  text-align: center;
}
.item-page__applicability,
.catalog-page__applicability {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.item-page__applicability thead tr,
.catalog-page__applicability thead tr {
  background: #66665a;
}
.item-page__applicability thead tr td,
.catalog-page__applicability thead tr td {
  color: rgba(246,196,75,1);
  font-size: 18px;
  padding: 16px 12px 12px 12px;
}
.item-page__applicability tbody tr:nth-child(even) td,
.catalog-page__applicability tbody tr:nth-child(even) td {
  background: #f1f1e4;
}
.item-page__applicability tbody tr:hover,
.catalog-page__applicability tbody tr:hover {
  cursor: pointer;
}
.item-page__applicability tbody tr td,
.catalog-page__applicability tbody tr td {
  white-space: nowrap;
  border-bottom: 1px dashed rgba(246,196,75,1);
  font-size: 18px;
  padding: 12px 12px 8px 12px;
  border-right: 1px solid #d9d9c2;
  position: relative;
}
.item-page__applicability tbody tr td:last-child,
.catalog-page__applicability tbody tr td:last-child {
  border-right: none;
}
.item-page__applicability tbody tr td:before,
.catalog-page__applicability tbody tr td:before {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.item-page__applicability tbody tr td:after,
.catalog-page__applicability tbody tr td:after {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.product-page__product-tabs {
  text-align: center;
  margin: 30px 0 50px 0;
  letter-spacing: -0.3em;
}
.product-page__product-tabs div {
  letter-spacing: normal;
  text-align: left;
}
.product-page__product-tabs > div,
.product-page__product-tabs > input {
  display: none;
}
.product-page__product-tabs label {
  cursor: pointer;
  background: none;
  padding: 8px 30px 6px 30px;
  text-transform: uppercase;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #64645a;
  letter-spacing: 1px;
  position: relative;
}
.product-page__product-tabs input[type="radio"]:checked + label {
  background: rgba(246,196,75,1);
}
.product-page__product-tabs input[type="radio"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../images/template/item-page-line.png") no-repeat center;
  width: 100%;
  height: 6px;
  margin-left: -50px;
  margin-top: 7px;
}
.product-page__product-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(2),
.product-page__product-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(3),
.product-page__product-tabs > input:nth-of-type(3):checked ~ div:nth-of-type(4),
.product-page__product-tabs > input:nth-of-type(4):checked ~ div:nth-of-type(5) {
  display: block;
}
.product-page__product-tabs-line {
  background: #64645a;
  height: 1px;
  display: block !important;
  margin-top: -1px;
  margin-bottom: 30px;
}
.product-page__title {
  width: 70%;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px !important;
  padding: 0 0 25px 10px;
  line-height: 32px;
  float: left;
  box-sizing: border-box;
}
.product-page__images {
  width: 481px;
  float: left;
}
.product-page__image-1 {
  border: 3px solid rgba(246,196,75,1);
    margin-bottom: 22px;
}
.product-page__image-1 img {
  width: 475px;
  display: block;
}
.product-page__image-2 {
  border: 3px solid rgba(246,196,75,1);
      margin-bottom: 22px;
}
.product-page__image-2 img {
  width: 475px;
  display: block;
}
.product-page__image-3 {
  border: 3px solid rgba(246,196,75,1);
    margin-bottom: 22px;
}
.product-page__image-3 img {
  width: 475px;
  display: block;
}
.product-page__info {
  float: left;
  width: 488px;
}
.product-page__info p {
  font-size: 20px;
  margin-top: 30px;
  padding: 0 0 0 8px;
  line-height: 32px;
}
.product-page__info-title {
  padding: 10px 0 8px 10px;
  background: rgba(246,196,75,1);
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px !important;
}
.product-page__new {
  background: url("../images/template/new-big.png");
  width: 109px;
  height: 109px;
  position: absolute;
  margin: 10px 0 0 10px;
}
.product-page__hp {
  background: url("../images/template/hp-big.png");
  width: 123px;
  height: 72px;
  position: absolute;
  margin: 10px 0 0 340px;
}
.product-page__hc {
  background: url("../images/template/hc-big.png");
  width: 123px;
  height: 77px;
  position: absolute;
  margin: 10px 0 0 340px;
}
.product-page__icons {
  width: 30%;
  float: right;
  box-sizing: border-box;
  padding-right: 20px;
}
.product-page__pered {
  background: url("../images/template/pered-big.png");
  width: 87px;
  height: 45px;
  float: right;
  margin-left: 40px;
  margin-top: 10px;
}
.product-page__zad {
  background: url("../images/template/zad-big.png");
  width: 87px;
  height: 45px;
  float: right;
  margin-left: 40px;
  margin-top: 10px;
}
.product-page__vent {
  background: url("../images/template/vent-big.png");
  width: 58px;
  height: 56px;
  float: right;
  margin-left: 40px;
}

.main-page__yel-slider-container {
  height: 850px;
  background: url("../images/template/yel-bg-2.jpg") center;
  z-index: 0;
}
.main-page__yel-slider-bg-container {
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 850px;
}
.main-page__yel-slider-bg-1 {
  background: url("../images/template/main-page__slider-bg-1.gif") no-repeat;
  width: 822px;
  height: 850px;
  position: absolute;
  left: 50%;
  margin-left: -1100px;
  overflow-y: visible;
}
.main-page__yel-slider-bg-2 {
  background: url("../images/template/main-page__slider-bg-2.gif") no-repeat;
  width: 730px;
  height: 850px;
  position: absolute;
  left: 50%;
  margin-left: 300px;
  overflow-y: visible;
}
.main-page__yel-slider-buttons {
  background: #66665a;
  position: absolute;
  left: 50%;
  margin-left: -485px;
  padding: 15px 15px 12px 15px;
  margin-top: 775px;
  z-index: 100;
}
@media (max-width: 970px) {
  .main-page__yel-slider-buttons {
    margin-left: 20px;
    left: 0;
  }
}
.main-page__yel-slider-but {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 10px;
  cursor: pointer;
  color: rgba(246,196,75,1) !important;
  border-bottom: 1px dotted rgba(246,196,75,1);
}
.main-page__yel-slider-but.active {
  color: #fff !important;
  border: none !important;
}
.main-page__yel-slider-slide-1 {
  background: url("../images/template/kolodka.png") no-repeat 0px 140px;
}
.main-page__yel-slider-slides {
  overflow: hidden;
}
.main-page__yel-slider-slide {
  display: none;
  overflow: hidden;
  height: 850px;
  z-index: 2;
  width: 970px;
  position: absolute;
  left: 50%;
  margin-left: -485px;
}
@media (max-width: 970px) {
  .main-page__yel-slider-slide {
    left: 0;
    margin-left: 0;
  }
}
.main-page__yel-slider-slide-1-text-1,
.main-page__yel-slider-slide-1-text-2,
.main-page__yel-slider-slide-1-text-3,
.main-page__yel-slider-slide-1-text-4,
.main-page__yel-slider-slide-1-text-5,
.main-page__yel-slider-slide-2-text-1,
.main-page__yel-slider-slide-2-text-2,
.main-page__yel-slider-slide-2-text-3,
.main-page__yel-slider-slide-2-text-4,
.main-page__yel-slider-slide-2-text-5,
.main-page__yel-slider-slide-2-text-6 {
  font-size: 20px;
  position: absolute;
  text-align: af;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 22px;
}
.main-page__yel-slider-slide-1-text-1 p,
.main-page__yel-slider-slide-1-text-2 p,
.main-page__yel-slider-slide-1-text-3 p,
.main-page__yel-slider-slide-1-text-4 p,
.main-page__yel-slider-slide-1-text-5 p,
.main-page__yel-slider-slide-2-text-1 p,
.main-page__yel-slider-slide-2-text-2 p,
.main-page__yel-slider-slide-2-text-3 p,
.main-page__yel-slider-slide-2-text-4 p,
.main-page__yel-slider-slide-2-text-5 p,
.main-page__yel-slider-slide-2-text-6 p {
  font-size: 20px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.main-page__yel-slider-slide-1-text-1 {
  width: 310px;
  top: 35px;
  text-align: right;
}
.main-page__yel-slider-slide-1-text-1 p {
  text-align: right;
}
.main-page__yel-slider-slide-1-text-1-line {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 210px;
  width: 70px;
  top: 65px;
  left: 320px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-1-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  right: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-2 {
  top: 35px;
  margin-left: 570px;
}
.main-page__yel-slider-slide-1-text-2-line {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 295px;
  width: 100px;
  top: 65px;
  left: 460px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-2-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-3 {
  top: 260px;
  margin-left: 700px;
}
.main-page__yel-slider-slide-1-text-3-line {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 120px;
  width: 50px;
  top: 290px;
  left: 640px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-3-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-4 {
  top: 480px;
  margin-left: 660px;
}
.main-page__yel-slider-slide-1-text-4-line {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 100px;
  width: 120px;
  top: 410px;
  left: 530px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-4-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-5 {
  top: 655px;
  margin-left: 550px;
}
.main-page__yel-slider-slide-1-text-5-line {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 50px;
  width: 200px;
  top: 635px;
  left: 340px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-5-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2 {
  background: url("../images/template/disk.png") no-repeat 60px 160px;
}
.main-page__yel-slider-slide-2-text-1 {
  top: 20px;
  width: 290px;
  text-align: right;
}
.main-page__yel-slider-slide-2-text-1-line {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 180px;
  width: 35px;
  top: 50px;
  left: 295px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-1-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  right: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-2 {
  top: 20px;
  margin-left: 510px;
}
.main-page__yel-slider-slide-2-text-2-line {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 220px;
  width: 80px;
  top: 50px;
  left: 420px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-2-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-3 {
  top: 170px;
  margin-left: 600px;
}
.main-page__yel-slider-slide-2-text-3-line {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 75px;
  width: 75px;
  top: 200px;
  left: 515px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-3-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-4 {
  top: 320px;
  margin-left: 650px;
}
.main-page__yel-slider-slide-2-text-4-line {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 55px;
  width: 170px;
  top: 350px;
  left: 465px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-4-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  bottom: 0px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-5 {
  top: 490px;
  margin-left: 650px;
}
.main-page__yel-slider-slide-2-text-5-line {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 20px;
  width: 80px;
  top: 500px;
  left: 560px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-5-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-6 {
  top: 670px;
  margin-left: 590px;
}
.main-page__yel-slider-slide-2-text-6-line {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 175px;
  width: 160px;
  top: 525px;
  left: 420px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-6-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  margin-top: -5px;
}

.main-page__podbor {
  background: rgba(238,174,3,1);
  height: 240px;
}
.main-page__podbor-filters {
	display: flex;
	justify-content: space-between;
}
.main-page__podbor-block {
  flex-grow: 1;
  min-width: 200px;
  box-sizing: border-box;
  padding-right: 25px;
}
.main-page__podbor-block span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.main-page__podbor-block select {
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 12px 10px 10px 10px;
  letter-spacing: 1px;
  background: #fff url("../images/template/podbor__select-bg.png") no-repeat right center;
}
.main-page__podbor-block-ili {
  width: 7%;
  float: left;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding-top: 55px;
}
.main-page__podbor-block-find {
  margin-top: 40px;
}
.main-page__podbor-block-find input {
  width: 100%;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  box-sizing: border-box;
  padding: 12px 10px 10px 10px;
}
.main-page__podbor-block-find a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.main-page__podbor-left-link {
  float: left;
  text-align: left;
  color: #fff;
  padding-top: 40px;
  min-width: 330px;
}
.main-page__podbor-left-link a {
  text-decoration: none;
}
.main-page__podbor-left-link a span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: block;
  float: left;
  margin: 3px 50px 0 0;
}
.main-page__podbor-left-link:before {
  display: block;
  float: left;
  content: '';
  background: url("../images/template/podbor-consult.png") no-repeat left center;
  height: 24px;
  width: 35px;
}
.main-page__podbor-left-link:hover a span {
  border-bottom: none;
}
.main-page__podbor-right-link {
  float: right;
  text-align: right;
  padding-top: 40px;
}
.main-page__podbor-right-link a {
  text-decoration: none;
}
.main-page__podbor-right-link a span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: block;
  float: right;
  margin: 3px 0 0 10px;
}
.main-page__podbor-right-link:before {
  display: inline-block;
  content: '';
  background: url("../images/template/podbor-catalog.png") no-repeat left center;
  height: 24px;
  width: 24px;
}
.main-page__podbor-right-link:hover a span {
  border-bottom: none;
}
.main-page__podbor-button {
  float: left;
  margin-right: 30px;
}
.main-page__podbor-button button {
  padding: 24px 20px 20px 90px;
  background: rgba(246,196,75,1) url("../images/template/car.png") no-repeat left center;
  display: block;
  box-sizing: border-box;
  border: none;
  letter-spacing: 1px;
  width: auto;
  margin: 20px auto;
  font-size: 22px;
  cursor: pointer;
}
.main-page__podbor-button button:hover {
  opacity: 0.6;
}
.main-page__fast-links p {
  display: block;
  font-size: 24px;
  text-align: justify;
  line-height: 30px;
  margin: 30px 0 50px 0;
}
.main-page__fast-link-1,
.main-page__fast-link-2,
.main-page__fast-link-3,
.main-page__fast-link-4 {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  padding: 130px 25px 0 25px;
  font-size: 22px;
  box-sizing: border-box;
}
.main-page__fast-link-1 {
  background: url("../images/template/main-fast-1.png") no-repeat center top;
}
.main-page__fast-link-2 {
  background: url("../images/template/main-fast-2.png") no-repeat center top;
}
.main-page__fast-link-3 {
  background: url("../images/template/main-fast-3.png") no-repeat center top;
}
.main-page__fast-link-4 {
  background: url("../images/template/main-fast-4.png") no-repeat center top;
}
.main-page__fast-link-all {
  display: block;
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.main-page__fast-link-all a {
  text-decoration: none;
}
.main-page__fast-link-all a span {
  border-bottom: 1px dotted #000;
}
.main-page__fast-link-all a:hover span {
  border: none;
}
.main-page__fast-link-all a:before {
  display: inline-block;
  content: '';
  background: url("../images/template/sep.png") no-repeat left top;
  height: 13px;
  width: 15px;
}
.main-page__spec-pr-title {
  text-align: center;
  color: #66665a;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 35px 0 25px 0;
}
.main-page__spec-pr-item {
  width: 33%;
  float: left;
  margin: 0 0 50px 0;
}
.main-page__spec-pr-item-image {
  text-align: center;
}
.main-page__spec-pr-item-image img {
  max-width: 100%;
}
.main-page__spec-pr-item-title {
  display: block;
  font-size: 16px;
  padding: 0 20px;
  letter-spacing: 1px;
  line-height: 30px;
}
.main-page__spec-pr-item-desc {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  line-height: 20px;
}
.main-page__spec-pr-item-link {
  padding: 0 20px;
  display: block;
  text-align: right;
  margin-top: 15px;
}
.main-page__spec-pr-item-link a {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}
.main-page__spec-pr-item-link a span {
  border-bottom: 1px dotted #000;
}
.main-page__spec-pr-item-link a:hover span {
  border: none;
}
.main-page__spec-pr-item-link a:before {
  display: inline-block;
  content: '';
  background: url("../images/template/sep.png") no-repeat left top;
  height: 13px;
  width: 15px;
}
.main-page__spec-pr-link {
  display: block;
  text-align: center;
  margin: 50px 0 30px 0;
  font-size: 18px;
}
.main-page__spec-pr-link a {
  text-decoration: none;
  height: 30px;
  display: inline-block;
}
.main-page__spec-pr-link a span {
  border-bottom: 1px dotted #000;
  display: block;
  float: right;
  margin: 3px 0 0 10px;
  letter-spacing: 2px;
}
.main-page__spec-pr-link a:hover span {
  border: none;
}
.main-page__spec-pr-link a:before {
  display: inline-block;
  content: '';
  background: url("../images/template/spec-pr-sep.png") no-repeat left center;
  height: 24px;
  width: 24px;
}
.g-wrapper_mp-contacts {
  width: 560px;
}
.main-page__contacts {
  background: #eeae03;
  height: 546px;
  position: relative;
  box-sizing: border-box;
}
.main-page__contacts input,
.main-page__contacts span,
.main-page__contacts textarea {
  display: block;
}
.main-page__contacts span {
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.main-page__contacts textarea {
  height: 90px;
}
.main-page__contacts input,
.main-page__contacts textarea {
	margin-top: 15px;
    width: 547px;
    height: 40px;
    border: none;
    background-color: #ffffff;
}
.main-page__contacts input[type=submit] {
      width: 292px;
    height: 49px;
    background-color: #31312d;
    border: none;
    font-size: 20px;
    color: #eeae03;
    margin-top: 50px;
    cursor: pointer;
}
.main-page__contacts input[type=submit]:hover {
  opacity: 0.8;
}
.main-page__contacts-title {
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  font-size: 24px;
  padding-top: 30px;
}
.main-page__contacts-text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
}
.main-page__yel-line {
  height: 20px;
  background: url("../images/template/yel-bg.jpg");
}
.main-page__asort ul {
  line-height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-page__asort ul li {
  display: inline;
}
.main-page__asort ul li a {
  font-size: 20px;
  letter-spacing: 2px;
}
.main-page__asort ul li.sep {
  display: inline-block;
  background: url("../images/template/main-page__asort.png") no-repeat center;
  height: 14px;
  min-width: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
.main-page__asort-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 35px 0 30px 0;
}
.main-page__our-dist-title {
  margin: 45px 0 55px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
}
.main-page__our-dist-item {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 25px 0 10px;
  margin-bottom: 30px;
}
.main-page__our-dist-item-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.main-page__our-dist-item-desc {
  font-size: 18px;
  margin-bottom: 10px;
}

.news__block .news__item:last-child .news__sep {
  display: none;
}
.news__body {
}
.news__image {
  width: 35%;
  float: left;
}
.news__image img {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.3);
  margin-top: 5px;
}
.news__content {
  width: 63%;
  float: right;
  text-align: justify;
}
.news__content p {
  margin: 0;
}
.news__title {
  float: left;
  width: 48%;
  margin-left: 37%;
  font-weight: bold;
  color: rgba(51,51,51,1);
  font-size: 26px;
  margin-bottom: 45px;
}
.news__date {
  float: right;
  width: 15%;
  text-align: right;
  font-weight: bold;
  color: rgba(237,174,1,1);
  font-size: 26px;
}
.news__sep {
  background: #bbbbb6;
  height: 1px;
  width: 45%;
  margin: 0px auto 60px auto;
}
.news__item-noimg .news__image {
  display: none;
}
.news__item-noimg .news__content {
  width: 100%;
}
.news__item-noimg .news__title {
  margin-left: 0;
  width: 85%;
}
div.pagination {
  text-align: center;
}
ul.pagination {
  display: inline-block;
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li a,
ul.pagination li span {
  background: #dcdccd;
  padding: 5px 10px;
  margin: 3px;
  text-decoration: none;
}
ul.pagination li a:hover,
ul.pagination li span:hover {
  background: rgba(246,196,75,1);
}
ul.pagination li.disabled:hover a,
ul.pagination li.disabled:hover span {
  background: #dcdccd;
}
ul.pagination li.active a,
ul.pagination li.active span {
  background: rgba(246,196,75,1);
}

.where-buy__content {
  padding-bottom: 30px;
}
.where_buy__inner-tabs ul {
  margin: 0px;
  padding: 0px;
  width: 270px;
  margin-right: 20px;
  float: left;
  list-style: none;
}
.where_buy__inner-tabs ul li {
  display: block;
  padding: 4px 0 4px 10px;
  position: relative;
  height: 26px;
}
.where_buy__inner-tabs ul li:hover {
  cursor: pointer;
}
.where_buy__inner-tabs ul li:hover span {
  border: none;
}
.where_buy__inner-tabs ul span {
  border-bottom: dotted 1px #4b4b4b;
  font-size: 24px;
}
.where_buy__inner-tabs ul li.active {
  background: rgba(246,196,75,1);
}
.where_buy__inner-tabs ul li.active:after {
  content: '';
  position: absolute;
  right: -32px;
  top: 0px;
  border: 17px solid transparent;
  border-left: 15px solid rgba(246,196,75,1);
}
.where_buy__inner-tabs ul li.active span {
  border: none;
}
.where_buy__inner-tabs > div {
  display: none;
  width: 620px;
  margin-left: 60px;
  float: left;
}
.where_buy__inner-tabs > div.active {
  display: block;
}
.where-buy__item {
  margin-bottom: 35px;
}
.where-buy__item-name,
.where-buy__item-address,
.where-buy__item-phone {
  font-size: 24px;
  color: #4b4b4b;
  line-height: 30px;
}
.where-buy__item-name {
  font-weight: bold;
}

#callback_age {
	position: absolute;
	left:-10000px;
}

.b-top-bar li ul {
	display:none;
	position: absolute;
	z-index: 100;
	background: rgba(246,196,75,1);
	padding: 0;
	margin: 0;
}

.b-top-bar li ul li {
	display: block;
}

.b-top-bar li ul li a {
	border-right: none;
	border-top: 1px solid #000;
	width: 100%;
	box-sizing: border-box ;
	text-align: left ;
}

.b-top-bar li ul li:hover {
	background: #c7a600;
}

.b-top-bar li:hover ul {
	display: block;
}
.main-page__podbor-block-find__text {
	color:white;
	margin: 10px 0 0 10px;
}

.main_text3 {
	background: rgba(246,196,75,1);
	padding: 20px 0;
	font-size: 24px;
}

.main_text3 p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#selection_modal-form .main-page__contacts {
	height: 290px;
	padding: 20px;
}

.main-bl1 {
  height: 765px;
  margin-top: -110px;
  position: relative;
  z-index: 100;
  background: url(../images/template/main-bl1.png) center no-repeat;
}

.main-bl1 .link {
  position: absolute;
  bottom: 38px;
  width: 970px;
  text-align: center;
} 

.main-bl1 .link a{
  color: #231f20;
  font-size: 25px;
}

.main-bl1 .hd-form {
  position: absolute;
  top: 80px;
  margin-left: 170px;
}

.main-bl1 .hd-form input[type="text"]{
  width: 400px;
  padding: 12px 18px 8px 18px;
  box-sizing: border-box;
  font-size: 24px;
  outline: none;
  border: none;
  color: #333;
  height: 50px;
}

.main-bl1 .hd-form input[type="submit"]{
  width: 400px;
  padding: 12px 18px 8px 18px;
  box-sizing: border-box;
  font-size: 24px;
  outline: none;
  border: none;
  color: #333;
  height: 50px;
  width: 190px;
  background-color: #fcb900;
  margin-left: 35px;
}
.main-bl1 .hd-form input[type="submit"]:hover{
  opacity: .8;
  cursor: pointer;
}

.main-bl1 .hd-link {
  position: absolute;
  top: 29px;
  margin-left: 610px;
}

.main-bl1 .hd-link a {
  font-size: 30px;
  color: #f4f4f4;
}

.main-bl1 .hd-link a:after {
  content: '';
  margin-left: 12px;
  height: 25px;
  width: 21px;
  display: inline-block;
  background: url(../images/template/right.png) top no-repeat;
  vertical-align: bottom;
}

.main-bl1 .hd-title {
  font-size: 40px;
  font-family: 'PTSansNarrowBold' !important;
  color: #231f20;
  position: absolute;
  top: 20px;
  margin-left: 170px;
}

.main-bl1 .text {
  position: absolute;
  top: 160px;
  margin-left: 545px;
  width: 405px;
  font-size: 26px;
  text-align: justify;
  color: #333333;
}

.main-marks h1 {
  text-align: center;
  font-family: 'PTSansNarrowBold';
  font-size: 80px;
  color: #fcb900;
}

.main-marks h1:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  background-color: #fcb900;
  margin-left: 6px;
}

.main-marks__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-marks .item {
  height: 320px;
  -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 29px 0 rgba(0,0,0,.1);
  display: block;
  flex-basis: 32.5%;
  width: 32.5%;
  margin: 5px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.main-marks .item:nth-child(3n+1) {
  margin-left: 0;
}

.main-marks .item:nth-child(3n+3) {
  margin-right: 0;
}

.main-marks .item:hover {
  -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-marks .item span {
  display: block;
  font-size: 24px;
  color: #cdcdcd;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.main-marks .item img {
  width: 100%;
}

.main-marks .text {
  font-size: 25px;
  text-align: justify;
  color: #666666;
  margin: 70px 0;
}

.main-marks2__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-marks2 .item {
  display: block;
  width: 31.1%;
  flex-basis: 31.1%;
  margin: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  margin-bottom: 100px;
}

.main-marks2 .item:nth-child(3n+1) {
  margin-left: 0;
}

.main-marks2 .item:nth-child(3n+3) {
  margin-right: 0;
}

.main-marks2 .item:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-marks2 .item img {
  width: 100%;
  display: block;
}

.main-marks2 .item .hidden:hover {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-marks2 .item .hidden {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  background-color: rgba(226, 166, 3,.769);
}

.main-marks2 .item .title {
  position: absolute;
  width: 100%;
  font-size: 20px;
  bottom: -30px;
  text-align: center;
  left: 0;
}

.main-marks2 .item .logo img {
  width: auto;
  margin: 10px;
}

.main-marks2 .item .text {
  width: 100%;
  position: absolute ;
  text-align: left;
  bottom: 0;
  color: #333;
}
.main-marks2 .item .text ul  {
  padding-left: 32px;
}

.main-marks2 .item .text ul li:first-child {
	list-style: none;
	font-size:24px;
	padding-right: 5px;
}
.main-marks2 .item .text ul li {
  list-style: square;
  color: #000;
  font-size: 20px;
}

.main-marks2 .item .text ul li span{
  color: #333;
  font-family: 'PTSansNarrowBold' !important;
}

.main__text-header h1 {
  text-align: center;
  font-family: 'PTSansNarrowBold';
  font-size: 70px;
  color: #fcb900;
}

.main__text-header h1:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
  background-color: #fcb900;
  margin-left: 6px;
}

.main-bl3 {
  height: 1000px;
  position: relative;
  margin-bottom: -35px;
  background: url(../images/template/main-bl3.jpg) center no-repeat;
}

.main-bl3 .text p {
	margin: 0;
}

.main-bl3 .text {
  position: absolute;
  top: 100px;
  margin-left: 29px;
  width: 422px;
  font-size: 26px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.main-bl3 .link {
  font-size: 33px;
  color: #000000;
  position: absolute;
  top: 775px;
  margin-left: 200px;
}

.main-bl3 .link:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 34px;
  margin-right: 12px;
  margin-bottom: -3px;
  background-color: #f5b810;
}

#selection_modal-form {
  width: 681px;
  height: 334px;
  background-color: #eeae03;
  padding-left: 60px;
  box-sizing: border-box;
}

#selection_modal-form .lity-close {
  display: block;
  height: 41px;
  width: 41px;
  background: url(../images/template/close.png);
  top: 25px;
  right: 32px;  box-sizing: border-box;
}

#selection_modal-form .text {
  padding-top: 110px;
  font-size: 20px;
  color: #ffffff;
}

#selection_modal-form input[type='text']{
  margin-top: 15px;
  width: 547px;
  height: 40px;
  background-color: #ffffff;
}

#selection_modal-form input[type='submit']{
  width: 292px;
  height: 49px;
  background-color: #31312d;
  border: none;
  font-size: 20px;
  color: #eeae03;
  margin-top: 50px;
}

#selection_modal-form input[type='submit']:hover {
  opacity: .8;
}

.bg-block {
  position: absolute;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1000px;
}

.inner_page__title {
  font-size: 50px;
  color: rgb(35, 31, 32);
  font-family: 'PTSansNarrowBold';
  text-align: left;
  padding-left: 140px;
  padding-top: 110px;
  vertical-align: bottom;
}

.inner_page__title h1 {
  vertical-align: bottom;
  line-height: 80px;
}

.inner_page__title h1:after {
  content: '';
  display: inline-block;
  height: 11px;
  vertical-align: bottom;
  width: 11px;
  background-color: #fcb900;
  margin-left: 10px;
}

.news__item {
  background: white;
  border: rgba(205,205,205,1) 1px solid;
  padding: 30px 50px;
  margin-bottom: 45px;
}

#p-contacts .inner_page__title h1 {
  margin-bottom: 35px;
}

.contacts-text {
  padding-left: 140px;
  box-sizing: border-box;
}

#unternehmen .text-2 {
  background: url(../images/template/unternehmen-text-bg.jpg) no-repeat center;
  padding: 40px 0;
}

#unternehmen .text-3 u {
	text-decoration: none;
	color: #a67c0d;
}

#unternehmen .text-2 p {
  font-size: 45px;
  line-height: 56px;
  font-family: "PTSansNarrowBold" !important;
  margin-left: 20px;
  text-align: justify;
}

#unternehmen .text-1 p,
#unternehmen .text-3 p {
  padding-left: 145px;
  text-align: justify;
  box-sizing: border-box;
}

#unseremarken .inner_page__title {
  padding-top: 460px;
}

#unseremarken .text-1 p {
  padding-left: 145px;
  box-sizing: border-box;
}

table.brands {
  border: 1px solid rgba(205,205,205,1);
  border-spacing: 0;
  margin-bottom: 40px;
}

table.brands td {
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(205,205,205,1);
}

table.brands td:nth-child(1) {
  text-align: center;
  padding: 0 10px;
}

table.brands td:nth-child(1) p {
  margin: 0;
}

table.brands td:nth-child(1) a {
  text-decoration: none;
  color: rgba(205,205,205,1);
}

table.brands td:nth-child(1) a:hover {
  opacity: .5;
}

table.brands td:nth-child(2) {
  padding: 10px 0;
  box-sizing: border-box;
}

table.brands td:nth-child(2) p {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 20px;
  border-left: 1px solid rgba(205,205,205,1);
}

table.brands td:nth-child(2) p:last-child {
  margin: 0;
  padding-bottom: 0px;
}

#p-catalog .inner_page__title {
  padding-top: 34px;
}

#p-catalog .inner_page__title h1 {
  margin-bottom: 43px;
}


#p-catalog .text-3 {
  background: url(../images/template/catalog-text-bg.jpg) no-repeat center;
  padding: 40px 0;
}

#p-catalog .text-3 p {
  font-size: 45px;
  line-height: 56px;
  font-family: "PTSansNarrowBold" !important;
  margin-left: 20px;
}
#p-catalog .text-1 p,
#p-catalog .text-2 p,
#p-catalog .text-3 p,
#p-catalog .text-4 p {
	text-align: justify;
}

#p-catalog .text-1 p,
#p-catalog .text-2 p,
#p-catalog .text-4 p {
  padding-left: 145px;
  box-sizing: border-box;
}

#up-catalog .inner_page__title {
  padding-top: 460px;
}

#p-catalog.text-1 p {
  padding-left: 145px;
  box-sizing: border-box;
}

.bg-block2{
	position: absolute;
	top: 206px;
	width: 1850px;
	height: 469px;
	margin: 0px auto;
	left: 50%;
	margin-left: -925px;
	animation: animate-background linear 15s infinite;
}
.bg-block2:before{
	content:'';
	height:888px;
	width: 447px;
	display: block;
	top: -200px;
	left: -200px;
	position: absolute;
	background: url('assets/images/template/wtbox.png');
}
.bg-block2:after{
	content:'';
	height:888px;
	width: 447px;
	display: block;
	top: -200px;
	right: -200px;
	position: absolute;
	background: url('assets/images/template/wtbox.png');
}
@media(max-width: 2200px) {
	.bg-block2{
		position: absolute;
		top: 206px;
		width: 100%;
		height: 469px;
		margin: 0px auto;
		left:0;
		margin-left: 0;
		overflow: hidden;
		animation: animate-background linear 15s infinite;
	}
}
@media(max-width: 1000px) { 
	.bg-block2:before,
	.bg-block2:after {
		display: none;
	}
}
@keyframes animate-background {
	from { background-position: 0px 0px; } 
	to { background-position: 1850px 0px; }
}


.product-page__levzad {
  background: url("../images/template/levzad-big.png");
  width: 88px;
  height: 78px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.product-page__pravzad {
  background: url("../images/template/pravzad-big.png");
  width: 88px;
  height: 81px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.product-page__levpered {
  background: url("../images/template/levpered-big.png");
  width: 91px;
  height: 78px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.product-page__pravpered {
  background: url("../images/template/pravpered-big.png");
  width: 91px;
  height: 79px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.product-page__levpravzad {
  background: url("../images/template/levpravzad-big.png");
  width: 88px;
  height: 78px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.product-page__levpravpered {
  background: url("../images/template/levpravpered-big.png");
  width: 91px;
  height: 79px;
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}

.catalog__item-icons .product-page__levzad,
.catalog__item-icons .product-page__pravzad,
.catalog__item-icons .product-page__levpravzad {
  background-size: contain;
  height: 39px;
  width: 44px;
}
.catalog__item-icons .product-page__levpered,
.catalog__item-icons .product-page__pravpered,
.catalog__item-icons .product-page__levpravpered {
  background-size: contain;
  height: 40px;
  width: 45px;
}

.header__slider-slide-el-1 {
	text-shadow: 0 0 5px white;
}

.header__slider-slide-3 .header__slider-slide-el-3,
.header__slider-slide-4 .header__slider-slide-el-3 {
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white;
}

ul.pagination {margin-bottom: 20px;}

ul.pagination li:before {display: none;}

.footer_social {
	position: absolute;
	right: 0;
	top:43px;
}

.footer_social a {
	text-decoration: none;
}

.footer_social a:hover {
	opacity: .6;
}

#unternehmen .text1 p {
	padding-left: 140px;
}

.header__slider-slide-1 .header__slider-slide-el-2 {
  font-size: 90px;
}

.header__slider-slide-2 .header__slider-slide-el-2 {
	font-size: 60px;
}

.header__slider-slide-5 .header__slider-slide-el-2 {
	font-size: 78px;
}

.search__results {
	display: none;
	position: absolute;
	width: 340px;
	background: white ;
	opacity: .8;
	z-index: 100;
	padding: 30px;
	max-height: 300px;
	overflow-y: scroll;
}

.search__results-items {
	padding: 0 0 10px 0;
	font-size: 20px;
}