

/* Start:/bitrix/templates/rosholod_new/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?1744697252928*/
.h1Head{
    height: 0;
    overflow-y: hidden;
}
.hrHead{
    display:none;
}

.projectVideo {
	position:relative;
	margin-bottom: 15px;
	
	}
.projectVideo img {
	position:relative;
	display: block;
    width: 100%;
    height: 229px;
    object-fit: cover;
    object-position: center;
	border-radius: 10px;
}
.projectVideo a:after {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:#02B6DF;
	border-radius: 10px;
    opacity: 0.6;
}
.projectVideo a:before {
	position:absolute;
	content:'';
	top: calc(50% - 60px);
	left:calc(50% - 60px);
    width: 120px;
    height: 120px;
    background: url(https://rosholod-dv.ru/bitrix/templates/rosholod_new/images/icons/play.svg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: contain;
	    z-index: 3;
    opacity: 0.9;
    transition: all 0.15s ease-out;
}
.projectVideo a:hover:before {
	transform:scale(1.1);
}
/* End */
/* /bitrix/templates/rosholod_new/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?1744697252928 */
