

/* Start:/local/templates/u_university/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17540597511661*/
.vk-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.2500%;
    padding-bottom: 0;
    overflow: hidden;
}
.vk-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.Program-page-video {
    padding: 5px 0 30px;
}

.block-video {
    max-width: 100%;
}

.video__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
    overflow: hidden;
}

.video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.card-video__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.card-video__button-circle {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-video__button-triangle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-video__button-triangle svg {
    width: 24px;
    height: 30px;
    fill: white;
    display: block;
}
.card-video__desc {
    padding: 15px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.js-card-video.is-active .card-video__button {
    display: none;
}
@media (max-width: 768px) {
    .Program-page-video {
        padding: 5px 0 10px;
    }
}

/* End */
/* /local/templates/u_university/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17540597511661 */
