

/* 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/shtyl/catalog.section.list/.default/style.css?17477772471591*/
.catalog-sections-list .nav {
    --nav-link-padding-y:0.5rem;
    --nav-link-padding-x:1rem;
    --nav-link-font-size: 1rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-pills-border-radius:0.2rem;
}



.catalog-sections-list .nav-link {
    display:flex;
    align-items:center;
    justify-content: center;
    background: var(--light);
    height: 100%;
}
.catalog-sections-list .nav-link:hover {
    color: var(--nav-pills-link-active-color);
    background-color: var(--nav-pills-link-active-bg);
}

.catalog-sections-list .nav-link .img-block {
    width:4rem;
    height:4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.default-nav-style.fix-padding-y .nav-link{
    padding-top:0.28rem;
    padding-bottom:0.28rem;
}

@media screen and (max-width: 767px) {
    .catalog-sections-list .nav .nav-item {
        text-align: center;
        width: 12rem;
    }
}
@media screen and (min-width: 768px) {
    .catalog-sections-list .nav-link {
        height:4.375rem;
    }
}

.catalog-sections-list .nav .nav-item{
    margin-bottom:1rem;
}
.catalog-sections-list .nav {
    margin-left:-1rem;
}
.catalog-sections-list .nav .nav-item{
    margin-left:1rem;
}

@media screen and (min-width: 992px) {
    .catalog-sections-list .nav .nav-item {
        text-align: center;
        width: calc(20% - 1rem);
    }
    .catalog-sections-list .nav-link {
        height:100%;
    }
    .catalog-sections-list .nav-link .img-block {
        width:10rem;
        height:6rem;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/tbwp/catalog.sortgrid.panel/.default/style.css?17428725951266*/
.tbwp_catalog_sg_panel ul.nav{
    --nav-link-color:var(--gray-700);
    --nav-link-hover-color:var(--primary);
    font-size: 0.875rem;
}
.tbwp_catalog_sg_panel .nav-link.active{
    --nav-link-font-weight:500;
    color:var(--nav-link-hover-color);
}

.tbwp_catalog_sg_panel .nav-link:hover{
    color:var(--nav-link-hover-color);
}
.tbwp_catalog_sg_panel .nav-link i {
    color: inherit;
}
.tbwp_catalog_sg_panel .sort-panel .label,
.tbwp_catalog_sg_panel .grid-panel .label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
}
.tbwp_catalog_sg_panel .offcanvas-title {
    font-size: 1rem;
    font-weight: 500;
}
.tbwp_catalog_sg_panel .offcanvas {
    --offcanvas-height: 50vh;
    --offcanvas-padding-x: 1.85rem;
}
.tbwp_catalog_sg_panel .offcanvas ul.nav {
     --nav-link-padding-x: 0;
}
.tbwp_catalog_sg_panel .grid-panel ul.nav {
    --nav-link-padding-x: 0.65rem;
}
@media screen and (max-width: 767px){
    .tbwp_catalog_sg_panel .sort-panel .label,
    .tbwp_catalog_sg_panel .grid-panel .label {
        font-size: 1rem;
    }
    .tbwp_catalog_sg_panel .grid-panel ul.nav{
        --nav-link-padding-x: 0.2rem;
    }
    .tbwp_catalog_sg_panel .grid-panel ul.nav .nav-item:not(:first-child) {
        padding-left: 0.4rem;
    }
}

/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?175100133513641*/
@media (min-width: 768px) {
    .smart-filter .offcanvas{
        visibility: visible;
        position: relative;
        transform:none;
        border:none;
    }
    .smart-filter .offcanvas-body{
        overflow: visible;
    }
    .smart-filter .offcanvas-title,
    .smart-filter .smart-filter-title{
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .smart-filter .offcanvas{
        border-right: none;
    }
    .smart-filter .offcanvas-body{
        margin-bottom: 8rem;
    }

}

@media (max-width: 767px) {
    .smart-filter .offcanvas-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 400px;
        background-color: #ffffff;
    }
    .smart-filter .offcanvas-footer .btn{
        border-radius: 0;
    }
    .smart-filter-button-container{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #ffffff;
        padding: 1rem;
        flex-direction: column;
        margin: 0;
    }
}
.smart-filter{
    background-color:#ffffff ;
}
.smart-filter .form-control{
    font-weight:500; ;
}
.smart-filter .offcanvas-title,
.smart-filter .smart-filter-title{
    font-size: 1.28571rem;
    font-weight: 500;
}
.smart-filter-parameters-box-title-text{
    font-weight: 600;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .smart-filter-parameters-box-title-text{
        font-size: 0.875rem;
    }
}
.smart-filter-parameters-box-title{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: start;
}
.smart-filter-parameters-box{
    position: relative;
}
/* .smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title{
    margin-bottom: .6rem;
} */
.smart-filter-input-group-checkbox-list .form-check:last-child{
    margin-bottom: 0 !important;
}
.smart-filter-parameters-box {
    margin-bottom: 1.2rem;
}
.smart-filter-parameters-box-title{
    margin-bottom: 0.4rem;
}

.smart-filter-block {
    display: none;
    box-sizing: content-box;
    transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }


.smart-filter-angle{

    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}
.smart-filter-angles{
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.smart-filter-angle-up .smart-filter-angles:before{
    content: "\f106";
    display: block;
}
.smart-filter-angle-down .smart-filter-angles:before{
    content: "\f107";
}

.smart-filter-input-group-number .form-group{
    padding-left: .5rem;
}
.smart-filter-input-group-number .form-group:first-child{
    padding-left: 0;
}
.smart-filter-input-group-checkbox-list .form-check,
.smart-filter-input-group-checkbox-list-group {
    margin-bottom: 0.25rem;
}

.smart-filter-input-group-checkbox-list-group:last-child {
    margin-bottom: 0;
}

.smart-filter-input-group-checkbox-list .form-check,
.smart-filter-input-group-checkbox-list .form-check input,
.smart-filter-input-group-checkbox-list .form-check label{
    cursor: pointer;
}
.smart-filter-input-group-checkbox-list .form-check:hover .form-check-input{
    border: 1px solid var(--primary);
}
.smart-filter-input-group-checkbox-list .form-check-input[disabled] ~ .form-check-label,
.smart-filter-input-group-checkbox-list .form-check-input:disabled ~ .form-check-label {
    opacity: 0.25;
}

.smart-filter-input-container{
    display: flex;
    align-items: center;
}
.smart-filter-input-container label{
    padding-right:0.5rem;
}

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 1.5rem 1rem 1rem;
    margin-top: 0.5rem;
}

.smart-filter-slider-track {
    position: relative;
    height: 0.25rem;
    background: #03499157;
}

.smart-filter-slider-ruler {
    position: absolute;
    width: 1px;
    height: 1.125rem;
    background: #cccccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
    position: absolute;
    top: -1.25rem;
    display: block;
    width: 4.375rem;
    color: #000;
    text-align: center;
    font-size: 0.929rem;
    transform: translateX(-50%);
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086;     left: 50%;}

.smart-filter-slider-ruler.p1 span{
    text-align:left;
    left: -0.5rem;
    transform: none;
}
.smart-filter-slider-ruler.p5 span{
    text-align:right;
    right: -0.5rem;
    transform: none;
}

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: var(--primary);
}

.smart-filter-slider-price-bar-vn {
    z-index: 70;
    background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
    z-index: 80;
    background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
    position: absolute;
    top: -0.34em;
    width: 0;
    height: 0;
    border: 0.438rem solid var(--primary);
    border-radius: 50%;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -0.438rem;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -0.438rem;
}

/*endregion*/

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    white-space: nowrap;
    background-color:#ffff;
    flex-direction: column;
    box-shadow: -4px 5px 20px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    border-radius:0.214rem;
    top: 50%;
    transform: translateY(-50%);
}
.smart-filter-popup-text{
    color:#000000;
    font-weight: 500;
}
.smart-filter-popup-result.show {
    display: flex;
}

