@media (max-width: 768px) {
    .p-banner {
        margin-bottom: 16px;
    }
    .text_before_items.mb.mb--48 {
        margin-bottom: 0;
    }
    .brands-list-big-img {
        margin-top: 40px;
    }
}
@media (max-width: 450px) {
    .grey-bg-goods-y .grid-list.grid-list--compact {
        row-gap: min(var(--theme-items-gap), 8px) !important;
    }
}