

/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304*/
.bx-no-touch .catalog-section .product-item:hover{
    -webkit-box-shadow: var(--box-shadow) !important;
    box-shadow: var(--box-shadow) !important;
    z-index:1;
}
.bx-no-touch .catalog-section .product-item.card{
    --card-spacer-x: 1rem;
}

.default-nav-style {
    --nav-link-padding-y: 0.414rem;
    --nav-link-padding-x:1rem;
    --nav-link-font-size: 0.875rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-pills-border-radius:0.2rem;
}
.default-nav-style .nav-link {
    border:1px solid;
    border-color:var(--secondary);
}
.default-nav-style .nav-link:hover {
    color: var(--nav-pills-link-active-color);
    background-color: var(--nav-pills-link-active-bg);
    border-color:var(--nav-pills-link-active-bg);
}

.default-nav-style .nav-item {
    margin-bottom:1rem;
}

.default-nav-style .nav-item:not(:last-child) {
    margin-right:1rem;
}

@media screen and (max-width: 767px) {
    .default-nav-style .nav-item {
        margin-bottom:0;
    }
    .default-nav-style {
        --nav-link-font-size: 0.857rem;
    }
}


.default-nav-style.collapse:not(.show) {
    display: flex;
}
@media screen and (min-width: 768px) {
    .default-nav-style.collapse:not(.show) {
        overflow: hidden !important;
    }
    .default-nav-style.collapse:not(.show) .nav-item.hidden{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .default-nav-style .scroll-bg::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .default-nav-style .get-more-link {
        display: none;
    }
}
.default-nav-style [data-bs-toggle="collapse"]{
    display: inline-block;
    font-family: "Iconly" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: none;
    background-color: var(--light);
    border-radius: 50%;
    --nav-link-padding-x: 0.4rem;
}
.default-nav-style [data-bs-toggle="collapse"].collapsed:before{
    content:'\E003';
}
.default-nav-style [data-bs-toggle="collapse"]:not(.collapsed):before{
    content:'\E002';
}

@media (min-width: 768px) { 
    .fw-md-semibold {
        font-weight: 600!important;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?174708943113895*/


.product-detail .slider-images-container,
.product-detail .slider-thumbs-container{
    position:relative;
}
.product-detail .slider-images-container .swiper-slide a,
.product-detail .slider-thumbs-container .swiper-slide a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
}
.product-detail .slider-images-container .swiper-slide,
.product-detail .slider-thumbs-container .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}

.product-detail .slider-thumbs-container .swiper-slide{
    border: 1px solid;
    border-color:#ffffff;
    border-radius: 3px;
}
.product-detail .slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.product-detail .slider-thumbs-container .swiper-button-next{
    right: 0;
}
.product-detail .slider-thumbs-container .swiper-button-prev{
    left: 0;
}
.slider-thumbs-container .swiper {
    width: auto;
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.product-detail .item-image-wrapper{
    position:relative;
}

.product-detail-buttons .btn-lg {
    --btn-padding-y: 0.444rem;
}

.product-detail-buttons .btn {
    margin-top: 0.1875rem;
}


.product-detail .tbwp-location-delivery .icon-location{
    width:1.5rem;
    padding-right:0!important;
    justify-content:start!important;
}

.product-detail .tbwp-location-delivery .delivery-group-image{
    margin-right:0!important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-detail .item-image-wrapper{
        max-width: 20rem;
    }
}

.product-detail .item-image-wrapper .video-bg{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-detail .item-image-wrapper .video-bg:after{
    content:'';
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40%;
    width: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGNpcmNsZSBjeD0iMTEuMDA2NyIgY3k9IjExLjEzMiIgcj0iMTAuMTY3NCIgZmlsbD0iI0RDMEQxNSIvPg0KICAgIDxwYXRoIGQ9Ik0xNC43MDM5IDExLjEzMkw5LjE1ODAyIDE0LjMzMzlMOS4xNTgwMiA3LjkzMDE1TDE0LjcwMzkgMTEuMTMyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-detail-price-current{
    font-size:1.438rem;
    line-height:1;
    font-weight:600;
}

.product-detail .in-stock-block{
    display:flex;
    white-space: nowrap;
    justify-content:end;
    line-height: 1.2;
    margin-right:1rem;
}
.product-detail .in-stock-block .icon-stock-rate{
    margin-right:0.25rem;
    font-size:0.85rem
}
.product-detail .in-stock-block .tooltip-img {
    margin-top:-0.05rem;
}
.product-detail .in-stock-block i.few{
    color:#D12E26;
}
.product-detail .in-stock-block i.medium{
    color:#22b14c;
}
.product-detail .in-stock-block i.lot{
    color:var(--primary);
}
.product-detail .in-stock-block i.in_production_1,
.product-detail .in-stock-block i.in_production_2{
    color:#FF9605;
}

.product-detail .kredit-block{
    display:flex;
    align-items: center;
}
.product-detail .kredit-block .title{
    display:block;
    line-height: 1;
}
.product-detail .kredit-block .tooltip-img {
    position: absolute;
    top: -0.5rem;
}
.product-detail .btn{
    --btn-padding-x: 1rem;
    --btn-font-size: 1rem;
    --btn-border-radius: 0.2rem;
}
.product-detail .product-detail-buy-button.in-cart {
    --btn-bg: var(--primary) !important;
    --btn-border-color: var(--primary) !important;
}

.product-detail-scu-block{
    display:flex;
}
.product-detail-scu-block .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

ul.product-detail-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style:none;
}
ul.product-detail-scu-item-list label,
ul.product-detail-scu-item-list li{
    cursor:pointer;
}

.product-detail-scu-checkbox ul.product-detail-scu-item-list{
    flex-direction: column;
}

.product-detail-scu-text ul.product-detail-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
/*
ul.product-detail-scu-item-list li:not(:last-child){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
ul.product-detail-scu-item-list li:not(:first-child), ul.product-detail-scu-item-list li:nth-child(n+3){
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

*/
.product-detail-scu-text ul.product-detail-scu-item-list li:not(:first-child) {
    margin-left: .5rem;
}

.product-detail-scu-item-color-container,
.fake-product-detail-scu-item-text-container label,
.product-detail-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #C4C4C4;
    background-color: #ffffff;
    color: #414142;
    font-weight: 500;
    font-size:0.7333rem;
    padding: 0.3rem 0.65rem 0.15rem;
    line-height: 1;
    max-width: 100%;
    cursor:pointer;
    border-radius: 0.25rem;
}
.product-detail-scu-item-color-container.selected,
.product-detail-scu-item-text-container.selected{
    border: 2px solid var(--primary);
    color: #414142;
}
.fake-product-detail-scu-item-text-container .form-check-input{
    display:none;
}
.fake-product-detail-scu-item-text-container .form-check-input:checked + label {
    border: 2px solid var(--primary);
    color: #414142;
}
.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}
.product-detail-scu-checkbox .product-detail-scu-item-container{
    display: flex;
    position: relative;
}

.product-detail .product-label-text .label {
    display: flex;
}
.product-detail .review-item-rate .rate-text-block {
     display: block !important;
}
.product-detail .review-item-rate .rate-icon-block {
     display: none !important;
}
@media (max-width: 991px){
    .product-detail-other-actions .status-text-block{
        display:none !important;
    }
}
.product-detail-other-actions{
    --nav-link-font-size:0.875rem;
    --nav-link-padding-x: 0.6rem;
    --nav-link-hover-color: var(--primary);
    flex-wrap: nowrap;
}
.product-detail-other-actions .review-item-rate .star-rate-label,
.product-detail-other-actions .review-item-rate .star-rate-text{
    font-size:0.875rem;
}
.product-detail-other-actions .product-video-review{
    font-size: 0.75rem;
    font-weight:500;
}

.product-detail-other-actions .nav-artikul {
    --nav-link-color: var(--secondary);
    cursor:pointer;
}

@media screen and (max-width: 991px) {
    .product-detail-other-actions{
        --nav-link-font-size:1rem;
    }
    .product-detail-other-actions .review-item-rate .star-rate-label,
    .product-detail-other-actions .review-item-rate .star-rate-text{
        font-size:1rem;
    }
    .product-detail-other-actions .product-video-review{
        font-size:0.857rem;
    }
}
.product-detail-tab-accordion{
    --accordion-active-color: #000000;
    --accordion-active-bg: none;
    --accordion-body-padding-x: 0rem;
    --accordion-body-padding-y: 1.85rem;
    --accordion-btn-focus-border-color: var(--primary);
    --accordion-btn-padding-x: 0;
    --accordion-btn-padding-y: 0.25rem;
    --accordion-btn-color: #000000;
    --accordion-btn-bg: #ffffff;
    --accordion-border-width:0;
}

.product-detail-tab-accordion .product-detail-accordion-header{
    font-weight:600;
}
.product-detail-tab-accordion .product-detail-accordion-header:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid var(--primary);
}
.product-detail-tab-accordion > ul.nav .nav-item:not(:first-child){
    margin-left:1.7rem;
}

