/* Баннер START */
.page__banner{
    margin-left: -24px;
    margin-right: -24px;

    position: relative;
}

.page__banner__close{
    width: 32px;
    height: 32px;

    background: url("/img/v3/webinar/ic_banner_close_white.svg") no-repeat center / contain;

    position: absolute;
    top: 8px;
    right: 8px;

    cursor: pointer;
}

.page__banner__close:hover{
    background-image: url("/img/v3/webinar/ic_banner_close_white_hover.svg");
}

.page__banner__close:active{
    background-image: url("/img/v3/webinar/ic_banner_close_white_active.svg");
}

.page__banner__img{
    display: block;
}


@media screen and (min-width: 768px){
    .page__banner{
        margin-left: 0;
        margin-right: 0;
    }
}

.search-plate{
    position: absolute;
    bottom: -4px;
    transform: translateY(100%);
    left: 36px;

    background: #FFFFFF;

    border: 1px solid #E7F0FE;
    border-radius: 8px;

    padding: 16px;

    z-index: 5;

    opacity: 0;
    visibility: hidden;
}

.search-plate.open{
    opacity: 1;
    visibility: visible;
}

.search-plate ul{
    padding-left: 0;
    margin-bottom: 0;
}
.search-plate li{
    list-style: none;
    margin-bottom: 10px;
}
.search-plate li a{
    font-size: 12px;
    line-height: 150%;
    color: #04202F;
}
.search-plate li:last-child{
    margin-bottom: 0;
}

.page__search{
    position: relative;
    margin-bottom: 24px;
}

.help-panel{
    margin: 24px 0;
}

.webinar-list__button{
    text-align: center;
    margin-top: 16px;
}

.indexVideo{
    cursor: pointer;
}

@media screen and (min-width: 1170px){
    .help-panel{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        border-bottom: 1px solid #E7F0FE;
    }
    .indexTab{
        order: -1;
        margin-bottom: 0;

        border-bottom: 0;
    }

    .page__search {
        width: 264px;
        margin-bottom: 20px;
    }

}

.indexVideo__sections_video-page .social__mens {
    background-image: url("/img/v3/icons/eye--gray.svg");
}

