.contacts p {
	text-indent: 0 !important;
	text-align: left !important;
}

.contacts .text_container .social .vk {
	background: url(/assets/img/about/contacts/vk.svg) no-repeat top center;
	background-size: 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
	border: none;
	padding: 0;
}

.contacts .text_container .social .vk:hover {
	background: url(/assets/img/about/contacts/vk_hover.svg) no-repeat top center;
	background-size: 35px;
}

.contacts .text_container .social .ok {
	background: url(/assets/img/about/contacts/ok.svg) no-repeat top center;
	background-size: 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	border: none;
	padding: 0;
}

.contacts .text_container .social .ok:hover {
	background: url(/assets/img/about/contacts/ok_hover.svg) no-repeat top center;
	background-size: 35px;
}

.contacts .text_container .map {
	margin-bottom: 5vh;
}
