

/* Start:/local/templates/inner/components/bitrix/news/news/bitrix/news.list/.default/style.css?15958834784068*/
.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;
}
.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;
}
.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__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 15px;
	margin-bottom: 45px;
}
.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 */
/* /local/templates/inner/components/bitrix/news/news/bitrix/news.list/.default/style.css?15958834784068 */
