

/* Start:/local/templates/bfkh/components/bitrix/news.list/partner_slider/style.css?1779112022820*/
.slide-video {

}


.slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

.slide-video .slide-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgb(180, 150, 198, 0.9);
    border-radius: 50%;
    transition: 300ms;
    cursor: pointer;
}

.slide-video .slide-video__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 19px solid #763f97;
}
.slide-video .slide-video__icon:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}
/* End */
/* /local/templates/bfkh/components/bitrix/news.list/partner_slider/style.css?1779112022820 */
