/**************************************/
/*** Свайпер слайдер навигация ***/
/**************************************/
body .swiper{overflow: hidden;width:100%;}
body .swiper-navigation.swiper-navigation-lock{display: none;}
body .swiper-navigation{display: flex;align-items: center;margin-left: auto;grid-gap: 20px;}
body .swiper-navigation-lock .swiper-button-lock{display: none;}
body .swiper-navigate{position: relative;justify-content: space-between;width: 100%;margin-top: 32px;}
body .swiper-navigate.swiper-pagination-lock{display: none;}
body .swiper-button-next, body .swiper-button-prev{cursor: pointer;transition: 0.2s;width: max-content;height: max-content;z-index: 2;display: flex;align-items: center;justify-content: center;position: initial;margin: 0;}
body .swiper-container-autoheight, body .swiper-container-autoheight .swiper-slide{height: auto !important;}
body .swiper-button-prev:after{transform: scaleX(-1);}
body .swiper-button-next.swiper-button-disabled, body .swiper-button-prev.swiper-button-disabled{opacity: 0.3;}
body .swiper-button-next:after, body .swiper-button-prev:after{-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z' fill='%23242424'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2929 4.29289C11.6834 3.90237 12.3166 3.90237 12.7071 4.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071C10.9024 19.3166 10.9024 18.6834 11.2929 18.2929L17.5858 12L11.2929 5.70711C10.9024 5.31658 10.9024 4.68342 11.2929 4.29289Z' fill='%23242424'/%3E%3C/svg%3E");}
body .swiper-button-next:after, body .swiper-button-prev:after{content: '';transition: 0.2s;display:block;width: 24px;height: 24px;background-color: var(--main-color-black);-webkit-mask-position: center;-webkit-mask-repeat: no-repeat;-webkit-mask-size: contain;}
body .swiper-button-next:hover:after, body .swiper-button-prev:hover:after{background-color: var(--main-color-orange);}
body .swiper-pagination-current{font-size: 18px;font-weight: bold;}
body .swiper-progressbar.swiper-pagination-progressbar{margin-left: 8px;width: calc(100% - 80px - 64px);background-color: var(--color-lightgray);position: relative;}
body .swiper-progressbar .swiper-pagination-progressbar-fill{background-color: var(--color-primary);}
body .swiper-fraction{width: 48px;justify-content: flex-end;}
body .swiper-navigation.pagination_{width: 100%;margin-top: 30px;display: block;position:relative;}
body .swiper-navigation.pagination_ .swiper-pagination{left: 50%;top: 0;transform: translateX(-50%);width: 130px !important;white-space: nowrap;z-index:3;}
body .swiper-pagination-bullet{width: 20px;height: 2px;background: var(--main-color-black);font-size: 0;border-radius: 2px;opacity: 0.2;margin: 0 3px;transition: 0.5s;}
body .swiper-pagination-bullet-active{background: var(--main-color-orange);opacity: 1;}
body .swiper-pagination-total{margin-top: 6px;margin-left: 2px;font-size: 14px;font-weight: 400;color: var(--main-color-white);display: block;opacity: 0.6;margin-left: 2px;}
body .swiper-pagination-current{font-size: 16px;font-weight: 700;color: var(--main-color-white);margin-bottom: 6px;display: block;}
body .swiper-pagination-bullet{transform: none !important;}
@media (max-width: 1023px){
body .swiper-navigation.pagination_{margin-top:20px;}
}
@media (max-width: 639px){
body .swiper-button-next:after, body .swiper-button-prev:after{width: 20px;height: 20px;}
body .swiper-navigation{grid-gap: 16px;}
}
/****************************************/
/*** Товары в слайдере ***/
/****************************************/
.swiper-slide{margin: 0;transition: all 0.3s ease;}
.products-swiper{overflow: hidden;}
.catalog__list.products-swiper, .index_catalog {max-height: 333px;}
#slideshow{width: 100%;position: relative;margin-top: 20px;}
#slideshow .swiper-navigation{position: absolute;top: 50%;transform: translateY(-50%);right: 12px;z-index: 2;display: none;flex-direction: column;grid-gap: 8px;}
#slideshow .swiper-navigation .swiper-button-next:after, #slideshow .swiper-navigation .swiper-button-prev:after{width: 16px;height: 16px;background-color:var(--main-color-black);}
#slideshow .swiper-navigation .swiper-button-next, #slideshow .swiper-navigation .swiper-button-prev{width: 30px;height: 30px;background: var(--main-color-white);opacity: 0.8;border-radius: 8px;}
#slideshow .swiper-navigation .disabled{opacity: 0.5;pointer-events: none;}
#slideshow .slider-wrapper{width: 100%;display: flex;grid-gap: 20px;}
#slideshow .slide_item{position: relative;height: 500px;border-radius:12px;overflow: hidden;background-position: center top !important;background-repeat: no-repeat !important;background-size: cover !important;transition: 0.5s;}
#slideshow .slide_item .slide_wrapper{opacity: 0;transform-origin: left bottom;transform: scaleX(0);position: absolute;bottom: 40px;left: 0;background: var(--main-color-white-opacity);padding: 24px;border-radius: 0 12px 12px 0;max-width: 90%;}
#slideshow .slide_title{font-size:32px;font-weight: 500;margin-bottom:12px;background-color: #0000067a;}
#slideshow .slide_title:first-letter{color: var(--main-color-orange);}
#slideshow .slide_text{font-size:18px;font-weight: 400;background-color: #0000067a;display: inline-block;}
#slideshow .slide_item.active{width: 100%;}
#slideshow .slide_item.active .slide_wrapper{transform: scaleX(1);}
#slideshow .slide_item .slide_wrapper.link{transition: 0.3s;}
#slideshow .slide_item:not(.active){cursor: pointer;}
#slideshow .slide_item{min-width: 140px;width: 140px;}
@media (min-width:980px){
#slideshow .slide_item .slide_wrapper:hover{background: var(--main-color-white);}
}
@media (max-width:1339px){
#slideshow .slider-wrapper{grid-gap: 16px;}
#slideshow .slide_item{height: 400px;min-width: 120px;width: 120px;}
#slideshow .slide_title{margin-bottom: 8px;font-size:28px;}
}
@media (max-width:1023px){
#slideshow .slide_item{height: 300px;min-width: 100px;width: 100px;}
#slideshow .slide_item .slide_wrapper{padding: 16px;bottom: 30px;}
#slideshow .slide_title{margin-bottom: 4px;}
#slideshow .slide_text{font-size: 16px;font-weight: 400;}
#slideshow .slide_item{background-position: top center !important;}
}
@media (max-width:767px){
#slideshow .slide_item{height: 260px;min-width: 80px;width: 80px;}
#slideshow .slide_title{font-size: 24px;}
#slideshow .slider-wrapper{grid-gap: 12px;}
}
@media (max-width:639px){
#slideshow .slide_item{height: 200px;min-width: 50px;width: 50px;}
#slideshow .slide_item .slide_wrapper{padding: 12px;bottom: 20px;}
#slideshow .slide_title{font-size: 20px;}
}
@media (max-width:479px){
#slideshow .slider-wrapper{grid-gap: 0;}
#slideshow .slide_item.active{opacity: 1;visibility: visible;}
#slideshow .swiper-navigation{display:flex;}
#slideshow .slide_item .slide_wrapper{max-width: 80%;}
#slideshow .slide_title{font-size: 18px;}
#slideshow .slide_text{font-size: 14px;}
#slideshow .slide_item .slide_wrapper{bottom: 12px;}
}
#index_catalog .swiper-navigation {#features.section {padding-top: 10px;}display: none !important;}
/*Категории на главнной*/
.index_catalog{width:100%;position:relative;margin-top: 24px;}
.index_catalog .catalog__item{position: relative;}
.index_catalog .catalog__item .catalog__name{font-size: 20px;font-weight: 500;text-align: center;margin-top: 12px;max-height: 50px;overflow: hidden;transition: 0.3s;}
.index_catalog .catalog__item .catalog__item_image{width: 100%;background: #fff;border-radius: 12px;position: relative;overflow: hidden;max-height: 300px;}
.index_catalog .catalog__item .catalog__item_image .count{transition: 0.3s;position: absolute;bottom: 12px;left: 12px;z-index: 1;padding: 8px;background: var(--main-color-white-opacity);font-size: 14px;font-weight: 500;border-radius: 6px;}
.index_catalog .catalog__item .catalog__item_image img{width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: contain;top: 0;left: 0;}
@media (min-width:768px){
.index_catalog .catalog__item:hover .catalog__name{color: var(--main-color-orange);}
.index_catalog .catalog__item:hover .catalog__item_image .count{background: var(--main-color-white);}
}
@media (max-width:1023px){
.index_catalog{margin-top:20px;}
.index_catalog .catalog__item .catalog__name{font-size:18px;max-height: 42px;}
}
@media (max-width:767px){
.index_catalog .catalog__item .catalog__name{font-size:16px;}
.index_catalog .catalog__item .catalog__item_image .count{display:none;}
}
@media (max-width:639px){
#features.section {padding-top: 10px;}
.index_catalog .catalog__item .catalog__name{font-size:14px;max-height: 37px;}
}
/*! Преимущества ***/
#features .container {border-bottom: 1px solid #575454;border-top: 1px solid #575454}
#features .main-featuresItem {display: block;margin-bottom: 4px;text-align: center}
#features .main-featuresInner {height: 100%;padding: 40px 0px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#features .main-featuresInner {
  max-width: 250px;
}
#features .main-featuresContent {padding-left: 15px;text-align: left}
#features .main-featuresTitle {font-size: 16px;font-weight: 300;margin-bottom: 0px}
#features .main-featuresIcon {width: 65px;height: 65px;-ms-flex-negative: 0;flex-shrink: 0;-webkit-transition: all .3s ease;transition: all .3s ease;}
#features .features-list .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
#features .features-list .owl-stage-outer {overflow: visible}
#features .features-list .main-featuresItem {margin-bottom: 0;height: 100%}
#features .owl-dots:not(.disabled) {display: block;float: right;margin: 5px auto;position: static;width: auto;text-align: right;padding: 2px 2px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;background-color: rgba(42,48,52,.5)}
#features .owl-dots .owl-dot {display: inline-block;zoom: 1}
#features .owl-dots .owl-dot span {display: block;position: relative;width: 8px;height: 8px;border-radius: 100%;background: #fff;margin: 0 2px}
@media (max-width:1199px) {
  #features .main-featuresItem {margin-bottom: 20px}
}
@media (max-width:991px) {
  #features .main-featuresInner {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  
}
@media (max-width:481px) {
  #features .main-featuresInner { max-width: 230px;}
}
/*! Табы товаров */
#producttabs {margin-bottom: -10px;content-visibility: auto;padding-bottom: 50px}
#producttabs .products-container {display: none;width: 100%}
#producttabs .tab-content-actived {display: inline-block}
#producttabs .pdt-nav {display: -webkit-box;display: -ms-flexbox;display: flex}
#producttabs .pdt-nav-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;margin-top: 0;margin-bottom: 20px;width: auto;text-align: left;padding: 0;list-style: none}
#producttabs .pdt-nav-wrap:after {content: '';display: block;height: 2px;width: 100%;position: absolute;top: 100%;background: #f0f0f0}
#producttabs .pdt-nav li {position: relative;z-index: 2;display: inline-block;margin-right: 35px;margin-bottom: 10px;cursor: pointer;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: .3s color;transition: .3s color;white-space: nowrap}
#producttabs .pdt-nav li:last-child {margin-right: 0}
#producttabs .pdt-nav li span {display: inline-block;position: relative;font-size: 24px;color: #2e2e2e;padding-bottom: 0;font-family: Raleway,Arial,sans-serif;font-weight: 700;-webkit-transition: all .3s ease;transition: all .3s ease}
#producttabs .pdt-nav li span:hover {color: #caa462}
#producttabs .pdt-nav li.tab-nav-actived,
#producttabs .pdt-nav li:hover {cursor: pointer;font-weight: 500}
#producttabs .pdt-nav li:hover span {color: #caa462}
#producttabs .pdt-nav li.tab-nav-actived span {width: 100%;color: #caa462}
@media(max-width:767px) {
  #producttabs .pdt-nav li span {font-size: 20px}
  #producttabs .pdt-nav-wrap:after {display: none}
  #producttabs .pdt-nav-wrap {overflow: auto}
  #producttabs .nav-splitter {display: none}
}
/*! Описание на главной ***/
#main._index .DescriptionBlock p:last-child {margin-bottom: 0;}
#main._index .DescriptionBlock .htmlDataBlock {padding-left: 50px;position: relative;}
#main._index .DescriptionBlock .htmlDataBlock::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #cec5bf;  
  position: absolute;
  top: 7px;
  left: 0;
  opacity: .3;
}
#main._index .row {align-items: center;}
@media(max-width:767px) {
  #main._index .DescriptionBlock .htmlDataBlock {
    padding-left: 0;
  }
  #main._index .DescriptionBlock .htmlDataBlock::before {
    display: none;
  }
}
/*! Бренды ***/
.brands {
  position: relative;
  max-width: 265px;
  margin-left: auto;
}
.brands::before {
  content: '';
  width: 420px;
  height: 420px;
  display: block;
  position: absolute;
  top: -50%;
  right: 0;
  background-image: url('/design/d565615/ellips.svg');
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 70px;
  padding: 10px;
  background: #302e33;
}
.brand:nth-child(2) {
  margin-top: 15px;
}
.brand .brand-link {
  display: flex;
  width: 100%;
  height: 100%;  
}
.brand .brand-link .brand-image {
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  transition: all .3s ease;
}
.brand .brand-link .brand-image:hover {
  filter: none;
}
.brands-navigation {
  display: flex;
}
.brands-navigation .owl-prev,
.brands-navigation .owl-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #b7b7b7;
  fill: rgb(206 197 191 / .2);
  user-select: none;
}
.brands-navigation .owl-next:hover, .brands-navigation .owl-prev:hover {
  fill: rgb(206 197 191 / 1);
}
.brands-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 22px;
}
.brands-navigation .owl-next {
  margin-left: 20px;
}
@media (max-width: 991px){
  .brands {
    max-width: 100%;
    margin-top: 40px;
  }
  .brands::before {
    top: auto;
    bottom: 100%;
    right: -30%;    
  }
  .brand {
    width: 100%;
  }
}
/*! Новости ***/
#news {
  margin-top: 35px;
  padding: 70px 0;
  content-visibility: auto;
  background: linear-gradient(to right, #212121 0%,#302e33 50%,#212121 100%);  
}
#news .preloader {display: none!important}
.block-title .navigation.disabled {visibility: hidden;}
#news .owl-item:hover {z-index: 20}
#news .block-bg {position: relative}
#news .block-news .item {position: relative;padding: 0;background: #1e1d21;border-radius: 0px;border: 0;}
#news .block-news .item:hover {border-color: #fff;-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);box-shadow: 0 0 20px 0 rgba(0,0,0,.15);z-index: 20}
#news .block-news .item:hover::before {border-color: #caa462;border-radius: 5px;top: -12px;left: -12px;right: -12px;bottom: -10px;-webkit-box-shadow: 0 20px 60px rgba(156,158,158,.5);box-shadow: 0 20px 60px rgba(156,158,158,.5);z-index: 20}
#news .block-news .post-content {position: relative;padding: 15px;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;z-index: 19;-webkit-transition: .3s;transition: .3s}
#news .block-news .item:hover .post-content {z-index: 21}
#news .block-title {margin-bottom: 30px}
#news .block-title .title {-webkit-box-shadow: none;box-shadow: none}
#news .block-news .title {min-height: auto;margin-bottom: 9px;border: 0;text-align: left;}
#news .block-news .post-content .title a {display: block;overflow: hidden;line-height: 20px;font-size: 16px;font-weight: 500;color: #cec5bf;margin-bottom: 5px;height: 40px;}
#news .block-news .post-content .title a:hover {color: #caa462}
#news .block-news .post-content .news-image-wrap {display: block;height: 200px;overflow: hidden;border-radius: 0px;margin-bottom: 0px;background-size: cover;background-repeat: no-repeat;background-position: center;}
#news .block-news .post-body {
  padding: 15px;
}
#news .block-news .post-content {
  padding: 0;
}
#news .block-news .news-image {display: block;width: auto;max-width: 100%;max-height: 100%;margin: auto}
#news .block-news .date {display: block;max-width: 145px;margin: 0;font-size: 14px;text-align: left;font-weight: 400;margin-bottom: 10px;border-radius: 5px;color: #cec5bf;opacity: .3;font-family: 'Ubuntu',sans-serif;}
#news .block-news .description {font-size: 14px;padding: 0;margin-bottom: 15px;height: 80px;overflow: hidden;text-align: left;color: #cec5bf;opacity: .3;}
#news .block-news .description > p {margin: 0}
#news .block-news .news-button {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
#news .block-news .news-button:hover {
  color: #caa462;
}
#news .block-news .news-button-icon {
  margin-left: 5px;
  font-size: 15px;
}
#news .block-news .button {max-width: 145px;margin: auto}
#news .tabs-headerList {display: inline-block;vertical-align: middle;position: relative}
#news .tabs-headerList-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
#news .tabs-headerList .tabs-headerItem {display: inline-block;vertical-align: middle;margin-right: 35px;margin-bottom: 10px}
#news .tabs-headerList .tabs-headerItem:last-child {margin-right: 0}
#news .tabs-headerList .tabs-headerItem:last-child {padding-right: 0}
#news .tabs-headerList .tabs-headerItem .tabs-headerLink {font-size: 24px;font-weight: normal;z-index: 2;display: inline-block;margin-right: 0;cursor: pointer;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: color .3s ease 0s;transition: color .3s ease 0s}
#news .tabs-headerList .tabs-headerItem:hover .tabs-headerLink {color: #caa462}
#news .tabs-headerList .tabs-headerItem.active .tabs-headerLink {color: #caa462}
#news .tabs-body {position: relative}
#news .tabs-body .tabs-content {display: none}
#news .tabs-body .tabs-content.active {display: block}
.nojs #news .preloader {display: none}
.nojs #news .block-news .item {width: 20%}
/*! Новости по группам  */
#news .block-news._group .post-content .news-image-wrap {
  margin-bottom: 10px;
}
#news .block-news._group .post-content .title a {
  text-align: center;
  padding: 0 10px;
}
#news .block-news._group .date {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
#news .block-news._group .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;  
  margin-bottom: 10px;
}
#news .block-news._group .button .material-icons-outlined {
  margin-left: 5px;
}
/*! Все новости  */
#news .block-news.all .item._first {
  width: 550px;
}
#news .block-news.all .item {
  width: 263px;
}
#news .block-news.all .owl-item:nth-child(even) .item:not(._first) .post-content {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  #news .block-news.all .item._first {
    width: 455px;
  }
  #news .block-news.all .item {
    width: 212px;
  }
}
@media (max-width: 991px) {
  #news .block-news.all .item._first {
    width: auto;
  }
  #news .block-news.all .item {
    width: auto;
  }
}
@media (max-width:767px) {
  #news .tabs-headerList-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap}
  #news .tabs-headerList .tabs-headerItem .tabs-headerLink {font-size: 20px}
  #news .tabs-headerList .tabs-headerItem {margin-right: 15px}
  #news .nav-splitter {display: none}
  #news .tabs-headerList-wrap::after {display: none}
}
@media (max-width:481px) {
  #news {
    padding-top: 50px;
  }
  #news .tabs-headerList .tabs-headerItem .tabs-headerLink {font-size: 18px}
}