@charset "utf-8";
/* CSS Document */

.contacts-container {
	display: flex;
}

.contacts-container #c-map {
	width: 530px;
	height: 280px;
	box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.56);
	margin-right: 40px;
}

.contacts-container .address span {
	font-weight: bold;
	display: block;
}

.contacts-container .phone {
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
}

.contacts-container a.email {
	color: #4d91d7;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.contacts-container .time {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contacts-container svg {
	width: 32px;
	height: 32px;
}

