.icon {
	display: inline-block;
	background-size: contain;	
	background-repeat: no-repeat;
	background-position: center;	
	vertical-align:middle;
}

.icon_email {
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/email.svg);
}

.icon_map_point {
	width: 13px;
	height: 19px;
	background-image: url(../images/icons/map_point.svg);
}

.icon_phone {
	width: 13px;
	height: 19px;
	background-image: url(../images/icons/phone.svg);
}