

/* Start:/local/templates/market1001/components/krayt/krayt.stocks/sales/bitrix/news.detail/flat/style.min.css?17525825893377*/
.promo-detail-top-col-r h1{font-weight:500;font-size:30px}.promo-detail-top-col-r h2{text-align:left;font-weight:500}.promo-detail-top-col-r h3{font-size:22px}.promo-detail-top-col-r h4{font-size:20px}.promo-detail-top-col-r h5{font-size:18px}.promo-detail-top-col-r h1,.promo-detail-top-col-r h2,.promo-detail-top-col-r h3,.promo-detail-top-col-r h4,.promo-detail-top-col-r h5,.promo-detail-top-col-r h6{margin-top:20px;margin-bottom:20px}.promo-detail-top-col-r hr{border-top:1px solid #F0F0F0}.promo-detail-top-col-r ul{line-height:2}.promo-detail-top-col-r li{position:relative;margin:5px 0;padding-left:25px}.promo-detail-top-col-r ol li{padding-left:35px}.promo-detail-top-col-r ul li:before{content:'';position:absolute;top:0;left:0;width:8px;height:8px;color:#fff;font-weight:700;text-align:center;z-index:1;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;bottom:0;right:0;margin:auto 0;background-color:var(--main_color);border-radius:50%}.promo-detail-top-col-r blockquote{text-indent:20px}.promo-detail-content table td{padding:10px;border:1px solid var(--main-txt)}.promo-detail{margin-bottom:0}.promo-detail-block{font-size:14px;width:100%;line-height:1.5}.promo-detail-top-row{display:flex;flex-direction:row;margin-bottom:60px}.promo-detail-content{font-size:14px;font-weight:400;line-height:200%;display:inline-block}.promo-detail-content p{font-weight:400;font-size:14px;line-height:190%}.brand-products{padding-top:60px;padding-bottom:60px}#title-sales-product{margin-bottom:40px}#title-sales-product h2{font-weight:600;font-size:32px;line-height:100%}.product__list.row{margin-left:-10px;margin-right:-10px}.promo-list-dates-row{font-size:16px;padding:10px 15px;font-weight:500;align-items:center}.promo-list-dates .fa{margin-right:5px;font-size:16px}.promo-detail-top-image{position:relative}.promo-detail-block .title_box h1{margin-bottom:16px;margin-top:0}.promo-list-dates{margin-bottom:24px;display:inline-block;width:100%}.promo-list-dates span{font-weight:500;font-size:14px;line-height:100%;color:var(--main_text_gray)}.promo-detail-image-wrapper{max-height:100%;margin-right:43px}.promo-list-dates .count{display:inline-block;vertical-align:middle;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:var(--main_color);color:#fff;text-align:center;font-weight:500;padding:3px 8px;margin-left:5px;max-height:26px}.promo-detail-img{max-width:470px;max-height:260px;width:auto;height:auto;display:block;border-radius:8px}.main_content+br{display:none}.brand-products .bx_pagination_bottom{margin-top:20px;margin-bottom:0}.brand-products .bx_pagination_bottom .bx_pagination_page{justify-content:center}@media(max-width:992px){.promo-detail-top-row{flex-direction:column;margin-bottom:40px}.promo-detail-top-col-l{margin-bottom:24px}.promo-detail-image-wrapper{margin-right:0}.promo-detail-img{width:100%}.brand-products{padding-top:40px;padding-bottom:40px}#title-sales-product{margin-bottom:24px}#title-sales-product h2{font-size:26px}.promo-detail-content p{line-height:160%}}@media (max-width:576px){.promo-detail-top-row{margin-bottom:25px}.brand-products{padding-top:25px;padding-bottom:25px}#title-sales-product h2{font-size:20px}.promo-detail-block .title_box h1{margin-bottom:8px}.promo-list-dates{margin-bottom:12px}.brand-products .mini_tiles .product_item_subtitle{margin:16px 0 8px 0}}
/* End */


/* Start:/local/templates/market1001/components/krayt/krayt.smart_tabs/.default/style.css?17493066965397*/
.smart-tabs-wrap{
    padding: 60px 0;
}
.recommend-title + .smart-tabs-wrap{
    padding-top: 0;
}
.smart-tabs {
    position:relative;
}
.smart-tabs-title .title-h2,
.smart-tabs .title-h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}