@media screen and (min-width:768px) {
    .product-detail-tab-accordion .product-detail-accordion-header:after{
        display:none;
    }
}
/* Tabs */
.product-detail-tab-content table:not(.table) th,
.product-detail-tab-content table:not(.table) td{
    border: 1px solid var(--gray-100);
}
.product-detail-table table{
    margin-bottom: 0;
    vertical-align: middle;
}
.product-detail-table table tr td{
    padding: 0.5rem 1rem;
    font-weight:500;
}
.product-detail-table table tr td:hover{
    cursor:pointer;
}
.product-detail-table table tr:last-child th,
.product-detail-table table tr:last-child td{
    border-bottom-width:0;
}
.product-detail-table table td:first-child{
    width: 80%;
}
.product-detail-table table td:last-child{
    width: 20%;
    text-align: right;
}
.product-detail-table table .depth-level-2 .item-num,
.product-detail-table table .depth-level-2 .item-name{
    padding-left: 1.5rem;
}
.product-detail-table table .depth-level-3 .item-num,
.product-detail-table table .depth-level-3 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table .depth-level-4 .item-num,
.product-detail-table table .depth-level-4 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table {
    --table-hover-bg: #f7f7f7 !important
}
.product-detail-table table .item-num{
    width: 1%;
    padding-left: 1rem;
    padding-right: 0;
    color:#666666;
    font-weight:400;
}
.product-detail-downloads .download-item-header{
    color: var(--primary);
    padding: 0.5rem 0rem;
    font-weight: 500;
}

