

/* 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/reviews/style.css?174115620313114*/


.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;
}

@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-properties {
    font-weight: 400;
    font-size: 0.875rem;
}
.product-detail-properties dt{
    display: grid;
    place-items: baseline;
    grid-template-columns: auto 1fr;
}
.product-detail-properties-name{
    display:inline-block;
    width:100%;
    font-weight: 400;
}
.product-detail-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;
}
.product-detail-properties-value{
    font-weight: 500;
}
.product-detail-all-properties{
    font-weight:500;
    text-decoration: none;
}
.product-detail-all-properties:hover{
    text-decoration: underline;
}


.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;
}
.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;
}
@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;
}
.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
}
/* 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/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/components/tbwp/reviews.field.rate/templates/main.view/style.css?1737672209623*/
.tbwp-reviews-field-rate .label-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position:relative;
    font-size:0.875rem;
    color:var(--secondary);
}
.tbwp-reviews-field-rate .label-block .value{
    padding-left:1rem;
}
.tbwp-reviews-field-rate .line-block{
    display:inline-block;
    position: relative;
    height: 4px;
    background-color:#797979;
    width: 100%;
}
.tbwp-reviews-field-rate .line-fill{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-color:#D12E26;
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.item/.default/style.css?17476510102133*/
.tbwp-reviews-item .card{
    --card-border-width:0;
    --card-border-radius:0;
    --card-cap-bg:transparent;
    --card-bg:transparent;
    --card-spacer-x: 0;
    --card-cap-padding-x: 0;
}
.tbwp-reviews-item-useful-top{
    background-color:var(--light);
    padding:0.5rem 1rem;
}

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

.tbwp-reviews-item .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%);
}
.tbwp-reviews-item .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-item .field-label{
    font-weight: 500;
    margin-bottom:0.5rem;
}

.card-footer .nav{
    --nav-link-padding-y: 0;

}

.usefull-item-like .nav-link:hover,
.usefull-item-like .nav-link:focus,
.usefull-item-like .nav-link.active{
    --nav-link-hover-color: var(--success);
    --nav-link-color:var(--success);
}
.usefull-item-dislike .nav-link:hover,
.usefull-item-dislike .nav-link:focus,
.usefull-item-dislike .nav-link.active{
    --nav-link-hover-color: var(--danger);
    --nav-link-color:var(--danger);
}

.tbwp-reviews-item .tbwp-reviews-field-rate .label-block{
    color:#000000;
}
/* End */


/* Start:/local/components/tbwp/reviews.field.rate/templates/.default/style.css?1737672209623*/
.tbwp-reviews-field-rate .label-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position:relative;
    font-size:0.875rem;
    color:var(--secondary);
}
.tbwp-reviews-field-rate .label-block .value{
    padding-left:1rem;
}
.tbwp-reviews-field-rate .line-block{
    display:inline-block;
    position: relative;
    height: 4px;
    background-color:#797979;
    width: 100%;
}
.tbwp-reviews-field-rate .line-fill{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-color:#D12E26;
}
/* End */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.element/reviews/style.css?174115620313114 */
/* /local/templates/ibpstore/components/tbwp/compare.item/.default/style.css?1746650614551 */
/* /local/templates/ibpstore/components/tbwp/favourites.item/.default/style.css?1729849328699 */
/* /local/templates/ibpstore/components/tbwp/reviews.list/.default/style.css?17476510103461 */
/* /local/components/tbwp/reviews.field.rate/templates/main.view/style.css?1737672209623 */
/* /local/templates/ibpstore/components/tbwp/reviews.item/.default/style.css?17476510102133 */
/* /local/components/tbwp/reviews.field.rate/templates/.default/style.css?1737672209623 */