.smart-filter-popup-result.right { left: 100%; }

.smart-filter-popup-result.left { right: 100%; }

.smart-filter-popup-result.right:after {
    content: " ";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-right: 15px solid #ffff;
    border-left: none;
    border-bottom: 15px solid transparent;
}


.smart-filter-horizontal .smart-filter-popup-result {
    position: relative;
    right: auto;
    bottom: -7px;
    left: auto;
    display: inline-block;
}

.smart-filter-popup-result-close { display: none; }


.smart-filter .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.25rem;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
}
.smart-filter-hint{
    display:inline;
}

.filter-items-list {
    --nav-link-padding-y: 0.414rem;
    --nav-link-padding-x: 1rem;
    --nav-link-font-size: 0.933rem;
    --nav-link-color: #fff;
    --nav-link-hover-color: #fff;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-pills-border-radius: 0.2rem;
}
.filter-item{
    background-color: var(--primary);
    display: flex;
    align-items: center;
}
.filter-items-list .nav-item{
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.filter-item i{
    color:#ffffff;
    font-size: 1.25rem;
    line-height: 1.25;
}
.filter-item.clear{
    background: #F5F5F5;
    color:#4C4C4C;
}
.filter-item.clear i{
    color:#000000;
}
@media screen and (max-width: 767px) {
    .filter-items-list {
        --nav-link-font-size: 1rem;
    }
}
@media screen and (min-width: 768px){
    .filter-items-list .nav-item{
        max-width: 40rem;
    }
}
.smart-filter input::-webkit-outer-spin-button,
.smart-filter input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
@media (max-width: 767px){
    .filter-items-list{
        margin-bottom: 0.5rem;
    }

    .filter-items-list .nav-item{
        margin-bottom: 0;
    }
}
.smart-filter .smart-filter-count{
    color:#666666;
}


.smart-filter .js-range-slider{
    display:none;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max,
.smart-filter .irs--round .irs-from,
.smart-filter .irs--round .irs-to,
.smart-filter .irs--round .irs-single{
    font-size:0.929rem;
    background-color: transparent;
    color: #666666;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max{
font-weight:600;
}

.smart-filter .irs--round .irs-bar {
    background-color: var(--primary);
    height: 2px;
}
.smart-filter .irs--round .irs-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: solid;
    border-color:var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: none;
}
.smart-filter .irs--round .irs-handle.state_hover,
.smart-filter .irs--round .irs-handle:hover {
    background-color: var(--primary);
    cursor:pointer;
}
.smart-filter .irs--round .irs-from:before,
.smart-filter .irs--round .irs-to:before,
.smart-filter .irs--round .irs-single:before{
    display:none;
}
.smart-filter .irs--round .irs-min,
.smart-filter .irs--round .irs-max,
.smart-filter .irs-from,
.smart-filter .irs-to,
.smart-filter .irs-single {
    top: 0.5rem;
}
@media screen and (max-width: 767px) {
    .smart-filter .range-slider{
        padding: 0 0.5rem;
    }
}
.smart-filter .irs--round {
    height: 2rem;
    margin-top: 0.5rem;
}

.smart-filter .irs--round .irs,
.smart-filter .irs--round .irs-bar{
    width:100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.smart-filter .irs--round .irs-line{
    top:0;
    height: 2px;
}
.smart-filter .input-group .input-group-text {
    background-color: var(--body-bg);
    border-right: none;
    padding: .5rem .8rem;
    color: #3f3f3f; /* color for number placeholder*/
}


.smart-filter .input-group>.btn {
    position: absolute;
    right: 0;
    border: none!important;
    z-index:10;
}
.smart-filter .input-group>.form-control {
    flex-grow: 1;
    padding-right: 1.85rem!important;
    border-radius: .1875rem!important;
}
.smart-filter .input-group>.input-group-text {
    border-right: 0!important;
}

.smart-filter .input-group .input-group-text,
.smart-filter .input-group .form-control
{
    border: var(--border-width) solid var(--gray-500);
}
.smart-filter .input-group:hover .input-group-text,
.smart-filter .input-group:hover .form-control,
.smart-filter .input-group:focus-within .input-group-text,
.smart-filter .input-group:focus-within .form-control
{
    border-color: var(--primary)!important;
}
.smart-filter .input-group .form-control:focus {
    border-color: var(--primary)!important;
}
.smart-filter .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.smart-filter .input-group>:not(:last-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    padding-right: 0.25rem;
}
.smart-filter .input-group>.form-control, .smart-filter .input-group>.form-floating, .smart-filter .input-group>.form-select{
    padding: .5rem;
}
.smart-filter .input-group>.btn{
    --btn-hover-color: var(--danger);
    --btn-active-color: var(--danger);
}
@media screen and (min-width: 768px){
    .smart-filter .input-group>.form-control{
        font-size:0.875rem;
        font-weight:500;
    }

    #filter-search {
        font-size: 0.875rem;
        border: var(--border-width) solid var(--gray-500);
    }
    #filter-search:focus, 
    #filter-search:hover 
    {
        border-color: var(--primary);
    }
}

#btn-filter-search-reset {
    display: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-45%);
    border:none!important;
    --btn-hover-color: var(--danger);
    --btn-hover-border-color: #000000;
    --btn-active-color: var(--danger);
    --btn-active-border-color: #000000;
}
@media (max-width: 768px) {
    .smart-filter-button-container {
        max-width: var(--offcanvas-width);
    }
}