.product-detail-downloads .downloads-item-row:last-child{
    margin-bottom: 0;
}

.product-detail-downloads a{
    font-weight: 500;
    color:var(--primary) !important;
}
@media (max-width: 767px) {
    .product-detail-downloads table td{
        width: 100% !important;
        float: left;
        text-align: left !important;
        border-bottom-width: 0;
        padding: 0.5rem 0;
    }
    .product-detail-downloads table tr td:last-child{
        border-bottom-width: 1px;
    }
    .product-detail-table table .depth-level-2 .item-num,
    .product-detail-table table .depth-level-2 .item-name,
    .product-detail-table table .depth-level-3 .item-num,
    .product-detail-table table .depth-level-3 .item-name,
    .product-detail-table table .depth-level-4 .item-num,
    .product-detail-table table .depth-level-4 .item-name{
        padding-left: 1rem;
    }
}
/* Tabs content style */


/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}
.product-item-detail-short-card-fixed.active {
    bottom: -1px;
    opacity: 1;
}
/*endregion*/


.product-detail .detail_text .quote b {
    font-weight: 600;
}

.product-detail .detail_text .header {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5714rem;
    /*margin: 1.4rem 0 1.4rem 0;*/
    margin: 1.2rem 0 1.2rem 0;
}

.half > p {
    margin-top: 0.4286rem !important;
}
.yandex-badge > .yandex-pay-badge+.yandex-pay-badge {
    margin-top:0.25rem;
}
.yandex-pay-badge-content {
    min-width: 1.15rem;
    margin-right: -1.15rem;
}
.yandex-pay-badge-content.wide {
    min-width:0.4rem;
    margin-right: -0.4rem;
}

.yandex-pay-info-text{
    font-size:0.857rem;
    padding-left: 1.15rem;
}
@media screen and (min-width: 768px){
    .yandex-pay-info-text{
        font-size:0.625rem;
    }
}
#yandex-pay-popup.fancybox__content{
    width:100%;
    max-width:30rem;
}
.yandex-pay-popup-link:hover{
    cursor:pointer;
}
#yandex-pay-popup .how-it-works .img-block{
    margin-bottom:0.5rem;
}
#yandex-pay-popup .how-it-works img{
    max-width: 3rem;
    margin:0 auto;
}
#yandex-pay-popup .how-it-works .title{
    font-size:0.75rem;
    line-height:1.2
}

.product-detail .equipment-section{
    position: relative;
    padding: 1.375rem 4rem 1.375rem 1.375rem;
    overflow: hidden;
}
.product-detail .equipment-section i{
    color:#D9D9D9;
    font-size: 4rem;
    position:absolute;
    top: 50%;
    right: -0.875rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
}
.product-detail .equipment-section .btn-outline-primary {
    --btn-color: #000;
    --btn-border-color: #000;
    --btn-hover-bg: #26B2C2;
    --btn-hover-border-color: #26B2C2;
    --btn-focus-shadow-rgb: 38, 178, 194;
    --btn-active-bg: #26B2C2;
    --btn-active-border-color: #26B2C2;
    --btn-disabled-color: #26B2C2;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #26B2C2;
}

.fancybox__slide.has-iframe .fancybox__content{
    padding: 0;
}

