.section-publications {
	margin-top: -1.4rem;
	padding: 4rem 0 1rem;
	background: #F4F4F4;
}

.news-tag {
	background-color: #49A5E2;
	color: #fff;
	text-transform: uppercase;
	margin-left: 15px;
	padding: 5px 10px;
	font-size: 10px;
}

.news-tag.sky {
	background-color: #63E9FF;
}

.news-tag.navi {
	background-color: #1473B2;
}

.main-news {
	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 25px;
}

.main-news-date {
	line-height: 1em;
}

.main-news-title {
	font-weight: bold;
	font-size: 24px;
}

.main-news-hr {
	height:1px;
	margin: 10px 0 15px;
	background-color: rgba(255, 255, 255, 0.3);
	border: none;
}

.main-news-text {
	color: #ddd;
	margin-bottom: 10px;
}

.item-news-block {
	height: 175px;
	overflow: hidden;
}

.item-news-img {
	max-width: 180px;
	min-width: 180px;
	margin-right: 15px;
}

.item-news-date {
	color: #C4C4C4;
	margin-top: 10px;
}

.item-news-title {
	font-weight: bold;
	font-size: 18px;
	color: #3E3E3E;
	margin: 15px 0 5px;
}

.item-news-text {
	color: #A3A3A3;
}

@media (max-width: 991px) {
	
	.section-publications {
		margin: 0;
		padding: 2rem 0;
		background-color: transparent;
	}
	
	.publications-title {
		margin-bottom: 1rem;
	}
	
}

@media (max-width: 767px) {
	
	.item-news-block {
		height: auto;
	}
	
	.item-news-img {
		margin-right: 0;
	}
	
}