.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a {
    display: block;
    cursor: pointer;
    color: #808080;
    font-size: 16px;
}
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.smart-tabs .swiper-slide{
    width: auto;
}
.smart-tabs .line {
    display: none;
}
.smart-tabs .tabs-list{
    margin-bottom: 40px;
    padding-bottom: 0;
}
.smart-tabs .swiper-button-next svg,
.smart-tabs .swiper-button-prev svg{
    fill: var(--main_text_black);
    transition: 0.2s all linear;
    will-change: transform;
}
.smart-tabs .swiper-button-prev{
    left: -23px;
}
.smart-tabs .swiper-button-next{
    right: -23px;
}
.smart-tabs .swiper-button-prev,
.smart-tabs .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
@media(hover:hover){
    .smart-tabs .swiper-button-prev:hover svg{
        transition: 0.2s all linear;
        transform: translateX(-5px);
    }
    .smart-tabs .swiper-button-next:hover svg {
        transition: 0.2s all linear;
        transform: translateX(5px);
    }
}
.smart-tabs .swiper-button-prev:active,
.smart-tabs .swiper-button-next:active {
    transform: scale(0.9);
    transition: 0.2s all linear;
}
.smart-tabs .swiper-button-next.swiper-button-disabled,
.smart-tabs .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.smart-tabs .tabs-list::before {
    display: none;
}
.smart-tabs .tabs-list__item {
    margin: 0;
    padding: 1px 0;
    border: 1px solid transparent;
}
.smart-tabs .tabs-list__item a {
    height: 46px;
    padding: 0 24px;
    margin-right: 12px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-filter);
    transition: 0.2s all linear;
    white-space: nowrap;
}
.smart-tabs .tabs-list__item a:hover {
    transition: 0.2s all linear;
    border: 1px solid var(--main_text_black);
    color: var(--main_text_black);
}
.smart-tabs .tabs-list__item a.active {
    transition: 0.2s all linear;
    border: 1px solid var(--active-tab);
    background-color: var(--active-tab);
    color: #fff;
}

.smart-tabs .k_loader::before {
    top: calc(50% - 100px);
}
.right-shadow {
    background: linear-gradient(270deg, #FFF 32.39%, rgba(252, 252, 252, 0) 106.25%);
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    right: -1px;
    pointer-events: none;
    z-index: 1;
}
.smart-tabs.recommends {
    margin-top: 0;
    padding-top: 0;
}
.smart-tabs .product__slider-wrp{
    margin-top: 0!important;
}
.smart-tabs .product__slider .product_item__price{
    padding-top: 0;
}
.recommend-title {
    padding-top: 60px;
}
.recommend-title .title-h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    display: inline-block;
}
.item-not-data-filter p {
    text-align: center;
    font-size: 25px;
}
.smart-tabs .big-text{
    margin: 60px 0;
}
.smart-tabs .small-text{
    display: none;
}
.item-not-data-filter + .k_loader{
    display: none;
}
.smart-tabs .product__list.tiles .border-top-tiles{
    display: none;
}
@media screen and (max-width: 992px) {
    .smart-tabs-wrap{
        padding: 40px 0;
    }
    .recommend-title{
        padding-top: 40px;
    }
    .smart-tabs-title .title-h2, .smart-tabs .title-h2,
    .recommend-title .title-h2{
        font-size: 26px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    .recommend-title{
        padding-top: 25px;
    }
    .smart-tabs-title .title-h2, .smart-tabs .title-h2, .recommend-title .title-h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
    .smart-tabs .tabs-list__item a{
        font-size: 12px;
        height: 36px;
        padding: 0 12px;
        margin-right: 8px;
    }
    .smart-tabs .tabs-list{
        margin-bottom: 32px;
    }
    .mini_tiles .product_card-flags{
        top: 0;
        left: 0;
    }
    .mini_tiles .product-item-image-wrapper{
        padding-top: 150px;
        margin-bottom: 32px;
    }
    .mini_tiles .product_item__price .price{
        font-size: 16px;
    }
    .mini_tiles .product_item__price .old_price{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }
    .mini_tiles .product_item_title .name{
        margin-bottom: 8px;
    }
    .smart-tabs-wrap{
        padding: 25px 0;
    }
    .right-shadow{
        display: none;
    }
}
/* End */
/* /local/templates/market1001/components/krayt/krayt.stocks/sales/bitrix/news.detail/flat/style.min.css?17525825893377 */
/* /local/templates/market1001/components/krayt/krayt.smart_tabs/.default/style.css?17493066965397 */
