

/* Start:/local/templates/inner/components/bitrix/news.list/news_video/style.css?15958834774415*/

	
/*.news {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.news__detail {
	flex: 0 0 calc(100% - 280px);
	padding-right: 10%;
}*/



.news__title {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'myriadpro_bold', Helvetica, Tahoma, sans-serif;
	font-size: 27px;
	line-height: 37px;
	color: #00a6f9;
}
.news__date {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 24px;
}

.news .slider {
	width: 100%;
	max-width: 600px;
	margin-bottom: 50px;
}
.news .slider-el .slider-el__view,
.news .slider-nav .slider-nav__preview {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.news .slider-el .slider-el__view {
	display: block;
	height: 340px;
	margin: 0 auto;
	/*cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;*/
}
.news .slider-nav {
	margin: 20px;
}
.news .slider-nav .slider-nav__preview {
	height: 100px;
	margin: 0 auto;
	cursor: pointer;
}
.news .slider-nav .slider-nav__item {
	margin: 0 10px;
	outline: none;
}
.news .slick-prev {
	left: -30px;
}
.news .slick-next {
	right: -30px;
}
.news .slick-prev::before,
.news .slick-next::before {
	color: #00b3f3;
}
.news .slick-prev:hover::before,
.news .slick-next:hover::before {
	color: #ffed00;
}

.news__sidebar {
	flex: 0 0 280px;
}
.news__sidebar_mg {
	margin-bottom: 45px;
}

.news .categories,
.news .other-el__list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.news .categories {
	font-size: 20px;
	line-height: 26px;
}
.news .categories__item + .categories__item {
	margin-top: 20px;
}
.news .categories__link {
	color: #333;
}
.news .categories__link_active,
.news .categories__link:hover,
.news .other-el__link,
.news .other-el__link_more {
	color: #008b8a;
}
.news .sidebar__hr {
	display: block;
	height: 2px;
	background-color: #008b8a;
	border: none;
	margin: 35px 0;
}
.news .other-el__title,
.news .other-el__subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news .other-el__list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.news .other-el__title {
	font-weight: bold;
}
.news .other-el__link {
	color: #333;
}
.news a.other-el__link:hover {
	color: #008b8a;
}
.news .other-el__img-wrap {
	display: block;
	padding-top: 70%;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.news .other-el__img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	-o-object-fit: cover;
	-o-object-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news .other-el__img-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	-o-object-fit: cover;
	-o-object-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}



.news .other-el__txt {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.news .other-el__link_more,
.news .other-el__link_more:hover {
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
}

.news .other-el__link_more:hover {
	color: #008b8a;
}
.news .other-el__item {
	width: 33.33%;
	flex: 0 0 33.33%;
	padding: 0 40px;
	margin-bottom: 50px;
}
.news .other-el__item:hover .other-el__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1280px) {
	.news .other-el__list {
		display: flex;
		align-items: stretch;
		margin: 0 -15px;
	}
	.news .other-el__item {
		width: 50%;
		flex: 0 0 50%;
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.news {
		display: block;
	}
	.news__detail,
	.news__sidebar {
		flex: 1 1 100%;
	}
	.news__detail {
		padding-right: 0;
	}
	.news .slider {
		width: 100%;
		max-width: none;
	}
	.news .news__detail + .news__sidebar {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.news .other-el__list {
		display: block;
	}
	.news .other-el__item {
		width: 100%;
	}
	.news .slider-el .slider-el__view {
		height: 280px;
	}
	.slider-nav .slider-nav__preview {
		height: 80px;
	}
}

@media (max-width: 529px) {
	.news .slider-el .slider-el__view {
		height: 200px;
	}
	.news .slider-nav {
		margin: 20px -10px;
	}
	.news .slider-nav .slider-nav__preview {
		height: 60px;
	}
}

/* End */


/* Start:/local/templates/inner/components/bitrix/system.pagenavigation/visual/style.min.css?15958834783386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/local/templates/inner/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */
/* /local/templates/inner/components/bitrix/news.list/news_video/style.css?15958834774415 */
/* /local/templates/inner/components/bitrix/system.pagenavigation/visual/style.min.css?15958834783386 */
