

/* Start:/local/templates/ibpstore/components/bitrix/news/.default/bitrix/news.detail/articles/style.css?1736944991896*/
.news-detail .kamatoc-wrap__title{
    font-size: 1.4667rem;
    font-weight: 500;
    line-height: 1.4667rem;
    color: #034991;
    padding: 0.6667rem 0!important;
    display: block;
}
.news-detail ul.kamatoc{
    list-style: none;
    margin: 0 0 1.3333rem 0 !important;
    padding-left: 0 !important;
}
.news-detail ul.kamatoc li.kamatoc__top {
    padding: 0.3333rem 0 0.3333rem 0 !important;
    line-height: 1.4667rem;
}
.news-detail ul.kamatoc li.kamatoc__sub{
    padding: 0 !important;
}
.news-detail ul.kamatoc li a {
    font-size: 1.1rem;
    color: #034991;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (min-width: 992px){
    .news-detail.article .preview-text{
        font-size:0.875rem;
    }
}
.news-detail .image__item{
    margin-bottom:1rem;
}
.news-detail .image__item img,
.news-detail .detail-text img{
    max-width: 100%;
    height: auto;
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/news.list/news-list-slider/style.css?1732027634632*/

.news-items-list .card{
    --card-border-width: 0;
    --card-inner-border-radius:3px;
    --card-spacer-y: 1.25rem;
    --card-spacer-x: 0rem;
    line-height: 1.25;
}

.news-items-list .card .img-block{
    opacity: 1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 10rem;
}
.news-items-list .card:hover .img-block{
    opacity: .8;
}
@media screen and (max-width: 767px) {
    .news-items-list .card{
        --card-spacer-y: 1rem;
    }
}

/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog.item/.default/style.css?174881054213574*/
.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:#AAA;
}

.product-item-slide .product-item.card{
    --card-border-width:1px;
    --card-border-color:#F5F5F5;
}
.product-item-slide .product-item.card:hover{
    --card-border-color:#AAA;
}
.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 .product-item-title:hover {
    color:var(--primary)!important;
}

.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 */


/* 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 */
/* /local/templates/ibpstore/components/bitrix/news/.default/bitrix/news.detail/articles/style.css?1736944991896 */
/* /local/templates/ibpstore/components/shtyl/news.list/news-list-slider/style.css?1732027634632 */
/* /local/templates/ibpstore/components/bitrix/catalog.item/.default/style.css?174881054213574 */
/* /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 */
