.main_news .section {
	height: 100%;
}
.main_news__title {
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 25px;
	color: #2c2c2c;
}
.main_news__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_news__item {
	margin: 25px 0 0;
}
.main_news__item:first-child {
	margin: 0;
}
.main_news__date {
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: #7e7e7e;
}
.main_news__headline {
	font-size: 1.4rem;
	line-height: 1.1;
	display: block;
	overflow: hidden;
	max-height: 32px;
	color: #1f5ead;
}

.main_tiles {
	margin: 0 -2px 2px;
	padding-top: 2px;
}
.main_tile {
	float: left;
	height: 315px;
	/*padding: 10px;*/
	padding: 2px;
}
.main_tile__link {
	display: block;
	height: 100%;
	transition: opacity 100ms linear;
	text-decoration: none;
	opacity: 1;
	color: #2c2c2c !important;
	background-color: #fff;
}
.main_tile__link:hover {
	opacity: .7;
}
.main_tile__size_sm {
	width: 22.22%;
}
.main_tile__size_lg {
	width: 33.33%;
}

.main_tile__name {
	font-size: 1.8rem;
	display: block;
	padding: 25px 0;
	text-align: center;
}
.main_tile__picture {
	line-height: 215px;
	overflow: hidden;
	width: 100%;
	height: 215px;
	text-align: center;
}
.main_tile__img {
	max-width: 100%;
	max-height: 100%;
}
/* resp
===================================*/
@media (max-width: 991px) {
	.main_news {
		width: 100%;
		height: 160px !important;
	}
	.main_tile__size_sm {
		width: 33.33%;
	}
	.main_tile {
		height: 275px;
	}
	.main_tile__name {
		padding: 11px 0;
	}
	.main_news__list {
		font-size: 0;
	}
	.main_news__item {
		display: inline-block;
		width: 33.33%;
		margin: 0 !important;
		vertical-align: top;
		padding: 0 10px;
	}
	/*.main_news__item:last-child {
		display: none;
	}*/
}
@media (max-width: 767px) {
	.main_tiles {
		display: none;
	}
}