/*
 * CONTACT US
*/

@import 'header_block.css';
@import 'anchor-menu.css';

.container{
	position: relative;
	z-index: 2;
}

#sales-team-sec,
#form-sec{
	padding: 50px 0;
}
#get-in-touch-sec{
	padding: 100px 0 50px;
}

#get-in-touch-sec .sec-title{
	text-align: center;
	margin-bottom: 26px;
}

.get-in-touch__block{
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	overflow: hidden;
	background-color: #fff;
}
.get-in-touch__img{
	width: 100%;
	padding-bottom: 26%;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.get-in-touch__info{
	padding: 27px 20px 25px;
}
.get-in-touch__info > *{
	text-align: center;
}
.get-in-touch__info-title{
	display: block;
	font-size: 15px;
	line-height: 1.35em;
	font-weight: 600;
	color: #3F5BA9;
	margin: 0 auto 15px;
}
.get-in-touch__data{
	font-size: 13.5px;
	line-height: 18px;
	display: inline-block;
	text-align: left;
}
.get-in-touch__data > *{
	padding-left: 20px;
	display: inline-block;
	position: relative;
	margin: 0 14px 10px;
	vertical-align: middle;
}
.get-in-touch__data > * > span{
	display: inline-block;
	margin: 0 -3px;
}
.get-in-touch__data .get-in-touch__email > a{
	display: block;
	text-align: left;
}
.get-in-touch__data .get-in-touch__email > span{
	display: none;
}
.get-in-touch__data a,
.get-in-touch__data a:hover,
.get-in-touch__data a:focus{
	text-decoration: none;
	color: #222;
	display: block;
	text-align: left;
}
.get-in-touch__data > *::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.get-in-touch__email::before{
	background-image: url(../img/contact/mail.png);
	width: 16px;
	height: 13px;
}
.get-in-touch__phone::before{
	background-image: url(../img/contact/phone.png);
	width: 13px;
	height: 13px;
}


#sales-team-sec .sec-title{
	text-align: center;
	max-width: 500px;
	margin: 0 auto 20px;
}
.sales-team__one-block{
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #fff;
}
.sales-team__img{
	width: 100%;
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.sales-team__info{
	padding: 15px 20px 20px;
}
.sales-team__block-title{
	display: block;
	font-size: 15px;
	line-height: 1.35em;
	font-weight: 600;
	color: #3F5BA9;
	margin: 0 auto 7px;
}
.sales-team__email-list,
.sales-team__phone-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sales-team__email-list li:not(:last-child),
.sales-team__phone-list li:not(:last-child){
	margin-bottom: 7px;
}
.sales-team__email-list a,
.sales-team__phone-list a{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 13.5px;
	line-height: 18px;
}
.sales-team__email-list a::before,
.sales-team__phone-list a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 13px;
}
.sales-team__email-list a::before{
	background-image: url(../img/contact/mail.png);
}
.sales-team__phone-list a::before{
	background-image: url(../img/contact/phone.png);
}
.sales-team__email-list a,
.sales-team__email-list a:hover,
.sales-team__email-list a:focus,
.sales-team__phone-list a,
.sales-team__phone-list a:hover,
.sales-team__phone-list a:focus{
	text-decoration: none;
	color: #222;
}
.get-in-touch__info > *:first-child{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.get-in-touch__info > *:first-child::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #CAD3D8;
}


#form-sec .sec-title{
	text-align: center;
	margin: 0 auto 20px;
}
#form-sec .img-container{
	position: relative;
	width: 100%;
	height: 100%;
}
.form-sec__img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.maps-row{
	margin-bottom: -140px;
}
.first-map{
	margin-bottom: 30px;
}
#map .sec-title{
	text-align: center;
	margin: 0 auto 20px;
}
.map-block{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.16);
}
#map1, #map2{
	display: block;
	width: 100%;
	height: 370px;
}
.gmnoprint,
.gm-style-cc{
	display: none;
}
.map-address-box{
	background-color: #fff;
    font-family: 'Open Sans', sans-serif;
	border-left: 5px solid #FFC580;
    padding: 5px 15px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,.16);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,.16);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,.16);
	margin: 10px 0 0 10px;
	max-width: 320px;
	cursor: pointer;
}
.map-address-box__title{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 700;
}
.map-address-box__address{
	font-size: 14px;
	line-height: 2em;
}
.maps-row iframe + div{
	border: 0 !important;
}

@media screen and (min-width: 576px){
	.sales-team__one-block:not(:last-child):not(:nth-child(2n)){
		margin-right: 25px;
	}
	.sales-team__one-block{
		width: calc((100% - 50px) / 2);
	}
	.sales-team__blocks{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px){
	#form-sec .form-col{
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	.map-address-box{
		margin: 20px 0 0 20px;
	}
	.get-in-touch__data .get-in-touch__email > span{
		display: inline-block;
	}
}
@media screen and (min-width: 992px){
	.get-in-touch__info{
		display: table;
		width: 100%;
	}
	.get-in-touch__info > *{
		text-align: center;
		display: table-cell;
		width: 50%;
	}
	.get-in-touch__info > *:first-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.get-in-touch__info > *:first-child::after{
		width: 1px;
		height: 100%;
	}
	.sales-team__one-block:not(:last-child):not(:nth-child(3n)){
		margin-right: 25px;
	}
	.sales-team__one-block{
		width: calc((100% - 50px) / 3);
	}
	.first-map{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px){
	#get-in-touch-sec{
		padding: 50px 0 70px;
	}
	#form-sec{
		padding-bottom: 180px;
	}
	.sales-team__info{
		padding: 25px 30px 28px 70px;
	}
	#sales-team-sec{
		margin: -80px 0 -120px;
		padding: 130px 0 250px;
		position: relative;
	}
	.blue-wave #sales-team-sec{
		background-image: url(../img/blue-wave-desktop.png);
		background-size: 1500px 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	#sales-team-sec::before,
	#sales-team-sec::after{
		content: '';
		display: block;
		position: absolute;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/circle-2.png);
	}
	#sales-team-sec::before{
		width: 182px;
		height: 182px;
		top: -20px;
		left: calc(50% + 300px);
	}
	#sales-team-sec::after{
		width: 108px;
		height: 108px;
		bottom: 70px;
		left: calc(50% - 250px);
	}

	#form-sec .img-col{
		position: relative;
	}
	#form-sec .img-col::before{
		content: '';
		position: absolute;
		display: block;
		width: 136px;
		height: 136px;
		background-image: url(../img/dot.png);
		background-repeat: repeat;
		background-size: 12px 12px;
		background-position: top -4px left -4px;
		right: -18px;
		bottom: -50px;
	}
	.map-address-box__title{
		font-size: 18px;
	}
	.map-address-box__address{
		font-size: 16px;
	}
}
@media screen and (min-width: 1400px){
	.sales-team__info{
		padding: 25px 80px 28px 95px;
	}
	.blue-wave #sales-team-sec{
		background-size: 100% 100%;
	}
	#sales-team-sec::before{
		left: calc(50% + 340px);
	}
	.map-address-box{
		margin: 40px 0 0 40px;
	}
}
@media screen and (min-width: 1650px){
	.get-in-touch__info-title,
	.sales-team__block-title{
		font-size: 20px;
	}
	.get-in-touch__data{
		font-size: 18px;
	}
	.sales-team__email-list a{
		font-size: 16px;
	}
	.map-address-box{
		margin: 60px 0 0 60px;
	}
	.map-address-box__title{
		font-size: 20px;
	}
	.map-address-box__address{
		font-size: 18px;
	}
}