.menu {
    display: flex;
    height: 30px;
    margin: 0px;
    padding-inline-start: 15px;
    z-index: 100;
}

.menu-item {
    margin-right: 12px;
    list-style-type: none;
    flex-grow: 5;

}

.menu-item:last-child {
    margin-right: 0;
}

.menu-item a {
    font: 13px "Open Sans", Arial, sans-serif;
    color: #666;
    white-space: nowrap;
    padding: 10px 0px;
}

.menu-item a.item_highlight {
    color: #ff6363;
    font-weight: bold;
}

.menumodal a {
    white-space: normal;
    font: 13px "Open Sans", Arial, sans-serif;
    color: #666;

}

.menuLimiter {
    width: 100%;

    padding: 0 0px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    margin-bottom: -20px;
    mask-image: linear-gradient(90deg,
    transparent 0, rgba(0, 0, 0, .25) 18px,
    #000 36px,
    #000 calc(100% - 36px),
    rgba(0, 0, 0, .25) calc(100% - 18px),
    transparent);
}

.menuWrapper:after {
    content: "";
    display: block;
    height: 30px;
    width: 100px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 87%)
}

.calendar:after {
    content: "";
    display: block;
    height: 105px;
    width: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 87%)
}

.menuWrapper:before {
    content: "";
    display: block;
    pointer-events: none;
    height: 30px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 87%)
}

.menuWrapper {
    /* Спрячем всё, что выходит за границы родителя */
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.nav--promo {
    background-color: var(--primary);
    background-image: url(../images/map_bg8.png);
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 0.5625rem;
    border-top: none;
}

.nav--promo .nav__link {
    color: #fff;
}

.menuWrapper--promo:before, .menuWrapper--promo:after {
    background-image: none;
}

.menuLimiter--promo {
    padding-bottom: 20px;
}

.menuWrapper--promo .menu-item a {
    color: #fff;
}

.menuLimiter--promo .menu {
    padding-top: 12px;
    align-items: center;
}

.nav__list--promo {
    justify-content: flex-start;
    gap: 20px;
}

/* style.css */
@media only screen and (max-width: 992px) {
    .menuLimiter--promo .menu {
        padding-top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .menu-item {
        margin-right: 15px !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 426px) {
    .menu-item {
        margin-right: 18px !important;
    }
}

@media only screen and (min-width: 427px) and (max-width: 450px) {
    .menu-item {
        margin-right: 15px !important;
    }
}

@media only screen and (min-width: 451px)and (max-width: 470px) {
    .menu-item {
        margin-right: 15px !important;
    }
}

@media only screen and (min-width: 471px) and (max-width: 510px) {
    .menu-item {
        margin-right: 15px !important;
    }
}