

/* Start:/local/templates/maknot/components/bitrix/news.list/main_video_new/style.css?1753794447823*/
/* /bitrix/news.list/main_video_new */
.video._footer.new {background:#fff; padding-bottom:60px;}

.video-item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    width: 66px;
    height: 44px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: background .3s
}
.video-item > a:hover .video-item_btn {
    background: red
}
.video-item .ico-play:before {
    content: "";
	width:18px;
	height:18px;
	background-image:url('/local/templates/maknot/components/bitrix/news.list/main_video_new/images/icon-play.svg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
@media screen and (max-width: 1000px) {
	.video._footer.new {background:#eef2f5; padding:45px 0;}
}
/* End */
/* /local/templates/maknot/components/bitrix/news.list/main_video_new/style.css?1753794447823 */
