.custom-page-perekrestok {
    background-image: url('/assets/website/images/custom-page-intersection/BG.jpg');
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
}

.custom-page-perekrestok .v2__site-header__nav-trigger::after {
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    background-image: url('/assets/website/images/custom-page-intersection/ico_menu.svg');
}

.custom-page-perekrestok .site_header_menu-promo {
    color: #fff !important;
}

.custom-page-perekrestok .site_header_menu-promo:hover, {
    color: rgb(237, 28, 36) !important;
}

.custom-page-perekrestok .off-screen-nav__container {
    background-color: transparent;
}

.custom-page-perekrestok .v3__site-header {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 37px;
}

.custom-page-perekrestok .v2__site-header__tlum-logo {
    display: block;
    width: 8em;
    height: 2em;
    background-image: url('/assets/website/images/custom-page-intersection/Tlum_ru__logo_white-line.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 119px 25px;
}

.custom-page-perekrestok .v3__site-header__nav a  {
    color: #fff;
}

.custom-page-perekrestok__logo {
    height: 75px;
    text-align: center;    
    margin: 10px 0 0 0;
}

.custom-page-perekrestok__logo a {
    display: inline-block;
    width: 290px;    
    height: 69px;    
    text-align: center;
}

.custom-page-perekrestok__title {
    font-family: 'Rotondac bold';
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.custom-page-perekrestok__title-greeting {
    text-transform: uppercase;
}

.custom-page-perekrestok__description {
    font-size: 24px;
    color: #c2d440;
    font-family: 'Rotondac bold';
    width: 508px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 29px;
}

.custom-page-perekrestok__video-description {
    font-size: 24px;
    color: #c2d440;
    font-family: 'Rotondac bold';
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
    line-height: 30px;    
}

.custom-page-perekrestok__video-description > span {
    font-size: 30px;
    color: #e5ff28;
    font-family: 'Rotondac bold';
    text-align: center;
    line-height: 30px;    
}

.custom-page-perekrestok__video-how-use-items {
    width: 100%;
    margin-left: 60px;
}

.custom-page-perekrestok__title-what-to-do {
    font-size: 24px;
    margin-top: 0;
}

.custom-page-perekrestok__video-how-use-item > span {
    font-size: 20px;
    font-family: 'Rotondac bold';
    color: #fff;
    margin-bottom: 5px;
    margin-left: 45px;
    width: 85%;
    display: block;
}

.custom-page-perekrestok__video-how-use-item > img {
    width: 26px; 
    height: 26px; 
    display: inline;
    margin-left: 10px;
    float: left;
    margin-top: 5px;
}

.custom-page-perekrestok__video {
    width: 90%;
    margin: 20px auto 0;
}

.custom-page-perekrestok__video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-page-perekrestok__video-how-use-code {
    width: 301px;
    height: 301px;
    margin: 20px auto auto;
}

.custom-page-perekrestok__video-how-use-code-description {
    font-family: 'Rotondac bold';
    color: #fff;
    margin: 25px 60px auto;
    font-size: 14px;
    text-align: justify;
    width: 88%;
}

.custom-page-perekrestok .footer__content-box {
    background-color: #EEEEEE;
}

.custom-page-perekrestok__video-how-use-code {
    display: flex;
    position: relative;
    right: 80px;
}

.custom-page-perekrestok__video-how-use-code:before {
    content: url('/assets/website/images/custom-page-intersection/shamrock_near_qr-code.png');
    display: block;
    position: relative;
    z-index: -1;
    right: 40px;
    top: 105px;
}

.custom-page-perekrestok__video-how-use-code:after {
    content: url('/assets/website/images/custom-page-intersection/shamrock_near_qr-code.png');
    display: block;
    position: relative;
    z-index: -1;
    left: 40px;
    top: 105px;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .custom-page-perekrestok {
        background-image: url('/assets/website/images/custom-page-intersection/BG_768.jpg');
    }

    .custom-page-perekrestok__video-description {
        font-size: 24px;
        color: #c2d440;
        font-family: 'Rotondac bold';
        text-align: center;
        width: 80%;
        margin: 25px auto 0;
        line-height: 30px;    
    }

    .custom-page-perekrestok__logo {
        height: 75px;
        text-align: center;    
        margin: 0;
    }

    .custom-page-perekrestok__title-what-to-do {
        font-size: 24px;
        margin-top: 30px;
    }

    .custom-page-perekrestok .v3__site-header {
        padding: 0;
    }

    .custom-page-perekrestok__video {
        width: 100%;
    }

    .custom-page-perekrestok__video {
        margin: 15px auto 0;
    }

    .custom-page-perekrestok__description {
        font-size: 24px;
        color: #c2d440;
        font-family: 'Rotondac bold';
        width: 400px;
        margin: 8px auto 0;
        text-align: center;
        line-height: 29px;
    }    

    .custom-page-perekrestok__title {
        margin-bottom: 10px;
    }

    .custom-page-perekrestok__video-how-use-item > span {
        width: 90%;
        margin-left: 45px;
    }

    .custom-page-perekrestok__video-how-use-item > img {
        margin-top: 5px;
    }

    .custom-page-perekrestok .custom-page__video-how-use-items {
        width: 100%;
        margin-left: 0;    
    }

    .custom-page-perekrestok__video-how-use-code {
        display: flex;
        position: relative;
        right: 80px;
        margin-top: 35px;
    }

    .custom-page-perekrestok__video-how-use-code-description {
        font-family: 'Rotondac bold';
        color: #fff;
        margin: 15px 10px 80px;
        font-size: 14px;
        text-align: justify;
        width: 97%;
    }

    .custom-page-perekrestok .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-16vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }
}

@media screen and (min-width: 415px) and (max-width: 600px) {
    .custom-page-perekrestok {
        background-image: url('/assets/website/images/custom-page-intersection/BG_768.jpg');
    }

    .custom-page-perekrestok .v3__site-header {
        padding: 0;
    }

    .custom-page-perekrestok__logo {
        height: 75px;
        text-align: center;    
        margin: 0;
    }

    .custom-page-perekrestok__title {
        margin-bottom: 10px;
    }

    .custom-page-perekrestok__video-how-use-item > span {
        width: 80%;
        margin-left: 45px;
    }

    .custom-page-perekrestok__video-how-use-item > img {
        margin-top: 5px;
    }

    .custom-page-perekrestok__video-how-use-items {
        width: 100%;
        margin-left: 0;
    }

    .custom-page-perekrestok__video {
        width: 100%;
    }

    .custom-page-perekrestok__description {
        width: 80%;
    } 

    .custom-page-perekrestok__video-description {
        font-size: 24px;
        color:#c2d440;
        font-family: 'Rotondac bold';
        text-align: center;
        width: 90%;
        margin: 25px auto 0;
        line-height: 30px;    
    }

    .custom-page-perekrestoke__video-how-use-item > span {
        width: 90%;
        margin-left: 45px;    
    }

    .custom-page-perekrestok__video-how-use-items {
        width: 100%;
        margin-left: 0;    
    }

    .custom-page-perekrestok__video-how-use-code:before {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: -5px;
        left: 110px;
    }
    
    .custom-page-perekrestok__video-how-use-code:after {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: 10px;
        left: 110px;
    }

    .custom-page-perekrestok__video-how-use-code {
        position: relative;
        display: block;
        right: 0;
        width: 301px;
        height: 301px;
        margin: 20px auto;
    }

    .custom-page-perekrestok__video-how-use-code-description {
        font-family: 'Rotondac bold';
        color: #fff;
        margin: 180px 10px 90px;
        font-size: 14px;
        text-align: justify;
        width: 97%;
    }

    .custom-page-perekrestok__title-what-to-do {
        font-size: 24px;
        margin-top: 30px;
    }
    
    .custom-page-perekrestok .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-16vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }
}

