

/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog/catalog_redesign/style.css?176466048012077*/
.catalog {
}

.catalog .catalog-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
}

.intec-content .intec-content-right {
    margin-left: 0px !important;

}

.intec-section-filter-left {
    margin-bottom: 16px;
    height: 100%;
}

.intec-content .intec-content-left {
    display: none;
    z-index: 2000;
    width: 40% !important;
    height: 90%;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 5s;
    background: #fff !important;
    overflow: hidden;
}
@media screen and (max-width: 760px){

    .intec-content .intec-content-left{
        z-index: 20000;
        top: 0;
    }
}

.intec-content .open_filter {
    display: block !important;
    transition: 5s;
    left: 0%;

}

.bx-filter-parameters-box-container {
    height: 100%;
    max-height: 300px;
    overflow: auto;
}

.bx-filter-block {
    height: 100%;
    max-height: 300px;
}

.intec-section-filter-mobile-wrap {
    display: none;
    position: relative;
}

.intec-section-filter-mobile {
    display: none;
    vertical-align: middle;
}

.intec-section-filter-mobile {
    display: none;
    position: fixed;
    width: 100vw;

    left: 0;
    top: 62px;
    z-index: 10000;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.intec-section-list {

}

.intec-section-list .intec-sections-tile,
.intec-section-list .intec-sections-list,
body .intec-section-list .intec-sections-tile {
    margin-bottom: 30px;
}

.intec-sections-tile {
    margin-bottom: 30px;
}

.intec-panel-sort {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.intec-panel-sort .intec-sort {
    display: block;
    margin: 0 46px 10px 0;
    float: left;
}

.intec-panel-sort .sort-value {
    display: inline-block;
    margin-right: 22px;
    opacity: 0.5
}

.intec-panel-sort .sort-value a {
    display: inline-block;
    color: #4D4D4D;
    font-size: 0;
    text-decoration: none;
}

.intec-panel-sort .sort-value a:hover {
    color: #6CBE50;
}

.intec-panel-sort .sort-value.sort-state-active {
    opacity: 1;
}

.intec-panel-sort .sort-value.sort-state-active a span {
    color: #6CBE50 !important;
}

.intec-panel-sort .sort-value a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.intec-panel-sort .sort-value-desktop {
    display: inline-block;
    vertical-align: middle;
    /* font-size: 13px; */
}

.intec-panel-sort .sort-value-mobile {
    display: none;
    /* font-size: 17px; */
    vertical-align: middle;
}

.intec-panel-sort .sort-value-arrow {
    display: inline-block;
    vertical-align: middle;
    /* font-size: 13px; */
    margin-left: 7px;
}

.intec-panel-sort .sort-value .sort-value-arrow {
    display: inline-block;
}

.intec-panel-view {
    float: right;
}

.intec-panel-view .intec-views {
    display: inline-block;
    vertical-align: middle;
}

.intec-panel-view .intec-views a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.intec-panel-view .intec-views a:first-child {
    margin-left: 0;
}

.intec-panel-view a.view-active i {
    color: #000000;
}

.intec-panel-view i {
    color: #bababa;
}

.intec-panel-view i:hover {
    color: #4d4d4d;
}

.intec-section-desription {
    display: block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    color: #4c4b4b;
    font-size: 13px;
    line-height: 23px;
}

.intec-panel-sort .intec-section-filter-mobile {
    display: none;
}

.intec-button.intec-button-cl-common.filter-name {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #383838;
    background: #fff !important;
    padding: 7px 15px 8px 15px;
    font-family: "Muller";
    border: 2px solid #1196B1;
    border-radius: 6px;
}

#filter-sort-select {
    opacity: 0;
    display: none;
}

.sort-castom-link {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none !important;
    color: #354049;
    font-weight: 400;
    font-family: 'Stolzl';
    transition-duration: 0.3s;

    &.active,
    &:hover {
        transition-duration: 0.3s;
        color: #6CBE50 !important;
    }
}

.filter-sort-select {
    position: relative;
    margin: 0;
}

.filter-sort-select__preview {
    cursor: pointer;
    color: #354049;
    font-family: 'Stolzl';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.filter-sort-select__preview .filter-sort-select__preview_arrow {
    display: inline-block;
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/catalog/catalog_redesign/img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    margin-left: 13px;
    transition: transform 0.3s ease;
}

.filter-sort-select__preview .filter-sort-select__preview_arrow--down {
}

.filter-sort-select__preview .filter-sort-select__preview_arrow--up {
    transform: rotate(180deg);
}

.filter-sort-select__select-container {
    display: none;
    /*display: flex;*/
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px;
    width: 210px;
    background: white;
    position: absolute;
    margin-top: 10px;
    z-index: 999;
    left: -20px;
    box-shadow: -4px -4px 12px 0px #00000014;
}

.filter-sort-select__select-container.is-open {
    display: flex;
}

.sort-select.mobile {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: unset;
    padding: 0;
    margin: 0;
    outline: none;

}

.sort-select option {
    border: unset;
    box-shadow: unset;
    outline: none;
}

.container-29 {
    display: none;
}

.price-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_discount {
    color: #9E9E9E;
    /* font-family: "Muller"; */
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 14px;
    letter-spacing: .4px;
    /* line-height: 13px; */
}

@media all and (max-width: 830px) and (min-width: 720px) {
    .intec-panel-sort .sort-value {
        margin-right: 5px;
    }

    .intec-panel-sort .intec-sort {
        margin: 0 10px 10px 0;
    }

    .intec-panel-view .intec-views a {
        margin-left: 10px;
    }
}

@media all and (max-width: 720px) {
    .catalog_container_mobile {


    }

    .intec-content {
        overflow: visible !important;
    }

    .intec-section-filter-left {
        /*display: none;*/
    }

    .intec-panel-sort .intec-section-filter-mobile .bx-filter {
        display: block;
    }

    .intec-section-filter-mobile-wrap {
        display: block;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }

    .intec-section-filter-mobile-button {
        display: inline-block;
    }

    .intec-section-menu {
        display: none;
    }

    .intec-panel-sort .sort-value-desktop {
        display: none;
    }

    .intec-panel-sort .sort-value-mobile {
        display: inline-block;
    }

    .intec-panel-sort {
        padding: 10px 0;
    }

    .intec-panel-sort .intec-panel-view,
    .intec-panel-sort .sort-values {
        margin-top: 3px;
    }

    .intec-panel-sort .sort-value {
        margin-right: 10px;
    }

    .intec-panel-sort .intec-sort {
        margin: 0 0px 0 0;
    }

    .intec-panel-view .intec-views a {
        margin-left: 10px;
    }

    .intec-panel-sort .sort-value a {
        vertical-align: top;
    }

    .desktop.sort-value {
        display: none;
    }

    .sort-select.mobile {
        display: block;
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #354049;
        background: #fff !important;
        padding: 9px 10px 10px 7px;
        font-family: "Muller";
        border: none;

    }

    select.sort-select.mobile:active, select.sort-select.mobile:hover, select.sort-select.mobile:focus {
        background: #1196b100 !important;
        color: #B5B5B5 !important;
        /* padding: 9px 10px 10px 7px; */
        font-family: "Muller";
        font-weight: 500;
        border: none;
    }

    div#modef {
        /*background: #ffffff !important;*/
    }

    span.arrow-right {
        display: none;
    }

    .selected-text {
        height: 0;
    }

    .selected-text {
        height: 0px !important;
    }

    span.arrow-right {
        display: none !important;
    }

}

@media all and (max-width: 600px) {
    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 47%;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap {
        padding: 0px;
        border-radius: 6px;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/basketicon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {

        padding: 0px 2px;

    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap span.intec-basket.glyph-icon-cart-redesign {
        padding-right: 0px;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .price-block .element-buys span {

        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element span.intec-basket-text {
        font-size: 14px;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .no_stock_catalog {
        font-size: 10px;
        text-align: center;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .intec-catalog-section-tile .price-block .newprice {
        line-height: 14px;

    }

    .intec-content-wrapper.catalog_container_mobile .intec-catalog-section-fl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .intec-content-wrapper.catalog_container_mobile .element-description .brand-name {
        font-weight: 200;
        line-height: 12px;
        letter-spacing: 0em;
        font-size: 11px;
        text-align: left;
        color: #959595 !important;
        margin-top: 10px;
        outline: none;
        min-height: 25px;
    }

    .intec-content-wrapper.catalog_container_mobile .clearfix {
        display: none;
    }

    span.intec-section-filter-mobile-button.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-r-3.intec-button-s-2.filter-name:before {
        /*display: inline-block;*/
        position: absolute;
        left: -22px;
        filter: brightness(0.5);
        background-size: contain;
        background-repeat: no-repeat;
        content: url(/bitrix/templates/universe_s1/components/bitrix/catalog/catalog_redesign/img/mobile-filter-pic.png);
        width: 24px;
        height: 24px;
    }

    span.intec-section-filter-mobile-button.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-r-3.intec-button-s-2.filter-name:hover {
        background: #fff !important;
        color: inherit !important;
    }

    .intec-button.intec-button-cl-common.filter-name {
        border: none;
        padding: 0;
    }

    .sort-select.mobile {
        border: none;
        padding: 0;
    }

    .intec-panel-sort {
        padding: 10px 0;
        margin: 0px 5px;
        width: 90vw;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/redesign/style.css?176431102325319*/
@font-face {
    font-family: 'Stolzl';
    src: url('/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/redesign/../../../../fonts/Stolzl/stolzl_regular.otf') format('woff2');
    font-weight: 100 900;

}
.bx-filter .container-fluid {
    height: 100%;
}
.filter-counter-cat {
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    background: #354049;
    border-radius: 100%;

}

.filter-parameters-categories__tit {
    display: flex;
    justify-content: center;
    font-weight: 900;
    align-items: center;
    gap: 12px;
}

.bx-filter * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span {
    font-family: 'Stolzl' !important;
    font-weight: 400 !important;
}


.check-box-toggle-indicator {
    width: 50px;
    height: 25px;
    background: #E8E7E9;
    border-radius: 20px;
    cursor: pointer;
}

.check-box-toggle-indicator__icon {
    border-radius: 100%;
    background: #FFFFFF;
    border: #E8E7E9 1.5px solid;
    width: 25px;
    height: 25px;
    transition-duration: 0.4s;
}

.bx-filter-block__input-con {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 14px 0px;
}

.check-box-toggle-indicator__overlay {
    display: inline-block;
}

.check-active {
    transition-duration: 0.4s;
    transform: translateX(100%);
}

.check-active-indicator {
    background: #6CBE50;
}

#set_filter {
    display: none;
}

.filter_delete_btn {

}

div#body-filter-cl span {
    color: #354049;
    margin-top: 20px;
    font-family: 'RFDewi Expanded' !important;
    font-weight: 800 !important;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: middle;
}

div#bx-filter-black-fon {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 40%;
    background: #00000066;
    z-index: -62;
    top: 0;
}

.personal-btn-param {
    border: 1px solid #116afc !important;
    color: #116afc !important;
    margin-left: 10px;
}

.bx-filter .bx-left {
    display: block;
    float: left;
    padding-right: 15px;
    width: 50%;
}

.bx-filter .bx-right {
    display: block;
    float: right;
    padding-left: 15px;
    width: 35%;
}

.bx-filter .checkbox, .bx-filter .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bx-filter {
    width: 100%;
}

.bx-filter .bx-filter-section {
    background: transparent;
    border: 1px solid #ededed;
    position: relative;
    padding-top: 0px
}

.bx-filter .bx-filter-section > .row {
    padding: 0 5px;

}

.header-filter {
    background-color: #fff !important;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 900;
}

div#body-filter-click span {
    font-size: 36px;
    font-weight: 800;
}

div .header-filter:first-child {
    font-size: 15px;
}

.fa-right-head {
    float: right;
    padding-right: 5px;
}

.fa-left-element-filter {
    padding-right: 5px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked .bx-filter-param-text, input[type=checkbox]:checked + span {
    background: #fff !important;
    color: #000000 !important;
    padding: 0 !important;
}

input[type=radio]:checked + span {
    /*box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
    border: 5px solid #fff;*/
}

.bx-filter-param-label input[type=checkbox], input[type=radio] {
    margin: 0;
}

input[type="checkbox"]:not(:checked) + span {
    color: #000000 !important;
    background: #fff !important;
    padding: 0 !important;


}

input[type=checkbox] {
    display: block !important;
}

input[type="checkbox"]:focus {
    outline: 2px solid #6CBE50 !important;
}

label.bx-filter-param-label:hover .bx-filter-param-text {
    color: #6CBE50 !important;
}

.checkbox input[type=checkbox] {
    margin-left: 0px !important;
    accent-color: #6CBE50;
    width: 24px;
    height: 24px;
    border-radius: 5px !important;
    border: 1.5px solid #354049 !important;
}

.checkbox input[type=checkbox]:checked::before {
    content: url('/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/redesign/images/checked.svg');
    position: absolute;
    background: #6CBE50;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13px;
}

.checkbox input[type=checkbox]:checked {
    width: 0 !important;
    height: 0 !important;
    background: white !important;
    border-color: white !important;
    accent-color: #ffffff !important;
}

span.bx-filter-input-checkbox {
    /* margin-left: 20px; */
    display: flex;
    align-items: center;
}


span.bx-filter-parameters-box-hint {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


.bx-filter-param-label {
    font-size: small;
    margin: 3px 3px;
    border: 3px solid #fff;
    padding: 0 !important;
    display: block;
}

.bx-filter-select-block .bx-filter-param-label:hover,
.bx-filter-select-block .bx-filter-param-label.bx-active {
    font-size: small;
    margin: 3px 3px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}

label .radio-color:checked {
    font-size: small;
    margin: 3px 3px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}

.label-checked {
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}

.bx-filter .bx-filter-title {
    font-size: 18px;
    color: #000;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 16px;
}

/*Sections*/

.bx-filter-parameters-box-container::-webkit-scrollbar {
    width: 6px;
    height: 4px;

}

.bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
    background-color: #484848;
    border-radius: 10px;
    box-shadow: inset 1px 1px 10px #484848;
}

.intec-content .intec-content-left::-webkit-scrollbar {
    width: 15px;
    height: 4px;


}

.intec-content .intec-content-left::-webkit-scrollbar-thumb {
    background-color: #484848;
    border-radius: 10px;
    box-shadow: inset 1px 1px 10px #484848;


}

.intec-content .intec-content-left::-webkit-scrollbar-thumb {

    border-radius: 10px; /* закругления плашки */
    border: 5px solid #fff; /* padding вокруг плашки */
}

.bx-filter .bx-filter-parameters-box {
    position: relative;
    border-bottom: 0px solid #ededed00 !important;
    padding: 13px 15px 14px 16px;
    /* transition: 500ms linear; */
}

.bx-filter .bx-filter-parameters-box-title {
    font-size: 15px;
    line-height: 16px;
    cursor: pointer;
    /* transition: 500ms linear; */
}

span.bx-filter-parameters-box-hint, .bx-filter-parameters-box-title span {
    font-size: 18px;
    font-weight: 900 !important;
}

form#body-filter {
    margin-top: 22px;
    /* padding-bottom: 100px; */
    height: calc(100% - 88px);
    overflow: hidden;
}

div#body-filter-click {
    position: relative;
    width: 100%;
}

a#filter_close {
    position: absolute;
    right: 45px;
    display: block;
    width: 27px;
    height: 27px;
    top: 0;
}

a#filter_close:after {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 1.5px;
    background: #000000;
    transform: rotate(45deg);
    top: 12px;
}

a#filter_close:before {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 1.5px;
    background: #000000;
    transform: rotate(-45deg);
    top: 12px;
}

@media (min-width: 992px) {
    .adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
        clear: both;
    }
}

