

/* Start:/local/components/avilum/video.list/templates/.default/style.css?17731008741215*/
.news-card.news__item {
    cursor: pointer;
}
.news-card.news__item::before {
    content: "";
    position: absolute;
    top: 34%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 45px;
    height: 45px;
    opacity: .8;
    background-image: url('/img/icon-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    pointer-events: none;
}
.news-card.news__item:hover::before {
    background-image: url('/img/icon-play-y.svg');
}
.proud-card__media {
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    height: 0;
        padding-top: 56.5%;
}
.news__item.is--active .proud-card__media {
    display: block;
}
.news__item.is--active .news-card__img {
    display: none;
}
.proud-card__media iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-card__body {
    margin-top: 10px;
}
@media(max-width: 1023px) {
    .news-card.news__item::before {
        top: 38%;
        width: 60px;
        height: 60px;
    }
}
/* End */
/* /local/components/avilum/video.list/templates/.default/style.css?17731008741215 */
