.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 #414141;
}
.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 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.contacts__block-left {
  padding-right: 15px;
}

.contacts__block-right {
  padding-left: 15px;
}
.contacts__form input,
.contacts__form select,
.contacts__form span,
.contacts__form textarea {
  display: block;
}
.contacts__form span {
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contacts__form textarea {
  height: 90px;
}

.contacts__form input,
.contacts__form select {
  height: 45px;
}

.contacts__form input,
.contacts__form textarea,
.contacts__form select {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
  background: #fff;
}
.contacts__form input[type=submit],
.btn {
  padding: 5px 25px 5px 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  width: auto;
  color: #000;
  margin: 25px auto 0 auto;
  border: none;
  background: #fec321;
  font-size: 22px;
  cursor: pointer;
}
.contacts__form input[type=submit]:hover,
.btn:hover {
  opacity: 0.8;
}
.contacts__form-title {
  text-align: center;
  letter-spacing: 4px;
  font-size: 24px;
  padding-top: 30px;
}
.contacts__block-text {
  padding-top: 30px;
}

/* 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 {
  margin-top: 20px;
  height: 545px;
  background: url("../images/template/footer.jpg") center top;
  position: relative;
}
.footer__logo {
  background: url("../images/template/logo.jpg");
  height: 116px;
  width: 281px;
  display: block;
  position: absolute;
  bottom: 0px;
  margin-left: 680px;
  z-index: 2;
}
.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 340px;
  list-style-image: url("../images/template/ft-sep.png");
  padding: 0;
}
.footer_menu li {
  white-space: nowrap;
}
.footer_menu li a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 40px;
  text-decoration: none;
  color: #fec321;
  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: 95px;
  margin-left: 620px;
  color: #fec321;
  letter-spacing: 2px;
  line-height: 30px;
  z-index: 0;
}
.footer__contact a {
  font-size: 26px;
  display: block;
  color: #fec321;
  text-decoration: none;
}
.footer_search {
  display: block;
  position: absolute;
  top: 200px;
  margin-left: 620px;
}
.footer_search input[type=text] {
  border: 1px solid #fec321;
  background: rgba(22,22,22,0.6);
  color: #fff;
  padding: 5px 10px;
  width: 200px;
  box-sizing: border-box;
  outline: none;
}
.footer_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;
}
.footer_search input[type=submit]:hover {
  opacity: 0.8;
}
.footer__addr {
  color: #fec321;
  font-size: 20px;
  position: absolute;
  margin-left: 620px;
  top: 260px;
  width: 340px;
  line-height: 26px;
  text-align: justify;
}
.footer__addr p{
  color: #fec321;
  font-size: 20px;
  margin: 0;
}

.footer__copy {
  color: #414141;
  font-size: 18px;
  position: absolute;
  width: 450px;
  top: 445px;
  line-height: 22px;
  text-align: justify;
}
.footer__copy span {
  display: block;
  font-size: 20px;
  color: #414141;
}
.footer__copy a {
  color: #414141;
}
.footer__bg-box {
  background: url("../images/template/footer_box.png");
  height: 208px;
  width: 417px;
  position: absolute;
  bottom: 0;
  margin-left: -100px;
}

body,
html {
  min-width: 970px;
  font-family: 'PTSansNarrowRegular' !important;
}
ul,
li,
a,
p,
span,
div {
  color: #645a5a;
  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: #fec321;
  padding: 5px 20px;
  margin: auto 0;
  width: 850px;
}
.white blockquote {
  background: none;
}
.white blockquote p {
  font-size: 35px !important;
  line-height: 40px !important;
  color: #fec321 !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: -465px;
  height: 400px;
}
.header__slider-slide-1,
.header__slider-slide-2,
.header__slider-slide-3,
.header__slider-slide-4 {
  width: 100%;
  position: absolute;
  height: 721px;
}
.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-2-el-1 {
  position: absolute;
  background: url("../images/template/hd2-el1.png");
  width: 779px;
  height: 609px;
  top: 140px;
  left: -135px;
}
.header__slider-slide-2-el-2 {
  position: absolute;
  background: url("../images/template/hd2-el2.png");
  width: 394px;
  height: 373px;
  margin-top: 335px;
  margin-left: 435px;
}
.header__slider-slide-2-el-3 {
  top: 580px;
  left: 400px;
  position: absolute;
}
.header__slider-slide-2-el-3 span {
  display: inline-block;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  padding: 20px 80px 15px 30px;
  white-space: nowrap;
}
.header__slider-slide-2-el-4 {
  display: block;
  position: absolute;
  background: url("../images/template/sep.png") center left no-repeat;
  padding-left: 15px;
  text-decoration: none;
  top: 665px;
  left: 400px;
}
.header__slider-slide-2-el-4 span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  border-bottom: 1px dotted #414141;
}
.header__slider-slide-2-el-4:hover span {
  border-bottom: none;
}
.header__slider-slide-1-el-1 {
  position: absolute;
  background: url("../images/template/hd1-el1.png");
  width: 798px;
  height: 760px;
  top: 40px;
  left: -250px;
}
.header__slider-slide-1-el-2 {
  position: absolute;
  background: url("../images/template/hd1-el2.png");
  width: 646px;
  height: 520px;
  top: 160px;
  left: 300px;
}
.header__slider-slide-1-el-3 {
  top: 580px;
  left: 400px;
  position: absolute;
}
.header__slider-slide-1-el-3 span {
  display: inline-block;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  padding: 20px 80px 15px 30px;
  white-space: nowrap;
}
.header__slider-slide-1-el-4 {
  display: block;
  position: absolute;
  background: url("../images/template/sep.png") center left no-repeat;
  padding-left: 15px;
  text-decoration: none;
  top: 665px;
  left: 400px;
}
.header__slider-slide-1-el-4 span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  border-bottom: 1px dotted #414141;
}
.header__slider-slide-1-el-4:hover span {
  border-bottom: none;
}
.header__slider-slide-3-el-1 {
  position: absolute;
  background: url("../images/template/hd3-el1.png");
  width: 837px;
  height: 402px;
  top: 220px;
  left: -155px;
}
.header__slider-slide-3-el-2 {
  position: absolute;
  background: url("../images/template/hd3-el2.png");
  width: 858px;
  height: 429px;
  top: 346px;
  left: -70px;
}
.header__slider-slide-3-el-3 {
  top: 520px;
  left: 400px;
  position: absolute;
}
.header__slider-slide-3-el-3 span {
  display: inline-block;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  padding: 20px 80px 15px 30px;
  white-space: nowrap;
}
.header__slider-slide-3-el-3 span:first-child {
  padding: 25px 80px 5px 30px;
}
.header__slider-slide-4-el-4 {
  display: block;
  position: absolute;
  background: url("../images/template/sep.png") center left no-repeat;
  padding-left: 15px;
  text-decoration: none;
  top: 665px;
  left: 400px;
}
.header__slider-slide-4-el-4 span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  border-bottom: 1px dotted #414141;
}
.header__slider-slide-4-el-4:hover span {
  border-bottom: none;
}
.header__slider-buttons {
  z-index: 10;
  top: 670px;
  left: 50%;
  margin-left: -460px;
  position: absolute;
}
.header__slider-but {
  width: 18px;
  height: 18px;
  background: #7b7a7a;
  margin: 4px;
  display: inline-block;
  border-radius: 100%;
}
.header__slider-but:hover {
  cursor: pointer;
}
.header__slider-but.active {
  background: #fec321 !important;
}

.b-top-bar {
  list-style: none;
  display: block;
  margin: 0;
  text-align: center;
  padding: 0;
  background: #414141;
}
.b-top-bar li {
  display: inline-block;
}
.b-top-bar li a {
  text-decoration: none;
  padding: 15px 10px 10px 10px;
  display: inline-block;
  font-size: 20px;
  border-right: 1px solid white;
  color: white;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.b-top-bar li:nth-last-child(2) a {
  border-right: none;
}
.b-top-bar li #change-language {
  border: 0;
  border-left: 1px solid white;
  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: #7b7a7a url("../images/template/chlg.png") no-repeat right 21px;
  color: white;
}
.b-header {
  background-color: #000;
  height: 721px;
  position: relative;
  overflow: hidden;
  border-bottom: 8px solid #414141;
}
.b-header-page {
  background: url("../images/template/header-page-bg.jpg") no-repeat center;
  height: 178px;
  position: relative;
  border-bottom: 8px solid #414141;
}
.header__slider {
  height: 721px;
}
.header__logo {
  background: url("../images/template/logo.jpg");
  height: 116px;
  width: 281px;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.page-header__logo {
  background: url("../images/template/logo.jpg");
  height: 116px;
  width: 281px;
  display: block;
  position: absolute;
  top: 0px;
  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: 35px;
  margin-left: 835px;
  z-index: 2;
}
.header__ger,
.header__br,
.header__rus {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 10px;
}
.header__ger:hover,
.header__br:hover,
.header__rus:hover {
  opacity: 0.5;
}
.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 {
  position: absolute;
  font-size: 18px;
  top: 25px;
  margin-left: 450px;
  color: #fec321;
  letter-spacing: 2px;
  line-height: 26px;
  z-index: 2;
}
.header__contact a {
  font-size: 26px;
  display: block;
  color: #fec321;
  text-decoration: none;
}
.page-header__contact {
  position: absolute;
  font-size: 18px;
  top: 25px;
  margin-left: 450px;
  color: #fec321;
  letter-spacing: 2px;
  line-height: 26px;
  z-index: 2;
}
.page-header__contact a {
  font-size: 26px;
  display: block;
  color: #fec321;
  text-decoration: none;
}
.header_search {
  display: block;
  position: absolute;
  top: 45px;
  margin-left: 720px;
  z-index: 2;
}
.header_search input[type=text] {
  border: 1px solid #fec321;
  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: 45px;
  margin-left: 720px;
  z-index: 2;
}
.page-header_search input[type=text] {
  border: 1px solid #fec321;
  background: rgba(22,22,22,0.6);
  color: #fff;
  padding: 5px 10px;
  width: 160px;
  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: #fec321;
  text-align: center;
}
.header__hd-menu a {
  display: inline-block;
  width: 33%;
  text-decoration: none;
  height: 270px;
  padding-top: 200px;
  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: 20px;
  margin-bottom: -10px;
  display: inline;
  letter-spacing: 2px;
  line-height: 30px
}
.header__hd-menu-el1 {
  background: url("../images/template/main-page__hd-menu-el-1.png") no-repeat center 20px;
  background-size: contain;
}
.header__hd-menu-el2 {
  background: url("../images/template/main-page__hd-menu-el-2.png") no-repeat center 20px;
  background-size: contain;
}
.header__hd-menu-el3 {
  background: url("../images/template/main-page__hd-menu-el-3.png") no-repeat center 20px;
  background-size: contain;
}

.inner-page__content p {
  font-size: 24px;
  line-height: 30px;
}
.inner-page__content ul,
.inner-page__content li {
  font-size: 24px;
  line-height: 30px;
}
.inner-page__hd-menu {
  background: #fec321;
  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 #414141;
  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: #fec321 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__title {
  text-align: center;
}
.inner_page-info {
  position: relative !important;
  display: block !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: #414141;
}
.item-page__applicability thead tr td,
.catalog-page__applicability thead tr td {
  color: #fec321;
  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 #fec321;
  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;
}

.product-page__product-tabs p {
  text-align: left;
}

.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 20px 6px 20px;
  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: #fec321;
}
.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;
  left: 0;
  bottom:  -6px;
}
.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),
.product-page__product-tabs > input:nth-of-type(5):checked ~ div:nth-of-type(6){
  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 #fec321;
}
.product-page__image-1 img {
  width: 475px;
  display: block;
}
.product-page__image-2,
.product-page__image-3 {
  display: inline-block;
  border: 3px solid #9a9a9a;
  margin-top: 22px;
  width:475px;
}
.product-page__image-2 img,
.product-page__image-3 img {
  width: 100%;
  display: block;
}
.product-page__image-3 {
	margin-left: 4px;
}
.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: #fec321;
  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 {
  background: url("../images/template/yel-bg.jpg") center;
  z-index: 0;
}
.main-page__yel-slider-bg-container {
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 760px;
}
.main-page__yel-slider-bg-1 {
  background: url("../images/template/main-page__slider-bg-1.gif") no-repeat;
  width: 736px;
  height: 760px;
  position: absolute;
  left: 50%;
  margin-left: -910px;
  overflow-y: visible;
}
.main-page__yel-slider-bg-2 {
  background: url("../images/template/main-page__slider-bg-2.gif") no-repeat;
  width: 1000px;
  height: 760px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  overflow-y: visible;
}
.main-page__yel-slider-buttons {
  background: #414141;
  position: absolute;
  left: 50%;
  margin-left: -485px;
  padding: 15px 15px 12px 15px;
  margin-top: 685px;
  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: #9f9f9f !important;
  border-bottom: 1px dotted #9f9f9f;
}
.main-page__yel-slider-but.active {
  color: #fff !important;
  border: none !important;
}
.main-page__yel-slider-slide-1 {
  background: url("../images/template/lamp.png") no-repeat center;
}
.main-page__yel-slider-slides {
  overflow: hidden;
}
.main-page__yel-slider-slide {
  display: none;
  overflow: hidden;
  height: 760px;
  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: 390px;
  top: 35px;
  text-align: right;
}
.main-page__yel-slider-slide-1-text-1-line {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 220px;
  width: 120px;
  top: 65px;
  left: 400px;
  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: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-2 {
  top: 165px;
  width: 390px;
  text-align: right;
}
.main-page__yel-slider-slide-1-text-2-line {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 90px;
  width: 70px;
  top: 195px;
  left: 400px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-2-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  bottom: 0px;
  right: -6px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-3 {
  top: 455px;
  margin-left: 630px;
}
.main-page__yel-slider-slide-1-text-3-line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 125px;
  width: 70px;
  top: 360px;
  left: 545px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-3-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  top: 0px;
  left: -6px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-1-text-4 {
  top: 570px;
  margin-left: 630px;
}
.main-page__yel-slider-slide-1-text-4-line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 90px;
  width: 175px;
  top: 510px;
  left: 440px;
  position: absolute;
}
.main-page__yel-slider-slide-1-text-4-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  position: absolute;
  background: #000;
  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/brush.png") no-repeat center;
}
.main-page__yel-slider-slide-2-text-1 {
  top: 50px;
  left: 100px;
  width: 300px;
  text-align: right;
}
.main-page__yel-slider-slide-2-text-1-line {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 50px;
  width: 100px;
  top: 80px;
  left:  410px;
  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: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-2 {
  top: 320px;
  margin-left: 630px;
}
.main-page__yel-slider-slide-2-text-2-line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 130px;
  width: 70px;
  top: 220px;
  left: 550px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-2-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  top: 0px;
  left: -6px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-3 {
  top: 445px;
  margin-left: 630px;
}
.main-page__yel-slider-slide-2-text-3-line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 170px;
  width: 170px;
  top: 305px;
  left: 450px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-3-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  top: 0px;
  left: -6px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin-top: -5px;
}
.main-page__yel-slider-slide-2-text-4 {
  top: 545px;
  margin-left: 630px;
}
.main-page__yel-slider-slide-2-text-4-line {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 145px;
  width: 270px;
  top: 430px;
  left: 350px;
  position: absolute;
}
.main-page__yel-slider-slide-2-text-4-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  left: -6px;
  top: 0px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  margin-top: -5px;
}

.main-page__yel-slider-slide-2-text-5 {
  bottom: 30px;
  left: 510px;
  position: absolute;
}
.main-page__podbor {
  background: url("../images/template/bl-bg.jpg");
  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;
}
.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 {
  position: relative;
  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: #fec321 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/sep2.png") no-repeat left top;
  height: 13px;
  width: 15px;
}
.main-page__spec-pr-title {
  text-align: center;
  color: #414141;
  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%;
  display: block ;
}
.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: url("../images/template/main-page__contact-bg.jpg") center;
  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 {
  box-sizing: border-box;
  border: none;
  padding: 10px;
  width: 100%;
  background: rgba(100,100,100,0.85);
}
.main-page__contacts input[type=submit] {
  padding: 10px 25px 5px 25px;
  display: block;
  letter-spacing: 3px;
  width: auto;
  color: black;
  margin: 40px auto 0 auto;
  background: #fec321;
  font-size: 22px;
  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 {
  margin-bottom: 40px;
}
.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: #414141;
  font-size: 24px;
  margin-bottom: 10px;
}
.news__date {
  float: right;
  width: 15%;
  text-align: right;
  font-weight: bold;
  color: #fec321;
  font-size: 24px;
}
.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: #fec321;
}
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: #fec321;
}

.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: #fec321;
}
.where_buy__inner-tabs ul li.active:after {
  content: '';
  position: absolute;
  right: -32px;
  top: 0px;
  border: 17px solid transparent;
  border-left: 15px solid #fec321;
}
.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;
}

#form_age {
  position: absolute;
  left:-10000px;
}

.b-top-bar li ul {
  display:none;
  position: absolute;
  z-index: 100;
  background: #414141;
  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 white;
  width: 100%;
  box-sizing: border-box ;
  text-align: left ;
}

.b-top-bar li ul li:hover {
  background: #fec321;
}

.b-top-bar li:hover ul {
  display: block;
}
.main-page__podbor-block-find__text {
  color:white;
  margin: 10px 0 0 10px;
}

.main_text3 {
  background: #fec321;
  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;
}

.footer__addr img {
  margin-right: 10px;
}

.footer__addr a {
  text-decoration: underline;
  margin-right: 10px;
  color: white;
}

.footer__addr a:hover {
  opacity: .6;
  text-decoration: none;
}

.footer__addr a img {
  margin-right: 0;
}

.grayscale {
  filter: grayscale(100%);
}

.search__results {
  display: none;
  position: absolute;
  width: 100%;
  background: rgb(203, 200, 179);
  z-index: 100;
  padding: 30px;
  max-height: 300px;
  overflow-y: scroll;
}

.search__results-items {
  padding: 0 0 10px 0;
  font-size: 20px;
}

.clearfix {
  clear:both;
}

.last-news__block {
  float: left;
  width: 31.2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 30px 0 0;
}

.last-news__block:nth-child(3) {
  margin: 0;
}

.last-news__slider-item-image img {
  max-width: 100%;
  border: 1px solid rgb(200,200,200);
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.last-news__block .slick-prev {
  position: absolute;
  outline: none;
  right: 55px;
  top: -32px;
  border: 0;
  background: none;
  height: 0;
  width: 0;
}

.last-news__block .slick-prev:before {
  display:block;
  height: 13px;
  width: 10px;
  background: url('../images/template/last-news__sep-prev.png');
  content: '';
  position: absolute;
}

.last-news__block .slick-next {
  position: absolute;
  outline: none;
  right: 15px;
  top: -32px;
  border: 0;
  background: none;
  height: 0;
  width: 0;
}

.last-news__block .slick-next:before {
  display:block;
  height: 13px;
  width: 10px;
  background: url('../images/template/last-news__sep-next.png');
  content: '';
  position: absolute;
}

.last-news__block .slick-prev:hover,
.last-news__block .slick-next:hover {
  cursor: pointer;
  opacity: .6;
}

.last-news__slider-item-title {
  font-size: 20px;
  margin-bottom: 20px;
  min-height: 50px;
}

.last-news__block-title {
  font-size: 28px;
  margin: 30px 0 10px 0;
}

.last-news__slider-item-title {
  opacity: .9;
}

.last-news__slider-item .main-page__fast-link-all {
  text-align: right;
  margin: 15px 0 5px 0;
}

.contacts__form select {
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  background: #fff url("../images/template/podbor__select-bg.png") no-repeat right center;
}

.feedback_images {
  vertical-align: top;
  margin-top: 20px !important;
}

.feedback_images a {
  border: 2px solid #645a5a;
  display: inline-block;
  vertical-align: top;
}

.feedback_images a:hover {
  opacity: .5;
}

.feedback_images a img {
  display: block;
}

#map {
  height: 400px;
}

.where-buy__form {
  margin: 20px 0 20px 0;
}

.where-buy__form select {
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 12px 30px 10px 10px;
  letter-spacing: 1px;
  margin-right: 20px;
  background: #fec321 url("../images/template/podbor__select-bg.png") no-repeat right center;
}

.content__submenu ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0;
}

.content__submenu ul li {
  list-style: none;
  display: inline-block;
  padding: 15px 20px;
  background: #414141;
}

.content__submenu ul li a {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  color: white;
  border-bottom: 1px dotted white;
  text-decoration: none;
  text-transform: uppercase;
}

.content__submenu ul li a:hover {
  color: white;
  border-bottom: none;
}