div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* Теги категорий под заголовком статьи */
.news-detail__sections {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -10px 0 30px;
}
.news-detail__sections .articles__tag {
	padding: 0 16px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
}
