.contacts .map-wrapper {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 530px;
}

.contacts #mapid {
	background: #000;
	height: 560px;
	color: rgba(0,0,0,0);
	position: relative;
	top: 0;
}

/*
.contacts #mapid {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}
*/
.contacts .info-wrapper {
	position: relative;
	z-index: 10;
}

.contacts .content {
	overflow: visible;
}

.contacts .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.contacts .offset {
	margin-top: -35px;
	margin-bottom: 0px;
}

.contacts .head {
	font-size: 17px;
	line-height: 70px;
	background: #dd5643;
	width: auto;
	padding: 0 40px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.contacts .text {
	font-size: 20px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	display: inline-block;
	color: #fff;
	line-height: 1.75em;
}

.contacts .title {
	margin-bottom: 0px;
	font-size: 15px;
	opacity: 0.5;
}

.contacts a.text {
	padding: 5px;
	margin: 0 -5px 2.25em;
	line-height: 1.3em;
	-webkit-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
}

.contacts .text-email {
	font-weight: 700;
}

@media (max-width: 1539px) {
	.contacts .map {
		height: 430px;
	}
	.contacts .column {
		width: 240px;
	}
	.contacts .head {
		font-size: 16px;
		line-height: 54px;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	.contacts .text {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.contact .title {
		font-size: 12px;
		margin-bottom: 0;
	}
}

@media (max-width: 1023px) {
	.contacts .map {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.contacts .map-wrapper {
		height: 290px;
	}
	.contacts .map {
		height: 320px;
	}
}

@media (max-width: 575px) {
	.contacts .offset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}