.politikablok a, .footer-menu__item {
  color: #51b33a;
}

.politikablok a:hover {
  color: #ffffff;
}

.slider .glide__slide {
  min-height: 600px;
}

.preview-price__new_price,
.preview-price__benefit {
  color: #e30613;
}

.docs .xls, .docs .xlsx, .docs .doc, .docs .pdf, .docs .jpg, .docs .png, .docs .ppt, .docs .tif, .docs .txt {
  margin-bottom: 10px;
  line-height: 17px;
  height: 43px;
  padding-left: 58px;
  color: #707f88;
  font-size: 12px;
}

.docs .xls a, .docs .xlsx a, .docs .doc a, .docs .pdf a, .docs .jpg a, .docs .png a, .docs .ppt a, .docs .tif a, .docs .txt a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 3px;
  white-space: nowrap;
}

.docs .xls, .docs .xlsx {
  background: url("../img/docs/xls.png") no-repeat;
}

.docs .doc {
  background: url("../img/docs/doc.png") no-repeat;
}

.docs .pdf {
  background: url("../img/docs/pdf.png") no-repeat;
}

.docs .jpg {
  background: url("../img/docs/jpg.png") no-repeat;
}

.docs .png {
  background: url("../img/docs/png.png") no-repeat;
}

.docs .ppt {
  background: url("../img/docs/ppt.png") no-repeat;
}

.docs .tif {
  background: url("../img/docs/tif.png") no-repeat;
}

.docs .txt {
  background: url("../img/docs/txt.png") no-repeat;
}

