

/* Start:/local/templates/main/components/bitrix/news.list/house_filter/style.css?17740163172725*/
.filter-new {
    margin-top: 30px;
    margin-bottom: 30px;
}

.filter-new__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.filter-new__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    color: var(--black-dark);
}

.filter-new__reset {
    font-size: 14px;
    font-weight: 500;
    color: var(--rose-dark);
    text-decoration: underline;
    transition: .3s;
    white-space: nowrap;
}

.filter-new__reset:hover {
    text-decoration: none;
}

.filter-new__top {
    margin-bottom: 16px;
}

.filter-new__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-new__name {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-dark);
    margin-right: 4px;
    white-space: nowrap;
}

.filter-new__choice {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-new__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--grey-light);
    padding-bottom: 0;
}

.filter-new__tab {
    position: relative;
    padding: 8px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--grey-dark);
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}

.filter-new__tab:hover {
    color: var(--green-medium);
}

.filter-new__tab.active {
    color: var(--green-dark);
    border-bottom-color: var(--green-dark);
}

.filter-new__panels {
    position: relative;
}

.filter-new__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-new__panel.hide {
    display: none;
}

.filter-new__btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border: 1px solid var(--grey-light);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-dark);
    background: var(--white);
    transition: .2s;
    white-space: nowrap;
    text-decoration: none;
}

.filter-new__btn:hover {
    border-color: var(--green-medium);
    color: var(--green-medium);
    background: rgba(19, 141, 128, .06);
}

.filter-new__btn.active {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: var(--white);
}

@media (max-width: 768px) {
    .filter-new__header {
        flex-wrap: wrap;
    }

    .filter-new__title {
        font-size: 20px;
    }

    .filter-new__nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 0;
    }

    .filter-new__nav::-webkit-scrollbar {
        display: none;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/house_filter/style.css?17740163172725 */
