@media (max-width: 979px) {
    .catalog__item__info.row.row-space {

    flex-direction: column;
    }
} 
.menu-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--Header-background, rgba(17, 17, 18, 0.9));
    backdrop-filter: blur(30px);
    z-index: 11;
    transition: all 0.2s ease-out;
}