/*
 * CAREER CENTER
*/

@import 'bottom_sec.css';
@import 'header_block.css';

#top-sec{
	position: relative;
	padding: 52px 0 0;
}
#top-sec .sec-text p{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}
.top-sec__img-block{
	position: relative;
	border-radius: 20px;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


#vacancies{
	padding: 50px 0;
}
#vacancies .sec-title{
	text-align: center;
	margin-bottom: 20px;
}
#vacancies article{
	padding: 26px 30px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
#vacancies article .post-date{
	display: block;
	font-size: 10.5px;
	line-height: 1.36em;
	margin-bottom: 7px;
	color: #A5B6BE;
}
#vacancies article .post-title{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 5px;
	text-decoration: none;
	color: #3F5BA9;
}
#vacancies article .location{
	display: block;
	font-size: 12px;
	line-height: 1.66em;
	color: #444;
}
#vacancies article .content{
	font-size: 13.5px;
	line-height: 1.66em;
	color: #444;
}
#vacancies article .content .more{
	display: inline-block;
	width: .7em;
	height: .7em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M 5 1 10 6 5 11' fill='none' stroke='%23F69A31' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.pagination-nav{
	width: 100%;
}
.pagination-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.pagination-nav ul li{
	display: inline-block;
	vertical-align: middle;
}
.pagination-nav ul li:not(:last-child){
	margin-right: 11px;
}
.pagination-nav ul li > *{
	font-size: 18px;
	line-height: 1em;
	color: #A5B6BE;
	text-decoration: none;
	font-weight: 600;
}
.pagination-nav ul li > *.current{
	color: #3F5BA9;
	text-decoration: underline;
}
.pagination-nav ul li > *.dots{
	color: #222222;
}
.pagination-nav ul li .next,
.pagination-nav ul li .prev{
	display: block;
	font-size: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	background-size: 11px 11px;
	background-repeat: no-repeat;
}
.pagination-nav ul li .next{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 12'%3E%3Cpath d='M1.5 1.5 6 6 1.5 10.5' fill='none' stroke='%23f69a31' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: left calc(50% + 1px) center;
	margin-left: 11px;
}
.pagination-nav ul li .prev{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 12'%3E%3Cpath d='M6 1.5 1.5 6 6 10.5' fill='none' stroke='%23f69a31' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-position: right calc(50% + 1px) center;
	margin-right: 11px;
}

@media screen and (min-width: 768px){
	#top-sec{
		padding-top: 80px;
	}
	.top-sec__img-block{
		padding: 0;
		height: 100%;
	}
	#top-sec .sec-text p:last-child{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px){
	/*
	.top-sec__text-col{
		padding-top: 36px;
		padding-bottom: 36px;
	}
	*/
	#vacancies .sec-title{
		margin-bottom: 36px;
	}
}
@media screen and (min-width: 1200px){
	#top-sec,
	#vacancies{
		padding: 73px 0;
	}
	#top-sec .sec-text{
		padding-right: 65px;
	}
	#contact-us-sec{
		padding-top: 73px;
	}
}

.popup_close{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
}
.popup_close::before,
.popup_close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    display: block;
    width: 27px;
    height: 2px;
    background-color: #9ea1a7;
}
.popup_close::before{
    transform: translate(0,-2px) rotate(45deg);
}
.popup_close::after{
    transform: translate(0,-2px) rotate(-45deg);
}
.popup_bg{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
    transition: .3s all;
}
.popup_bg.open{
    opacity: 1;
    pointer-events: auto;
}
.popup_container{
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup_block{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 40px 15px 20px;
    background-color: #fff;
}

/* COntact us */
/*
 * 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;
	}
}