.bx-filter .bx-filter-parameters-box .fa {
    margin-top: 2px;
    color: #484848 !important;
}

.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
    color: #484848;
    cursor: pointer;
    width: 100%;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:hover .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:focus .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
    color: #000;
}

.bx-filter .bx-filter-block {
    display: none;
    /* -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.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 {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
    margin-top: 15px;
}

#button-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;

    text-align: center;
    margin-bottom: 15px !important;
}

.bx-filter-parameters-box-container .checkbox { /*else brand*/
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px !important;
}

.bx-filter .brand .checkbox { /*if Brand*/
    display: inline-block;
}

.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f;

}

/*
* INPUTS
*
*/
.bx-filter-param-text {
    font-size: 13px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-left: 35px;
    /* display: block; */
}

span.description {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 20px;
    height: 38px;
    margin-left: -5px;

    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none;
    color: #000000;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
    clear: both;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: 500ms linear;
    z-index: 0;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.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 {
    position: absolute;
    top: 0;
    bottom: 0;
}

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

.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 {
    z-index: 70;
    border: 1px solid #F2F6F1;
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80 !important;
    border: 1px solid #484848 !important;
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    width: 22px;
    height: 22px;
    border-bottom: none;
}

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

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

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
}

/*
*	Checkbox / Radio
*
*/

