

/* Start:/local/templates/eco.2024/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17517303631637*/
.team-view-top-sect .doc-image-wrap.doc-image-wrap--video {
    align-self: start;
    padding-top: 30px;
}
.doctor-card__video-block {
    width: 85%;
    position: relative;
}
@media (min-width:768px) and (max-width:991px) {
    .team-view-top-sect .doc-image-wrap.doc-image-wrap--video {
        padding-top: 0;
    }
    .doctor-card__video-block {
        width: 100%;
    }
}
@media (max-width : 767px) {
    .team-view-top-sect .doc-image-wrap.doc-image-wrap--video {
        padding-top: 0;
    }
    .doctor-card__video-block {
        width: 100%;
    }
}

.doctor-card__video-block video {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
    aspect-ratio: 9/16;
}

.doctor-card__video-control {
    color: #2e2420;
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    align-items: center;
}
.doctor-card__video-control--visible {
    display: flex;
}

.doctor-card__video-timer {
    margin-right: 10px;
    font-weight: 600;
    font-size:  16px;
    line-height: 20px;
}
.doctor-card__video-volume {
    display: flex;
    cursor: pointer;
}
.doctor-card__video-volume svg {
    width: 26px;
    height: 26px;
}
.doctor-card__video-volume svg:first-child {
    display: none;
}
.doctor-card__video-volume svg:last-child {
    display: block;
}
.doctor-card__video-volume--muted svg:first-child {
    display: block;
}
.doctor-card__video-volume--muted svg:last-child {
    display: none;
}
/* End */
/* /local/templates/eco.2024/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17517303631637 */