@media screen and (min-width: 768px){

    .indexVideo__sections_video-page{
        margin-left: -16px;
    }
    .indexVideo__sections_video-page .indexVideo{
        margin: 0;
        margin-left: 16px;
        margin-bottom: 16px;
        flex: auto;

        max-width: calc(50% - 16px);
    }

    .indexVideo__sections_video-page .indexVideo__cover{
        width: auto;
        max-width: 100%;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo){
        width: calc(100% - 16px);
        min-width: calc(100% - 16px);
        max-width: calc(100% - 16px);
        height: 409px;

        flex: none;
    }
    .indexVideo__sections_video-page{
        overflow: hidden;
        flex-wrap: wrap;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__picture{
        width: 100%;
        height: 100%;

        border-radius: 8px;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__picture::before {
        width: 57px;
        height: 78px;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo_preview{
        height: 100%;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__container{
        position: absolute;
        bottom: 0;

        height: auto;
        width: 100%;

        border: 0;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__author{
        right: 24px;
        bottom: 30px;
        top: auto;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__video{
        height: 100%;
        width: 100%;

        object-fit: cover;
        object-position: right center;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__time {
        left: 140px;
    }

    .indexVideo__container,
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__social{
        border-top: 0;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__social {
        padding-top: 0;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .social,
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__heading,
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__heading a,
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .card-time{
        z-index: 5;
        color: #fff!important;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .indexVideo__heading {
        margin-bottom: 32px;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .social__mens,
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .social__comment {
        position: relative;
        z-index: 5;
        color: #ffffff;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .social__mens {
        background-image: url("/img/v3/icons/eye--white.svg");
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo) .social__comment {
        background-image: url("/img/v3/icons/comment--white-full.svg");
    }

    .indexVideo__heading {
        max-width: 438px;
    }
}

@media screen and (min-width: 1170px){
    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo){
        width: 560px;
        overflow: visible;
    }

    .indexVideo__sections_video-page .indexVideo:first-child:not(.myVideo){
        width: calc(50% - 16px);
        min-width: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
    .indexVideo__sections_video-page .indexVideo{
        max-width: calc(25% - 16px);
    }
}
/* Баннер END */


.popup-video{
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background: #FFFFFF;

    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 200ms;
}

.popup-video.open{
    opacity: 1;
    visibility: visible;
}

.popup-video__close{
    width: 24px;
    height: 24px;

    background: url("/img/v3/icons/ic_close.svg") no-repeat center / 16px;

    display: block;
}

.popup-video__headline{
    height: 56px;

    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(5, 12, 20, 0.06);

    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 0 16px;
}

.popup-video__arr{
    width: 18px;
    height: 24px;

    background: no-repeat center / 8px auto;

    display: block;
}

.popup-video__navigation{
    display: flex;
    align-items: center;

    position: absolute;
    right: 24px;
    top: 16px;
}

.popup-video__arr_prev{
    background-image: url("/img/v3/index/calendar_left_black.svg");
    margin-right: 12px;
}

.popup-video__arr_next{
    background-image: url("/img/v3/index/calendar_right_black.svg");
}

.popup-video__legend{
    margin-top: 16px;

    padding: 0 24px;
    position: relative;
}

.popup-video__time{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;

    color: #8292A1;
    margin-bottom: 8px;
}

.popup-video__bonus{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */

    color: #F24922;
    position: absolute;
    right: 24px;
    top: 0;
}

.popup-video__bonus .popup-video__bonus__span{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;

    color: #8292A1;
    margin-left: 8px;

    display: none;
}

.popup-video__title{
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;

    color: #04202F;
}

.popup-video .slick-arrow{
    font-size: 0;
    border: 0;
}

@media screen and (min-width: 768px){
    .popup-video .slick-arrow,
    .popup-video__arr{
        background: #FFFFFF;
        box-shadow: 0 6px 26px rgba(150, 175, 213, 0.3);
        border-radius: 37px;

        width: 50px;
        height: 50px;

        position: absolute;
        top: 0;

        background: no-repeat center / 12px auto;
        cursor: pointer;

        z-index: 4;
    }

    .popup-video__navigation{
        width: 100%;

        position: absolute;
        top: 242px;
        z-index: 4;

        height: 60px;

        left: 0;
        right: auto;
    }

    .popup-video .slick-prev,
    .popup-video__arr_prev{
        left: 3px;
        background-image: url("/img/v3/index/calendar_left.svg");
        background-position: 17px;
    }
    .popup-video .slick-prev:hover,
    .popup-video__arr_prev:hover{
        background-image: url("/img/v3/index/calendar_left_black.svg");
    }

    .popup-video .slick-next,
    .popup-video__arr_next{
        right: 3px;
        background-image: url("/img/v3/index/calendar_right.svg");
        background-position: 21px;
    }
    .popup-video .slick-next:hover,
    .popup-video__arr_next:hover{
        background-image: url("/img/v3/index/calendar_right_black.svg");
    }

    .popup-video__arr .button__effect{
        background: #04202F;
        opacity: 0.06;
    }

    .popup-video__arr{
        overflow: hidden;
    }

    .popup-video__headline{
        position: static;
    }

    .popup-video__body{
        padding-top: 32px;
        text-align: center;
    }

    .popup-video__body iframe{
        width: 656px;
        height: 369px;

        margin: 0 auto;
    }

    .popup-video__time,
    .popup-video__title{
        text-align: left;
    }

    .popup-video__title{
        max-width: 428px;
    }

    .popup-video__bonus .popup-video__bonus__span{
        display: inline-block;
    }

    .popup-video__legend{
        margin-top: 20px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .popup-video__bonus{
        right: 56px;
    }

    .popup-video .slick-arrow{
        top: 116px;
    }
}

@media screen and (min-width: 950px) {
    .popup-video .slick-prev,
    .popup-video__arr_prev{
        left: 6%;
    }

    .popup-video .slick-next,
    .popup-video__arr_next{
        right: 6%;
    }
}

@media screen and (min-width: 1170px){
    .popup-video .slick-prev,
    .popup-video__arr_prev{
        left: 0;
        background-position: 23px;
    }

    .popup-video .slick-next,
    .popup-video__arr_next{
        right: 0;
        background-position: 23px;
    }

    .popup-video .slick-arrow,
    .popup-video__arr{
        width: 60px;
        height: 60px;
    }

    .popup-video{
        width: 950px;
        height: auto;
        left: 50%;
        top: 58px;

        transform: translateX(-50%);

        box-shadow: 0 0 0 10000px rgba(4, 32, 47, .4);
        border-radius: 8px;
        padding-bottom: 48px;
    }
    .popup-video__headline{
        box-shadow: none;
        height: 40px;
        position: absolute;
        top: 14px;
        right: 0;
    }
    .popup-video__body{
        padding-top: 48px;
    }
    .popup-video__close{
        width: 40px;
        height: 40px;

        cursor: pointer;
    }
    .popup-video__navigation{
        top: 258px;
        width: calc(100% + 60px);
        left: -30px;
    }
    .popup-video .slick-arrow,
    .popup-video__arr{
        background-color: #fff;
    }
    .popup-video__body iframe{
        width: 656px;
        height: 369px;
    }
}

@media screen and (min-width: 1300px){
    .popup-video .slick-next{
        right: -76px!important;
    }
    .popup-video .slick-prev{
        left: -76px!important;
    }
}


.video-partner__link{
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #04202F;

    margin-right: 12px;
}

.video-partner__link a{
    color: #009FDA;
    padding-left: 5px;
}

.video-partner__logo{
    max-height: 67px;
    width: auto;
}

.video-partner__headline{
    background: linear-gradient(180deg, rgba(248, 249, 250, .8) 0%, rgba(248, 249, 250, 0) 100%);
    border-radius: 8px 8px 0 0;

    padding: 4px 32px 12px;
}

.video-partner__headline,
.video-partner__headline__about{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.video-partner__headline{
    justify-content: space-between;

}



.video-partners{
    display: none;
}


@media screen and (min-width: 768px){
    .video-partners{
        display: block;
        margin-top: 52px;
    }
    .video-partner{
        margin-bottom: 44px;
    }
}
@media screen and (min-width: 1170px){
    .video-partner__headline{
        padding: 4px 40px 12px;
    }
}




.videoSlider .indexVideo__cover{
    width: auto;
    max-width: 100%;
}




/*.video-partner__logo{*/
/*    background: url(67 1.png), #C4C4C4;*/
/*    mix-blend-mode: multiply;*/
/*}*/

