section.map {
	height: 543px;
}
section.map:after{
	display: block;
	clear: both;
	content: '';
}
section.map .info {
	width: 42%;
	float: left;
	position: relative;
	padding: 20px 0;
	height: 503px;
}
section.map .info:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -158px;
	min-width: 158px;
	background: url(../../images/pages/contacts/map-after.png) no-repeat bottom right;
	background-size: cover;
	content: '';
	z-index:5;
}
section.map #map {
	width: 58%;
	float: left;
	height: 543px;
}
.map .address-block {
	float: right;
	clear: both;
	margin: 20px 0;
	height: auto;
}
.map .address-block:after {
	display: block;
	clear: both;
	content: '';
}
.map .address-block .address-icon {
	position: static;
	float: left;
	width: 34px;
	margin: 0 20px 0 0;
}
.map .address-block .address-text {
	float: left;
	width: 270px;
	text-align: left;
}
.map .address-block .address-h {
	text-align: left;
	color: #119ac6;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
.map .address-block div[class*="address-cont"]{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.map .address-block a {
	color: #000;
	text-decoration: none;
}
.map .address-block .address-icon .icon-home {
	width: 31px;
	height: 28px;
	background: url(../../images/pages/contacts/icons.png) no-repeat top left;
}
.map .address-block .address-icon .icon-phone {
	width: 28px;
	height: 28px;
	background: url(../../images/pages/contacts/icons.png) no-repeat 0 -30px;
}
.map .address-block .address-icon .icon-email {
	width: 34px;
	height: 22px;
	background: url(../../images/pages/contacts/icons.png) no-repeat 0 -59px;
}
.map .address-block .address-icon .icon-support {
	width: 34px;
	height: 28px;
	background: url(../../images/pages/contacts/icons.png) no-repeat 0 -82px;
}
.map .address-block .address-icon .icon-time {
	width: 34px;
	height: 33px;
	background: url(../../images/pages/contacts/icons.png) no-repeat 0 -112px;
}
.offices h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	margin: 35px 0;
	color: #000;
}
.offices .offices-row {
	margin: 0px;
}
.offices .span6 {
	background: #fff;
	margin: 0 0 1px 0;
	border-right: #cbcbca 1px solid;
	height: 140px;
}
.offices .span6:nth-child(2n+2){
	border-right: 0px;
}
.offices .span6 .office-title {
	padding: 20px;
	font-size: 24px;
	color: #000;
	line-height: 24px;
	font-weight: 500;
}
.offices .span6 .office-info {
	padding: 0 20px;
	margin: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
}
.offices .span6 .office-info .office-icon .icon-place-small {
	background: url(../../images/pages/contacts/loc.png) no-repeat top left;
}
.offices .span6 .office-info .office-icon .icon-phone-small {
	background: transparent;
}