.content_wrapper .section_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.news_container {
	padding: 0px 80px;
}

.news_container h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	margin-bottom: 0px;
}

.news_container .news_block_description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 88px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000000;
	margin-bottom: 45px;
}

.filters {
	display: grid;
    text-align: right;
    margin-top: -159px;
    justify-content: end;
    margin-bottom: 60px;
}

.filters .form_data {
    border: 1px solid grey;
    box-shadow: inset 0 0px 0px 0 rgba(255, 255, 255, 0.5);
    width: 283px;
    display: flex;
}

.filters .filter_name {
    background: #F2F2F2;
    width: calc(100% - 58px);
    border: 0px solid grey;
    box-shadow: inset 0 0px 0px 0 rgba(255, 255, 255, 0.5);
    grid-area: form_input;
    padding-left: 11px;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Montserrat';
}

.filters .form_data .send_filter {
    background: #F2F2F2 url('../img/search_ico.svg') center center no-repeat;
    width: 47px;
    height: 49px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    width: 42px;
}

#news_list_block {
    grid-column-gap: 45px;
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(447px, 1fr));
	grid-row-gap: 45px;
}

#news_list_block .news_block h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
}

#news_list_block .news_block .news_inner_block {
    text-decoration: none;
}

#news_list_block .news_block .news_inner_block .image_block {
    max-height: 419px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 75.45%;
}


@media screen and (max-width: 1440px) {
	.news_container h1 {
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		letter-spacing: 0.01em;
		color: #000000;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.news_container .news_block_description {
		font-size: 15px;
		line-height: 54px;
		margin-bottom: 45px;
	}
	
	#news_list_block .news_block .image_block img {
		max-height: 307px;
	}
}

@media screen and (max-width: 834px) {
	.news_container, .breadcrumb {
		padding: 0px 48px 0px 48px;
	}
}

@media screen and (max-width: 952px) {
	.news_container .news_block_description {
		line-height: 33px;
	}
}

@media screen and (max-width: 952px) {
	#news_list_block {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

@media screen and (max-width: 447px) {
	.news_container h1 {
		font-size: 40px;
		line-height: 69px;
	}
}

@media screen and (max-width: 375px) {
    .news_container .breadcrumb {
        padding: 0px 24px 0px 24px;
    }
}