.description-slider {
  display: block;
  margin: 30px 0 50px;
}
.description-slider .flexslider {
  border: 0;
  border-radius: 0;
}
.description-slider .slides {
  display: flex;
  align-items: center;
}
.description-slider .slides img {
  display: block;
  max-width: 100%;
  height: auto;
}
.description-slider .slides span {
  text-align: center;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.description-slider .flex-direction-nav a {
  margin: -20px 0 0;
  opacity: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.25s;
  text-align: center;
  color: #ffffff;
}
.description-slider .flex-direction-nav a::before {
  transition: all 0.25s;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  border-color: #ffffff;
}
.description-slider .flex-direction-nav a:hover {
  opacity: 0.7;
  color: var(--brand-color, #f45d1b);
  border-color: var(--brand-color, #f45d1b);
}
.description-slider .flex-direction-nav a:hover::before {
  color: var(--brand-color, #f45d1b);
  border-color: var(--brand-color, #f45d1b);
}
.description-slider .flex-direction-nav .flex-prev {
  left: 20px;
}
.description-slider .flex-direction-nav .flex-prev::before {
  left: 47%;
}
.description-slider .flex-direction-nav .flex-next {
  right: 20px;
}
.description-slider .flex-direction-nav .flex-next::before {
  left: 53%;
}
.description-slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}
.description-slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 20px;
}

.glide__slide--filled {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.glide__slide--filled::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.glide__slide--filled .container {
  position: relative;
  z-index: 2;
}

.glide__track {
  margin: 0;
}

.glide__slideInfo--full {
  width: 100%;
  height: auto;
  color: #ffffff;
}
.glide__slideInfo--full .slideInfo__wrapper {
  height: auto;
}
.glide__slideInfo--full .slideInfo__wrapper h2 {
  color: inherit;
}

.catalog__iconWR {
  display: block;
  transition: opacity 0.3s;
}
.catalog__iconWR:hover {
  opacity: 0.7;
}

.contacts-videowrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 640px;
  width: 100%;
  margin: 20px auto 60px;
}
.contacts-videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .contacts-videowrapper {
    padding-top: 52.25%;
  }
}

.glide__slide-link {
  display: block;
}

.logo {
  width: 12%;
}

.catalogList__ask-price .btn-order {
  display: block;
  position: relative;
  background-color: transparent;
  color: var(--brand-color, #f45d1b);
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid;
  height: 35px;
  line-height: 33px;
  cursor: pointer;
  font-size: 12px;
}
.catalogList__ask-price .btn-order:hover {
  color: #ffffff;
  background-color: var(--brand-color, #f45d1b);
  border-color: var(--brand-color, #f45d1b);
}

.company-video {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
}

@media screen and (min-width: 1200px) {
  .catalogList__ask-price, .catalogList__btns {
    width: 40%;
  }
  .catalogList__characteristics {
    width: 60%;
  }
}
.preview-btnwr .btn-order_get-price {
  width: 70%;
}

@media screen and (max-width: 1199px) {
  .preview-btnwr .btn-order_get-price {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .detail__head .preview-btnwr .btn-order_get-price {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.sidebar__catalog {
  display: block;
  text-align: center;
  margin-bottom: 18px;
  transition: opacity 0.25s;
  will-change: opacity;
  text-decoration: none;
}
.sidebar__catalog:last-child {
  margin-bottom: 0;
}
.sidebar__catalog:hover {
  opacity: 0.75;
  text-decoration: none;
}
.sidebar__catalog img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.sidebar__catalog span {
  display: block;
}

.row.items + .sidebar__links {
  display: none;
}
@media screen and (max-width: 1022px) {
  .row.items + .sidebar__links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row.items + .sidebar__links .sidebar__catalog {
    width: 250px;
    margin: 0 15px 20px;
  }
  .row.items + .sidebar__links .sidebar__catalog img {
    height: 120px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

.catalogSections {
  margin-bottom: 16px;
  position: relative;
}

.m-detail__head {
  position: relative;
}

.m-catalog-item__promo {
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 19px 0;
}

.m-detail__head-promo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1250px) {
  .m-detail__head-promo {
    position: relative;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  .m-detail__head-promo {
    position: absolute;
  }
}
@media screen and (max-width: 550px) {
  .m-detail__head-promo {
    position: relative;
    margin-bottom: 8px;
  }
}

.productStock {
  display: block;
  position: relative;
}
.productStock.opening {
  z-index: 7;
}
.productStock.open {
  z-index: 6;
}
.productStock__button {
  font-size: 14px;
  padding: 4px 25px 4px 10px;
  font-weight: 500;
  color: #ffffff;
  border: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  overflow: hidden;
  background-color: var(--brand-color, #f45d1b);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
  border-radius: 4px;
}
.productStock__button.is-NoOpen {
  cursor: default;
  padding-right: 10px;
}
.productStock__button.is-NoOpen::after {
  display: none;
}
.productStock__button::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 3px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBzZG7DQAgCEQvTuAIjuAIbuIIjupIJ0YrK6DBl1DB4xOAcEhmiQIrIg0eulXcE2e43N58UvbJqirXqu773O+4csV3LERrZciCaEd+AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 14px;
  background-color: inherit;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.productStock__button.active::after {
  transform: rotate(270deg);
}
.productStock__popup {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0 !important;
  margin-top: 5px;
  box-shadow: 0 6px 20px rgba(20, 20, 20, 0.2);
  border-radius: 5px;
  background-color: #fff;
  width: 240px;
  padding: 15px 30px 15px 15px;
  transition: opacity 0.2s ease-in-out;
}
.productStock__popup.left {
  left: auto;
  right: 0;
}
.productStock__popup.active {
  opacity: 1;
}
.productStock__close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #969696;
  transition: color 0.2s ease-in-out;
}
.productStock__text {
  font-size: 12px;
  line-height: 1.5;
  color: #141414;
  margin-bottom: 10px;
}
.productStock__text:last-child {
  margin-bottom: 0;
}
.productStock__text p:not(:last-child) {
  margin-bottom: 5px;
}
.productStock__link {
  display: inline-block;
  color: var(--brand-color, #f45d1b);
  font-size: 11px;
  line-height: 1.5;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--brand-color, #f45d1b);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.productStock__link:hover {
  text-decoration: none;
  background-color: var(--brand-color, #f45d1b);
  color: #ffffff;
}

.detail.news ul {
  padding-left: 0;
  margin-bottom: 20px;
  display: block;
}
.detail.news ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}
.detail.news ul li:last-child {
  margin-bottom: 0;
}
.detail.news ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: var(--brand-color, #f45d1b);
  border-radius: 50%;
}
.detail.news ol {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  counter-reset: ol;
}
.detail.news ol li {
  counter-increment: ol;
  margin-bottom: 12px;
}
.detail.news ol li:last-child {
  margin-bottom: 0;
}
.detail.news ol li::before {
  content: counter(ol);
  display: inline-block;
  color: var(--brand-color, #f45d1b);
  font-weight: 600;
  margin-right: 0.5em;
}

/*# sourceMappingURL=custom.css.map */
