.page-header__mobile-cats {
    margin: 0;
    list-style: none;
    padding: 0 20px 15px;
    border-top: 1px solid #6A0829;
    border-bottom: 1px solid #6A0829;
    background-color: #7e0e2f;
    display: none;
}
.page-header__mobile-cats li {
    margin-top: 15px;
}
.page-header__mobile-cats a {
    color: #fff;
    font-size: 14px;
}

.page-header__mobile-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
    background-color: #7e0e2f;
    display: none;
}

.mobile-promo-arrow {
    display: none;
}

@media screen and (max-width: 992px) {
    .wrap-promo-slider {
        position: relative;
    }

    .mobile-promo-arrow {
        display: block;
        width: 11px;
        height: 18px;
        position: absolute;
        z-index: 9;
        top: calc(50% - 9px);
    }

    .promo-arrow_prev {
        left: 15px;
    }

    .promo-arrow_next {
        right: 15px;
    }
}