

/* Start:/local/templates/.default/components/nls/news.detail.nocache/education-program/style.css?17512893932370*/
.btn-generic-disabled {
    color: #bdbdbd;
    border-color: #adadad !important;
    cursor: default;
    pointer-events: none;
}

.image-youtube{
    width: 560px;
    height: 315px;
    position: relative;
    background-size: cover !important;
}

.block-for-video{
    background-image: url(/local/templates/bvshd/img/marsh/play-youtube.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -30px;
    position: absolute;
    border-radius: 21px;
    background-position: 50% 50%;
    cursor: pointer;
}

.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;
}

.block-video {
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.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-top: 10px;
    font-weight: normal;
}

.js-card-video.is-active .card-video__button {
    display: none;
}

@media (max-width: 600px){
    .image-youtube{
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

/* End */
/* /local/templates/.default/components/nls/news.detail.nocache/education-program/style.css?17512893932370 */