.tag-nav-list .tag-item {
    color:white!important;
    padding: 0.25rem 0.5rem;
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.rate/.default/style.css?17454074822099*/
.tbwp-reviews-rate .star-rate-block{
    display: flex;
    align-items: center;
    margin-right:1rem;
}
.tbwp-reviews-rate .star-rate-text{
    display: flex;
    align-items: center;

}

.tbwp-reviews-rate .star-rate-label{
    padding-left:0.25rem;
}


.tbwp-reviews-rate .star-rate-label,
.tbwp-reviews-rate .star-rate-text {
    color: #000000;
    white-space: nowrap;
    line-height:1;
    font-weight:500;
}
.tbwp-reviews-rate .star-rate-text i{
    padding-right: 0.5rem;
}
.tbwp-reviews-rate .star-rate-text.empty-items{
    color:var(--secondary);
}
.tbwp-reviews-rate .star-rate-text:hover{
    text-decoration:none;
    color:var(--primary) !important;
}



.tbwp-reviews-rate .rating-wrapper{
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tbwp-reviews-rate .rating-wrapper .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color:var(--secondary);
}
.tbwp-reviews-rate .rating-wrapper .stars-fill{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    color:var(--primary);
}
.tbwp-reviews-rate .rating-wrapper .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.tbwp-reviews-rate .rating-wrapper .stars div:not(:first-child){
    margin-left:0.2rem;
}

@media (max-width: 768px) {
    .tbwp-reviews-rate .stars div {
        display:none;
    }
    .tbwp-reviews-rate .stars div:first-child {
        display: block;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/compare.item/.default/style.css?1746650614551*/
.compare-item-link:hover{
    cursor:pointer;
}
.compare-item-link .nav-link:hover i,
.compare-item-link .nav-link.active i{
    color:var(--primary) !important;
    text-decoration: none;
}

.compare-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.compare-item-link .status-text-block span{
    display:none;
}
.compare-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.compare-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/templates/ibpstore/components/tbwp/favourites.item/.default/style.css?1729849328699*/
.favourite-item-link:hover{
    cursor:pointer;
}
.favourite-item-link .nav-link i{
    vertical-align: 1px;
}
.favourite-item-link .nav-link:hover i,
.favourite-item-link .nav-link.active i{
    color:var(--primary) !important;
    text-decoration: none;
}
.favourite-item-link .nav-link .block-icons{
    display:inline-block;
}

.favourite-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.favourite-item-link .status-text-block span{
    display:none;
}
.favourite-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.favourite-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/components/shtyl/yandex.share/templates/.default/style.css?17454075542970*/
.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal {
    display:flex;
    align-items: center;
    margin:0;
}

.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    order:1;
    margin:0.25rem 0.5rem!important;
}

.ya-share-wrap .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item_copy {
    order:0;   
}

.ya-share-block .ya-share-block-popover {
    opacity:0;
    position:absolute;
    width:0;
    height:0;
    left: 9999px;
}
.ya-share-wrap .ya-share2__link_copy .ya-share2__badge  {
    background: transparent;
}
.ya-share-wrap .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 20px;
    height: 20px;
}
.ya-share-wrap .ya-share2__item_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.85 3.11H13.59V2.85C13.5874 2.09494 13.2863 1.37157 12.7523 0.837657C12.2184 0.303749 11.4951 0.00263547 10.74 0L2.85 0C2.09494 0.00263547 1.37157 0.303749 0.837657 0.837657C0.303749 1.37157 0.00263547 2.09494 0 2.85L0 10.74C0.00263547 11.4951 0.303749 12.2184 0.837657 12.7523C1.37157 13.2863 2.09494 13.5874 2.85 13.59H3.11V13.85C3.1113 14.2273 3.18723 14.6006 3.33342 14.9484C3.47961 15.2962 3.69317 15.6116 3.9618 15.8765C4.23043 16.1414 4.54882 16.3506 4.89862 16.4919C5.24843 16.6332 5.62274 16.704 6 16.7H13.89C14.6451 16.6974 15.3684 16.3963 15.9023 15.8623C16.4363 15.3284 16.7374 14.6051 16.74 13.85V6C16.744 5.61936 16.672 5.24176 16.5282 4.88931C16.3844 4.53687 16.1716 4.21668 15.9025 3.94752C15.6333 3.67835 15.3131 3.46563 14.9607 3.32181C14.6082 3.178 14.2306 3.10599 13.85 3.11ZM2.85 11.89C2.54581 11.8874 2.25482 11.7654 2.03971 11.5503C1.82461 11.3352 1.70261 11.0442 1.7 10.74V2.85C1.70261 2.54581 1.82461 2.25482 2.03971 2.03971C2.25482 1.82461 2.54581 1.70261 2.85 1.7H10.74C11.0442 1.70261 11.3352 1.82461 11.5503 2.03971C11.7654 2.25482 11.8874 2.54581 11.89 2.85V3.11H6C5.61936 3.10599 5.24176 3.178 4.88931 3.32181C4.53687 3.46563 4.21668 3.67835 3.94752 3.94752C3.67835 4.21668 3.46563 4.53687 3.32181 4.88931C3.178 5.24176 3.10599 5.61936 3.11 6V11.93L2.85 11.89ZM11.85 4.81V10.74C11.8474 11.0442 11.7254 11.3352 11.5103 11.5503C11.2952 11.7654 11.0042 11.8874 10.7 11.89H4.81V6C4.80587 5.8426 4.83383 5.68601 4.89218 5.53977C4.95052 5.39353 5.03802 5.26069 5.14936 5.14936C5.26069 5.03802 5.39353 4.95052 5.53977 4.89218C5.68601 4.83383 5.8426 4.80587 6 4.81H11.85ZM14.96 13.81C14.9682 14.1143 14.8563 14.4097 14.6487 14.6323C14.441 14.8549 14.1542 14.987 13.85 15H6C5.69581 14.9974 5.40482 14.8754 5.18971 14.6603C4.97461 14.4452 4.85261 14.1542 4.85 13.85V13.59H10.78C11.5351 13.5874 12.2584 13.2863 12.7923 12.7523C13.3263 12.2184 13.6274 11.4951 13.63 10.74V4.81H13.89C14.1942 4.82301 14.481 4.95508 14.6887 5.1777C14.8963 5.40033 15.0082 5.69567 15 6L14.96 13.81Z' fill='black'/%3E%3C/svg%3E%0A");
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/properties.chars.list/.default/style.css?17482115751958*/

ul.product-detail-properties{
    padding: 0;
    margin-bottom: 1.85rem;
    list-style: none;
    font-weight: 400;
    font-size: 0.875rem;
}
ul.product-detail-properties > li{
    width: 100%;
    display: grid;
    place-items: stretch;
    grid-template-columns: minmax(150px, auto) auto;
    font-weight: 400;
    font-size: 0.9286rem;
}
/*.product-detail-properties > li:nth-of-type(odd){
    background-color: #f7f7f7;
}*/
.product-detail-properties-name{
    font-weight: 400;
    position:relative;
    padding: 0.25rem 0.5rem 0.25rem 0;
    display:inline-block;
}
.product-detail-properties-value{
    font-weight: 500;
    overflow-wrap: break-word;
    text-align: end;
    padding: 0.25rem 0rem 0.25rem 0.5rem;
    display:inline-block;
}

.product-detail-all-properties{
    font-weight:500;
    text-decoration: none;
}
.product-detail-all-properties:hover{
    text-decoration: underline;
}
.product-detail-properties-value .ellipsed-text {
    position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-detail-properties-value .hidden-checkbox {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.product-detail-properties-value .hidden-checkbox:checked ~ label, .product-detail-properties-value .ellipsed-text:not(.truncated) ~ label{
    display: none;
}
.product-detail-properties-value {
    position: relative;
}
.product-detail-properties-value .hidden-checkbox:checked + .ellipsed-text{
    -webkit-line-clamp: unset;
}

.show-more-label {
    box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, .8);
    padding-left: 0.15rem;
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    background: white;
    position: absolute;
    right:0;
    bottom:0.25rem;
}

.show-more-label i {
    color: #000;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 0.8rem;
    text-align: center;
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/calculate.delivery/.default/style.css?17406504994554*/
@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}
.tbwp-location-delivery .laoder,
.tbwp-location-delivery .result{
	-webkit-transition: opacity 350ms;
	-moz-transition: opacity 350ms;
	-ms-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
}

.tbwp-location-delivery .loader{
	text-align: center;
	font-size: 1.5rem;
}
.tbwp-location-delivery .loader .cssload-speeding-wheel{
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border-radius: 50%;
	background: radial-gradient(farthest-side,#26b2c2 94%,#0000) top/9px 9px no-repeat,
	conic-gradient(#0000 30%,#26b2c2);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
	animation: spinner-c7wet2 1s infinite linear;
}
.tbwp-location-delivery .loader .loader-text{
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 400;
}

.tbwp-location-delivery .delivery-item dt {
	display: grid;
	place-items: baseline;
	grid-template-columns: auto 1fr;
}
.tbwp-location-delivery .delivery-item dd {
	margin-bottom:0;
}

.tbwp-location-delivery .delivery-item .dotted{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 10px 1px;
	background-repeat: repeat-x;
}

.tbwp-location-delivery .delivery-group-item-name,
.tbwp-location-delivery-city .item-info{
	display:inline-block;
	font-weight: 500;
	padding-right: .5rem;
}

.tbwp-location-delivery .delivery-item .delivery-item-name{
	font-weight:400;
}
.tbwp-location-delivery .delivery-item .delivery-item-name a:hover{
	text-decoration:none;
	color:var(--danger)
}
.tbwp-location-delivery .delivery-item .delivery-item-name a{
	color:var(--primary);
	font-weight:600;
}
.tbwp-location-delivery .delivery-item .delivery-item-value-wrap .delivery-item-value:not(:last-child){
	padding-right:0.25rem;
}
.tbwp-location-delivery .location-city-line .icon-city-icon{
	font-size:1.25rem;
	color:#666666;
}
.tbwp-location-delivery .tbwp-delivery-group{
	position:relative;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.tbwp-location-delivery .location-city-line > i{
	font-size: 1rem;
	width: 1.5rem;
	color: #000000;
	margin-right: 0.5rem;
	padding-right: 0 !important;
}
.tbwp-location-delivery .delivery-group-image{
	width: 1.5rem;
	margin-right: 0.5rem;
}
.tbwp-location-delivery .tbwp-delivery-group i{
	font-size: 1rem;
	color: #000000;
}
.tbwp-location-delivery .tbwp-delivery-group .delivery-group-name{
	font-size:0.875rem;
	font-weight:600;
}

.tbwp-location-delivery .tbwp-delivery-group-list .delivery-item:not(:last-child){
	margin-bottom:0.25rem
}

/*.tbwp-location-delivery .location-city-line a>div:first-child,
.tbwp-location-delivery .tbwp-delivery-group .delivery-group-image{
	width:1.7143rem;
	display:inline-block;
}*/


@media (max-width: 767px) {
	.tbwp-location-delivery {
		font-size: 1rem;
	}
}

.tbwp-location-delivery .tbwp-delivery-title{
	font-weight:600;
	color:#4C4C4C;
}
/*
.tbwp-location-delivery .tbwp-delivery-title i{
	font-size:1.0714rem;
}
.tbwp-location-delivery .tooltip-img{
	margin-left: 0.5rem;
	margin-top: -0.5rem;
	position: relative;
	display: block;
	cursor:pointer;
}*/
.tbwp-location-delivery .location-city-line i {
	padding-right: 1rem !important;
}
.tbwp-location-delivery .location-city-line .location-name {
	font-size: 0.875rem;
	font-weight:600;
	max-width: 15rem !important;
	color:var(--primary);
}
.tbwp-location-delivery .delivery-item .delivery-item-value a:hover,
.tbwp-location-delivery .location-city-line:hover .location-name{
	color:var(--danger);
	text-decoration:none;
}
.tbwp-location-delivery .tbwp-delivery-title .tooltip-img {
	color: var(--body-color);
}
@media screen and (max-width: 991px){
	.tbwp-location-delivery .tbwp-delivery-title,
	.tbwp-location-delivery .loader .loader-text,
	.tbwp-location-delivery .location-city-line .location-name,
	.tbwp-location-delivery .delivery-group-item-name,
	.tbwp-location-delivery-city .item-info,
	.tbwp-location-delivery .delivery-item .delivery-item-value,
	.tbwp-location-delivery-city .item-info-value,
	.tbwp-location-delivery .delivery-item .delivery-item-name,
	.tbwp-location-delivery .tbwp-delivery-group .delivery-group-name {
		font-size: 1rem;
	}
}

.tbwp-calculte-delivery-popup .fancybox__content{
	width: 100%;
}
@media screen and (min-width: 992px){
	.tbwp-calculte-delivery-popup .fancybox__content{
		width: 70%;
	}
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/properties.grouper.list/.default/style.css?17435775782048*/

.grupper-properties-list .scroll-bg ul.nav {
	--nav-link-padding-y: 0.414rem;
	--nav-link-padding-x: 1rem;
	--nav-link-font-size: 0.875rem;
	--nav-pills-link-active-color: #fff;
	--nav-pills-link-active-bg: var(--primary);
	--nav-pills-border-radius: 0.2rem;

}

.grupper-properties-list  .scroll-bg .nav-pills .nav-item .nav-link{
	border: 1px solid;
	border-color: var(--secondary);
}
.grupper-properties-list  .scroll-bg .nav-pills .nav-item .nav-link:hover{
	color: var(--nav-pills-link-active-color);
	background-color: var(--nav-pills-link-active-bg);
	border-color: var(--nav-pills-link-active-bg);
}
.grupper-properties-list  .scroll-bg .nav-pills .nav-item:not(:last-child){
	margin-right: 1rem;
}
@media (min-width:768px) {
	.grupper-properties-list  .scroll-bg .nav-pills .nav-item{
		margin-bottom:1rem
	}
}

.grupper-properties-list .grupper-list .tab-content-title{
	color:var(--primary);
	border-radius: 0 !important;
	background-color: #ffffff;
	box-shadow: none;
	padding: 0.5rem 0rem;

}

.grupper-properties-list .grupper-list table tr td{
	width: 50%;
}
.grupper-properties-list .grupper-list table tr td:first-child{
	color: #4c4c4c;
	font-weight: 500;
	background-color: transparent !important;
}
.grupper-properties-list .grupper-list table tr td:last-child{
	padding-left: 1.5rem;
	color: #000000;
	font-weight: 500;
}
.grupper-properties-list .grupper-list table tr:last-child > *{
	border-bottom: none;
}

.grupper-properties-list .grupper-list .grupper-list-item-first{
	position:relative;
	padding-right: 1rem;
}
.grupper-properties-list .grupper-list .tooltip-img {
	margin-left: 0.5rem;
	margin-top: -0.25rem;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.grupper-properties-list .grupper-list table tr td:first-child{
		padding-left:0;
	}
	.grupper-properties-list .grupper-list table tr td:last-child{
		padding-right:0;
	}
}
@media (min-width: 768px) {
	.grupper-properties-list .grupper-list .grupper-list-item-first{
		padding-left: 1.5rem;
	}
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.list/.default/style.css?17476510103461*/

.tbwp-reviews-star .star-wrapper{
    position:relative;
    display: inline-block;
    height: 1.5rem;
    width: 6.25rem;
}

.tbwp-reviews-star .stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color:#797979;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none;
}
.tbwp-reviews-star .stars-fill{
    z-index: 2;
    color:#D12E26;
}
.tbwp-reviews-star .star {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #dcdcdc;
    color: rgb(var(--light));
    cursor: default;
    font-size:1.0714rem;
}

.tbwp-reviews-star .stars div:not(:first-child){
    margin-left:0.2rem;
}


#reviewsUserPhoto .field-img{
    width: 8.6667rem;
    height: 8.6667rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

#reviewsUserPhoto .video-bg{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#reviewsUserPhoto .video-bg:after{
    content:'';
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40%;
    width: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGNpcmNsZSBjeD0iMTEuMDA2NyIgY3k9IjExLjEzMiIgcj0iMTAuMTY3NCIgZmlsbD0iI0RDMEQxNSIvPg0KICAgIDxwYXRoIGQ9Ik0xNC43MDM5IDExLjEzMkw5LjE1ODAyIDE0LjMzMzlMOS4xNTgwMiA3LjkzMDE1TDE0LjcwMzkgMTEuMTMyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tbwp-reviews-list .tbwp-reviews-list-wrap .tbwp-reviews-list-item:not(:last-child) .tbwp-reviews-item{
    border-bottom:1px solid #ccc;
}
.tbwp-reviews-list .sort-nav{
    --nav-link-padding-y:0;
    --nav-link-padding-x:0.5rem;
    --nav-link-hover-color: var(--danger);
    --nav-link-font-weight:400;
}
.tbwp-reviews-list .sort-item a:not(.active) i{
    display:none;
}
.tbwp-reviews-list .sort-item a:not(:first-child):not(.active) {
    display:none;
}
.tbwp-reviews-list .sort-item a.active{
    font-weight:500;
    color:var(--danger);
}

.tbwp-reviews-list .star-nav .btn{
    --btn-padding-x: 0.5rem;
    --btn-padding-y: 0;
    --btn-font-weight:400;
}
.tbwp-reviews-list .form-select{
    padding-top:0;
    padding-bottom:0;
    border:none;
}
@media screen and (min-width: 768px) {
    .tbwp-reviews-list #offcanvasFilter{
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        --offcanvas-padding-x: 0;
        --offcanvas-padding-y: 0;
        --offcanvas-border-width: 0;
        --offcanvas-height: auto;
        --offcanvas-zindex: 100;
    }
    .tbwp-reviews-list #offcanvasFilter .offcanvas-body{
        overflow: hidden;
    }

}
.tbwp-reviews-list #offcanvasSort .nav{
    --nav-link-padding-y:0.25rem;
    --nav-link-padding-x:0;
    --nav-link-hover-color: var(--danger);
    --nav-link-font-weight:400;
}
.tbwp-reviews-list .form-check{
 min-height: auto;
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog.item/.default/style.css?174661414113500*/
.product-item.card{
    --card-border-radius: 0.5rem;
    --card-border-width:0;
    --card-border-color:none;
    --card-height:100%;
    --card-spacer-y: 1rem;
    --card-spacer-x: 0.5rem;
    --card-cap-bg:none;
}
.product-item-line .product-item.card{
    --card-spacer-x: 0;
}
.product-item.card.with-hit-description{
    --card-border-width:1px;
    --card-border-color:#C7CAD1;
}
.product-item.card.with-hit-description:hover{
    --card-border-color:#000000;
}

.product-item-slide .product-item.card{
    --card-border-width:1px;
    --card-border-color:#F5F5F5;
}
.product-item-slide .product-item.card:hover{
    --card-border-color:#000000;
}
.product-item.card .card-header{
    border-bottom:none;
    position: absolute;
    z-index: 2;
}
.product-item .card-body{
    position:relative;
}

.product-item .product-item-top-block{
    display: flex;
    width: 100%;
}

.product-item .product-item-other-actions ul.nav{
    --nav-link-padding-x: 0.5rem;
    --nav-link-padding-y: 0;
    --nav-link-font-size: 1rem;
}
.product-item-line .product-item .product-item-other-actions ul.nav {
    --nav-link-padding-y: 0rem;

}
.product-item .product-item-other-actions i{
    font-size: 0.875rem;
    color:var(--secondary);
}
.product-item .product-item-other-actions ul.nav .nav-item:last-child .nav-link{
    padding-right:0;
}

.product-item .item-image-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:10.25rem;
    z-index: 1;
}
.product-item .item-image-wrapper > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-item .product-item-picture{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.product-item-line .product-item .product-item-image-wrapper {
    margin-left: 0;
    margin-right:0;
    margin-top:0;
    margin-bottom: 0;
}
.product-item .product-item-image-wrapper .swiper-wrapper{
    margin-bottom:0.5rem;
}
.product-item .product-item-image-wrapper .swiper-pagination-bullet{
    border-radius: 0!important;
}
.product-item .product-item-image-wrapper .swiper-pagination{
    display: flex;
    bottom: 0 !important;
    position: relative !important;
    --swiper-pagination-bullet-height:3px;
    --swiper-pagination-bullet-width:100%;
    --swiper-pagination-color:var(--primary);
}

.product-item .product-item-image-wrapper .swiper-pagination-bullet:first-child{
    margin-left:0;
}

.product-item .product-item-image-wrapper .swiper-pagination-bullet:last-child{
    margin-right:0;
}

.product-item .product-item-title{
    display: block;
    font-weight: 500;
    text-decoration: none;
    line-height:1.2857rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.85rem;
}


.product-item-line .product-item .product-item-title{
    height:auto !important;
    font-weight: 600;
}

.product-item-line .product-item .product-item-title a:hover {
    text-decoration: none;
    color:var(--danger)!important;
}

.product-item-line .product-item .product-item-button-container .btn {
    --btn-padding-x: 0.5rem;
    width:100%;
}
/*@media (max-width: 767px) {
    .product-item.card.with-hit-description{
        --card-spacer-y: .5rem;
        --card-spacer-x: .5rem;
    }
    .product-item.with-hit-description .product-item-title{
        font-size: 0.8571rem;
        line-height:1rem;
    }
    .product-item.with-hit-description .review-item-rate > .row > .star-rate-block{
        width: auto;
    }
}*/
.banner-product-top  .product-item-slide .product-item.card,
.banner-product-top  .swiper-slide .product-item.card{
    --card-spacer-x: 0 !important;
}
.product-item-slide .product-item.card,
.swiper-slide .product-item.card{
    --card-spacer-x: 1rem;
}

.swiper-slide .product-item:not(.with-hit-description){
    max-width:22.7143rem;
}
.swiper-slide .product-item-slide{
    background: transparent !important;
    width:auto;
}
@media (max-width: 767px){
    .swiper-slide.product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (max-width: 991px){
    .swiper-slide .product-item-slide {
        max-width: 19.5714rem;
    }
}
@media (min-width: 992px){
    .swiper-slide .product-item-container{
        padding: 1rem;
    }
}

/*Amount*/
.product-item .product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item .product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}


.product-item .product-item-amount-field-btn-plus,
.product-item .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item .product-item-amount-field-btn-plus,
.bx-retina .product-item .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item .product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item .product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item .product-item-amount-field-btn-plus:hover:after,
.product-item .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item .product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item .product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item .product-item-amount-field { border-width: .5px; }

.product-item .product-item-amount-field:focus { outline: none !important; }

.bx-no-touch .product-item input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .product-item input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item .product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item .product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item .product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/* SKU */
.product-item ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.product-item ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
.product-item ul.product-item-scu-item-list li{
    margin-right: .5rem;
}
.product-item ul.product-item-scu-item-list li:last-child{
    margin-right: 0;
}

/* Price */
.product-item .product-item-price-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-item .product-item-price-current{
    color: #000000;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.product-item .product-item-price-old{
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 1rem;
    color:var(--secondary);
    line-height: 1;
}

@media (max-width: 767px) {
    .product-item .product-item-price-current{
        font-size: 1.143rem;
    }
    .product-item .product-item-price-old {
        font-size: 1rem;
    }
}

.product-item .product-item-button-container .btn{
    --btn-padding-x: 1rem;
    --btn-padding-y: 0.5rem;
    --btn-font-weight: 500;
    --btn-font-size: 0.875rem;
}

.product-item .add-to-cart-btn.in-cart {
    --btn-bg: var(--primary) !important;
    --btn-border-color: var(--primary) !important;
}

.product-item .hit-description-block{
    border-left: var(--border-width) var(--border-style) var(--border-color);
    padding-left:1rem;
    height:100%;
}

.product-item .hit-description-title{
    font-weight:500;
    margin-bottom:1rem;
}

@media (max-width: 767px) {
    .product-item .hit-description-block{
        border:none;
        padding-left:0;
    }

}

.product-item .hit-description ul:last-child{
    margin-bottom:0;
}

.product-item .review-item-rate .star-rate-label,
.product-item .review-item-rate .star-rate-text {
    font-weight:500;
}


ul.product-item-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
ul.product-item-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
/*
ul.product-item-scu-item-list li:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
ul.product-item-scu-item-list li:not(:first-child), ul.product-item-scu-item-list li:nth-child(n+3){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

*/
ul.product-item-scu-item-list li:not(:first-child) {
    margin-left: .5rem;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    background-color: #ffffff;
    color: #414142;
    font-weight: 500;
    font-size:0.7333rem;
    padding: 0.3rem 0.65rem 0.15rem;
    line-height: 1;
    max-width: 100%;
    cursor:pointer;
    border-radius: 0.25rem;
}
.product-item-scu-item-color-container.selected,
.product-item-scu-item-text-container.selected{
    border: 1px solid #000000;
    color: #000000;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}


.product-item .with-hit-block{
    display:flex;
    align-items:center;
}
.product-item .hit-text-with-icon i{
    font-size:1.125rem;
    margin-right:.5rem;
}
.product-item .hit-text-with-icon{
    margin-right:.5rem;
    font-weight:500;
}
@media screen and (min-width: 992px) {
    .product-item .hit-description,
    .product-item .hit-text-with-icon{
        font-size:0.875rem;
    }
    .hit-popover{
        --popover-max-width:18.75rem;
    }
}

.product-item .in-stock-block i.few{
    color:#D12E26;
}
.product-item .in-stock-block i.medium{
    color:#22b14c;
}
.product-item .in-stock-block i.lot{
    color:var(--primary);
}
.product-item .in-stock-block i.in_production_1,
.product-item .in-stock-block i.in_production_2{
    color:#FF9605;
}
/* End */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?174708943113895 */
/* /local/templates/ibpstore/components/tbwp/reviews.rate/.default/style.css?17454074822099 */
/* /local/templates/ibpstore/components/tbwp/compare.item/.default/style.css?1746650614551 */
/* /local/templates/ibpstore/components/tbwp/favourites.item/.default/style.css?1729849328699 */
/* /local/components/shtyl/yandex.share/templates/.default/style.css?17454075542970 */
/* /local/templates/ibpstore/components/shtyl/properties.chars.list/.default/style.css?17482115751958 */
/* /local/templates/ibpstore/components/tbwp/calculate.delivery/.default/style.css?17406504994554 */
/* /local/templates/ibpstore/components/shtyl/properties.grouper.list/.default/style.css?17435775782048 */
/* /local/templates/ibpstore/components/tbwp/reviews.list/.default/style.css?17476510103461 */
/* /local/templates/ibpstore/components/bitrix/catalog.item/.default/style.css?174661414113500 */
