.list_elements .item_list_elements{
	width: calc((100% - 30px) / 2);
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #d4d4d4;
	text-decoration:none;

}
/*
.main_page_list_news .list_elements .item_list_elements {
	width: calc(100% - 480px)
}
*/
.list_elements .prw_element{
	display: block;
	width: 165px;
	height: 130px;
	overflow: hidden;
	margin: 0;
	border: 1px solid #d4d4d4;
}

.list_elements .prw_element img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.list_elements .content_element{
	width: calc(100% - 195px);
}

.name_element{
	display:block;
	font-size: 17px;
	line-height:115%;
	margin-bottom:20px;
}

.date_element{
	display:inline-block;
	background:#80b759;
	font-weight:bold;
	color:#fff;
	font-size: 14px;
	line-height: 110%;
	padding: 4px 6px 3px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media only screen and (max-width: 1170px) {
	.list_elements .item_list_elements{
		width: calc((100% - 15px) / 2);
		padding-bottom:15px;
		margin-bottom:15px;

	}
	
	.list_elements .content_element {
		width: calc(100% - 180px);
	}
}

@media only screen and (max-width: 800px){
	
	.list_elements .prw_element{
		display: block;
		width:100%;
		height: 150px;
		margin-bottom:17px;
	}
	
	.list_elements .content_element {
		width:100%;
	}	
	
	.name_element{
		margin-bottom:10px;		
	}
	
}

@media only screen and (max-width: 500px){
	
	.list_elements .item_list_elements{
		width:100%;
	}	
}

/* .list_elements .item_list_elements:last-child{
	margin-bottom:0;
	border:none;
	padding-bottom:0;
} */















/* @media only screen and (max-width: 1170px) {
	
	.list_elements .item_list_elements {
		padding-bottom:15px;
		margin-bottom: 15px;
	}
	
	.list_elements .content_element {
		width: calc(100% - 180px);
	}
	
	.name_element{
		margin-bottom:10px;
	}

}

@media only screen and (max-width: 1000px) {
	.list_elements .main_block_news .prw_element{
		width: 165px;
		height: 130px;
		float:left;
	}
} */














