
.header[data-with-banner]~#page .page-banner--podbor.fast-filters-collapsible {
    display: flex;
}

.mattress-selection .page-banner--podbor.fast-filters-collapsible {
    margin-block-end: 52px;
}

.page-banner--podbor.fast-filters-collapsible {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    min-height: 104px;
    height: auto;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.page-banner--podbor.fast-filters-collapsible .page-banner__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-banner--podbor.fast-filters-collapsible .category-variants__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    overflow: hidden;
    max-height: 52px;
    transition: max-height 0.25s ease;
    width: 100%;
}

.page-banner--podbor.fast-filters-collapsible.is-expanded .category-variants__list {
    max-height: 1000px;
}

.page-banner--podbor.fast-filters-collapsible .fast-filters-toggle {
    margin-top: 14px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 6px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
}

.page-banner--podbor.fast-filters-collapsible .fast-filters-toggle:hover {
    background: rgba(255,255,255,.12);
}

.page-banner--podbor.fast-filters-collapsible .category-variants__list-item {
    flex: 0 0 auto;
}
