.layouts.catalog-filters__cell {
    border: none;
    order: -1;
}
.layouts.catalog-filters__cell li {
    list-style: none;
}
@media screen and (min-width: 960px) {
    .layouts.catalog-filters__cell {
        order: 1;
    }
}