<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/mp_black_white/components/bitrix/news.list/media/style.css?16052696611550*/
/***  BUTTON AFTER VIDEO (START)  ***/
.video-section__video-item {
    position: relative;
}
.owl-carousel .after-video-button {
    position: absolute;
    top: calc(100% - 80px);
    right: 0;
    transform: translate(calc(100% - 15px));
    padding-left: 15px;
    border-radius: 100px 0 0 100px;
    color: #333;
    z-index: 5;
    display: none;
    width: max-content;
    height: 30px;
    background: #cfcfcf;
    transition: all 100ms linear;
}
.owl-carousel .owl-item.active .after-video-button {
    display: inline-block;
    cursor: pointer;
}
.owl-carousel .owl-item.active .after-video-button.button-active {
    transform: translate(0);
}
.owl-carousel .after-video-button span {
    line-height: 30px;
    color: #3ccc7b;
    color: #E84B41;
    color: #333;
    font-family: 'Roboto';
    padding: 5px 10px 5px 0;
}
.owl-carousel .after-video-button span:hover {
    color: #E84B41;
}


.video-block__video .after-video-button {
    position: relative;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity 110ms linear;
}
.video-block__video:hover .after-video-button {
    position: relative;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
    background-color: #cfcfcf;
    color: #333;
}
.video-block__video .after-video-button span {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
}
.video-block__video .after-video-button span:hover {
    color: #E84B41;
}
/***  BUTTON AFTER VIDEO (END)  ***/
/* End */
/* /local/templates/mp_black_white/components/bitrix/news.list/media/style.css?16052696611550 */
</pre></body></html>