

/* Start:/local/templates/main/components/bitrix/news.list/main_page_video/style.css?1712051766933*/
.main-5__banner_nofilter {
    background: #00a651;
    border-radius: 32rem;
    color: #fff;
    display: block;
    height: 574rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.main-5__play {
    width: 140rem;
    height: 140rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    background-image: url(/_mirror/local/templates/main/img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: box-shadow .5s, transform 1s;
    left: calc(50% - 70rem);
    top: calc(50% - 70rem);
    position: absolute;
}

.main-5:hover .main-5__play {
    box-shadow: 0 0 10rem 10rem rgb(0 0 0 / 13%);
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .main-5__play {
        width: 100rem;
        height: 100rem;
        left: calc(50% - 50rem);
        top: calc(50% - 50rem);
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/main_page_video/style.css?1712051766933 */
