:root .news-block-title {
	margin-bottom: 25px;
	text-transform: uppercase;
}

:root .news-block-title a {
	font: 28px "helv_t";
	text-transform: uppercase;
}
/*.news_item*/
/*{*/
	/*float: left;*/
	/*width: 48%;*/
	/*margin: 0 2% 0 0;*/
/*}*/

/*.news_list .preview_picture*/
/*{*/
	/*float: left;*/
/*}*/
/*.news_list .news_date*/
/*{*/
	/*display: inline;*/
	/*float: left;*/
	/*background: #eaeaea;*/
	/*font-size: 12px;*/
	/*padding: 4px 8px 4px 20px;*/
/*}*/
.news_list .title_lnk,
.news_list .prev_txt
{
	display: inline;
	width: 73%;
	float: right;
	padding: 10px 0px 0px 0;
	font-size: 14px;
	line-height: 18px;
}
#leftPanel .news_item
{
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}
#leftPanel .news_list .news_date
{
	float: none;
	padding: 4px 8px;
}
#leftPanel .news_list .title_lnk
{
	display: block;
	width: 95%;
	margin: 5px 0px;
}

.news-item {
	display: grid;
	row-gap: 9px;
	/*background-color: #fff;*/
	grid-template-rows: min-content 1fr;
}

.news-block__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 1rem;
}

.news-item__images {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	height: min-content;
	column-gap: 5px;
	padding: 5px;
}

.news-item__link {
	display: block;
}

.news-item__images img {
	max-width: 100%;
	height: 143px;
	width: 100%;
	object-fit: cover;
}

.news-item__info {
	display: grid;
	padding: 0 8px 12px;
	grid-template-columns: minmax(0, 1fr);
	row-gap: 5px;
	grid-template-rows: min-content 1fr;
}

.news-item__date {
	font-size: 12px;
	display: inline-block;
}

.news-item__title {
	font-size: 14px;
	display: inline-block;
}

.news-item__title:hover {
	text-decoration: underline;
}

.news-item__preview-text {
	margin-top: 6px;
	font: 16px "helv_r";
	line-height: 1.4em;
}
.news-item__images img {
	height: auto;
	max-height: 194px;
}
@media (min-width: 992px) {
	.news-block {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.news-block__inner {
		display: block;
	}

	.news-block__inner .slick-slide:not(:last-of-type) {
		margin-right: 16px;
	}

	.news-block__inner .slick-slide {
		max-width: 290px;
	}

	.news-item__images img {
		height: 125px;
	}

	.news-item__date {
		font-size: 11px;
	}

	.news-item__title {
		font-size: 14px;
	}
	.news-item__preview-text {
		display: none;
	}
	.news-block .slick-list {
		background-color: transparent;
	}
}

@media (max-width: 767px) {
	.news-item {
		background-color: #fff;
	}
	.news-item__date {
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		line-height: initial;
	}
	.news-item__title {
		color: #000;
		font: 500 14px/16px 'Roboto';
	}
	.index_bot_cont_wrap {
		padding: 30px 0;
	}
	:root .news-block-title {
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		font-size: 32px;
		line-height: 42px;
		width: fit-content;
		width: -moz-fit-content;
		cursor: pointer;
		text-transform: initial;
	}

	:root .news-block-title > a {
		all: inherit;
	}
	:root .news-block-title > a {
		font-size: 22px;
		line-height: 23px;
		margin-bottom: 15px;
	}
}