div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.maps-partners {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	line-height: 40px;
	vertical-align: middle;
	font-weight: 400;
	/*margin-top: 20px;*/
}
.maps-partners:hover{
	color: #3488CA;
}
.maps-partners::before {
	position: absolute;
	top: 4px;
	left: -6px;
	content: '';
	background: url(/local/templates/main/images/maps_partners.svg) no-repeat left center;
	height: 40px;
	width: 40px;
}
.contact__text{
	line-height: 1.3;
}
@media only screen and (max-width: 380px) {
	.contact__caption {
		font: 28px 'Appetite';
	}
}
@media only screen and (max-width: 480px) {
	.contact__caption {
		font: 34px 'Appetite';
	}
}