@media screen and (min-width: 321px) and (max-width: 414px) {
    .custom-page-perekrestok .v3__site-header {
        padding: 0;
    }

    .custom-page-perekrestok {
        background-image: url('/assets/website/images/custom-page-intersection/BG_768.jpg');
    }

    .custom-page-perekrestok__logo {
        margin: 10px auto;
    }

    .custom-page-perekrestok__title {
        margin-bottom: 10px;
    }

    .custom-page-perekrestok__title-greeting {
        margin-bottom: 20px;
    }

    .custom-page-perekrestok__video-how-use-item > img {
        margin-top: 5px;
    }

    .custom-page-perekrestok__video {
        width: 100%;
    }

    .custom-page-perekrestok__description {
        width: 80%;
        margin-bottom: 40px;
    } 

    .custom-page-perekrestok__video-description {
        font-size: 22px;
        color:#c2d440;
        font-family: 'Rotondac bold';
        text-align: center;
        width: 90%;
        margin: 25px auto 0;
        line-height: 26px;    
    }

    .custom-page-perekrestok__video-how-use-item > span {
        width: 80%;
        margin-left: 45px;    
    }

    .custom-page-perekrestok__video-how-use-items {
        width: 100%;
        margin-left: 0;    
    }

    .custom-page-perekrestok__video-how-use-code:before {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: -5px;
        left: 110px;
    }
    
    .custom-page-perekrestok__video-how-use-code:after {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: 10px;
        left: 110px;
    }

    .custom-page-perekrestok__video-how-use-code {
        position: relative;
        display: block;
        right: 0;
        width: 301px;
        height: 301px;
        margin: 20px auto;
    }

    .custom-page-perekrestok__video-how-use-code-description {
        font-family: 'Rotondac bold';
        color: #fff;
        margin: 180px 10px 110px;
        font-size: 14px;
        text-align: justify;
        width: 95%;
    }

    .custom-page-perekrestok__title-what-to-do {
        font-size: 22px;
        margin-top: 15px;
    }
    
    .custom-page__video-how-use-item > span {
        font-size: 16px;
        font-family: 'Rotondac bold';
        color: #fff;
        margin-bottom: 5px;
        margin-left: 45px;
        width: 80%;
        display: block;
    }

    .custom-page-perekrestok__video-description > span {
        font-size: 26px;
        color: #e5ff28;
        font-family: 'Rotondac bold';
        text-align: center;
        line-height: 26px;    
    }

    .custom-page-perekrestok__description {
        font-size: 22px;
        color: #c2d440;
        font-family: 'Rotondac bold';
        width: 90%;
        margin: 10px auto 0;
        text-align: center;
        line-height: 26px;
    }
    
    .custom-page-perekrestok .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_768.png');
        text-align: center;
        display: block;
        margin-top: calc(-22vh);
        z-index: -1;
        position: relative;
        height: 200px;
        overflow: hidden;
    }
}

