@media screen and (min-width: 320px) {
    .v2__promopage .v2__site-footer {
        margin: 1.35em 0 0 0;
    }

    .v2__promopage .off-screen-nav__navigation {
        margin: 0 0 0 -16.001em;
    }

    .item-1 {
        background-image: url('/assets/website/images/promopage/v2_promo_gifts__small.png');
    }

    .item-2 {
        background-image: url('/assets/website/images/promopage/v2_promo_calendar__small.png');
    }

    .item-3 {
        background-image: url('/assets/website/images/promopage/v2_promo_tablet__small.png');
    }

    .item-4 {
        background-image: url('/assets/website/images/promopage/v2_promo_action__small.png');
    }

    .v2__promopage-arrow {
        position: absolute;
        z-index: 1;
        top: 37%;
        /** ??? должно быть 40 */

        width: 40px;
        height: 40px;
        padding: 0;

        border: 0;
        background-color: #55bddd;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.75em;
    }

    .v2__promopage-arrow.left {
        background-image: url('/assets/website/svg/v2/arrow_gray_left.svg');
    }

    .v2__promopage-arrow.right {
        right: 0;

        background-image: url('/assets/website/svg/v2/arrow_gray_right.svg');
    }

    .v2__promopage-item_description {
        position: absolute;
        top: 45%;

        height: 227px;

        background: rgba(0, 0, 0, 0.5);
    }

    .v2__promopage-item_description_text {
        height: 90px;
        padding: 0 20px;

        text-align: center;
        letter-spacing: .75px;
        text-transform: uppercase;

        color: #fff;

        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
    }

    .v2__promopage-item_description_logo {
        width: 100%;
        height: 28px;
        margin: 16px 0;

        background-image: url('/assets/website/images/promopage/logotip.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .v2__promopage-item_description_button {
        display: block;

        height: 35px;
        margin: 0 25%;
        margin-top: 20px;
        padding-top: 8px;

        cursor: pointer;
        text-align: center;
        text-transform: uppercase;

        color: #fff;
        background-color: #a3c600;

        font-size: 14px;
    }

    .v2__promopage-item {
        position: relative;

        width: 100%;
        min-width: 320px;
        min-height: 413px;

        background-size: cover;
    }

    .v2__promopage .off-screen-nav__site-wrap {
        padding-right: 0;

        background-color: #f2f2f2;
    }
}
@media screen and (min-width: 660px) {
    .v2__promopage .v2__site-footer {
        margin: 5em 0 0 0;
    }

    .v2__promopage {
        background-color: #f2f2f2;
    }

    .v2__promopage .main_wrapper {
        width: 100%;
        margin-top: 16px;

        border-right: 0;
        border-left: 0;
        background: #f2f2f2;
    }

    .v2__promopage .footer__content-box {
        background: #fff !important;
    }

    .v2__promopage .v2__promopage-container {
        display: flex;

        justify-content: space-around;
    }

    .v2__promopage-arrow {
        position: relative;
        top: 0;
        /** ??? должно быть 40 */

        width: 160px;
        height: auto;

        background-position: 0 50%;
        background-size: auto;
    }

    .v2__promopage-items {
        display: flex;

        width: 100%;
    }

    .v2__promopage-item_description {
        top: 0;
        left: 50%;

        height: 356px;
    }

    .v2__promopage-item_description_text {
        height: 152px;
        padding: 0 45px;

        text-align: left;

        font-size: 14px;
        line-height: 19px;
    }

    .v2__promopage-item_description_logo {
        height: 55px;
        margin: 32px 0;

        background-size: 266px 55px;
    }

    .v2__promopage-item_description_button {
        height: auto;
        margin: 0 25px;
        margin-top: 15px;
        padding: 13px;

        font-size: 18px;
    }

    .v2__promopage-item {
        width: 870px;
        height: 356px;
        min-height: 0;

        background-size: cover;
    }

    .item-1 {
        background-image: url('/assets/website/images/promopage/v2_my_gifts.png');
    }

    .item-2 {
        background-image: url('/assets/website/images/promopage/v2_promo_calendar.png');
    }

    .item-3 {
        background-image: url('/assets/website/images/promopage/v2_promo_tablet.png');
    }

    .item-4 {
        background-image: url('/assets/website/images/promopage/v2_promo_action.png');
    }
}

@media screen and (min-width: 1020px) {
    .v2__promopage-items {
        width: 960px;
    }

    .v2__promopage .main_wrapper {
        width: 960px;

        border-right: 0;
        border-left: 0;
        background: #f2f2f2;
    }

    .v2__promopage-item_description_text {
        padding: 0 67px;

        font-size: 16px;
    }

    .v2__promopage-item_description_button {
        margin-top: 0;

        font-size: 24px;
    }
}
