.club_videos_section {
    margin: 60px 0 30px 0;
    height: 442px;
    position: relative;
    z-index: 0;
}

.club_videos_fg {
    position: relative;
    z-index: -1;
}
.club_videos_section:after {
    background: #0F1429 0 0 no-repeat padding-box;
    width:53%;
    position: absolute;
    top: 0;
    content:"";
    display:block;
    height: 442px;
    z-index:-3;
    left: 47%;
}

.club_videos_section > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}

.club_videos_fg > li {
    margin: 78px 0;
    list-style-type: none;
}

.club_videos_header {
    z-index: -2;
    width: 268px;
    height: 120px;
    text-align: center;
    font: normal normal bold 28px/36px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.club_videos_header:after {
    content: '';
    display: block;
    width: 88px;
    height: 2px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 10px auto;
}

.close_button:hover {
    background: transparent url("../../resources/img/Объединение 5@2x.png") center/contain no-repeat;
}
#video_pop {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 16, 36, 0.9);
    display: none;
}

.close {
    border: none;
    outline: none;
    margin-top: 200px;
    margin-right: 350px;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    background: transparent url("../../resources/img/Объединение 4@2x.png") center/cover no-repeat;
}
.close:hover {
    background: transparent url("../../resources/img/Объединение 5@2x.png") center/cover no-repeat;
}

#the_Video {
    z-index: 3;
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.club_videos {
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.club_videos_elem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    object-fit: cover;
    background: transparent url('../../resources/img/group43@2x.png') center center/cover no-repeat padding-box;
    width: 423px;
    height: 286px;
    opacity: 1;
}

.club_videos_elem:nth-child(2n) {
    z-index: -1;
    background: transparent url('../../resources/img/group496@2x.png') center center/cover no-repeat padding-box;
}

.club_videos_elem > a {
    border: none;
    background: transparent url('../../resources/img/play-button-1@2x.png') center center/cover no-repeat padding-box;
    width: 42px;
    height: 42px;
    opacity: 1;
    cursor: pointer;
}

.club_videos_elem > a:focus {
    outline: none;
}

.club_videos_elem > a:hover, .club_videos_elem > a:active {
    background: transparent url('../../resources/img/play-button@2x.png') center center/cover no-repeat padding-box;
}

.club_videos_elem > span {
    text-align: center;
    font: normal normal bold 24px/31px Source Sans Pro;
    letter-spacing: 0;
    color: #EBEBEB;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .club_videos_section{
        height: 770px;
    }
    .club_videos_fg{
        display: flex;
        flex-direction: column;
    }
    .club_videos{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .club_videos_fg > li {
        margin: 36px 0;
    }
    .club_videos_section:after {
        height: 765px;
    }
    .club_videos_header {
        height: 56px;
        width: 320px;
        font: normal normal bold 28px/36px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
    }
    .club_videos_header:after {
        content: '';
        display: block;
        width: 88px;
        height: 2px;
        background: #FFC647 0 0 no-repeat padding-box;
        margin: 10px auto;
    }
    .club_videos_elem {
        margin-top: 10px;
        width: 100%;
    }

    #the_Video {
        z-index: 3;
        width: 80%;
    }
    .close {
        margin-top: 200px;
        margin-right: 5%;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1700px) and (min-width: 769px) {
    .club_videos_header {
        width: 168px;
        font: normal normal bold 24px/31px Source Sans Pro;
    }
    #the_Video {
        width: 70%;
    }
    .close {
        margin-top: 300px;
        margin-right: 5%;
        width: 30px;
        height: 30px;
    }
}
