/*TODO: заменить line-height в .hits, найти то, что растягивает строку*/

.contarticle > .item-page{
	padding: 8px;
}

.contarticle > .item-page > .page-header > h2{
	color: #17a4e0;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 35px;
	margin-bottom: 5px;
	padding: 20px 0;
}

.contarticle > .item-page p{
	font-size: 14px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.contarticle > .item-page ul{
	padding-left: 40px;
}


.contarticle > .item-page h3{
	font-size: 1.5em;
	margin-block-end: 0.2em;

}
.blue{
	color: #007be7;
}


.article-info{
	text-align: right;
}

.hits{
	color:#808080;
	line-height: 8px; /*костыль, высоту нужно менять другим способом*/
}

#downSubMenu{
	text-align: right;
}