*{
	box-sizing: border-box;
	font-family: Geometria, sans-serif;
}
:root{
	--zag: #2A406B;
}
.mgt50{
	margin-top: 50px;
}
.mg0{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mgl50{margin-left: 50px !important	}
.mgl30{margin-left: 30px !important	}
.pdl50{
	padding-left: 50px !important;
}
.pdl30{
	padding-left: 30px !important;
}



.header-wrap{
	position: relative;
	z-index: 100;	
}
.header-top{
	background-color: #fff;
}

.logo{
	padding-top: 14px;
	padding-bottom: 14px;
}
.logo img {
    width: 210px;
}
.mail a, .phone a{
	font-family: 'Geometria', sans-serif;
	font-weight: 500;
	color: var(--zag);
	display: flex;
	align-items: center;
	font-size: 14px;
}

.mail p {
	color: var(--zag);
	font-weight: 500;
}

.mail img, .phone img{	margin: 5px;}
.mail{	margin-right: 5px; }
.phone{ margin-right: 5px; }
.phone p,.mail p{ margin: 0; }
a.order-btn{
	font-size: 14px;
	padding: 12px 15px 17px;
	background-color: #2F67DB;
	color: #FFF;
	font-family: 'Geometria',sans-serif;
	border-radius: 10px;
	box-shadow: inset 0 -5px #1D54C7 ;
}
a.order-btn:hover{
	background-color: #417BF1;
	box-shadow: inset 0 -5px #2967E7 ;
	text-decoration: none;
}
a.order-btn:active{
	background-color: #295FD0;
	box-shadow: inset 0 -5px #1A4BB3 ;
	text-decoration: none;
}

@media (max-width: 850px) {
	.phone {
		display: none !important;
	}
}
@media (max-width: 600px) {
	.mail{
		display: none !important;
	}
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.header-menu{
	background-color: #F3F3F3;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-link{
	font-family: 'Geometria',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--zag);
	padding: 15px 45px 15px 0px;
	transition: all .2s linear;
}
.nav-link:hover {
	color: #2F67DB;
	
	transform: scale(1.25);
}
@media (max-width: 1140px) {
	.nav-link:hover {
		transform: unset;
	}
}
.nav-link.soc{
	padding: 15px 0;
}
.hiden{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right:  15px;
}
.header-burger{
	display: none;
}
.nav-social-cont{
	display: none;
}
@media (max-width: 1140px) {
	.nav{
		display: none;
	}
	.nav-social-cont{
		display: block;
	}
	.header-burger{
		display: block;
		position: relative;
		width: 30px;
		height: 24px;
	}
	.header-burger span{
		position: absolute;
		background-color: var(--zag);
		height: 3px;
		left: 0;
		width: 100%;
		top: 10px;
		border-radius: 2px;

	}
	.header-burger:before,
	.header-burger:after{
		content: '';
		background-color: var(--zag);
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 2px;
	}
	.header-burger:before{
		top: 0;
	}
	.header-burger:after{
		bottom: 0;
	}
	.social__list {
		display: none !important;
	}
}

li.active a.nav-link{
	font-weight: 800;
	transform: scale(1.35);
}
li.active a.nav-link.sans-f {
	font-weight: 700 !important;
}

@media (max-width: 1140px) {
	li.active a.nav-link {
		transform: unset;
	}
}
.burger-menu{
	position: absolute;
	list-style: none;
	background-color: #F3F3F3;
	padding: 30px 0 15px 30px;
	left: -110%;
	z-index: 100;	
	border-radius: 0 0 20px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.burger-menu.active{
	left: 0;
}
.burger-menu li{
	padding-bottom:  15px;
}
.burger-menu a{
	font-family: 'Geometria',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--zag);
	text-decoration: none;
	padding: 0 65px 0 0;
}
.burger-menu a:hover{
	color: #2F67DB;	
}

.burger-mask{
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	display: none;
	position: fixed;

}
.burger-mask.active{
	display:  block;
	opacity: 1;	
}


.header{
	background-image: url('../../img/header.png') ; 
	background-size: cover;
	background-repeat: no-repeat;
	padding: 145px 0 220px;
}

@media (max-width: 767.98px) {
	.header {
		background-position: 22%;
	}
}
.header h1{
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	color: #FFF;
	margin: 0;
}
@media (max-width: 786px) {
	.header h1{
		font-size: 36px;
	}
}
@media (max-width: 576px) {
	.header h1{
		font-size: 32px;
	}
}



.about{
	background: url('/../../img/about.png');
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 50px;
}

.title-w-line{
	padding-bottom: 50px;
	display: flex;
	align-items: center;
}
.title-w-line span>h1 {
	/* #FFF-space: nowrap; */
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	color: var(--zag);

}
.title-w-line .midline{
	flex-grow: 1;
	margin: 0 35px;
}
.title-w-line span>hr{
	background: #DFDFDF;
	height: 1px;
	border: none;
}
.title-w-line span>a{
	/*#FFF-space: nowrap;*/
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #7C7C7C;
}
@media (max-width: 660px) {
	.as>.midline{
		display: none;
	}
	.as{
		display: block;
	}
}


.about-content{
	flex-wrap: wrap;
}
.about-text p{
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.about-text span{
	font-weight: 600;
}
.about-pic{
}
.about-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map{
	background-image: url('../../img/map.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: left; 
	background-position-y: center;
	padding: 40px 0;
	position: relative;
}
.mpc {
    /* flex-direction: row; */
}
.map-c-cities {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    color: #f3f3f3;
    margin-top: 15px;
}
.map-c-cities li {
    width: 33%;
    margin-bottom: 15px;
    padding: 0 15px;
}

@media (max-width: 767.98px) {
	.map-c-cities {
		padding: 0;
	}
	.map-c-cities li {
		width: 100%;
	}
}

.card{
	background: none;
	border: none;
}
.card-img img{
	float: right;
}
.card-img .mapkz{
	width: 100%;
}

.locs{
	position: relative;
	align-items: center;
	justify-content: center;
	/* width: 70%; */
    /* margin-top: 70px; */
}
.card-img.locs.sans-f .adr-info p,b {
	font-family: sans-serif !important;
}
.loc{
	position: absolute; 
	width: 2.8%; 
	padding: 10px 0 0 0;
	transition: all .2s ease-out;
}
.loc:hover{
	padding: 5px 0 5px 0;
	box-shadow: 0px 11px 0px -10px rgba(0,0,0,0.3);

}

.adr-info{
	visibility: hidden;
	min-width: 220px;
	max-width: 250px;
	padding: 10px 15px;
	background-color: #F2F6FF;
	box-shadow:  0px 0px 5px 2px rgba(0,0,0,0.3);
	border-radius: 5px;

	position: absolute;
	bottom: 100%;
	left: -85px;
} 

.adr-info a {
	color: inherit;
}
@media (max-width: 1024px) {
	.adr-info{
		display: none;
	}
}
.adr-info p{margin-bottom:  5px; font-family: Geometria, sans-serif;}

.loc:hover .adr-info {
  visibility: visible;
}

.ural{left: 10.7%; top: 28.5%;}
.atyr{left: 14.4%; top: 48.4%;}
.akta{left: 15.4%; top: 75.8%;}
.aktb{left: 28%; top: 33.4%;}
.kstn{left: 43.3%; top: 12.8%;}
.kzlr{left: 44.4%; top: 66.1%;}
.zhez{left: 50.7%; top: 48.2%;}
.nurs{left: 53.4%; top: 21.1%;}
.turk{left: 54.1%; top: 79.4%;}
.kksh{left: 54.6%; top: 3.8%;}
.petr{left: 57.5%; top: 2%;}
.shym{left: 57.4%; top: 85.5%;}
.tarz{left: 61.3%; top: 77%;}
.krgd{left: 65.6%; top: 36.9%;}
.pavl{left: 73.5%; top: 14.4%;}
.kask{left: 77.1%; top: 78%;}
.almt{left: 80.7%; top: 76.5%;}
.uskm{left: 90.2%; top: 44.7%;}

.map-title{
	position: absolute;
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 115.8%;
	color: #FFF;
	padding: 20px;
	/*background-color: rgb(47,103,219,0.2);*/
}
@media (max-width: 950px) {
	.map-title{
		position: relative;
	}
}
@media (max-width: 768px) {
	.map{
		background-size: cover;
	}
}


.specialists{
	padding: 90px 0 70px;
}
.all-specs{
	padding: 40px 0 70px;
	background-image: url('../../img/video-question.png');
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}
.all-specs h1{
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	color: var(--zag);
	padding-top: 60px;
	padding-bottom: 20px;
}

.emp-page{
	padding: 30px 0;
	background-image: url(../../img/video-question.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.all-pros{
	justify-content: flex-start !important;
}
.pros{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pros>.col-md-3{
	/*padding: 0;*/
	padding-top: 15px;
	/*padding-right: 15px;*/
}

.employee-img__wrapper {
	position: relative;
}

.sqr{
	position: absolute;
	right: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background-color: #2F67DB;
}

.sqr2 {
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 60px;
	height: 60px;
	background-color: #2F67DB;
}

.pros img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top center;
	position: relative;
}
.pros h2{
	font-family: Geometria, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: var(--zag);
	margin: 20px 0 16px;
}
.pros p{
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #7c7c7c;
}
p.cont{

}

@media (max-width: 768px) {
	.pros img{
		max-height: 420px;
		object-fit: cover;
		object-position: top;
	}	
}


.articles{
	background-color: #F2F6FF;
	padding: 70px 0;
}
.arts{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ccx{
	max-width: 31%;
	margin-top: 20px;
}
@media (max-width: 992px) {
	.ccx{
		max-width: 48%;
	}
}
@media (max-width: 660px) {
	.ccx{
		max-width: 100%;
	}	
}

.art{
	transition: all .2s ease;
}
.art:hover{
	background: #FFF;
	border-radius: 10px;
	transition: all .2s ease;
	box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.11);
}
.art .muted{
	display: flex;
	justify-content: space-between;
}
.art .card-title{
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-decoration: none; 
}
.art .card-title:hover {color: #2F67DB;}
.bot{
	padding-top: 20px;
	padding-bottom: 30px;
}

.video{
	background-image: url('../../img/video-question.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 70px 0 80px 0;
}
.center-title{
	margin: auto;
	padding-bottom: -8px; 
}
.center-title h1{
	margin:0;
}
.videos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prev-vid img{padding: 0 0 0 10px;}
.next-vid img{padding: 0 10px 0 0;}
.prev-vid img, .next-vid img{
	border-radius: 8px;
	transition: all .2s ease;
}
.prev-vid:hover img{/* padding-left: 5px; */ position: relative; right: 5px; /* padding-right: 5px; */} 
.next-vid:hover img{/* padding-right: 5px; */ position: relative; left: 5px; /* padding-left: 5px; */}
.prev-vid:active img{padding-left: 0px; padding-right: 10px;} 
.next-vid:active img{padding-right: 0px; padding-left: 10px;}

.slick-slide{ outline: none; }
.vid{
	/*border-radius: 30px;
	box-shadow: 0px 20px 0px -10px #DDE2ED;*/
	transition: all .2s ease;
	margin-bottom: 40px;
}
a.slick-arrow img {
    filter: grayscale(1) brightness(100);
}
a.slick-arrow {
    background: #2F67DB;
    border-radius: 10px;
    border: none;
    box-shadow: 0 -6px #1D54C7 inset, 1px 10px 23px #99BAFF;
    /* filter: invert(1); */
    padding: 5px 25px 10px;
}
/*.vid:hover{	box-shadow: 0px 17px 0px -10px #DDE2ED;	transition: all .2s ease;}
.vid:active{box-shadow: 0px 15px 0px -10px #DDE2ED;	transition: all .2s ease;}

.vid a:hover{filter: brightness(120%);}

.vid a:active{filter: brightness(90%); outline: none;}
.card-img-overlay{
	display: flex;
	align-items: center;
	justify-content: center;
}*/

.questions{
	text-align: center;
	padding-top: 70px;
}
.questions h1{
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	color: var(--zag);
	padding-bottom: 50px;

}
.sub_form{
	padding:0 10px 10px 10px;
}
.ur-name{
	margin-bottom: 10px;
}
.form-control{
	height: 50px;
	padding: 15px 15px 15px 20px;
	font-family: Geometria;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #888888;
	border: none;
	border-radius: 10px;
	background-color: #F2F6FF;
}
textarea{
	min-height: 100%;
	resize: none;
}

.send{
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
.send-btn{
	padding: 22px 85px 24px;
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #FFF;
	margin-top: 50px;
	background: #2F67DB;
	border-radius: 10px;	
	border: none;
	box-shadow: 0 -6px #1D54C7 inset, 1px 10px 23px #99BAFF;
}
.send-btn:hover{
	color: #fff;
	text-decoration: none;
	background: #417BF1;
	box-shadow: 0 -6px #2967E7 inset, 1px 10px 23px rgba(153, 186, 255, 0.76);
}
.send-btn:active{
	outline: none;
	background: #295FD0;
	box-shadow: 0 -6px #1A4BB2 inset;
}

.footer{
	padding-bottom: 30px;
	background: var(--zag);
}


.footer span{
	color: #6F85AF;
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.footer .foot-email, .footer p{
	display: block;
	font-family: Geometria;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	padding-top: 25px;
	margin-bottom: 20px;
}
.footer a:hover{ color: #fff; }
p.tel1{ margin: 0;}
p.tel3{ margin: 0; padding: 0; }
p.tel2{ padding: 0; }
.footer hr{
	background: #667DA7;
	margin-top: 40px;
	margin-bottom: 0;
}
.footer .bottom{
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;	
}
.mgt16{
	margin-top: 16px;	
}
.foot-soc{
	margin-left: 15px;
}


@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Thin.eot');
	src: local('Geometria Thin'), local('Geometria-Thin'),
	url('../fonts/Geometria-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Thin.woff') format('woff'),
	url('../fonts/Geometria-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-MediumItalic.eot');
	src: local('Geometria MediumItalic'), local('Geometria-MediumItalic'),
	url('../fonts/Geometria-MediumItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-MediumItalic.woff') format('woff'),
	url('../fonts/Geometria-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Italic.eot');
	src: local('Geometria Italic'), local('Geometria-Italic'),
	url('../fonts/Geometria-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Italic.woff') format('woff'),
	url('../fonts/Geometria-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Heavy.eot');
	src: local('Geometria Heavy'), local('Geometria-Heavy'),
	url('../fonts/Geometria-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Heavy.woff') format('woff'),
	url('../fonts/Geometria-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ExtraBoldItalic.eot');
	src: local('Geometria ExtraBoldItalic'), local('Geometria-ExtraBoldItalic'),
	url('../fonts/Geometria-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-ExtraBoldItalic.woff') format('woff'),
	url('../fonts/Geometria-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Medium.eot');
	src: local('Geometria Medium'), local('Geometria-Medium'),
	url('../fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Medium.woff') format('woff'),
	url('../fonts/Geometria-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-BoldItalic.eot');
	src: local('Geometria BoldItalic'), local('Geometria-BoldItalic'),
	url('../fonts/Geometria-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-BoldItalic.woff') format('woff'),
	url('../fonts/Geometria-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-LightItalic.eot');
	src: local('Geometria LightItalic'), local('Geometria-LightItalic'),
	url('../fonts/Geometria-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-LightItalic.woff') format('woff'),
	url('../fonts/Geometria-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-HeavyItalic.eot');
	src: local('Geometria HeavyItalic'), local('Geometria-HeavyItalic'),
	url('../fonts/Geometria-HeavyItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-HeavyItalic.woff') format('woff'),
	url('../fonts/Geometria-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria.eot');
	src: local('Geometria'),
	url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria.woff') format('woff'),
	url('../fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Bold.eot');
	src: local('Geometria Bold'), local('Geometria-Bold'),
	url('../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Bold.woff') format('woff'),
	url('../fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ExtraBold.eot');
	src: local('Geometria ExtraBold'), local('Geometria-ExtraBold'),
	url('../fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-ExtraBold.woff') format('woff'),
	url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ThinItalic.eot');
	src: local('Geometria ThinItalic'), local('Geometria-ThinItalic'),
	url('../fonts/Geometria-ThinItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-ThinItalic.woff') format('woff'),
	url('../fonts/Geometria-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ExtraLightItalic.eot');
	src: local('Geometria ExtraLightItalic'), local('Geometria-ExtraLightItalic'),
	url('../fonts/Geometria-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-ExtraLightItalic.woff') format('woff'),
	url('../fonts/Geometria-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Light.eot');
	src: local('Geometria Light'), local('Geometria-Light'),
	url('../fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Light.woff') format('woff'),
	url('../fonts/Geometria-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ExtraLight.eot');
	src: local('Geometria ExtraLight'), local('Geometria-ExtraLight'),
	url('../fonts/Geometria-ExtraLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-ExtraLight.woff') format('woff'),
	url('../fonts/Geometria-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

.header__title {
	padding: 0px 0px 0px 55px;
	font-size: 18px;
	margin: 10px;
	color: var(--zag);
}

@media(max-width: 992px) {
	.header__title {
		font-size: 16px;
	}
}
@media(max-width: 768px) {
	.header__title {
		display: none;
	}
}

.nav {
	flex: 0 1 75%;
}

.nav li a {
    padding-left: 0;
    padding-right: 0;
}

.menu-wrapper {
	align-items: center;
}

.social__list {
	flex: 0 1 25%;

}

.social__list img, .nav-link.soc img {
	max-width: 24px;
}

.social__list li a {
	transition: all .2s linear;
}

.social__list li a:hover img {
	transform: scale(1.25);
}

.nav-social-cont a img {
	max-width: 24px;
}

.drop-l {
	position: relative;
}

.sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 20;
	left: 0;
	background-color: #F3F3F3;
	display: none;
	top: 55px;
	max-width: 125%;
}


.sub-menu li {
	padding-left: 10px;
}


.drop-l:hover .sub-menu {
	display: block;
}

@media (max-width: 1140px) {
	.drop-l:hover .sub-menu {
		display: none;
	}
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.header__logo {
	display: block;
	position: relative;
}

.header__logo::after {
	content: '';
	position: absolute;
	right: -32.5px;
	top: 0;
	height: 100%;
	width: 2px;
	background: var(--zag);
}

@media (max-width: 768px) {
	.header__logo::after {
		display: none;
	}
}

.pros.all-pros.centered {
	justify-content: center !important;
}

.employee-img__wrapper img {
	position: relative;
	z-index: 1;
}

.pros.all-pros.centered .col-md-3:nth-child(3n+3) {
	margin-right: 1px;
}

.box__column {
	position: relative;
	margin-bottom: 40px;
}

.box__column a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.box__column-img {
	position: relative;
	height: 220px;
}

.box__column-img iframe {
	max-width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
}

.box__column-img img {
	max-width: 100%;
	transition: all .3s ease-in;
}

.box__column-img img::hover {
	transform: scale(1.05);
}



.box__column-title {
	font-weight: 500;
	position: relative;
	padding: 15px 30px;
	font-family: 'Geometria',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: var(--zag);
	
}

.box__column-title::before {
	content: '';
	position: absolute;
	font-size: 18px;
	line-height: 20px;
	width: 2px;
	height: 40px;
	top: 8%;
	left: 10px;
	background-color: #667DA7;
}

.box__image {
	float: left;
	margin: 15px;
	width: 50%;
}

.box__image iframe {
	max-width: 100%;
}

@media (max-width: 767.98px) {
	.box__image {
		float: unset;
		margin: 0px;
		width: 100%;
	}
}

.box__image img {
	max-width: 100%;
}

.map-c-cities li a {
	color: #fff;
}

.map-c-cities li a:hover {
	color: white;
}

.video__column {
	margin-bottom: 40px;
}

.col-lg-6.col-md-6.col-12.video__column iframe {
	max-width: 100%;
}

.video-wrapper .row {
	justify-content: center;
}

.video-wrapper iframe {
    max-width: 100%;
    width: 100%;
    height: 400px;
}



.ordercall {
	flex-direction: column !important;
}

.langs {
	display: flex;
	padding: 0;
	margin: 0px 0px 10px 0px;
	justify-content: center;
	width: 100%;
	list-style: none;
}

@media (max-width:767.98px) {
	.ordercall {
		width: 100%;
	}
	.langs {
		justify-content: flex-end !important;
		margin: 10px 0px !important;
	}
	.order-btn {
		order: -1;
		margin-left: auto;
	}
}

.langs li {
	margin: 0px 5px;
}

.langs li a {
	text-decoration: none;
	color: var(--zag);
	font-weight: 700;
}

li.active-lang a {
	color: grey !important;
	font-weight: 500;
}

.sans-f {
	font-family: sans-serif !important;
}


.langs.mobile {
	display: none;
}

@media(max-width:767.98px) {
	.langs {
		display: none;
	}
	.langs.mobile {
		display: flex;
		flex: 0 0 30%;
	}
}

@media (max-width: 320px) {
	.mgl30 {
		margin-left: 15px !important;
	}
}