.filter__modal-mob {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: white;
    z-index: 100;
    display: none;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
}
@media (max-width: 1025px) {
    .filter__modal-mob._active {
        display: -ms-grid;
        display: block !important;
    }
}