.m-contacts-heading {
	font-size: 20px;
}
.m-contacts-data {
	display: flex;
	flex-direction: column;
}
.m-contacts-data__item {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 16px;
	margin-bottom: 4px;
	font-size: 16px;
}
.m-contacts-data__item::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
}
.m-contacts-data__item--address {
	background: url("/local/templates/sah3_2/assets/img/svg/building-2.svg") 0px center no-repeat;
}
.m-contacts-data__item--phone {
	background: url("/local/templates/sah3_2/assets/img/svg/phone-2.svg") 0px center no-repeat;
}
.m-contacts-data__item--email {
	background: url("/local/templates/sah3_2/assets/img/svg/mail-2.svg") 0px center no-repeat;
}

.m-contacts-data__item a:hover{
	color: #83AD17;
}

.m-contacts-data__item a{
	width: auto;
}