.radio label, .checkbox label {
    padding-left: 0px !important;
    padding-top: 15px;
    font-size: small;
}

/*
* 	BTN
*
*/

.btn-bt-set {
    display: inline-block;
    padding: 5% 5%;
    text-align: center;
    border: none;
    background: #2273B8;
    text-shadow: 0 1px 0 #2273B8;
    white-space: nowrap;
    cursor: pointer;
    font-size: small;
    width: 40%;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-bt-set, .btn-bt-set:hover, .btn-bt-set:focus {
    color: #fff;
    text-decoration: none;
}

.btn-bt-set:hover {
    background: #2273B8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.btn-bt-reset {
    display: inline-block;
    padding: 5% 5%;
    text-align: center;
    border: 1px solid #2273B8;
    background: #fff;
    font-size: small;
    margin-left: 20px;
    width: 40%;

    white-space: nowrap;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-bt-reset, .btn-bt-reset:hover, .btn-bt-reset:focus {
    color: #2273B8;
    text-decoration: none;
}

.btn-bt-reset:hover {
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.5);*/
}

/* SLIDERs */
.bx-filter .bx-filter-input-container input[type=text] {
    height: 25px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #E3E3E3 !important;
    position: relative !important;
    top: 5px !important;
    text-align: center;
}

.bx-filter .bx-ui-slider-track-container {
    padding: 12px 0px 36px 32px;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    background: #2273B8;
    height: 2px;
    border-radius: 1px;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    background: #F2F6F1;
    height: 2px;
    border-radius: 1px;
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #2273B8;
    height: 2px;
    border-radius: 1px;
}

.bx-filter {
    border: 1px solid #EEEEEE;
    height: 100%;
    padding-top: 25px;
}

.bx-filter .bx-ui-slider-range {
    height: 2px;
    z-index: 100;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
    border: 8px solid #fff;
}

.bx-filter.bx-blue .bx-ui-slider-handle.right {
    border: 8px solid #fff;
}

.bx-filter.bx-blue .bx-ui-slider-track {
    border: 10px solid #fff;
}

.col-xs-11.bx-ui-slider-track-container {
    width: 95%;
}

.bx-filter-input-container .col-xs-3 {
    padding: 5px 3px 12px 15px;
}

.bx-filter-input-container .col-xs-9 {
    display: flex;
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-top: -8px;
    box-shadow: none !important;
    /* box-shadow: 0px 3px 9px rgba(0,0,0,0.2); */
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle:focus {
    outline: none;
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.left {
    margin-left: -18px;
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.right {
    margin-right: -18px;
}

.filter-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-content: center;
    justify-content: center;
}

/*
*	icon
*
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    line-height: 24px;

    border-radius: 2px;
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 27px;
    height: 27px;
    margin: 2px 0;
    top: 0 !important;
    border-radius: 4px;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-size: 0;
    text-align: center;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after {
    content: "";
    height: 100%;
    width: 0;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:before,
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none;
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2;
}

.price-filter-padding-left {
    padding-left: 0px;
}

/*
* 	Result Popup
*
*/

.popup-result-number {
    float: left;
    padding-top: 14px !important;
    padding-left: 16px !important;
    width: 44%;
    color: #fff;
}

.popup-result-number span#modef_num {
    color: #fff;
}

.bx-filter .bx-filter-popup-result {
    background: #2273B8;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    /* display: none; */
    line-height: normal;
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    padding: 0 !important;
    /*white-space: nowrap;*/
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    width: 0px !important;
}

.bx-filter .bx-filter-popup-result.left {
    border: none;
    background: #2273B8;
    border-radius: 5px;
}

.bx-filter .bx-filter-popup-result.right {
    border: none;
    /*background: #2273B8;*/
}

.bx-filter .bx-filter-popup-result.right:before {
    /*content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    margin-top: 27px;
    left: 0px;
    width: 0;
    height: 0;*/
    margin-left: -250px;
    border: 20px solid transparent;
    border-right: 20px solid #2273B8;

}


.bx-filter .bx-filter-popup-result.left {
    right: 0%;
}

.bx-filter .bx-filter-popup-result.right {
    /*left: 0% !important;*/
}

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

.bx-filter .bx-filter-popup-result .selected-text {
    /*margin-top: 10px;*/
    color: #fff;
}

.bx-filter .bx-filter-popup-result a {
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;

    border: none;
    /*width: 100%;*/
    text-decoration: none;
    background: #fff;
    color: #2273B8;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
}

.bx-filter .bx-filter-popup-result a:hover {
    background: #fff;
}

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

.intec-button.intec-button-cl-common.redesign#del_filter {
    width: 100% !important;
    background-color: #ffffff !important;
    color: #354049 !important;
    border: 1.5px solid #354049 !important;
    /* font-family: 'Muller'; */
    padding: 15px 29px !important;
    border-radius: 50px !important;
    font-size: 14px;
}

.intec-button.intec-button-cl-common.redesign#del_filter:hover {
    background-color: #6CBE50 !important;
    border: 1px solid #6CBE50 !important;
    color: #fff !important;
}

