.map-wrapper .column {
	position: relative;
}
.map-wrapper .column iframe {
	width: 100%;
	height: 500px;
}
.map-wrapper .column .map-switcher {
	display: none;
}
.map-wrapper .column .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
.map-wrapper .column address {
	padding: 250px 16px 16px 16px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	line-height: 40px;
	background: url(../img/icons/marker.png) 50% 109px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.map-wrapper .column address {
		background-image: url(../img/icons@2x/marker.png);
		background-size: 88px 88px;
	}
}
.map-wrapper .column address span {
	font-size: 30px;
	color: #ffb400;
}
.map-wrapper .column address a {
	color: #ffb400;
	text-decoration: underline;
}
.map-wrapper .column address a:hover {
	text-decoration: none;
}
.map-wrapper .column .city {
	font-size: 40px;
}
.map-wrapper .column.active .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: #ffffff;
	cursor: default;
}
.map-wrapper .column.active address {
	display: block;
	text-align: left;
	color: #313131;
	padding: 16px 16px 16px 60px;
	font-size: 16px;
	line-height: 22px;
	background: url(../img/icons/marker-small.png) 40px 16px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.map-wrapper .column.active address {
		background-image: url(../img/icons@2x/marker-small.png);
		background-size: 13px 19px;
	}
}
.map-wrapper .column.active address span {
	color: inherit;
	font-size: inherit;
}
.map-wrapper .column.active .city {
	float: right;
	font-size: 12px;
	line-height: 27px;
	text-transform: uppercase;
	color: #ffffff;
	background: #313131;
	padding: 0 15px;
	margin: 0 0 0 85px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.support-phone {
	padding: 50px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	background: #ffb400;
}
.support-phone p {
	margin: 0;
	padding: 0;
}
.support-phone strong {
	font-size: 54px;
	line-height: 60px;
	margin: 5px 0;
	font-weight: normal;
}

@media only screen and (max-width: 1279px) {
	.map-wrapper .column iframe {
		height: 500px;
	}
}
@media only screen and (max-width: 1000px) {
    .support-phone {
        position: absolute;
        top: 105px;
        width: 100%;
        padding: 15px;
        font-size: 16px;
        height: 120px;
    }
    .map-wrapper {
        margin-top: 150px;
    }
    .support-phone strong {
        font-size: 45px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 768px) {
	.map-wrapper .column iframe {
		height: 528px;
	}
}
@media only screen and (max-width: 700px) {
	.map-wrapper .column {
		width: 100%;
		display: none;
	}
	.map-wrapper .column.active {
		display: block;
	}
	.map-wrapper .column.active iframe {
		height: 230px;
	}
	.map-wrapper .column.active .map-switcher {
		display: block;
		float: right;
		font-size: 0;
		line-height: 0;
		margin: 16px 16px 0 0;
		border: 1px solid #313131;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
		border-radius: 13px;
	}
	.map-wrapper .column.active .map-switcher a {
		display: inline-block;
		padding: 0 15px;
		font-size: 12px;
		line-height: 25px;
		text-decoration: none;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
		border-radius: 13px;
		text-transform: uppercase;
	}
	.map-wrapper .column.active .map-switcher a.active {
		background: #313131;
		color: #ffffff;
	}
	.map-wrapper .column.active .content {
		position: relative;
		height: 140px;
		clear: both;
	}
	.map-wrapper .column.active .content address {
		padding: 20px 20px 30px 40px;
		background-position: 20px 20px;
	}
	.map-wrapper .column.active .content address .city {
		display: none;
	}

	.support-phone {
		padding: 20px 0px;
		font-size: 16px;
        top: 64px;
	}
    .map-wrapper {
        margin-top: 160px;
    }
	.support-phone small {
		font-size: 16px;
	}
	.support-phone strong {
		font-size: 35px;
		line-height: 37px;
		margin: 0;
	}
}
