

/* Start:/bitrix/templates/aspro_next_modify/components/bitrix/catalog.smart.filter/catalogpage/style.css?17563797464203*/
.default-button.filter-button[disabled] {
    background: #777777;
}

.power-filter-links-show-all-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 62px;
    background-color: white;
}

.power-filter-links-show-all-container a {
    padding: 8px;
    font-weight: 700;
}

.power-filter_hide {
    overflow: hidden;
    max-height: 102px;
}

.power-filter_active {
    max-height: 1000px;
}

.power-filter-links-row {
    margin-bottom: 0 !important;
}

.section-filter {
    margin-bottom: 20px;
}

.js-btn-show-filter {
    display: none;
}

.filter-titles_mobile .js-mobile__btn-close {
    display: none;
}

.tabs-block_parameters-input .select-initor {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 55%;
    height: 40px;
}

[data-accordion="element"].is-active .section-tags__open svg {
    transform: rotate(-180deg);
}

.section-tags__open {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 1.067em;
    line-height: 20px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
}

.section-tags__open svg {
    margin-top: 3px;
    transition: transform 0.3s ease;
}

.power-filter-links-wrapper .power-filter-links-show-all-container {
    display: none;
}

@media (max-width: 767px) {
    .power-filter-links-wrapper .power-filter-links-show-all-container {
        display: flex;
    }

    .js-btn-show-filter {
        position: relative;
        display: block;
        width: 100%;
        padding: 5px 30px 5px 32px;
        background: #f5f5f5;
        border-radius: 2px;
        margin-bottom: 30px;
    }

    section.section-filter {
        display: none;
    }

    section.section-filter.js-filter-show {
        display: block;
        position: fixed;
        background: #ffffff;
        z-index: 9999;
        height: calc(100% - 63px);
        top: 63px;
        left: 0;
        overflow: overlay;
        padding-bottom: 70px;
        width: 100%;
    }

    .js-filter-show .tabs-block-wrapper-all {
        display: block;
    }

    .js-filter-show .tabs-block_btn-search {
        display: none;
    }

    .js-btn-show-filter:before {
        content: '';
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="170" viewBox="0 0 100 170"%3E%3C/svg%3E');
        background-position: -19px -62px;
        background-repeat: no-repeat;
        width: 15px;
        height: 13px;
        left: 10px;
        top: 11px;
        position: absolute;
    }

    .js-btn-show-filter:after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml,%3Csvg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3C/svg%3E');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        right: 10px;
        top: 16px;
    }

    .js-btn-show-filter.js-filter-show:after {
        top: 10px;
        transform: rotate(180deg);
    }

    .js-filter-show .filter-titles_mobile .js-mobile__btn-close {
        display: block;
        position: fixed;
        right: 12px;
        top: 70px;
        width: 32px;
        height: 32px;
        background: rgb(0 0 0 / 30%);
        z-index: 1;
    }

    section.section-filter.js-filter-show .tabs-block_btn {
        position: fixed;
        left: 0;
        bottom: 52px;
        width: 100%;
        background: #fff;
    }

    section.section-filter.js-filter-show .tabs-block_btn-send {
        justify-content: center;
        margin-top: 0;
        padding: 0;
    }

    .js-filter-show .filter-button {
        width: 100%;
        min-height: 60px;
    }

    .js-filter-show .filter-del-button {
        margin-right: 0;
    }

    section.section-filter.js-filter-show .tabs-block .input-from-to {
        justify-content: space-between;
    }
}

[data-accordion="element"].is-active > [data-accordion="content"] {
    max-height: 100%;
}

[data-accordion="content"] {
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden;
}
/* End */
/* /bitrix/templates/aspro_next_modify/components/bitrix/catalog.smart.filter/catalogpage/style.css?17563797464203 */