.intec-button.intec-button-cl-common.redesign#set_filter,
.intec-button.intec-button-cl-common.redesign#set_filter:hover {
    transition: .3s;
    background-color: #1196b1 !important;
    color: #fff !important;
}


/* .intec-button.intec-button-cl-common.redesign:hover{
	transition: .3s;
	background-color: #2273B8 !important;
	color:#fff !important;
} */
div#left_filter_Element {
    /* padding-bottom: 100px; */
}

.bx-filter .bx-filter-popup-result .selected-text {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 44px;
    position: fixed;
    width: 37.2vw;
    bottom: 1.875rem;
}


.bx-filter .bx-filter-popup-result a.redesign {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    padding: 18px 29px;
    color: #FFFFFF !important;
    background: #354049 !important;
    top: 5px !important;
    border-radius: 100px !important;
    width: 100% !important;
    margin: 0 !important;


}

.bx-filter .bx-filter-popup-result a.redesign span {
    color: white;
}

.bx-filter .bx-filter-popup-result a.redesign:hover {

    color: #fff !important;
    background: #6CBE50 !important;


}

.row.filter_delete_btn {
    position: fixed;
    bottom: 6.5625rem;
    width: 39vw;
}

.intec-catalog-section-tile .element-wrap:hover {
    box-shadow: none !important;
}

