.filter-panel {
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
    display: flex;
}

.filter-panel_nowrap {
    flex-wrap: nowrap;
}