.smart-filter-input-group-checkbox-list-group-show-more {
    cursor:pointer;
}

/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/ion-rangeslider/css/ion.rangeSlider.min.css?172846781211084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/system.pagenavigation/lazyload/style.css?17284678121119*/
.pagination-container ul.pagination{
    --pagination-border-radius:0;
    --pagination-active-bg: transparent;
    --pagination-active-border-color: transparent;
    --pagination-active-color: var(--primary);
    --pagination-hover-color: var(--primary);
    --pagination-hover-bg: transparent;
    --pagination-hover-border-color: transparent;
    --pagination-focus-color: var(--primary);
    --pagination-focus-bg: transparent;
    --pagination-font-size: 1rem;
    --pagination-color: #000000;
}

.pagination-container .page-link.showing,
.pagination-container .view-more-button{
    font-size: 0.9333rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}
.pagination-container .view-more-button{
    font-size:1.067rem;
    font-weight: 500;
    text-decoration:none;
    color:#000;
}
.pagination-container .view-more-button i{
    background-color: var(--light);
    color: #000;
    border-radius: 50%;
    padding: 0.4rem;
    font-size: 1rem;
}
.pagination-container .view-more-button:hover i{
    background-color: var(--primary);
    color:#fff;
}

.page-load-status {
    display: none;
}
/* End */


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

