

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17395303442530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/v2/components/bitrix/catalog.item/.default/style.css?17867849386325*/
.product-item {
    overflow: unset !important;
}

.product-item_img {
    overflow: hidden;
}

.product-item_img-slider .slick-list {
    overflow: hidden;
}

.product-item_img .slick-dots {
    display: none !important;
}

.product-item_img .wide-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.wrapper_slide-column,
.wrapper_slide-column .slide-column {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.product-item-scu-block {
    margin: 5px 0 15px 0;
}

.product-item_offers {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 1em;
}

.product-item_offers .selectric, .product-item_offers .selectric .label {
    line-height: 40px;
    height: 40px;
}

.product-item_offers .selectric .button {
    width: 37px;
}

.product-item_offers .selectric .button::after {
    width: 18px;
}

.product-item_property-item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-item_property-item > span {
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 3px;
}

.product-item_property-item > span:last-child {
    text-align: right;
}

.product-item_property-item:after {
    width: 100%;
    height: 0;
    border-top: 1px dashed #e2e2e2;
    content: '';
    left: 0;
    right: 0;
    bottom: 2px;
    position: absolute;
    z-index: 1;
}

@media(max-width: 575px) {
    .slick-initialized .slick-slide {
        position: relative;
    }
    .wrapper_slide-column {
        display: none;
    }
}

.product-item__sku {
    width: 100%;
}

.product-item--out-of-stock .product-item_img {
    opacity: .48;
    filter: grayscale(18%);
    transition: opacity .25s ease, filter .25s ease;
}

.product-item--out-of-stock:hover .product-item_img {
    opacity: .62;
}

.product-item--out-of-stock .product-item_price {
    color: #7a7a7a;
}

@media (min-width: 769px) {
    .product-item .product-item_footer-right .product-item_subscribe-btn {
        border-radius: 0 !important;
    }
}

@media (max-width: 768px) {
    .product-item .product-item_footer:has(.product-item_order-btn) {
        flex-wrap: wrap !important;
        align-items: flex-start;
        gap: 7px !important;
    }

    .product-item .product-item_footer:has(.product-item_order-btn) .product-item_price-row {
        flex: 1 1 calc(100% - 34px);
        max-width: calc(100% - 34px) !important;
        min-width: 0;
    }

    .product-item .product-item_footer:has(.product-item_order-btn) .product-item_footer-right {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .product-item .product-item_footer:has(.product-item_order-btn) .product-item_fav {
        order: -1;
        flex: 0 0 24px;
    }

    .product-item .product-item_footer:has(.product-item_order-btn) .product-item_order-btn {
        flex: 1 1 0;
        min-width: 0;
        height: 36px;
        padding: 0 10px;
        font-size: .75rem;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .catalog-row:has(.product-item--out-of-stock .product-item_subscribe-btn) {
        row-gap: 48px;
        margin-bottom: 48px;
    }

    .catalog-row .product-item--out-of-stock:has(.product-item_subscribe-btn) {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 14px;
        overflow: visible;
    }

    .product-item--out-of-stock .product-item_footer:has(.product-item_subscribe-btn) {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding-right: .5em;
        padding-left: .5em;
        margin-top: 4px;
        position: static;
    }

    .product-item--out-of-stock .product-item_footer:has(.product-item_subscribe-btn) .product-item_price-row {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }

    .product-item--out-of-stock .product-item_footer:has(.product-item_subscribe-btn) .product-item_footer-right {
        flex: 0 0 auto;
        width: 100%;
        display: block;
    }

    .product-item--out-of-stock .product-item_footer:has(.product-item_subscribe-btn) .product-item_fav {
        display: none !important;
    }

    .product-item .product-item_footer-right .product-item_subscribe-btn {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .product-item--out-of-stock .product-item_footer-right .product-item_subscribe-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 36px !important;
        min-width: 0 !important;
        min-height: 36px !important;
        padding: 0 8px !important;
        border: 1px solid #292623 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #292623 !important;
        font-size: .72rem !important;
        line-height: 1.1 !important;
        text-align: center;
        text-transform: uppercase;
    }

    .product-item--out-of-stock .product-item_footer-right .product-item_subscribe-btn:hover {
        background: #292623 !important;
        color: #fff !important;
    }

    .product-item .product-item_footer-right .product-item_subscribe-btn .product-item_subscribe-icon {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
        background-size: contain !important;
    }

    .product-item--out-of-stock .product-item_footer-right .product-item_subscribe-btn .product-item_subscribe-icon,
    .product-item--out-of-stock .product-item_footer-right .product-item_subscribe-btn > span {
        display: none !important;
    }

    .product-item--out-of-stock .product-item_footer-right .product-item_subscribe-btn::after {
        content: "\041D\0435\0442\0020\0432\0020\043D\0430\043B\0438\0447\0438\0438";
    }
}

/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17395303442530 */
/* /local/templates/v2/components/bitrix/catalog.item/.default/style.css?17867849386325 */
