

/* Start:/local/templates/mli/components/bitrix/news.list/hero/style.css?1746710425707*/
.hero__image--hide {
    display: block;
}
.hero-media {
    display: none;
                                
                                /*height: 460px;*/
                                aspect-ratio: 3 / 5.5;
                              
                            }

                            .hero-media__video {
                                display: block;
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }

@media (max-width: 992px) { 
    .hero__image--hide {
        display: none;
    }
    .hero-media {
        display: block;
    }
}                            
/* End */


/* Start:/local/templates/mli/components/bitrix/catalog.section/products/style.css?17482581593806*/
.slider-wrapper {
  width: 100%;
  display: flex;
  transform: translateZ(0);
  z-index: 2;
}

.slider__button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__button--prev {
  margin-left: auto;
}
.slider__button--prev.disabled,
.slider__button--next.disabled {
  opacity: 0.1;
}
.slider__button--prev:before {
  content: "";
  transform: rotate(-45deg);
  width: 20px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 9px;
  right: -5px;
}
.slider__button--prev:after {
  content: "";
  width: 20px;
  bottom: 1px;
  transform: rotate(45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 22px;
  right: -5px;
}
.slider__button--next:before {
  content: "";
  transform: rotate(-45deg);
  width: 20px;
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 23px;
  right: -5px;
}
.slider__button--next:after {
  content: "";
  width: 20px;
  bottom: 1px;
  transform: rotate(45deg);
  display: block;
  height: 1px;
  background: #001424;
  position: relative;
  top: 8px;
  right: -5px;
}
.products {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: calc(100% - 80px);
  max-width: 1160px;
}
.products__title {
  display: flex;
  flex: 1;
}
.products__title > a {
  font-family: "PTSerif";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #565656;
  margin-bottom: 30px;
  text-decoration: none;
  flex: 1;
}
.products__title > a:hover {
  text-decoration: underline;
}
.products__item {
  display: flex;
  position: relative;
  width: 20%;
  flex-direction: column;
  justify-content: baseline;
  min-height: 0;
}
.products__favorite {
  position: absolute;
  right: 8px;top: 5px;
  cursor: pointer;
  opacity: 0;
}
.products__item:hover .products__favorite {
  opacity: 0.7;
}
.products__item:hover .products__favorite:hover, .products__favorite.added {
  opacity: 1 !important;
}

.products__item-bottom {
  display: flex;
  gap:8px;
}
.slider__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
.products__status {
  position: absolute;
  top: 12px;
  left: 8px;
}
.products__status > span {
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
}
.products__status > span.new {
  background: #565656;
}
.products__status > span.sale {
  background: #f00;
}
.products__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #565656;
  text-decoration: none;
  margin-bottom: 8px;
}
.products__item-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  margin:0 auto;
}
.products__item-name > span {
  margin-bottom: 8px;
}
.products__item-image {
  width: 100%;
  /*margin-bottom:16px;*/
}
.slider-wrapper > .products__item,
.slider-wrapper > .products__item:nth-child(5n + 1) {
  margin-right: 3.4%;
  flex: 0 0 22.444%;
}
.products__item-price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #565656;
}
.products__item-oldprice {
  
}
.products__item-slider {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.products__item-slider > span {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.products__item-slider > span:nth-child(2)::before {
  margin: 0 4px;
}

.products__item-slider > span::before {
  content: "";
  background: #e7e7e7;
  height: 2px;
  display: block;
}

.products__item-slider > span.active::before {
  background: #808080;
}

/* End */


/* Start:/local/templates/mli/components/bitrix/catalog.section.list/hero/style.css?17387431771058*/
.special-category {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom:60px;
                width: calc(100% - 80px);
                max-width: 1160px;
            }
            .special-category__title {
                font-family: 'PTSerif';
                font-style: normal;
                font-weight: normal;
                font-size: 22px;
                line-height: 25px;
                color: #565656;
                margin-bottom: 30px;
            }
            .special-category__title--pleft {
                padding-left:20px;
            }
            .special-category__item {
                display: flex;
                flex-direction: column;
                width:50%;
                text-decoration: none;;
            }      
            .special-category__img {
                width:100%;
                max-width: 560px;
            }
            .special-category__img--mleft {
                margin-left: auto;
            }
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173476375451*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/mli/components/bitrix/news.list/blog-carousel/style.css?1742361284672*/
.slider-wrapper--blog {
  margin: 0;
  gap: 18px;
}
.blog-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
  margin-bottom: 60px;
  width: calc(100% - 80px);
  max-width: 1160px;
}
.blog-list__item {
  display: flex;
  text-decoration: none;
  text-align: center;
  flex-direction: column;
}

.slider__items {
  margin-right: 1.8949%;
  flex: 0 0 22.444%;
}
.blog-list__item > img {
  /*  */
  display: block;
  width: 100%;
  max-width: 260px;
  height: 340px;
  object-fit: cover;
  margin-bottom: 16px;
}
.blog-list__item > span {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #565656;
  text-decoration: none;
}

/* End */


/* Start:/assets/build/css/showrooms-20ed42b75d0cedf5e538.css?1734763720353*/
.showrooms-name{font-weight:600;text-decoration:none;font-size: 18px;margin-bottom:20px;margin-top:40px}.showrooms-address,.showrooms-phone{margin-bottom:10px}.showrooms-phone{text-decoration:underline}.showrooms-worktime{font-weight:600;margin-bottom:30px}.showrooms-photo{margin-top:20px;text-align:center}.showrooms-photo--img{width:100%;height:100%}
/* End */
/* /local/templates/mli/components/bitrix/news.list/hero/style.css?1746710425707 */
/* /local/templates/mli/components/bitrix/catalog.section/products/style.css?17482581593806 */
/* /local/templates/mli/components/bitrix/catalog.section.list/hero/style.css?17387431771058 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173476375451 */
/* /local/templates/mli/components/bitrix/news.list/blog-carousel/style.css?1742361284672 */
/* /assets/build/css/showrooms-20ed42b75d0cedf5e538.css?1734763720353 */
