/*   NEWS   */
.news-item__cover {
	display: block;
	min-height: 65px;	/*для корректного отображения в vi-version*/
	position: relative;
}
.news-item__cover img{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.news-item__date {
	background: url(/g/images/news-date-bg-63x64.png) no-repeat 0 0;
	box-sizing: border-box;
	color: #FFF;
	height: 64px;
	left: 0;
	padding: 5px 5px 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 63px;
}
.news-item__date .day {
	display: block;
	font: 700 1.875rem/1.875rem 'Lato', serif;
}
.news-item__date .month {
	display: block;
	font: italic .7rem/.7rem 'Lato', serif;
}
.news-item__name {
	color: #171717;
	display: block;
	font: 700 1rem/1.3rem 'Lato', serif;
	margin: 5px 0;
	text-decoration: underline;
	transition: .2s;
}
.news-item__name:hover {
	color: #2b4290;
	text-decoration: none;
}
.news-item__descr {
	margin-top: 15px;
	text-align: justify;
}
.news-item__descr p{
	margin: 5px 0;
}

.news-item__descr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-item__tag {
	color: #e22b30;
	font: .75rem/.75rem 'Lato', serif;
}
.news-item__tag img{
	display: inline-block;
	margin-right: 5px;
	max-height: 20px;
	max-width: 20px;
	vertical-align: baseline;
}

.news-list .news-item {
	height: 170px;
	margin: 35px 0 10px 0;
	overflow: hidden;
}
.news-list .news-item__cover {
	float: left;
	height: 100%;
	width: 300px;
}
.news-list .news-item__cover img {
	margin: 0 auto;
	max-width: 100%;
}
.news-list .news-item__info {
	float: right;
	height: 100%;
	position: relative;
	width: 685px;
}
.news-list .news-item__name {
	max-height: 2.6rem;
	overflow: hidden;
}
.news-list .news-item__descr {
	color: #909090;
	font: italic .75rem/1rem 'Lato', serif;
	max-height: 3rem;
	overflow: hidden;
}
.news-list .news-item__tag {
	bottom: 0;
	left: 0;
	position: absolute;
}

.one-news .news-item__name {
	color: #2b4290;
	font-size: 1.25rem;
	text-decoration: none;
	text-transform: none;
}
.one-news .news-item__cover {
	float: left;
	margin: 0 15px 5px 0;
}
.one-news .news-item__info {
	margin-top: 30px;
}


.front-news {
	margin-bottom: 30px;
}
.front-news__list {
	overflow: hidden;
}
.front-news .news-item {
	float: left;
	min-height: 350px;
	width: 175px;
}
.front-news .news-item:not(:last-child) {
	margin-right: 40px;
}
.front-news .news-item__info {
	padding: 0 5px 5px 5px;
}
.front-news .news-item .news-item__name {
	max-height: 6.5rem;
	overflow: hidden;
}
.front-news .news-item__tag {
	padding: 5px 0;
}
.front-news .news-item__descr {
	color: #909090;
	font: italic .75rem/1rem 'Lato', serif;
	max-height: 5rem;
	overflow: hidden;
}
.front-news .news-item.front-news-top {
	background: #e3f1fc;
	width: 300px;
}
.front-news .news-item.front-news-top .news-item__name {
	max-height: 3.9rem;
}
.front-news .front-news-top .news-item__descr {
	max-height: 3rem;
}
.news-list-widget-page-link,
.news-edit-link{
	color: #2b4290;
	display: block;
	padding: 10px 0;
}
.news-list-widget-page-link:hover,
.news-edit-link:hover {
	text-decoration: underline;
}

.news-back-button {
	margin: 30px 0;
}
/*   /NEWS   */