div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.mapContacts-specialists {
	padding-bottom: 120px;
}
.mapContacts-specialists h2 {
	margin-bottom: 40px;
}
.mapContacts-specialists .specialistBlock {
	text-align: start;
}
.contactPage .contactBlock {
	position: relative;
	cursor: pointer;
}
.contactPage .contactBlock * {
	z-index: 1;
	position: relative;
}
.contactPage .contactBlock:before {
	content: "";
	position: absolute;
	right: -23px;
	top: 1px;
	height: 100%;
	background: #a0bbf261;
	transition: 0.1s;
	z-index: 0;
	width: 0;
}
.contactPage .contactBlock:hover:before {
	width: 50%;
}