

/* Start:/local/templates/abel/components/bitrix/catalog.section.list/main_catalog/style.css?178792570762*/
.current-section a {
    border: 1px solid var(--v-color-1);
}
/* End */


/* Start:/local/templates/abel/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?178792570710836*/
:root {
    --c0: #000000;
    --c1: #FBC500;
    --c2: #04B957;
    --c3: #E9F1F4;
    --c4: #4285F4;
    --c5: #D23113;
    --animation1: all .25s ease-out;
}

.smart-filter-container-modef {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.smart-filter-popup-result {
    position: absolute;
    right: -90%;
    z-index: 1000;
    width: 170px;
    height: 57px;
    line-height: 22px;
    padding: 6px 0px 0px 20px;
    box-shadow: 0px 0px 10px #999;
    background: #fff1b2;
}

@media (max-width: 768px) {
    .smart-filter-popup-result {
        display: none !important;
    }
}

.smart-filter-popup-result a {
    color: var(--c4);
    text-decoration: underline;
    display: block;
}

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

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

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

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

.smart-filter-slider-price-bar-v {
    background: var(--c0);
}

.mobile_filter_button {
    display: none;
}

html.mobile-filter-open,
html.mobile-filter-open body {
    overflow: hidden;
    touch-action: none;
}

@media (max-width: 768px) {
    .mobile_filter_button.b-btn.--block {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        min-height: 2.8125rem;
        margin-bottom: 1rem;
        padding: 0.5rem 1rem;
        font-family: var(--v-font-2, inherit);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        color: var(--v-body-color, #353132);
        background-color: var(--v-color-white, #fff);
        border: 1px solid var(--v-color-gray-2, #b9b8b8);
        border-radius: 0.375rem;
        cursor: pointer;
        transition: var(--animation1);
    }

    .mobile_filter_button:hover,
    .mobile_filter_button:focus-visible {
        border-color: var(--v-body-color, #353132);
        outline: none;
    }

    .mobile_filter_button .b-svg {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
    }

    .mobile_filter_panel__head {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 0 0.25rem;
    }

    .mobile_filter_panel__title {
        margin: 0;
        flex: 1;
        min-width: 0;
    }

    .mobile_filter_close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 2.25rem;
        height: 2.25rem;
        padding: 0 !important;
        color: var(--v-body-color, #353132);
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .mobile_filter_close .b-svg {
        width: 2.25rem;
        height: 2.25rem;
    }

    .mobile_filter_close:hover,
    .mobile_filter_close:focus-visible {
        color: var(--v-color-1, var(--c1));
        outline: none;
    }
}

@media (max-width: 768px) {
    .mobile_filter_panel {
        position: fixed;
        overflow-y: scroll;
        width: 270px;
        height: 100vh;
        background: var(--c3);
        top: 0;
        left: -270px;
        z-index: 1000;
        transition: var(--animation1);
    }
}

.mobile_filter_panel_show {
    left: 0;
}

@media (max-width: 768px) {
    .mobile_filter_panel_over {
        position: fixed;
        transition: var(--animation1);
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: none;
        z-index: 900;
        background: rgba(0, 0, 0, 0.7);
    }

    .mobile_filter_panel_over_show {
        display: block;
    }
}

/*# sourceMappingURL=style.css.map */

/* ----------------- abelle smart filter ----------------- */

/*.smart-filter{}*/

.smart-filter_title {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #B9B8B8;
    display: flex;
    padding: 0.625rem 0 0.5625rem 0;
    color: #353132;
    width: 100%;
    font-family: var(--v-font-2);
    font-size: 1.125rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.smart-filter_title:hover{
    color: var(--v-color-1);
}

/* digits */

.smart-filter-digits {
    display: flex;
    gap: .625rem;
    margin-bottom: 0.6875rem;
}

.smart-filter-digits input {
    background-color: var(--v-color-gray-1);
    border: 1px solid var(--v-color-gray-2);
    text-align: center;
    height: 2.4375rem;
    font-weight: 400;
    border-radius: .375rem;
    width: 100%;
}

.smart-filter-digits input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.smart-filter-digits input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.smart-filter-digits input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.smart-filter-digits input[type=number]:focus {
    border: 1px solid var(--v-color-gray-3);
    box-shadow: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.smart-filter-digits input[type=number]:focus-visible {
    border: 1px solid var(--v-color-gray-3);
    box-shadow: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* slider-track */

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 0.625rem 0.625rem;
    /*padding: 0.625rem 0.3125rem;*/
}

.smart-filter-slider-track {
    position: relative;
    background: var(--v-color-gray-1);
    height: 3px;
    border-radius: 2px;
    border: none;
    box-shadow: none;
}

/*parameters-box*/

.smart-filter-parameters-box {
    margin-bottom: 1rem;
}

.smart-filter-parameters-box .bx_filter_block_expanded {
    display: none;
}

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

/*slider-handle*/

.smart-filter-slider-handle {
    background: var(--v-body-color);
    position: absolute;
    top: 100%;
    margin-top: -6px;
    width: 9px;
    z-index: 100;
    height: 9px;
    border-radius: 50%;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    z-index: 110;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    z-index: 110;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -5px;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -5px;
}

/*.smart-filter_radio*/

.smart-filter_radio{
    display: grid;
    gap: .625rem;
    grid-template-columns: repeat(3, 1fr);
}

.smart-filter_radio input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_radio label {
    align-items: center;
    background-color: var(--v-color-gray-1);
    border: 1px solid var(--v-color-gray-2);
    border-radius: .375rem;
    color: var(--v-body-color);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: .3125rem .3125rem .25rem;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.smart-filter_radio input:checked+label {
    background-color: var(--v-body-color);
    border: 1px solid var(--v-body-color);
    color: var(--v-color-white);
}

/*smart-filter_checkbox*/

.smart-filter_checkbox{
    display: grid;
    gap: .25rem;
}

.smart-filter_checkbox input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_checkbox label {
    align-items: center;
    color: var(--v-body-color);
    cursor: pointer;
    display: flex;
    gap: .75rem;
    padding: .3125rem 0 .25rem 2.1875rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.smart-filter_checkbox label::after {
    align-items: center;
    background-color: var(--v-color-white);
    border: 1px solid var(--v-color-gray-2);
    border-radius: 50%;
    display: flex;
    height: 1.0625rem;
    justify-content: center;
    line-height: 1;
    transform: translateY(-50%);
    width: 1.0625rem;
    z-index: 1;
}

.smart-filter_checkbox label::before {
    border-bottom: 1px solid var(--v-color-white);
    border-left: 1px solid var(--v-color-white);
    height: .375rem;
    margin-left: .25rem;
    margin-top: -.25rem;
    opacity: 0;
    transform: rotate(-45deg);
    width: .625rem;
    z-index: 2;
}

.smart-filter_checkbox label::after, .smart-filter_checkbox label::before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transition: background-color .16s ease,border-color .16s ease,opacity .16s ease;
}

.smart-filter_checkbox label img {
    border: 1px solid var(--v-color-gray-2);
    border-radius: .125rem;
    display: block;
    flex: none;
    height: 1rem;
    width: 1rem;
    -o-object-fit: var(--img-fit, cover);
    object-fit: var(--img-fit, cover);
}

/*.smart-filter_checkbox label span {}*/

.smart-filter_checkbox label span:first-letter {
    text-transform: uppercase;
}

.smart-filter_checkbox label i {
    display: none;
}

.smart-filter_checkbox input:checked+label::before {
    opacity: 1;
}

.smart-filter_checkbox input:checked+label::after {
    background-color: var(--v-body-color);
    border: 1px solid var(--v-body-color);
}

/*btn*/

.smart-filter_bottons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.smart-filter_bottons input#set_filter {
    margin-bottom: .5rem;
}

.smart-filter_bottons input#del_filter {
    --btn-padding: 0.4375rem 0.875rem;
    --btn-font-size: 1rem;
    --btn-border-color: --btn-bg;
}

@media (max-width: 768px) {

    .b-catalog-aside.mobile_filter_panel.mobile_filter_panel_show {
        padding: 1rem 1rem 4.375rem;
    }

}

.mobile_filter_close .b-btn-link {
    position: absolute;
    right: -5px;
    top: 5px;
}

@media (min-width: 768px) {
    .mobile_filter_button, .mobile_filter_close  {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .b-product-card {
        max-width: none !important;
    }
}
/* End */


/* Start:/local/templates/abel/components/bitrix/catalog.section/main_catalog3/style.min.css?17879257073212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.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}.row::before{display:initial}
/* End */
/* /local/templates/abel/components/bitrix/catalog.section.list/main_catalog/style.css?178792570762 */
/* /local/templates/abel/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?178792570710836 */
/* /local/templates/abel/components/bitrix/catalog.section/main_catalog3/style.min.css?17879257073212 */
