

/* Start:/local/templates/innet_focus_s1_new_design/components/bitrix/news.detail/videogallery/style.css?17792017031581*/
.video-detail__player {
    margin: 0 auto;
    max-width: 980px;
    aspect-ratio: 16 / 9;
    background: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.video-detail__player.is-vertical {
    aspect-ratio: 9 / 16;
    max-height: 760px;
    max-width: 430px;
}

.video-detail__player iframe,
.video-detail__player img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-detail__placeholder {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, 0) 48%),
        #d7d7d7;
    height: 100%;
    width: 100%;
}

.video-detail__external {
    align-items: center;
    background: rgba(0, 0, 0, .72);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    left: 50%;
    line-height: 1.2;
    padding: 14px 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-detail__external:hover {
    background: #000;
    color: #fff;
}

.video-detail__content {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
    margin-top: 28px;
}

.video-detail__lead {
    color: #1d1d1d;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.video-detail__text :first-child {
    margin-top: 0;
}

.video-detail__text :last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .video-detail__content {
        font-size: 15px;
        margin-top: 22px;
    }

    .video-detail__lead {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/innet_focus_s1_new_design/components/bitrix/news.detail/videogallery/style.css?17792017031581 */
