

/* Start:/local/templates/.default/components/bitrix/catalog/video/style.css?1577249118697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/video/bitrix/catalog.section.list/.default/style.css?15772491191054*/
.video_list{
	margin: 0 -10px;
}
.video_list .item{
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.video_list .video_img{
	position: relative;
	display: block;
	/*float: left;*/
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%; /*250px;*/
	height: 250px;
	/*border:1px solid #ccc;
	border-radius: 2px;*/
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:cover;
			background-size:cover;
}
.video_list .video_img::after {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
	position: absolute;
	color: #fff;
	content: "Посмотреть";
	/*font-family: "roboto_slab_bold";*/
	font-size: 16px;
	line-height: 250px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.video_list a:hover .video_img::after {opacity: 1;}

.video_list .video_title{}
.video_list .video_description{}
/* End */
/* /local/templates/.default/components/bitrix/catalog/video/style.css?1577249118697 */
/* /local/templates/.default/components/bitrix/catalog/video/bitrix/catalog.section.list/.default/style.css?15772491191054 */
