
.fancybox-close-small {
    display: none;
}
.modal-card__close {
    cursor: pointer;
}
.footer__grid-two-halfs {
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-top: -31px;
}
.footer__label {
    margin-top: 30px;
}

.collections .cards__figure {
    position: relative;
}
.collections .promo__block span.is_new {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 5px;
    line-height: 1.2;
}

.catalog-menu {
    min-height: unset;           /* убрать 933px */
    height: auto;                /* убрать 100vh */
    max-height: calc(100vh - 103px); /* 103px — высота .header-bottom */
    overflow-y: auto;
}

.catalog-menu__navs {
    max-height: calc(100vh - 180px); /* с запасом под padding и кнопку закрытия */
    overflow-y: auto;
}