

/* 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 */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1664259245675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/video/bitrix/catalog.section/.default/style.css?15772491192136*/
.cat_video_list{margin: 0 -15px;}

.video_category_des{
	margin-bottom: 20px;
}

.cat_video_list .item{
	float: left;
	padding: 15px;
	width: 33.33%;
	/*outline: 1px dashed;*/
}
.cat_video_list .item:nth-child(3n+1){clear: both;}
.cat_video_list .preview_img{
	/*background-image: url("/local/templates/frontpage/images/zayavka.jpg");*/
	background-position: center center;
	background-size: cover;
	height: 250px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.cat_video_list .preview_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;
}
.cat_video_list a:hover .preview_img::after {opacity: 1;}
.cat_video_list .des{margin-top: 15px;}

.content div.modern-page-navigation {
    padding: 20px 0;
}

.fancybox-wrap{width: 65% !important;}
.fancybox-inner{width: 100% !important;}

@media (max-width: 1139px) {
	/*.cat_video_list .item{width: 33.33%;}
	.cat_video_list .item:nth-child(4n+1){clear: none;}
	.cat_video_list .item:nth-child(3n+1){clear: both;}*/
}
@media (max-width: 991px) {
	.cat_video_list .item{width: 50%;}
	.cat_video_list .item:nth-child(4n+1){clear: none;}
	.cat_video_list .item:nth-child(3n+1){clear: none;}
	.cat_video_list .item:nth-child(2n+1){clear: both;}
}
@media (max-width: 767px) {
	.cat_video_list .preview_img{height: 170px;}
	.cat_video_list .preview_img::after{line-height: 170px;}
}
@media (max-width: 529px) {
	.cat_video_list {margin: 0;}
	.cat_video_list .item{width: 100%; padding: 0;}
	.cat_video_list .item + .item{margin-top: 40px;}
	.cat_video_list .item:nth-child(4n+1){clear: none;}
	.cat_video_list .item:nth-child(3n+1){clear: none;}
	.cat_video_list .item:nth-child(2n+1){clear: none;}
	.cat_video_list .item:nth-child(1n+1){clear: both;}
}
/* 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 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1664259245675 */
/* /local/templates/.default/components/bitrix/catalog/video/bitrix/catalog.section/.default/style.css?15772491192136 */