.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?17510013352099*/
.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:400;
}
.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/templates/ibpstore/components/bitrix/catalog/.default/shtyl/highloadblock.list/catalog-tooltip/style.css?1731412307139*/
.catalog-tooltip:hover i,
.catalog-tooltip:hover a,
.catalog-tooltip:hover{
    color:var(--danger) !important;
    text-decoration:none;
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog.top/catalog-block-accessories/slider/style.css?1730902339597*/
.catalog-top .product-item-slide{
	background: transparent !important;
	width:auto;
}
.catalog-top{
	--swiper-pagination-bottom:-1rem;
}
@media (min-width: 992px){
	.product-item-slide.swiper-slide .product-item-container{
		padding: 1rem;
	}

	.product-item-slide.swiper-slide{
		max-width:23.5714rem;
	}
}
@media (max-width: 991px) {
	.product-item-slide.swiper-slide{
		max-width:19.5714rem;
	}
}
@media (max-width: 767px) {/*
	.product-item-slide .product-item.with-hit-description{
		max-width:23.5714rem;
		margin: 0 auto;
	}*/
	.product-item-slide.swiper-slide{
		max-width:19.5714rem;
	}
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/news.list/catalog-block-faq/style.css?1730905900586*/
.faq-items-list .item{
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    background-color: var(--gray-100);
    padding: 0.8rem 0.85rem;
    width: 100%;
    height: 100%;
}
.faq-items-list .item:hover{
    cursor: pointer;
    background-color: var(--primary);
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .faq-items-list .col {
        min-width:18.083rem;
    }
}

@media screen and (max-width: 991px) {
    .faq-items-list .col {
        min-width:19.667rem;
    }

    .faq-items-list .text-block {
        font-size: 1.143rem;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/system.pagenavigation/.default/style.css?17284678121119*/
.pagination-container ul.pagination{
    --pagination-border-radius:0;
    --pagination-active-bg: transparent;
    --pagination-active-border-color: transparent;
    --pagination-active-color: var(--primary);
    --pagination-hover-color: var(--primary);
    --pagination-hover-bg: transparent;
    --pagination-hover-border-color: transparent;
    --pagination-focus-color: var(--primary);
    --pagination-focus-bg: transparent;
    --pagination-font-size: 1rem;
    --pagination-color: #000000;
}

.pagination-container .page-link.showing,
.pagination-container .view-more-button{
    font-size: 0.9333rem;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}
.pagination-container .view-more-button{
    font-size:1.067rem;
    font-weight: 500;
    text-decoration:none;
    color:#000;
}
.pagination-container .view-more-button i{
    background-color: var(--light);
    color: #000;
    border-radius: 50%;
    padding: 0.4rem;
    font-size: 1rem;
}
.pagination-container .view-more-button:hover i{
    background-color: var(--primary);
    color:#fff;
}

.page-load-status {
    display: none;
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/news.list/reviews_top/style.css?17284678121719*/

.reviews-items-list .card{
    --card-border-color: #E5E5E5;
    --card-border-radius: 0.2143rem;
    --card-height: 100%;
    --card-spacer-y: 1.4286rem;
    --card-spacer-x: 1.4286rem;
}

.reviews-items-list .card-footer {
    background-color: #ffffff;
    border-top: none;
}
.reviews-items-list .card-footer .btn-danger:hover{
    --btn-hover-bg: var(--primary);
    --btn-hover-border-color: var(--primary);
    --btn-active-bg: var(--primary);
    --btn-active-border-color: var(--primary);
}
.reviews-items-list .img-block{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 5.429rem;
}
.reviews-items-list .product-title{
    font-size:0.938rem;
    font-weight:500;
    line-height: 1.2857rem;
}
.reviews-items-list .title{
    font-size:1.125rem;
    font-weight:500;
}
.reviews-items-list .text-block{
    font-size:0.938rem;
}
.reviews-items-list .text-date{
    display: inline-block;
    vertical-align: bottom;
}

.reviews-items-list .label {
    display: flex;
    position: relative;
}
.reviews-items-list .sticker {
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 0.2rem;
    border: 2px solid;
    border-color: #E5E5E5;
    padding: 0.35rem 0.65rem;
    line-height: 1;
    cursor: pointer;
}
.reviews-items-list .sticker.us_by {
    border-color: var(--primary);
    color: var(--primary);
}

.reviews-items-list .panel i{
    font-size:1.25rem;
    color:#000000;
}
.reviews-items-list .panel .icons i:not(:last-child){
    padding-right:0.5rem;
}
@media (max-width: 991px){
    .reviews-items-list .swiper-slide{
        max-width:21.286rem;
    }
}
.reviews-items-list .star-rate-text{
    display:none;
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/catalog.section.list/catalog-hits/style.css?1739528425690*/
.hits-list-nav{
    --nav-link-font-size: 1rem;
    --nav-link-padding-x: 1rem;
    --nav-link-padding-y: 0.4rem;
    --nav-pills-border-radius: 0.2rem;
    --nav-pills-link-active-color: #FFFFFF;
    --nav-pills-link-active-bg: var(--primary);
    --nav-pills-link-bg:var(--light);
    --nav-link-font-weight: 500;
}

.hits-list-nav.nav-pills .nav-link:not(.active){
    background-color:var(--nav-pills-link-bg);
}
.hits-list-nav .nav-item:not(:last-child)
{
    margin-right:1rem;
}

@media screen and (min-width: 768px) {
    .catalog-hits .product-item-slide [data-entity="buttons-block"],
    .catalog-hits .product-item-slide [data-entity="price-block"]{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/news.list/video-list-slider/style.css?17454074821148*/
.video-items-list .swiper-wrapper {
    align-items: stretch;
}

.video-items-list .swiper-wrapper .swiper-slide {
    height: auto;
}

.video-items-list .card{
    --card-border-width: 0;
    --card-inner-border-radius:3px;
    --card-spacer-y: 1.25rem;
    --card-spacer-x: 1.5rem;
    line-height: 1.25;
    --card-bg:#636E7F;
    --card-color:#fff;
    --card-border-radius:10px;
    overflow: hidden;
    height: 100%;
}
.video-items-list .card .card-text{
    font-size: 1.0714rem;
    line-height: 1.2857rem;
}

.video-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: 10.5rem;
}
.video-items-list .card:hover {
    --card-bg:#98AAC6;
}
@media screen and (max-width: 767px) {
    .video-items-list .card{
        --card-spacer-y: 1rem;
        --card-spacer-x: 1rem;
    }
    .video-items-list .swiper-slide{
        max-width: 20rem;
    }
    .video-items-list .card .img-block{
        height: 11rem;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/shtyl/news.list/.default/style.css?17496167081095*/
.news-items-list .swiper-wrapper {
    align-items: stretch;
}

.news-items-list .swiper-wrapper .swiper-slide {
    height: auto;
}

.news-items-list .col{
    max-width: 22rem;
}

@media screen and (max-width: 991px) {
    .news-items-list .col{
        min-width: 20rem;
    }
}

.news-items-list .card{
    --card-border-width: 0;
    --card-inner-border-radius:3px;
    --card-spacer-y: 1.25rem;
    --card-spacer-x: 1.25rem;
    --card-bg:#F5F5F5;
    --card-border-radius:10px;
    overflow: hidden;
    line-height: 1.25;
    height:100%;
}

.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: 11.133rem;
}
.news-items-list .card:hover{
    --card-bg:#EDF4FF;
}

.news-items-list .card .card-date {
    color:#666;
}

@media screen and (max-width: 767px) {
    .news-items-list .card{
        --card-spacer-y: 1rem;
        --card-spacer-x: 1rem;
    }
}
/* End */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/shtyl/catalog.section.list/.default/style.css?17477772471591 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/tbwp/catalog.sortgrid.panel/.default/style.css?17428725951266 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?175100133513641 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/ion-rangeslider/css/ion.rangeSlider.min.css?172846781211084 */
/* /local/templates/ibpstore/components/bitrix/system.pagenavigation/lazyload/style.css?17284678121119 */
/* /local/templates/ibpstore/components/bitrix/catalog.item/.default/style.css?175100133513574 */
/* /local/templates/ibpstore/components/tbwp/reviews.rate/.default/style.css?17510013352099 */
/* /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/bitrix/catalog/.default/shtyl/highloadblock.list/catalog-tooltip/style.css?1731412307139 */
/* /local/templates/ibpstore/components/bitrix/catalog.top/catalog-block-accessories/slider/style.css?1730902339597 */
/* /local/templates/ibpstore/components/shtyl/news.list/catalog-block-faq/style.css?1730905900586 */
/* /local/templates/ibpstore/components/bitrix/system.pagenavigation/.default/style.css?17284678121119 */
/* /local/templates/ibpstore/components/bitrix/news.list/reviews_top/style.css?17284678121719 */
/* /local/templates/ibpstore/components/shtyl/catalog.section.list/catalog-hits/style.css?1739528425690 */
/* /local/templates/ibpstore/components/shtyl/news.list/video-list-slider/style.css?17454074821148 */
/* /local/templates/ibpstore/components/shtyl/news.list/.default/style.css?17496167081095 */
