.intersection__page-video_logo {
    background-image: url('/assets/website/intersection/img/logo-new_081020_402x94.svg');
    background-size: cover;
    background-position: center;
    width: 270px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.intersection__page-video_title {
    font-family: 'Rotondac bold';
    font-size: 24px;
    color: #00a000;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

.intersection__page-video_description > p {
    font-family: 'Rotondac bold';
    font-size: 22px;
    color: #ff3f76;
    text-align: center;
    margin: 0;
}

.intersection__page-video_video {
    width: 320px;
    height: 190px;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
}

.intersection__page-video_video > video {
    border: 2px solid #b5d238;
    cursor: pointer;
    height: 182px;
}

.intersection__page-video_wrapper .off-screen-nav__container {
    background-color: transparent;
}

.intersection__page-video_wrapper .v2__site-header {
    background-color: transparent;
}

.intersection__page-footer .social-btns-box {
    margin: 0;
}

.intersection__page-footer .social-btns-with-text .social-ya-share .ya-share2__item_service_vkontakte .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url('/assets/website/intersection/img/video/vk.png') !important;
    background-color: transparent;
}

.intersection__page-footer .social-btns-with-text .social-ya-share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url('/assets/website/intersection/img/video/ok.png') !important;
    background-color: transparent;
}

.intersection__page-footer .social-btns-with-text .social-ya-share .ya-share2__item_service_facebook .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url('/assets/website/intersection/img/video/fb.png') !important;
    background-color: transparent;
}

.intersection__page-footer .social-btns-with-text .social-ya-share .ya-share2__item_service_whatsapp .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url('/assets/website/intersection/img/video/whatsapp.png') !important;
    background-color: transparent;
}

.intersection__page-video_button {
    text-transform: uppercase;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 20px;
    width: 200px;
    color: #fff !important;
    background-color: #ff3f76;
    margin: 20px auto;
    display: block;
    font-family: 'Rotondac';
}

.intersection__page-video_description {
    width: 290px;
    margin: 0 auto 15px;
}

.intersection__page-video_social-text {
    font-family: 'Rotondac Bold';
    font-size: 22px;
    color: #ff3f76;
    text-align: center;
}

.intersection__page-footer .social-btns-with-text {
    width: 175px;
    margin: 18px auto;
}

.intersection__page-video .intersection_section-three__right-title_mobile-img-9 {
    background-image: url('/assets/website/intersection/img/pink_heart_top.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 28px;
    height: 26px;
    top: 100px;
    left: 20px;
}

.intersection__page-video .intersection_section-three__right-title_mobile-img-10 {
    background-image: url('/assets/website/intersection/img/height.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 46px;
    height: 44px;
    top: 63px;
    right: 6px;
}

.intersection__page-video_video__b {
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url('/assets/website/intersection/img/play.png');
    background-size: contain;
    left: 130px;
    top: 65px;
}

@media screen and (min-width : 768px) {
    .intersection__page-video .intersection_section-three__right-title_mobile-img-9,
    .intersection__page-video .intersection_section-three__right-title_mobile-img-10 {
        display: none;
    }

    .intersection__page-video_video {
        height: 470px;
        width: 768px;
    }

    .intersection__page-video_video > video {
        height: 434px;
    }

    .intersection__page-video_video__b {
        left: 349px;
        top: 175px;
        width: 80px;
        height: 80px;
    }

    .intersection__page-video_description {
        width: 760px;
    }

    .intersection__page-video_logo {
        margin-left: 64px;
    }

    .intersection__page-video_img {
        position: absolute;
        background-image: url('/assets/website/intersection/img/video/Tsypa.png');
        width: 161px;
        height: 125px;
        background-repeat: no-repeat;
        right: 90px;
        top: 55px;
    }
}

@media screen and (min-width : 1200px) {
    .intersection__page-video {
        background-image: url('/assets/website/intersection/img/video/BG_VideoPage.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .intersection__page-video_wrapper {
        margin: 0 70px;
        position: relative;
    }

    .intersection__page-video_title {
        margin: 20px 140px;
        font-size: 24px;
    }

    .intersection__page-video_description > p {
        font-family: 'Rotondac bold';
        font-size: 24px;
        color: #ff3f76;
        text-align: center;
        margin: 0;
    }

    .intersection__page-video_description {
        margin: 0 50px 20px;
        width: auto;
    }

    .intersection__page-video_video {
        width: 820px;
        height: 470px;
    }

    .intersection__page-video_video > video {
        width: 820px;
        height: 463px;
    }

    .intersection__page-footer .social-btns-with-text {
        width: 135px;
    }

    .intersection__page-video_video__b {
        width: 100px;
        height: 100px;
        left: 360px;
        top: 180px;
    }

    .intersection__page-video_social-text {
        font-size: 24px;
    }

    .intersection__page-video_img {
        top: -25px;
    }

    .intersection__page-video_logo {
        margin-left: 0;
    }
}