@media screen and (max-width: 320px) {
    .custom-page-perekrestok .v3__site-header {
        padding: 0;
    }

    .custom-page-perekrestok {
        background-image: url('/assets/website/images/custom-page-intersection/BG_320.jpg');
    }    

    .custom-page-perekrestok__logo {
        height: 75px;
        text-align: center;
        margin: 0
    }

    .custom-page__description {
        width: 100%;
        font-size: 18px;
    }   

    .custom-page__video-description {
        font-size: 18px;
    }

    .custom-page__title-greeting {
        font-size: 24px;
    }

    .custom-page-perekrestok .custom-page__title-greeting {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .custom-page__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .custom-page-mimishki .v3__site-header {
        padding-top: 0;
    }

    .custom-page__video {
        width: 100%;
    }

    .custom-page-perekrestok .custom-page__video {
        width: 100%;
        margin: 15px auto 0;
    }

    .custom-page__video-how-use-item > span {
        font-size: 14px;
        width: 80%;
        margin-left: 45px;
    }

    .custom-page__video-how-use-item > img {
        margin-top: 5px;
    }

    .custom-page-perekrestok .custom-page__video-description {
        font-size: 19px;
        color:#c2d440;
        font-family: 'Rotondac bold';
        text-align: center;
        width: 90%;
        margin: 0 auto 0;
        line-height: 30px;    
    }

    .custom-page-perekrestok__video-how-use-items {
        width: 100%;
        margin-left: 0;    
    }

    .custom-page-perekrestok__video-how-use-code {
        position: relative;
        display: block;
        right: 0;
        margin-top: 20px;
    }

    .custom-page-perekrestok__video-how-use-code:before {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: -15px;
        left: 110px;
    }
    
    .custom-page-perekrestok__video-how-use-code:after {
        content: url('/assets/website/images/custom-page-intersection/shamrok_66x66.png');
        display: block;
        z-index: -1;
        position: relative;
        top: 20px;
        left: 110px;
    }


    .custom-page-perekrestok__video-how-use-code-description {
        font-family: 'Rotondac bold';
        color: #fff;
        margin: 190px 10px 100px;
        font-size: 12px;
        text-align: justify;
        width: 95%;
    }

    .custom-page-perekrestok__title-what-to-do {
        font-size: 19px;
        margin-top: 10px;
    }
    
    .custom-page-perekrestok__video-how-use-item > span {
        font-size: 17px;
        font-family: 'Rotondac bold';
        color: #fff;
        margin-bottom: 5px;
        margin-left: 45px;
        width: 80%;
        display: block;
    }

    .custom-page-perekrestok__video-description > span {
        font-size: 22px;
        color: #e5ff28;
        font-family: 'Rotondac bold';
        text-align: center;
        line-height: 30px;    
    }

    .custom-page-perekrestok__description {
        font-size: 19px;
        color: #c2d440;
        font-family: 'Rotondac bold';
        width: 80%;
        margin: 10px auto 0;
        text-align: center;
        line-height: 26px;
    }

    .custom-page-perekrestok .v2__site-header__nav-trigger {
        margin: 8px 0em 1em 1em;
    }

    .custom-page-perekrestok .v2__site-footer:before {
        content: url('/assets/website/images/custom-page-intersection/snow-gifts_320.png');
        text-align: center;
        display: block;
        margin-top: calc(-20vh);
        z-index: -1;
        position: relative;
        height: 130px;
    }
}
