/*312602*/
@media screen and (max-width: 1230px) {
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 18px;
  }
}
@media screen and (max-width: 945px) {
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 18px;
  }
  .page-catalog-main .catalog-menu {
    display: none!important;
  }
  .page-catalog-main .container.catalog-container>.page-content {
    display: block;
    width: 100% !important;
    margin-left: 0;
  }
  .page-catalog-main>.catalog-wrap.seo-text {
    padding: 30px 15px 10px;
  }
  .page-catalog-main>.container.catalog-wrap:not(.seo-text) {
    margin-bottom: 0!important;
  }
  .page-catalog-main .catalog-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 620px) {
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .page-catalog-main .catalog-nav-item {
    min-height: 112px;
  }
  .page-catalog-main .catalog-nav-item a>span span {
    font-size: 14px;
    text-transform: none;
  }
  .page-catalog-main .catalog-nav-item a>span {
    padding: 6px 10px;
    height: 53px;
  }
  .page-catalog-main .catalog-nav-item a::after {
    height: 53px;
  }
}
.section-slider-container {
  margin-bottom: 15px;
  position: relative;
  height: 250px;
}
.section-slider-container+h1 {
  padding-right: 200px;
}
.section-slider-container .item img {
  height: 100%;
  object-fit: cover;
  width: auto;
}
.section-slider-container .item {
  background-color: #000;
  text-align: center;
}
.section-slider-container .button-order-catalog {
  color: white;
  background: #2c3e6f;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: -53px;
  right: 0;
  border-radius: 25px;
  width: 186px;
}
.section-slider-container iframe.playerYouTube,
.section-slider-container div.playerYouTube,
.section-slider-container video,
.section-slider-container .item {
    height: 250px;
}
.section-slider-container .owl-dots {
  bottom: 13px !important;
  position: absolute;
  width: 100%;
}
.section-slider-container .owl-carousel .owl-dot,
.section-slider-container .owl-carousel .owl-nav .owl-next,
.section-slider-container .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-slider-container .owl-carousel .owl-nav button.owl-next,
.section-slider-container .owl-carousel .owl-nav button.owl-prev,
.section-slider-container .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.section-slider-container .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.section-slider-container .owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 13px !important;
  height: 13px !important;
  border-radius: 8px !important;
  background: url(/local/templates/main/images/page.png) no-repeat !important;
}
.section-slider-container .owl-theme .owl-dots .owl-dot.active span,
.section-slider-container .owl-theme .owl-dots .owl-dot:hover span {
  background: url(/local/templates/main/images/page-active.png) no-repeat !important;
}

@media screen and (max-width: 470px) {

  .section-slider-container iframe.playerYouTube,
  .section-slider-container div.playerYouTube,
  .section-slider-container video,
  .section-slider-container .item {
    height: 53vw;
  }
  .section-slider-container {
    height: calc(53vw + 55px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .section-slider-container .button-order-catalog {
    position: static;
    margin: 5px auto 10px;
  }
  .section-slider-container+h1 {
    padding-right: 0;
  }
}

/*320101*/
.sticky-div {
  width: 100%;
}