.news-list.row{
	display: flex;
	flex-wrap: wrap;
}
main > .container{
	min-height: 45vh;
}
.mb-20{
	margin-bottom: 32px;
}
.news-list__item{
	transition: .3s ease;
	display: flex;
	background-color: #F5F3F3;
	flex-direction: row-reverse;
}
.news-list__item:before,
.news-list__item:after,
.row.news-catalog:before,
.row.news-catalog:after  {
	display: none;
}

.bx-sidebar_catalog, .smart-filter-base {
	background-color: #F5F3F3;
}

.download-block-wrapper {background: #F5F3F3; padding: 24px 32px; margin-top: 40px;}
.news-list__item .news-list__item-info {padding: 32px;}
.bx-pagination{
	margin-top: 32px !important;
	margin-bottom: 96px !important;
}
.news-list__item-image a.thumb{
	width: 100%;
	display: flex;
	margin: 0 !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 100%;
	
}
main .container a.btn:hover {
	color: #fff;
	text-decoration: none;
	
}
.item-info {
	margin-bottom: 16px !important;
	padding: 0 !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #000000;
}
.news-list__item-info .item-info p{
	margin-bottom: 0 !important;
	padding: 0 !important;
}
@media (min-width: 1200px){
	.col-lg-3.news-list__item-image {
		width: 257px;
		/*height: 257px;*/
		padding: 0;
		flex: 1 0 257px;
	}
	.news-list__item-info{
		width: 904px !important;
	}
}
@media screen and (max-width: 992px){
	main{
		min-height: 50vh !important;
	}
	.subscribe-form{
		margin-bottom: -32px;
	}
	.news-list__item-image a.thumb{
		height: 200px;
	}
	.news-list__item-info .item-info:empty{
		display: none;
	}
	
	.news-list__item-info .item-info:empty + .item-btn {
		margin-top: 16px;
	}
	.news-list__item-info .item-title a{
		margin-bottom: 0 !important;
	}
	.news-list__item-info .item-title {
		margin-top: 0;
	}
	.news-list__item-info .date {margin-bottom: 0;}
	.news-list__item-info .item-info{
		margin-top: 12px;
	}
	.news-list__item-info .item-info p{
		font-size: 14px !important
	}
}
.news-list__item-info .date {
	margin-bottom: 10px;
	font-style: normal;
	
}
.news-list__item-info .item-title a{
	display: flex;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
	.form-filter .btn.btn--submit{
		min-width: 200px !important;
	}
}
@media screen and (max-width: 768px){
	.inputselect.inputfield{
		border: 1px solid #D4D5D8 !important;
		width: 49% !important;
	}
	.inputselect.inputfield:first-child{
		margin-right: 2% !important;
	}
	.text-start{
		display: none;
	}
	img.calendar-icon{
		margin-left: -54px !important;
	}

	.date-interval-hellip{
		display: flex !important;
		content: "-";
		height: 2px;
		width: 6px !important;
		margin-left: 3%;
		margin-right: 3%;
		background-color: #000000;
		transform: translateX(14px);
	}
}
@media screen and (max-width: 640px){
	.news-list__item{
		flex-direction: column;
	}
}

.download-link {
	border: 1px solid #FF0000;
    display: flex;
    align-items: center;
	padding: 0 8px;
	font-size: 12px; 
	text-transform: uppercase;
    text-decoration: none !important;
}
