/* News */
 article.news h2, article.news  h3,  article.news {
	font-family: "Unicredit";
}

 .news-block h3 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	color: #212121;
	overflow: hidden
}

 article.news h2.title {
	font-size: 36px;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-bottom: 0;
	border-bottom: 1px solid #E0E0E0;
}

 article.news .news-block {
	box-sizing: border-box;
	position: relative;
	height: 225px;
	margin: 32px 0;
	padding-bottom: 30px;
}

 article.news .news-block .tags {
	margin: 0 -3px;
}

 article.news .news-block .tags span {
	display: inline-block;
	font-size: 15px;
	 text-transform: uppercase;
	 font-weight: 500;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0 10px;
	border-radius: 0 10px 0 0;
	margin: 0 3px 8px;
	font-family: inherit;
	font-style: normal;
}

 article.news .news-block .tags span.highlighted {
	background-color: #e11925;
	color: #fff;
}

 article.news .news-block .tags span.standard {
	background-color: rgba(51, 51, 51, 0.1);
	color: rgb(51, 51, 51);
}

 article.news .news-block .new-section-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 24px;
	max-height: 72px;
	color: #212121;
	overflow: hidden;
	font-family: inherit;
	font-style: normal;
	font-weight: 500;
}

 article.news .news-block p {
	font-family: Unicredit, Arial, sans-serif;
	font-size: 15px;
}

 article.news .news-block p.date {
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 8px;
}

 article.news .news-block .text {
	font-size: 13px;
	line-height: 19px;
	overflow: hidden;
	margin-bottom: 50px;
	height: 57px;
}

 article.news .all-news {
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	 line-height: 37px;
}

 article.news .all-news a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	color: #007A91;
	text-transform: uppercase;
	font-family: inherit;
	text-decoration: none;
}

article.news .news-block a.read-more {
	position: absolute;
	bottom: 0;
}

section.all-news {
	padding: 160px 24px 0;
	height: 500px;
}
 .news-article {
	display: none;
}
/* News (end) */
@media ( max-width : 1199px) { /*@screen-lg*/
	 article.news .news-block .text {
		margin-bottom: 15px;
	}
}

@media ( max-width : 959px) { /*@screen-sm*/
	 article.news .news-block {
		margin: 8px 0 16px;
		padding-bottom: 30px;
	}
	 article.news .col-sm-24:last-child {
		margin-bottom: 32px;
	}
}

@media ( max-width : 480px) { /*@screen-xss*/
	 article.news .news-block {
		height: auto;
		padding-bottom: 0;
	}
	 article.news .news-block .text {
		height: auto;
		max-height: 57px;
		margin-bottom: 8px;
		display: none;
	}
	 article.news .news-block a.read-more {
		position: relative;
	}
}