@media screen and (orientation: portrait) {
    .filters_wrap {
        flex: 0 0 100%;
        width: 100%;
        gap: 2em;
    }
}