

/* Start:/local/templates/innet_focus_s1_new_design/blocks/price-compare/price-compare.css?1763108318687*/
.price-compare {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.5rem 0;
}
.price-compare__row {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.price-compare__link {
    color: var(--color-orange);
    text-decoration: underline;
}
.price-compare__value {
    font-size: 1.562rem;
    font-weight: 700;
}
.price-compare__value--orig {
    font-size: 1.125rem !important;
    color: #858585;
}
.price-compare__value--disc {
    background-color: #414142;
    color: white;
    padding: 5px 8px 3px 8px;
    border-radius: 6px;
    line-height: normal;
}
.price-compare__label--secondary {
    color: #bababa;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/menu/catalog_top/style.css?17528509562253*/
.tags nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tags a {
    border-radius: 60px;
    padding: 5px 10px;
    width: fit-content;
    background-color: white;
    text-decoration: none;
    color: #414142;
    transition: background-color 0.5s, color 0.5s;
}

.tags a:hover {
    color:white;
    background-color: var(--color-orange);
    transition: background-color 0.5s;
}


.tags a.current {
    color:white;
    background-color: var(--color-orange);
}

.tags nav {
    display: none; /* Скрываем ссылки по умолчанию на мобильной версии */
}
.tags div.current{
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px;
    background:var(--color-orange);
}


.tags.open nav {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px){
    .tags div.current{
        margin-bottom: 0px;
    }
    .tags nav a.current{
        display:none;
    }
    .tags nav a{
        width:100%;
        border-radius: 0;
    }
}
@media (min-width: 992px) {
    .tags nav {
        display: flex !important;
    }
    .tags div.current {
        display: none;
    }
}



.menu-catalog {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    gap: 8px;
}

.menu-inner {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 8px;
    max-width: 100%;
    transition: max-width 0.3s ease;
}

.menu-catalog.expanded .menu-inner {
    overflow: visible;
    flex-wrap: wrap;
    /*white-space: normal;*/
}

.menu-item {
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid transparent;
    color: #333;
    white-space: nowrap;
}

.menu-item.current {
    border-color: #000;
    font-weight: bold;
}

.menu-toggle {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
.hidden-item {
    display: none;
}

.menu-catalog.expanded .hidden-item {
    display: inline-block;
}


/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/sotbit/seo.meta.tags/.default/style.css?17691526602117*/
.tags-wrapper-js {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Отступы */
    align-items: center;
    width: 100%;
    margin-bottom:10px;
    /* Важно: убрали overflow: hidden и max-height, рулим через JS */
}

.sotbit-seometa-tag-link {
    display: inline-flex; /* или inline-block */
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    /*white-space: nowrap;*/
    /*height: 30px;*/
    align-items: center;
    text-align: center;
}


.sotbit-seometa-tag-link:first-child{
    display: inline-flex!important;
}

/* Класс для скрытия элементов (добавляем скриптом) */
.tag-hidden {
    display: none !important;
}

/* Стили кнопки */
.tags-toggle-btn-js {
    cursor: pointer;
    background-color: white;
    font-weight: bold;
    padding: 5px 12px;
    height: 30px;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 60px;
}
.tags-toggle-btn-js:hover{
    color:white;
    background-color: var(--color-orange);
}
.tag-item-js.section-item-js{
    cursor: pointer;
    border-radius: 60px;
    position: relative;
}
.tag-item-js.section-item-js .section-name:after{
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    vertical-align: middle;
    /*border-style: solid;*/
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    top: initial;
    margin-top: -5px;
}
.tags-list-js.menu-inner{
    overflow: unset;
    position:relative;
}
.section-item-js .item-list{
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 105;
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 100%;
    /* width: 100vw; */
    flex-wrap: wrap;
}
.section-item-js .item-list:not(.hide){
    display:flex;
}
.sotbit-seometa-tags-wrapper{
    /*display:none;*/
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/style.css?177996643024095*/
.bx-filter{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;margin-bottom:20px;/*min-width:220px*/;width:100%;}
.bx-filter .bx-filter-section{padding-top:26px;position:relative;}
.bx-filter .bx-filter-section>.row{padding:0 5px;}
.bx-filter .bx-filter-title{color:#000;font-size:24px;padding:14px 29px;}
.bx-filter .bx-filter-parameters-box{position:relative;}
/*.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:15px;}*/
@media (min-width: 992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both;}
}
@media (min-width: 768px) and (max-width: 991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both;}
} 
/*.bx-filter .bx-filter-parameters-box-title span{border-bottom:1px solid transparent;color:#333;cursor:pointer;font-size: 14px; letter-spacing: 0.5px;}*/
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span{}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent;}
.bx-filter .bx-filter-block{box-sizing:content-box;display:none;moz-box-sizing:content-box;moz-transition:padding .3s ease;ms-transition:padding .3s ease;o-transition:padding .3s ease;transition:padding .3s ease;webkit-box-sizing:content-box;webkit-transition:padding .3s ease;}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block;}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{display:block;font-size:14px;font-style:normal;padding-bottom:5px;}
/*.bx-filter-parameters-box-container{padding-bottom:47px;}*/
/*.bx-filter-parameters-box-container .checkbox{display:block;padding-left:10px;}*/
/*.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0;}*/
/*.bx-filter-parameters-box-container .checkbox:last-child{margin-bottom:29px;}*/
/*.bx-filter .bx-filter-parameters-box-container-block{color:#3f3f3f;font-size:11px;position:relative;}*/
/*.bx-filter .bx-filter-parameters-box-container-block i.dash{background:#606d74;height:1px;position:absolute;right:-5px;top:19px;width:8px;}*/
.bx-filter .bx-filter-input-container{}
.bx-filter .bx-filter-input-container input{background:#fff;border:1px solid #ccd5db;border-radius:2px;display:block;font-size:18px;height:38px;margin:0;outline:none;padding:0 15px;width:100%;}
.bx-retina .bx-filter .bx-filter-input-container input{border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;border-style:solid;border-width:1px;moz-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;o-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;webkit-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;}
.bx-ios .bx-filter .bx-filter-input-container input{background-image:linear-gradient(#ffffff 0%, #ffffff 100%);background-image:-webkit-linear-gradient(#ffffff 0%, #ffffff 100%);}
.bx-filter .bx-filter-button-box{clear:both;}
.bx-filter .bx-ui-slider-track-container{padding-bottom:5px;padding-top:5px;z-index: 9;margin: 0 10px;}
.bx-filter .bx-ui-slider-track{height:7px;position:relative;}
.bx-filter .bx-ui-slider-part{background:#a2bfc7;display:none;height:17px;position:absolute;top:-6px;width:1px;}
.bx-filter .bx-ui-slider-part.p1{left:-1px;}
.bx-filter .bx-ui-slider-part.p2{left:25%;}
.bx-filter .bx-ui-slider-part.p3{left:50%;}
.bx-filter .bx-ui-slider-part.p4{left:75%;}
.bx-filter .bx-ui-slider-part.p5{right:-1px;}
.bx-filter .bx-ui-slider-part span{color:#000;display:block;font-size:11px;left:50%;margin-left:-50px;position:absolute;text-align:center;top:-16px;width:100px;}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086;}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v{bottom:0;position:absolute;top:0;}
.bx-filter .bx-ui-slider-range{z-index:100;}
.bx-filter .bx-ui-slider-pricebar{z-index:100;}
.bx-filter .bx-ui-slider-pricebar-vd{z-index:60;}
.bx-filter .bx-ui-slider-pricebar-vn{background:#e6e9ed;z-index:70;}
.bx-filter .bx-ui-slider-pricebar-v{z-index:80;}
.bx-filter .bx-ui-slider-handle{background:#FFF;border-bottom:none;border-radius:50%;height:22px;position:absolute;top:-7px;width:22px;}
.bx-filter .bx-ui-slider-handle:hover{cursor:grab;ms-cursor:grab;o-cursor:grab;webkit-cursor:grab;}
.bx-filter .bx-ui-slider-handle:active{cursor:grabbing;ms-cursor:grabbing;o-cursor:grabbing;webkit-cursor:grabbing;}
.bx-filter .bx-ui-slider-handle:before{border-radius:50%;content:'';height:6px;left:6px;position:absolute;top:6px;width:6px;}
.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-12px;}
.bx-filter .bx-ui-slider-handle.right{margin-right:-12px;right:0;}
.bx-filter .bx-filter-select-container{border:1px solid #ccd5db;border-radius:3px;box-sizing:border-box;display:block;height:35px;moz-box-sizing:border-box;webkit-box-sizing:border-box;}
.bx-retina .bx-filter .bx-filter-select-container{border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;border-style:solid;border-width:1px;moz-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;o-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;webkit-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;}
.bx-filter .bx-filter-select-block{background:#fff;border:none;border-radius:2px;box-sizing:border-box;display:block;height:33px;margin:0;moz-box-sizing:border-box;padding:0 33px 0 10px;position:relative;webkit-box-sizing:border-box;width:100%;}
.bx-filter .bx-filter-select-text{cursor:pointer;font-size:15px;height:33px;line-height:33px;max-width:100%;ms-text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;}
.bx-filter .bx-filter-select-text.fix{min-width:120px;}
.bx-filter .bx-filter-select-text label{cursor:pointer;}
.bx-filter .custom-checkbox i:before{line-height: 15px;}
.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 33px;
    cursor: pointer;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
.bx-filter-select-popup{background:#fff;min-width:173px;padding:0;}
.bx-filter-select-popup ul{list-style:none;margin:0;padding:0;}
.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle;}
.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;margin-bottom:5px;padding-bottom:5px;}
.bx-filter-select-popup ul li label{box-sizing:border-box;color:#575757;cursor:pointer;display:block;font-size:14px;height:26px;line-height:26px;moz-box-sizing:border-box;ms-text-overflow:ellipsis;overflow:hidden;padding:0 5px;text-align:left !important;text-overflow:ellipsis;vertical-align:middle;webkit-box-sizing:border-box;white-space:nowrap;width:100%;}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover{background:#f3f8fa;color:#000;}
.bx-filter-select-popup ul li label.disabled{background:transparent;color:#b8b8b8;}
.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px !important;}
.bx-filter .bx-filter-tag{padding:18px;}
.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none;}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover{color:#1d3d46;}
.bx-filter .bx-filter-param-label{cursor:pointer;font-weight:normal;min-height:20px;}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{display:block;float:left;margin-right:18px;position:relative;}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label i{height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;transform:scale(0);transition:all 0.3s ease;width:calc(100% + 4px);z-index:10;}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active i{transform:scale(1);}
.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label i:before{content:"\2713";font-family:'Segoe UI Symbol';font-size:17px;left:9px;position:absolute;top:3px;}
.bx-filter-parameters-box-container .apply-filter{border-radius:25px;display:block;margin-bottom:35px;padding:15px 0px;text-transform:uppercase;width:100%;}
.bx-filter-parameters-box-container .reset-filter{display:block;padding:0px;text-transform:uppercase;width:100%;}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block;}
.bx-filter .bx-filter-param-label{position:relative;}
.bx-filter .bx-filter-param-label .icon{border:1px solid #cdcdcd;height:16px;left:-10px;margin:0px;position:absolute;top:2px;width:16px;}
.bx-filter .active .bx-filter-param-label .icon:before{font-size:13px;line-height:14px;transform:scale(1);}
.bx-filter-param-btn-inline{margin-bottom:35px;overflow:hidden;padding:2px;}
.bx-filter .bx-filter-param-label.dib{display:inline-block;}
.bx-filter .bx-filter-param-text{font-weight:normal;}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c;}
.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa;}
.bx-filter .bx-filter-input-checkbox{}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox]{}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left;}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{text-transform:uppercase;}
.bx-filter .bx-filter-param-btn{background:#fff;border:1px solid #ccd5db;border-radius:2px;color:#000;cursor:pointer;display:inline-block;font-weight:normal;moz-transition:border .3s ease, box-shadow .1s ease, color .3s ease;ms-transition:border .3s ease, box-shadow .1s ease, color .3s ease;o-transition:border .3s ease, box-shadow .1s ease, color .3s ease;position:relative;text-align:center;text-decoration:none;transition:border .3s ease, box-shadow .1s ease, color .3s ease;vertical-align:middle;webkit-transition:border .3s ease, box-shadow .1s ease, color .3s ease;}
.bx-retina .bx-filter .bx-filter-param-btn{border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;border-style:solid;border-width:1px;moz-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;o-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;webkit-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;}
.bx-filter .bx-filter-param-btn.bx-color-sl{}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none;}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative;}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px;}
.bx-filter .bx-filter-param-btn.bx-spm{background-color:transparent;border-radius:50%;color:#767b7e;font-size:17px;font-weight:normal;height:23px;line-height:23px;min-width:23px;padding:0;vertical-align:top;width:23px;}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active{box-shadow:inset 0 2px 3px rgba(0, 0, 0, .12);outline:none !important;}
.bx-filter span.bx-spm{color:#000;display:inline-block;font-size:18px;height:23px;line-height:23px;margin:0 10px;vertical-align:middle;}
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon{border-radius:2px;display:inline-block;height:23px;line-height:33px;margin-right:2px;margin-top:-4px;position:relative;vertical-align:middle;width:23px;}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon{background-size:cover;box-shadow:inset 0 0 0 1px rgba(0, 0, 0, .05);display:inline-block;height:28px;line-height:24px;vertical-align:middle;webkit-background-size:cover;width:28px;}
.bx-filter-select-popup .bx-filter-btn-color-icon{height:20px;margin:2px 0;top:0 !important;width:20px;}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px !important;}
.bx-filter-btn-color-icon.all{border:none;box-shadow:none;position:relative;}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before{background:#fff;box-shadow:inset 0 0 0 1px rgba(0, 0, 0, .2);content:" ";height:60%;position:absolute;width:60%;}
.bx-filter-btn-color-icon.all:after{bottom:0;right:0;}
.bx-filter-btn-color-icon.all:before{left:0;top:0;}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2;}
.bx-filter .bx-filter-parameter-biz{border-bottom:1px dashed;display:inline-block;font-size:14px;line-height:15px;margin-right:10px;text-decoration:none;}
.bx-filter .bx-filter-parameter-biz:hover{border-bottom:1px solid;text-decoration:none;}
.bx-filter .bx-filter-parameter-biz.bx-active{border-color:transparent;color:#000;position:relative;}
.btn-themes{color:#FFF;}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{color:#FFF;}
.bx-filter .bx-filter-popup-result{border:1px solid #C6DCE7;border-style:solid;color:#3f3f3f;display:none;font-size:13px;font-weight:normal;line-height:18px;line-height:normal;margin-left:10px;margin-top:-7px;min-height:37px;padding:0 10px;position:absolute;white-space:nowrap;z-index:915;}
.bx-filter .bx-filter-popup-result.left{border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 fill repeat;border-width:2px 10px 2px 2px;moz-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;o-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;webkit-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;}
.bx-filter .bx-filter-popup-result.right{border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 fill repeat;border-width:2px 2px 2px 10px;moz-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;o-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;webkit-border-image:url(/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;}
.bx-filter .bx-filter-popup-result.right{left:97%;}
.bx-filter .bx-filter-popup-result.left{right:97%;}
.bx-filter-horizontal .bx-filter-popup-result{bottom:-7px;display:inline-block;left:auto;position:relative;right:auto;}
.bx-filter .bx-filter-popup-result a{line-height:10px;}
.bx-filter .bx-filter-popup-result a:hover{text-decoration:none;}
.bx-filter .bx-filter-popup-result-close{display:none;}
@media (max-width: 767px){.bx-touch .bx-filter .bx-filter-popup-result{background:rgba(255,255,255,.9);border:1px solid #c6dae7;border-radius:2px;bottom:0 !important;font-size:12px;height:auto;left:0 !important;line-height:14px;margin-left:0;margin-top:0;padding:10px;position:fixed !important;right:0 !important;top:auto !important;width:auto;z-index:1001;}
    .bx-touch .bx-filter .bx-filter-popup-result br{display:none;}
    .bx-filter .bx-filter-popup-result .arrow{display:none;}
}
.uppercase{text-transform:uppercase;}
.bx-filter .bx-filter-section{border:1px solid #efefef;padding:0px;}
form.smartfilter{border-top:none;}
.bx-filter-parameters-box-hint{background:#f7f6f6;display:block;height:43px;line-height:43px;padding-left:20px;position:relative;}
.bx-filter-parameters-box-hint .sub{color:#aaa !important;font-size:11.5px;}
.bx-filter-parameters-box-hint i{background:#FFF;height:41px;position:absolute;right:0px;top:1px;width:41px;}
.bx-filter-parameters-box-hint i:before,
.bx-filter-parameters-box-hint i:after{background:#000;content:'';height:1px;left:15px;position:absolute;top:20px;transition:all 0.3s ease;width:11px;}
.bx-filter-parameters-box-hint i.fa-angle-down:after{transform:rotate(90deg);}
.bx-filter .bx-filter-title i.fontello-angle-down{display:none;transition:all 0.3s ease;}
@media (max-width: 991px){.bx-filter .bx-filter-title{cursor:pointer;font-size:15px;font-weight:bold;text-align:center;text-transform:uppercase;width:100%;}
    .bx-filter .bx-filter-section{height:49px;overflow:hidden;}
    .bx-filter .bx-filter-section.open{height:auto;}
    aside.sidebar{padding-bottom:0px;}
    label.__toggle{margin-bottom:0px;}
    ul.vmenu_root{margin-bottom:0px;}
    .bx-filter .bx-filter-title i.fontello-angle-down{display:inline-block;}
    .bx-filter .open .bx-filter-title i.fontello-angle-down{transform:rotate(180deg);}
    .bx-filter .bx-filter-parameters-box{width:100%;}
}


/*Фильтр*/
.left-side .filter {
    /*position: sticky;*/
    /*top: 20px;*/
}
.filter-toggle{
    display:none;
}
@media (min-width: 992px){
    .filter-section {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .filter-section {
        display: none; /* Скрываем фильтр на мобильных */
    }

    .filter-toggle {
        display: block;
        background-color: #fff;
        color: #414142;
        text-align: center;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
    }

    /*.filter-toggle.open + .filter-section {*/
    /*    display: block; !* Показываем фильтр, если он открыт *!*/
    /*}*/
    .filter-toggle {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 8px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
}

.filter-section {
    color: #414142;
    border-radius: 8px;
}

.form-check-label {
    color: #414142;
}

.apply-btn {
    /*background-color: #444;*/
    color: #414142;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.apply-btn:hover {
    background-color: #666;
}


.filter-title {
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*margin-bottom: 8px;*/
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.promo-filter-box {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.promo-filter-box .filter-content {
    padding: 0;
}

.promo-filter {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 32px;
    padding: 0 20px;
}

.promo-filter__label {
    color: #001b3f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.promo-filter__input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.promo-filter__switch {
    background: #e4eaf1;
    border-radius: 999px;
    cursor: pointer;
    flex: 0 0 auto;
    height: 30px;
    margin: 0;
    position: relative;
    transition: background-color .2s ease;
    width: 50px;
}

.promo-filter__slider {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .18);
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform .2s ease;
    width: 24px;
}

.promo-filter__input:checked + .promo-filter__switch {
    background: var(--color-orange);
}

.promo-filter__input:checked + .promo-filter__switch .promo-filter__slider {
    transform: translateX(20px);
}

.promo-filter__input:focus-visible + .promo-filter__switch {
    box-shadow: 0 0 0 3px rgba(251, 126, 0, .22);
}

.price-range-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
}
@media (max-width: 1680px) {
    .price-range-inputs {
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .price-range-inputs {
        flex-direction: row;
    }
    .bx-filter-popup-result{
        display:none;
    }
}

.bx-filter-button-box input.button.black{
    display:inline-block;
}
.price-range-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /*border: 1px solid #E0E0E0;*/
}

.price-range-input input {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid gray;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
    font-size: 20px;
    font-weight: 700;
}
.filter-section form .price-range-input input, .filter-section form textarea {
     padding: 0;
     margin: 0;
     color: inherit;
     height: auto;
}

.price-range-input input:focus-visible {
    outline: 0;
}

#priceSlider.ui-slider-horizontal {
    height: 2px;
    border-radius: 4px;
    border: 0;
    background: #D9D9D9;
}

.ui-slider-handle {
    width: 16px;
    height: 16px;
    background-color: var(--color-orange);
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    position: absolute;
}

.ui-slider-range {
    background-color: var(--color-orange);
}

#priceSlider > span {
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
    width: 16px;
    height: 16px;
    transform: translateY(-2px);
}

#priceSlider > span.ui-state-active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
}
.form-switch {
    padding-left: 3.5em;
}
.form-switch .form-check-input {
    width: 70px;
    height: 26px;
}
form .form-check{
    --bs-gutter-x:0;
}
form .bx-filter-parameters-box-container input,form .bx-filter-parameters-box-container textarea{
    margin-bottom: 0;
}
form .form-check-input{
    margin-top:0;
}
form .form-check-input:checked {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}

.form-switch .form-check-input:focus:not(:checked) {
    outline: 0;
    border-color: #E0E0E0;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}
form  .form-check-input:focus{
    box-shadow: none;
    border-color: var(--color-orange);
}
form  .form-check-input:checked[type=radio]{
    --bs-form-check-bg-image:none;
    box-shadow:none;
}

/*.form-switch .form-check-input:checked {*/
/*    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");*/
/*}*/

/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.bx-filter{
    font-family:inherit;
}
.filter-content{
    padding: 0 20px;
}
.show-button-filter{
    margin-bottom: 5px;
}
.form-check-input[type=checkbox]{
    margin-top: 3px;
}
.bx-filter-button-box .bx-filter-parameters-box-container{
    margin-top: 10px;
    justify-items: center;
    justify-self: center;
    text-align: center;
}
.price-filter .price-range-input:after{
    content: '₽';
}
.price-range-input{
    padding:5px
}

/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/system.pagenavigation/innet/style.css?1727335432838*/
ul.pagination.text--left>li {
    background-color: #EEEAE5;
    border-radius: 5px;
    font-size: 20px;
}
ul.pagination.text--left>li:first-child{
    margin-left: 0;
}
ul.pagination.text--left>li:not(.prev,.next,:first-child){
    margin-left: 10px;
}
ul.pagination.text--left>li.next{
    padding-left: 0;
    margin-left: 20px;
}
ul.pagination.text--left>li.prev{
    padding-right: 0;
    margin-right: 10px;
    margin-left: 0;
}

ul.pagination a {
    background-color:unset;
    margin-left:0;
    padding:0;
    border: 2px solid transparent;
    color: #666;
    display: inherit;
    height: 35px;
    line-height: 31px;
    text-align: center;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    width: 35px;
    border-radius: 6px;
}

/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.section/catalog/style.css?1764166201604*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.goods--columns .__item ul {
    padding-bottom: 10px !important;
}

.goods .__item .__image {
    top: -16px;
}
.goods .__item .__content{
    padding-top: 5px !important;
}
.goods .__item .__details{
    padding-bottom: 0 !important;
}
.__label{
    top: -2px !important;
}

div.goods .product-item .__image{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
}
.page-title .tags nav{
	display:flex;
}
/* End */


/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/catalog.item/innet/style.css?177330551333247*/

.product-item-container{position: relative;}
.product-item-container.hover{z-index: 200;}

.product-item{
	display: block;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 0 5px;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
	box-sizing: border-box;
}
.product-item-line-card .product-item{
	width:auto !important;
	border-bottom:1px solid #dadada;
}
@media (max-width: 991px){
	.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear: both;}
}
.bx-retina .product-item{border-width:.5px;}

@media (max-width: 767px){
	.product-item{padding:15px 5px 5px}
	.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear: both;}
}
.bx-no-touch .product-item-container.hover .product-item{
	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	border: 1px solid transparent;
	background: #fff;
	position: absolute;
	left: -15px;
	right:-15px;
	padding: 15px 15px 0;
	width:auto;
}

.bx-touch .product-item{
	background: #fff;
	/*	left: -15px;
		right:-15px;*/
	padding: 15px 0 0;
	width:auto;
}
.bx-no-touch .product-item-container.hover .product-item {-webkit-animation: product-item-hover 300ms 1 ease;}
@-webkit-keyframes product-item-hover {
	0%	{
		position: absolute;
		left: -15px;
		right:-15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	100%{
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	}
}

/**/
.goods .__item .__btns {
    z-index: 130 !important;
}

.goods .__item .__btns {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
}

.goods .__item:hover .__btns {
    opacity: 1;
    visibility: visible;
}

.goods .__item .__btns a:hover {
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.goods .__item .__btns a:first-child {
    margin-top: 0;
}

.goods .__item .__btns a {
    display: block;
    width: 25px;
    margin-top: 10px;
    padding: 4px 0;
    background-color: #eeebe6;
    border: 1px solid #eeebe6;
    line-height: 1;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    -webkit-transition: border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out,color .3s ease-in-out;
    transition: border-color .3s ease-in-out,color .3s ease-in-out;
}

.goods .__item .__btns a:before {
    vertical-align: top;
}

/*[class*=" fontello-"]:before,[class^=fontello-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.fontello-heart:before {
    content: '\e81a';
}

.fontello-compare:before {
    content: '\e822';
}
/**/

/*Image*/
.product-item-image-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
}
.product-item-image-wrapper:hover{}
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%;}

.product-item-image-original,
.product-item-image-alternative{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 300ms linear;
	   -moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		 -o-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
/*.product-item-image-original{z-index: 110;}*/
.product-item-image-alternative{
	/*z-index: 120;*/
	opacity: 0;
}
.bx-no-touch .product-item-container.hover .product-item-image-original{opacity: 0;}
.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity: 1;}
.product-item-big-card .product-item-image-wrapper{margin-bottom: 25px;}

/*Image Slider*/
.product-item-image-slider-slide-container{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	overflow: hidden;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-image-slide{
	display: none;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: unset;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	   -moz-transition: .6s ease-in-out left;
		-ms-transition: .6s ease-in-out left;
		 -o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		   -moz-transition:    -moz-transform .6s ease-in-out;
			-ms-transition: 	-ms-transform .6s ease-in-out;
			 -o-transition: 	 -o-transform .6s ease-in-out;
				transition:         transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
		-webkit-perspective: 1000px;
				perspective: 1000px;
	}
	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {display: block;}
.product-item-image-slider-slide-container > .active {left: 0;}
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.product-item-image-slider-slide-container > .next {left:  100%;}
.product-item-image-slider-slide-container > .prev {left: -100%;}
.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {left: 0;}

.product-item-image-slider-progress-bar-container{
	position: absolute;
	bottom:0;
	left:  0;
	right: 0;
	width:100%;
	height: 1px;
}
.product-item-image-slider-progress-bar{
	position: absolute;
	left:  0;
	bottom:0;
	top:   0;
	height:1px;
	opacity:.8;
	background-color: #F42C2C;
}

.product-item-image-slider-control-container{
	padding: 0;
	text-align: center;
	position: absolute;
	z-index:190;
	left:  0;
	right: 0;
	bottom:10px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container{ opacity: 1;}
.product-item-image-slider-control,
.product-item-image-slider-control.active{
	display: inline-block;
	width: 12px;
	height:12px;
	border-radius:50%;
	background-color: rgba(128, 128, 128, 0.8);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .6;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover{cursor: pointer;}

/*Label*/
.product-item-label-text,
.product-item-label-ring{
	position: absolute;
	z-index:190;
}
.product-item-label-text span,
.product-item-label-ring{
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	clear: both;
	background: #7B0323;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring{background-color: #fba90c;}
.product-item-label-text > div,
.product-item-label-ring > div{ line-height: 0;}

/* TEXT */
.product-item-label-text span{
	padding:2px 5px;
	font-weight: bold;
	vertical-align: middle;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
	line-height: 14px;
	font-size: 13px;
	padding: 2px 7px;
	margin-bottom:1px;
	font-weight: normal;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-small span{
	line-height: 21px;
	font-size: 16px;
	padding: 5px 12px;
}
/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
	line-height: 17px;
	font-size: 13px;
	padding: 4px 10px;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-big span{
	line-height: 33px;
	font-size: 22px;
	padding: 5px 17px;
}

@media (max-width: 767px){
	.product-item-label-text>div{ line-height: 0;}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
		line-height: 14px;
		font-size: 10px;
		padding: 2px 7px;
		margin-bottom:1px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
		margin-bottom:1px;
		line-height: 16px;
		font-size: 14px;
		padding: 3px 12px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-big span{
		line-height: 25px;
		font-size: 20px;
		padding: 3px 12px;
	}
}

/*RING*/
.product-item-label-ring{
	border-radius:50%;
	font-weight: bold;
	box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
	width: 40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.product-item-big-card .product-item-label-ring.product-item-label-small{
	width: 100px;
	height:100px;
	line-height: 100px;
	font-size:30px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
	width: 50px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
}
.product-item-big-card .product-item-label-ring.product-item-label-big{
	width: 120px;
	height:120px;
	line-height: 120px;
	font-size:42px;
}

@media (max-width: 767px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-big{
		width: 70px;
		height:70px;
		line-height: 70px;
		font-size:24px;
	}
}

.product-item-label-top   { top:   -5px;}
.product-item-label-center{ left:  50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.product-item-label-center>div{ text-align: center;}
.product-item-label-left  { left:  -5px;}
.product-item-label-left>div{ text-align: left;}
.product-item-label-bottom{ bottom:0px;}
.product-item-label-middle{ top:   50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.product-item-label-right { right: 0px;}
.product-item-label-right>div{ text-align: right;}
.product-item-label-center.product-item-label-middle{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:15px;
}
.bx-touch .product-item-title,
.product-item-container.hover .product-item-title{
	overflow: auto;
	white-space: normal;
}
.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.product-item-big-card  .product-item-title a{font-size:21px;}
.product-item-line-card .product-item-title a{ font-size:20px;}

/*Price*/
.product-item-price-container{margin: 5px 0 10px;}
.product-item-price-current{
	color: #3f3f3f;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
}
.product-item-price-old{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
}
.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old{
	line-height:20px;
	vertical-align: middle;
}
.product-item-big-card .product-item-price-container{margin: 0 0 10px;}
.product-item-big-card .product-item-price-current{font-size:18px;}
.product-item-big-card .product-item-price-old{font-size:15px;}

/*Info*/
.product-item-line-card .product-item-info-container{ text-align: center;}

/*.product-item-info-container{ margin-bottom: 8px; }*/
.product-item-info-container-title{
	font-weight: bold;
	color: #000;
	font-size:13px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.bx-touch .product-item-info-container.product-item-touch-hidden{ display: none !important}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount{
	text-align: center;
	padding:0 0 2px;
}
.product-item-amount-field-container{}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus{
	height:22px;
	min-width:22px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #fff;
	text-align: center;
	border-radius:2px;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus{ border-width:.5px;}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{background: #d3d3d3;}

.product-item-amount-field-btn-plus:after,
.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-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{
	opacity:.3 !important;
	cursor: default;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-minus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after{opacity: 1;}

.product-item-amount-field{
	max-width:50px;
	width:auto;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height:22px;
	vertical-align: middle;
	height:22px;
	padding: 0;
	text-align: center;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius:2px;
	transition: border 300ms ease;
}
.bx-retina .product-item-amount-field{ border-width:.5px;}
.product-item-amount-field:focus{outline: none !important;}
.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{
	-webkit-appearance: none;
			appearance: none;
	margin: 0
}
.product-item-amount-description-container{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
}
.product-item-big-card .product-item-amount-field-container{ text-align: left;}
.product-item-amount-description-container strong{
	color: #333;
	white-space: nowrap;
}
.product-item-amount-label-container{
	font-weight: bold;
	color: #a5a5a5;
	font-size: 12px;
	margin: 5px 0;
}

/**/
.product-item-quantity{
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties{
	color: #a5a5a5;
	font-size: 12px;
	margin: 0;
	display: block;
	overflow: hidden;
}
.product-item-properties dl{clear: both;}
.product-item-properties dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.product-item-properties dd{
	margin-bottom:3px;
	float: right;
	margin-left:5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container{
	display: none;
	font-size: 12px;
	padding: 4px 15px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	margin: 0 -15px;
	background: #F3F3F3;
	line-height: 20px;
	vertical-align: middle;
	min-height: 30px;
	box-shadow: inset 0 1px 1px 0 #eee;
}

.product-item-line-card .product-item-compare-container{
	margin:0;
	background-color: transparent;
	box-shadow: none;
	border: none;
	text-align: center;
}
.bx-touch .product-item-compare-container{ display: none;}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container{display: block;}
.product-item-compare .checkbox{
	margin: 0;
	padding:0;
}

/* SCU */
/*.product-item-scu-container{ padding: 0 0 2px;}*/
.product-item-scu-container-title{
	font-size:12px;
	color: #333;
}
.product-item-scu-block{}
.product-item-scu-list{margin: 0;}
.product-item-scu-item-list{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container{
	/* float: left; */
	padding: 5px 3px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
}
.product-item-scu-item-text-container{min-width:32px;}
.product-item-scu-item-color-container{
	max-width:38px;
	width:25%;
}
.product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
}
.bx-no-touch .product-item-scu-item-color-block{
	transition: outline 200ms ease;
}
.bx-retina 	.product-item-scu-item-color-block{outline-width: .5px;}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width: 1px;}

.product-item-scu-item-color{
	position: absolute;
	top:   2px;
	right: 2px;
	left:  2px;
	bottom:2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-item-scu-item-text-block{
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	padding: 0 5px;
}
.bx-no-touch .product-item-scu-item-text-block{
	transition: outline 300ms ease;
}
.bx-retina 	.product-item-scu-item-text-block {outline-width: .5px;}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width: 1px;}
.product-item-scu-item-text{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.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;
	content:"";
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size:80% 80%;
}


@media (max-width: 991px){
	.product-item-line-card .product-item-scu-container-title{ text-align: center;}
	.product-item-line-card .product-item-scu-item-list{ text-align: center;}
	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container{
		float: none;
		display: inline-block;
	}
}

/*Description*/
.product-item-description-container{}
.product-item-description-container p{
	font-size:13px;
	color: #575757;
}

/*Buttons*/
.product-item-button-container{text-align: center; justify-items: end;}
.product-item-button-container .btn{margin-bottom:2px;}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round{display: none;}

/*More*/
.product-item-more-container{
	display: block;
	position: relative;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 15px 5px;
	transition: all 300ms ease;
	box-sizing: border-box;
}

.product-item-more-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.product-item-more{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	opacity:.7;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)  no-repeat center;
	background-size: 50%;
	transition: opacity 300ms ease;
}
.bx-touch .product-item-more,
.product-item-container.hover .product-item-more{opacity: 1;}
.product-item-more-title{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.__price-old{
	text-decoration: 2px line-through red;
}




.goods div.__item{
	background-color: unset;
	padding: 20px 16px;
	border:1px solid #D9D9D9;
}

.goods--columns div.__item:before{
	content: unset;
}
.goods .__item div.__btns a{
	background-color: unset;
	border:unset;
}
div.goods .__item .__image{
	background-color: white;
	top:0;
	width:100%;
}
.goods .__item div.__details{
	position: static;
	visibility:visible;
	opacity: 1;
	background-color:unset;
	box-shadow:unset;
	padding: 0;
}

.goods--columns .__item div.__content{
	text-align: left;
}
.goods .__item div.__content{
	margin: 0;
}
div.goods .__item .__title{
	font-size: inherit;
}
div.__content ul{
	padding-left: 0;
}
div.goods .__item .__price{
	font-size: 20px;
	font-weight: bold;
}
div.goods .__item .__btns{
	display: flex;
}
div.goods .__item .__btns a:first-child{
	margin-right: 20px;
}
div.goods .__item .__btns a{
	margin-top:0
}
div.goods--columns .__item ul{
	margin: 0;
	padding: 0;
}
div.goods--columns .__item:hover .__details{
	box-shadow: none;
}
.__details table tr td:nth-child(2) {
	vertical-align: top;
	text-align: right;
}
.__line--buy form .row{
	width: 100%;
	justify-content: space-between;
	margin-left: 0;
}
.__line--buy input.product_count{
	margin: 0;
	border: 0;
}

.button.black {
	display: block;
	line-height: 0;
	width: max-content;
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	background-color: #414142;
	color: #FFFFFF;
	text-decoration: none;
}
.__line--buy form .textfield.rounded{
	max-width:100%;
}

@media only screen and (max-width: 768px){
	div.goods--columns .__item .__content{
		margin: 0!important;
	}
}
.goods .__btns.row{
	margin-right: calc(-.5* var(--bs-gutter-x));
	margin-left: calc(-.5* var(--bs-gutter-x));
	width: 100%;
}
div.product-item-label-right{
	position:static;
}
.goods div.product-item-label-ring{
	padding:0 20px;
	border-radius:0;
	width:initial;
	color:initial;
	background-color:var(--color-orange);
}
span.__title a{
	color: #333;
}
span.__title a:hover{
	color:var(--color-orange);
}

/*TODO: в отдельный блок*/
.promBadges {
	position: absolute;
	left: -12px;
	top: 4px;
	width: 100%;
	z-index: 99;
}
.promBadge {
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	position: relative;
	padding: 4px 15px 4px 10px;
	box-shadow: 5px 3px 11px -5px #333333;
	color: #fff;
}
.promBadge:visited,
.promBadge:active,
.promBadge:hover {
	color: #fff;
}
.promBadge--promotion {
	background-color: #ec6b20;
}
.promBadge:nth-child(1) {
	border-radius: 4px;
}
.promBadge:nth-child(n+2) {
	left: -7px;
	border-radius: 0 4px 4px 0;
}
.promBadge:nth-child(n+2) {
	clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);
	padding: 4px 15px 4px 20px;
	margin-left: -10px;
}
.promBadge:nth-child(1):before {
	content: "";
	top: 100%;
	left: 3px;
	position: absolute;
	border-style: solid;
	border-width: 9px 0 0px 9px;
}
.promBadge--promotion:nth-child(1):before {
	border-color: #bd4e10 transparent transparent transparent;
}
.promBadge--black:nth-child(1):before,
.promBadge--warm:nth-child(1):before {
	border-color: #7d7b7b transparent transparent transparent;
}
.promBadge--black {
	background-color: black;
}
.promBadge--link {
	cursor: pointer;
}
.promBadge--warm {
	background: url(/local/templates/innet_focus_s1_new_design/img/pic.webp);
	background-size: 100px;
	text-shadow: 2px 0px 0px #000000;
}

.product-single.out-of-stock{
	/*border-radius: 6px;*/
	/*background-color: var(--color-orange);*/
	text-align: center;
	align-content: center;
	height: 57px;
}
.product-single.out-of-stock .__status{
	color:var(--color-orange);
}

/* End */
/* /local/templates/innet_focus_s1_new_design/blocks/price-compare/price-compare.css?1763108318687 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/menu/catalog_top/style.css?17528509562253 */
/* /local/templates/innet_focus_s1_new_design/components/sotbit/seo.meta.tags/.default/style.css?17691526602117 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.smart.filter/catalog/style.css?177996643024095 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/system.pagenavigation/innet/style.css?1727335432838 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.section/catalog/style.css?1764166201604 */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/catalog.item/innet/style.css?177330551333247 */