.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    box-shadow: none !important;
}

/* NO_TAB_CHECKBOX */
.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-container {
    margin-top: 0;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-container .checkbox:first-child {
    margin-bottom: 0 !important;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-title {
    display: none;
}

.NO_TAB_CHECKBOX {
    position: relative;
    left: -10px;
}

.NO_TAB_CHECKBOX label {
    display: flex;
    align-items: center;
}

.bx-filter-param-checkbox {
    padding: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #E3E3E3 !important;
    position: relative;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] input:checked + label > .bx-filter-param-checkbox::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 6px;
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/redesign/./images/mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bx-filter-block .intec-button#set_filter,
.bx-filter-block .intec-button#del_filter {
    border-color: transparent !important;
}

.filter_btn a {
    cursor: pointer;
}

.intec-content .intec-content-left {
    height: 100vh;
}

.custom-filter-row {
    overflow-y: scroll;
    height: calc(100% - 195px);
    /* padding-bottom: 100px; */
}

.custom-input-price {
    padding: 10px !important;
}

.visually-hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.bx-filter .back-button{
    display: none;
}

.bx-filter-block__input-con.mobile_sort {
    display: none;
}
.bx-filter-block__input-con.mobile_sort .filter-sort-select__preview_arrow{
    display: inline-block;
    background-image: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    margin-left: 13px;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}

@media (max-width: 767px) {

    .bx-filter-block__input-con.mobile_sort {
        display: flex;
        /* align-items: center; */
    }
    .bx-filter-block__input-con.mobile_sort .filter-sort-select{
        margin-top: 5px;
    }
    .bx-filter-block__input-con.mobile_sort .filter-sort-select__preview{
        font-size: 14px;
    }
    .bx-filter .back-button{
        display: block;
        margin-top: 16px;
    }
    div .header-filter:first-child{
        margin-top: 0;
    }

    .bx-filter .bx-filter-popup-result .selected-text,
    .intec-content .intec-content-left, .custom-filter-row, .row.filter_delete_btn {
        width: 100vw !important;
    }
    div#bx-filter-black-fon{
        display: none;
    }

    .bx-filter .bx-filter-popup-result .selected-text{
        justify-content: left;
        width: 100%;
        bottom: 4.5rem;
        left: 15px;
    }
    .bx-filter .bx-filter-popup-result a.redesign{
        width: calc(100% - 30px) !important;
    }

    a#filter_close{
        right: 25px;
    }
    .col-xs-11.bx-ui-slider-track-container {
        width: 90%;
    }
    .bx-filter .bx-right{
        margin-right: 15px;
    }

    span.bx-filter-parameters-box-hint, .bx-filter-parameters-box-title span {
        font-weight: 900 !important;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17519443033753*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: var(--color-main-black);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/style.css?176466132329021*/
.intec-catalog-section-tile {
    display: block;
    box-sizing: border-box;
}

i.glyph-icon-show-more.intec-cl-background {
    background: #fff !important;
}

.intec-catalog-section-tile.row {
    margin: 0 0 20px 0;
}

.product-buy-block-quantity-end-kt {
    display: none;
    position: absolute;
    top: 88%;
    left: 16px;
    font-family: Muller;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
    z-index: 30;
}

.intec-catalog-section-tile .catalog-section-element {
    display: block;
    position: relative;

    padding: 16px;
    margin: 10px;
    box-sizing: border-box;
    transition: .2s;
    width: 23%;
}

.intec-catalog-section-tile .catalog-section-element:hover {


    box-shadow: 4px 4px 12px 0px #00000014;
    box-shadow: -4px -4px 12px 0px #00000014;
    border-radius: 4px;
    z-index: 34;
    transition: .2s;
}

.intec-catalog-section-tile .catalog-section-element:hover {
    z-index: 100;
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .catalog-section-element {
    padding: 0;
}

.intec-catalog-section-tile .element-container {
    display: block;
    position: relative;
    width: 100%;
}

.element-description .brand-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intec-catalog-section-tile .element-wrap {
    display: block;
    width: 100%;
    margin: 0;

    box-sizing: border-box;
    transition: 0.5s;
    background: #ffffff;
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap {
    box-shadow: 0 0 0 1px #F2F2F2 inset;
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.intec-catalog-section-tile .element-img-wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 8px;
}

.price-value {

    font-weight: 400;
    letter-spacing: .4px;

    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;

}

.price-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row !important;
    gap: 10px;
}

.price_discount {
    color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    text-decoration: none !important;
}

.oldprice {
    color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    text-decoration: none !important;
    position: relative;
}

.oldprice:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}

.price_discount span {
    position: relative;
    font-size: 14px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}

.price_discount span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}

.intec-catalog-section-tile .catalog-section-element .min-button-block {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    width: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    z-index: 23;
}

.intec-catalog-section-tile .catalog-section-element .intec-marks {
    margin: 10px;
    z-index: 20;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button {
    opacity: 0;
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button:hover {
    color: #116afc;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .element-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    text-decoration: none;
}

.intec-catalog-section-tile img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.intec-catalog-section-tile .element-name {
    display: block;

    box-sizing: border-box;
    font-size: 14px;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.intec-catalog-section-tile .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    /* height: 65px; */
}

.intec-catalog-section-tile .price-block .clearfix {
    display: none;
}

.intec-catalog-section-tile .price-block .price-value {
    display: block;
    float: left;
}

.intec-catalog-section-tile .price-block .newprice {


    color: #484848;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    vertical-align: middle;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added,
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added:hover {


    padding: 4px 18px;

    background-color: #ffffff !important;
    border: 1px solid #45a748;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .intec-basket-text {
    color: #45a748;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .glyph-icon-cart-redesign {
    display: none;
}


@media(max-width: 1450px) {
    .product-buy-block.price-block-incart .price-value {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        justify-content: center !important;
        margin-left: 20px;
    }
}



.intec-catalog-section-tile .price-block .oldprice {
    display: block;
    vertical-align: top;
    color: #e50f30;
    font-size: 12px;
    text-decoration: line-through;
    margin-top: 5px;
}

.intec-catalog-section-tile .element-buys-block {
    display: none;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    box-sizing: border-box;
}

.intec-catalog-section-tile .element-wrap:hover .element-buys-block {
    display: block;
}

.intec-catalog-section-tile .price-block .element-buys {
    float: right;
    display: inline-block;
    padding: 0px;

    text-decoration: none;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.intec-catalog-section-tile .price-block .element-buys:hover {
    color: #fff !important;
}

.intec-catalog-section-tile .price-block .element-buys span {
    display: inline-block;
    vertical-align: middle;
    /*width: 20px;*/
    /* height: 19px; */
    font-size: 12px;
    padding-left: 0px;
}

.intec-catalog-section-tile .price-block .element-buys[data-basket-in=false] span {
    color: #fff;
    margin-top: 0px;
    padding-right: 2px;
}


.intec-catalog-section-tile .price-block .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .price-block .element-buys.added[data-basket-added][data-basket-in=false] {
    display: none;
}

.intec-catalog-section-tile .price-block .element-buys.active,
.intec-catalog-section-tile .price-block .element-buys.added {
    color: #fff !important;
    background-color: #116afc;
}

.to-cart {
    float: right;
}

.intec-catalog-section-tile .buys_not_have,
.intec-catalog-section-tile .buys_more {
    display: block;
    text-align: center;
}

.element-buys-block .quantity-wrap {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
}

.element-buys-block .quantity-wrap>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #848484;
}

.element-buys-block .quantity-input {
    width: 42px;
    border: none;
    background: none;
    font-weight: bold;
    text-align: center;
    outline: none;
}

.element-buys-block .quantity-input,
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
    height: 30px;
}

.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
    padding: 0 12px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    border: 0 solid #ececec;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.element-buys-block .quantity-down:hover,
.element-buys-block .quantity-up:hover {
    background-color: #d2d2d2;
}

.element-buys-block .quantity-down {
    border-right-width: 1px;
}

.element-buys-block .quantity-up {
    border-left-width: 1px;
}

.element-buys-block .quantity-measure {
    margin-left: 6px;
}

.element-buys-block .quantity {
    margin-top: 10px;
    font-size: 12px;
}

.catalog-section-element.element-with-count {
    height: 455px;

}

.catalog-section-element.element-with-count .element-wrap:hover {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}

.element-wrap .quick-view {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 38px;
    height: 38px;
    width: 175px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    color: #434343;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}

.element-wrap .quick-view i {
    vertical-align: top;
    padding-right: 3px;
}

.intec-catalog-section-tile .element-wrap:hover .quick-view {
    display: block;
}

.b-element-item__rating>.bx_item_detail_rating {
    margin: 0;
}

.intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
}

.show-more.show-more-btn {
    display: flex;
    align-items: center;
    width: max-content !important;
    background-color: #000000;
    padding: 15px 20px;
    color: #ffffff !important;
    border-radius: 4px;
    margin-top: 60px;
    margin-bottom: 60px;

}

.show-more.show-more-btn i {
    margin-left: 10px;
    color: #000000 !important;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
    background: url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/./images/pagination_arrow.svg) no-repeat center;
    opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/./images/pagination_arrow.svg) no-repeat center;
    transform: rotate(180deg);
    opacity: 1;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li a:hover span {
    background-color: #000000 !important;
    color: #ffffff;
}



.intec-marks .intec-mark {
    margin: 0 0 10px 0 !important;
    padding: 6.5px 10px !important;
    border-radius: 4 !important;
    color: #354049 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    width: max-content;
}

.intec-marks .intec-mark.recommend {
    background-color: #FFBB46 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.new {
    background-color: #6CBE50 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.hit {
    background-color: #FF9797 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.action {
    background-color: #FFBB46 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

a.mobile-only.back-button:hover {
    text-decoration: none;
    position: relative;
}

a.mobile-only.back-button::after {
    content: '';
    height: 1px;
    background: transparent;
    display: block;
    width: calc(100% - 15px);
    margin-left: auto;
    margin-top: -5px;
}

.MainPage_HitSlider_Container .intec-content-wrapper {
    padding: 0px 15px;
}

.widget-catalog-categories .slick-track .slick-slide {
    padding: 0;
}

.widget-brands {
    margin: 60px 0;
}

a.mobile-only.back-button:hover::after {
    content: '';
    height: 1px;
    background: rgb(53, 64, 73);
    display: block;
    width: calc(100% - 15px);
    margin-left: auto;
    margin-top: -5px;
}

.filter_btn {
    color: #354049 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

@media screen and (max-width: 720px) {
    .filter_btn {
        display: none;
    }
}

.show-more.show-more-btn.intec-cl-text i {
    display: none;
}

.show-more.show-more-btn.intec-cl-text {
    background-color: #354049 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 100px !important;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    transform: rotate(360deg);
}

.element-name {
    font-weight: 400;
}

.sort-select.mobile {
    font-weight: 400 !important;
}

.filter_btn::before {
    content: url('/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/images/filter-pic.png');
    width: 24px;
    height: 24px;
}


.intec-catalog-section-tile .catalog-section-element .intec-min-button.add .fa.fa-heart-redesign {
    content: "";
    width: 20px;
    position: absolute;
    height: 17px;
    top: -13px;
    right: -18px;
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added .fa.fa-heart-redesign {
    content: "";
    width: 20px;
    position: absolute;
    height: 17px;
    top: -13px;
    right: -18px;
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.element-description .brand-name {
    display: block;
    font-family: Muller;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 8px;
    transition: .2s;
}

.element-description .brand-name:hover {
    transition: .2s;
    color: #B5B5B5 !important;
    text-decoration: none;
}


.product-buy-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.intec-catalog-section-tile .product-buy-block .element-buys.added.product-buy-block-quantity {
    display: none;
}

.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    background: url("/images/basket_white.svg") center center no-repeat !important;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #354049 !important;
    border: none;
    border-radius: 100%;
    transition: .1s;
    justify-content: center;

}

.glyph-icon-cart-redesign {
    padding: 0;
}


span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px !important;
}

.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent:hover {
    background-color: #6CBE50 !important;
    transition: .1s;
    border-radius: 100%;
    border-color: #6CBE50 !important;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/images/plus_kt.svg);
    align-items: center;
    justify-content: center;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/images/minus_kt.svg);
    align-items: center;
    justify-content: center;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #E8E7E9;
    border: 1px solid #E8E7E9;
    border-radius: 100%;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #354049;
    border: 1px solid #354049;
    border-radius: 100%;
}

.element-buys.added.product-buy-block-quantity:hover:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #6CBE50;
    border: 1px solid #6CBE50;
    border-radius: 100%;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:hover:after {
    filter: invert(1);
    transition: .2s;
}


.product-buy-block.price-block-incart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.product-buy-block.price-block-incart .intec-button.basket-redesign.add {
    display: none;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .price-block {
    position: relative;
    top: 0px;
    width: 100%;
}

.product-buy-block.price-block-incart .price-value {
    margin-top: 10px;
    position: absolute;
    justify-content: center !important;
    margin-left: 20px;
}

.product-inbasket-quantity {
    display: none;
}

.element-img-wrap.element-img-wrap-incart .product-inbasket-quantity {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    align-items: center;
    justify-content: center;
    background: #0000004D;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-transform: uppercase;
}

.intec-catalog-section-tile .icon_plus_kt .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity.product-buy-block-quantity-end {
    background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: transparent !important;
    font-size: 0;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt.product-buy-block-quantity-end:after {
    background-image: url(/images/bell_icon_product_white.svg) !important;
}

.out_of_stock_kt .icon_bsll_kt {
    background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: transparent !important;
    transition: .2s;
}

.out_of_stock_kt .icon_bsll_kt:hover {
    background: #6CBE50 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    transition: .2s;

}


.out_of_stock_kt.inside .icon_bsll_kt {
    background: white url(/bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/images/bell-v2.png) 15px center no-repeat !important;
    width: 100%;
    height: 50px;
    border: 1.5px solid #354049;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #354049 !important;
    border-radius: 50px !important;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 100%;
    transition: .2s;
}

.price-block.out_of_stock_kt.inside {
    width: 100%;
}

.product-end-kt {
    position: absolute;
    margin-left: 15px;
    bottom: 8px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    z-index: 20;
    font-weight: 400;
}

.element-img-wrap.product-end-kt-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c2c2c259;
    display: block;
    z-index: 10;
}

@media (max-width:1250px) {
    .product-end-kt {
        position: absolute;
        margin-left: 15px;
        margin-right: 15px;
        bottom: 8px;
        padding: 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }

    .price-value {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .price_discount {

        margin-left: 0px !important;
    }
}


@media (max-width:1200px) {
    .intec-catalog-section-tile .catalog-section-element {
        display: block;
        position: relative;
        padding: 16px;
        margin: 10px;
        box-sizing: border-box;
        transition: .2s;
        width: 30%;
    }

}

@media (max-width:1100px) {
    .intec-catalog-section-tile .catalog-section-element {
        width: 29%;
        margin-bottom: 15px;
    }

    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:before,
    .out_of_stock_kt .icon_bsll_kt {

        width: 40px;
        height: 40px;
    }

    .price-value {
        font-weight: 400;
        letter-spacing: .4px;
        font-size: 16px;
        line-height: 16px;
        vertical-align: middle;
    }

    .price_discount span {
        position: relative;
        font-size: 12px;
        color: #ADADAD;
        line-height: 10px;
        width: max-content;
    }

    .intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
        width: 40px;
        height: 40px;
    }

}
}





@media (max-width:1400px) {
    .element-img .quick-view {
        display: none !important;
    }

    .intec-catalog-section-tile .catalog-section-element {

        margin-bottom: 15px;
    }



    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:before,
    .out_of_stock_kt .icon_bsll_kt {

        width: 40px;
        height: 40px;
    }

    .price_discount span {
        position: relative;
        font-size: 10px;
        color: #ADADAD;
        line-height: 10px;
        width: max-content;
    }

    .intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
        width: 40px;
        height: 40px;
    }

    .price_discount {


        margin-left: 0px !important;

    }

}

.product-buy-block-quantity-end {
    cursor: pointer;
}

@media (max-width:850px) and (min-width: 720px) {
    .intec-catalog-section-tile .catalog-section-element .intec-min-button {
        opacity: 1;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

        opacity: 1;
    }

    .intec-catalog-section-tile .element-wrap:hover {
        box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .intec-catalog-section-tile .price-block .price-value {
        float: none;
    }

    .intec-catalog-section-tile .price-block .element-buys {
        float: none;
        margin-top: 5px;
    }

    .intec-catalog-section-tile .price-block {
        height: 90px;
    }
}


@media (max-width:900px) {
    .intec-catalog-section-tile .catalog-section-element {
        padding: 7px;
    }

    .intec-catalog-section-tile .catalog-section-element {
        width: 47%;
    }

    .intec-catalog-section-fl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before {
        content: "";
        width: 24px;
        height: 24px;
        filter: invert(1) contrast(2.5);
        background-image: url(/images/basket_header.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 28% !important;
        height: 100%;
    }

    .price-value {
        display: flex;
        font-weight: 400;
        letter-spacing: .4px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
    }

    .price_discount {

        margin-left: 0px !important;

    }

    .product-buy-block.price-block-incart .price-value {
        position: absolute;
        margin-top: 5px !important;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        justify-content: center !important;
        margin-left: 20px;
    }

    .intec-catalog-section-tile .catalog-section-element {
        margin: 3px;
    }

}

@media (max-width:900px) {
    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 40% !important;
        height: 100%;
    }
}

@media (max-width:720px) {
    .intec-catalog-section-tile .price-block {
        height: 50px;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button {
        opacity: 1;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

        opacity: 1;
    }

    .product-end-kt {
        position: absolute;
        bottom: 8px;
        font-size: 12px;
        line-height: 13px;
        padding: 4px 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-weight: 400;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 48% !important;
        height: 100%;
    }

    .intec-catalog-section.intec-catalog-section-tile {
        width: 100%;
        position: relative;
        /* left: -14px; */
    }
}

@media (max-width:480px) {
	.out_of_stock_kt.inside .icon_bsll_kt {
		height: 40px;
		padding-left: 46px;
		font-size: 12px;
		line-height: 14px;
	}	
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/iblock.vote/stars/style.min.css?1751944303832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/universe_s1/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */
/* /bitrix/templates/universe_s1/components/bitrix/catalog/catalog_redesign/style.css?176466048012077 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/redesign/style.css?176431102325319 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17519443033753 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.section/redesign/style.css?176466132329021 */
/* /bitrix/templates/universe_s1/components/bitrix/iblock.vote/stars/style.min.css?1751944303832 */
