body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	margin:none;
}
*{
	box-sizing: border-box;
}




/* langs */
.lang-btn{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-left: 40px;
	cursor: pointer;
	padding: 10px 0;
}
.lang-btn img{
	margin-right: 4px;
	height: 20px;
}
.langs{
	position: absolute;
	display: none;
	left: -10px;
	top: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.16);
}
.lang-item{
	padding: 4px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
}
.lang-btn:hover .langs{
	display: block;
}
/* header */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.logo{
	height: 80px;
}
.logo img{
	height: 100% !important;
	width: inherit !important;
}
.top-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
}
.small-white{
	margin: 0;
	font-size: 12px;
	color: #fff;
}
.nav-cont{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-cont a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-left: 40px;
}
.nav-cont a:hover{
	color:#1E6EE2;
}
.nav-cont .wpml-ls-statics-shortcode_actions{
	max-width: 130px;
	margin-left: 20px;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
	transition: none;
}
.nav-cont .wpml-ls-statics-shortcode_actions li a{
	margin-left: 0;
	background-color: transparent;
	border: none;
	transition: none;
	padding-right: 10px ;
	text-align: right;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	display: none;
}
.wpml-ls-sub-menu{
	background-color: #fff;
}
.wpml-ls-sub-menu .wpml-ls-link{
	color: #000;
}


/* header */
.header{
	padding: 15px 0 0 0;
	border-top:1px #eeeeee21 solid;
}
.shaUSD{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav li{
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
.main-nav li a{
	color: #fff;
	font-size: 16px;
}
.main-nav li a:hover{
	color:#1E6EE2;
}
.call-btn{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #002147;
	border:none;
	padding: 13px 20px;
}
.call-btn:hover{
	background-color:#1E6EE2;
}

.light-dark-btn{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	border:#fff 1px solid;
	padding: 11px 20px;
	margin-right: 10px;
}
.light-dark-btn:hover{
	background-color:#1E6EE2;
	border:#1E6EE2 1px solid;
	color: #fff;
}


.drop-menu{
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	padding: 0;
	min-width: 200px;
	display: none;
}
.drop-menu li{
	display: block;
	margin: 0;
	padding: 8px 10px;
	border-bottom:#F4F4F4 1px solid;
}
.drop-menu li a{
	color: #000;
}
.main-nav li:hover .drop-menu{
	display: block;
}
/* main */
#main{
	padding: 320px 0 260px 0;
	position: relative;
	background-image: url('../img/noplane.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main .container{
	position: relative;
	z-index: 2;
}
#main::before{
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -10.05%, rgba(0, 0, 0, 0) 71%);
	top: 0;
	left: 0;
	z-index:1;
}
h1{
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}
.arr-link{
	color: #fff;
	font-size: 16px;
	width: fit-content;
}
.link-icon{
	display: inline-block;
}
.arr-link p{
	margin-left: 4px;
	font-size: 20px;
	transform: translateY(2px);
	margin-bottom: 0;
	transition: all .3s ease;
}
.arr-link:hover{
	color: #1E6EE2;
}
.white-txt{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
/* calc */
#calc{
	margin-top: -150px;
	position: relative;
	z-index: 3;
}
.calc-box{
	background-color: #fff;
	padding: 50px 40px;
	box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.16);
}
input{
	font-size: 16px;
	padding: 18px 25px;
	border: none;
	background-color: #F4F4F4;
	width: 100%;
}
input::placeholder{
	opacity: .4;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 16px;
	padding: 18px 25px;
	border: none;
	background-color: #F4F4F4;
	width: 100%;
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: right 20px center;
}
/* select option:disabled{
	opacity: 0.4;
 } */
 select:required:invalid {
	color: #c1c1c1;
  }
  option[value=""][disabled] {
	display: none;
  }
/* select::-ms-expand {
    display: none;
} */


label{
	margin-bottom: 10px;
	font-size: 14px;
	color: #777777;
}
.swap-btn{
	margin-top: 46px;
	height: 35px !important;
	width: 35px !important;
	margin-right: 10px;
	margin-left: 10px;
	color: #D7D7D7;
	border-radius: 50px;
	font-size: 18px;
	border: 1px #D7D7D7 solid;
	background-color: #fff;
}
.swap-btn:hover{
	color:#002147;
}
.punkt-row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.main-btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #002147;
	border:none;
	padding: 18px 42px;
}
.main-btn:hover{
	background-color:#1E6EE2;
}

.light-btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	border:1px #fff solid;
	padding: 16px 42px;
	margin-right: 15px;
}
.light-btn:hover{
	background-color: #fff;
	color:#002147;
}


/* about */
#about{
	padding: 100px 0;
}
.black-txt{
	font-size: 16px;
	color:#000;
	line-height: 25px;
}
h2{
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 46px;
	color: #092044;
}
h3{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
	margin-top: 30px;
	color: #092044;
}
.icon-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 54px;
	position: relative;
}
h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.icon-box img{
	width: 40px;
	margin-right: 38px;
}
.dot{
	position: absolute;
	height: 6px;
	width: 6px;
	border-radius: 10px;
	background-color:#1E6EE2;
	right: 0;
}
.dot::before{
	height: 14px;
	width: 14px;
	content: '';
	border-radius: 20px;
	border: 2px #D7D7D7 solid;
	position: absolute;
	left: -4px;
	top: -4px;
}
.line{
	position: absolute;
	height: 180%;
	width: 2px;
	border-radius: 10px;
	background-color:#D7D7D7;
	right: 2px;
	top: calc(50% + 10px);
}

/* #more */
#more{
	padding: 100px 0;
	background-image: url('../img/more.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* serv */
#serv{
	padding: 70px 0;
}
.serv-box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/s1.png');
	transition: all .3s ease;
	padding: 25px;
	margin-bottom: 30px;
}
.serv-box h4{
	font-size: 18px;
	color: #fff;
}
.serv-box:hover{
	box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.16);
}
.arr-link:hover{
	color: #fff;	
}
.arr-link:hover .mdi{
	transform:translateX(10px) translateY(2px);
}
.arr-link.blue{
	color:#1E6EE2;
}
.blue{
	color:#1E6EE2 !important;
}
/* whywe */
#whywe{
	padding: 70px 0;
	background-color:#F5F5F7;
}
.years{
	width: 75%;
}
.adv-icon img{
	margin-bottom: 20px;
	max-height: 60px;
}

/* partners */
#partners{
	padding: 60px 0;
}
.partners{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.partners .c-icon{
	margin-left: auto;
	margin-right: auto;
}
/* submit */
#submit{
	padding: 100px 0;
	position: relative;
}
#submit::before{
	content: '';
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 50%;
	position: absolute;
	background-image: url('../img/spb.png');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}
#submit input{
	margin-bottom: 20px;
}

textarea{
	font-size: 16px;
	padding: 18px 25px;
	border: none;
	background-color: #F4F4F4;
	width: 100%;
	margin-bottom: 20px;
}
textarea::placeholder{
	opacity: .4;
}

/* footer */
footer{
	background-color:#F5F5F5;
	padding: 60px 0;
}
footer .logo{
	margin-bottom: 32px;
	height: 100px;
}
.small-grey{
	font-size: 16px;
	color: #A5A5A5;
}
h5{
	font-size: 16px;
	margin-bottom: 38px;
	color:#092044;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li{
	margin-bottom: 6px;
}
footer ul li a{
	color: #A5A5A5;
}
footer ul li a:hover{
	color: #092044;
}



.copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.copyright p{
	margin: 0;
}


#inner{
	padding: 260px 0 160px 0;
	position: relative;
	background-image: url('../img/services.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s ease;
}
.changebg{
	background-image: url('/wp-content/uploads/2022/07/dsf.jpeg') !important;
}

#inner .container{
	position: relative;
	z-index: 2;
}
#inner::before{
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -10.05%, rgba(0, 0, 0, 0.2) 71%);
	top: 0;
	left: 0;
	z-index:1;
}
.breadcrums{
	color:#cecece;
	font-size: 16px;
}
.breadcrums a{
	color: #fff;
}
.breadcrums a:hover{
	color:#1E6EE2;
}

.descr-list{
	padding: 0;
	margin: 0;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}
.descr-list li{
	margin-bottom: 10px;
}
/* acordeon */
.acordeon{
	margin-top: 20px;
	margin-bottom: 40px;
}
/* .ac-item{
	
} */
.ac-head{
	cursor: pointer;
	padding:10px 25px;
	background-color: #F5F5F7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #dddddd solid;
}
.ac-item:last-child .ac-head{
	border-bottom: none;
}
.ac-head span{
	transition: all .3s ease;
	font-size: 30px;
	color:#A5A5A5;
}
.ac-body{
	padding:0px 25px;
	overflow: hidden;
	height: 0;
	transition: all .3s;
}

.activeItem .ac-head span{
	transform: rotate(180deg);
}
.activeItem .ac-body{
	padding:10px 25px;
	height: inherit;
}

/* popup */

.pop{
	position: fixed;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.pop-box{
	background-color: #fff;
	padding: 25px 40px;
	max-width: 600px;
	position: relative;
}
.pop-box textarea{
	resize:none;
	max-height: 100px;
}
.cross{
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease;
	font-size: 30px;
	color:#A5A5A5;
	cursor: pointer;
}
.cross:hover{
	color:#002147;
}
.pop input{
	margin-bottom: 20px;
}
.popActive{
	display: flex;
}


/* cont */
.mapdiv{
	margin-top: -200px;
	z-index: 10;
	position: relative;
	padding-bottom: 100px;
}
.mapdiv .small-grey{
	margin-bottom: 5px;
}
.big-wh-link{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}


#contInner{
	padding: 260px 0 260px 0;
	position: relative;
	background-image: url('../img/services.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contInner .container{
	position: relative;
	z-index: 2;
}
#contInner::before{
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -10.05%, rgba(0, 0, 0, 0.4) 71%);
	top: 0;
	left: 0;
	z-index:1;
}

.mapbox{
	margin-top:10px;
	background-color: #fff;
	box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.16);
}
#map{
	height: 500px;
}
.c-icon{
	height: 60px;
	width: 60px;
	margin-bottom: 15px;
	background-color:#F4F4F4;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#more h4{
	color: #fff;
}
.carimg{
	width: 100%;
	margin: 30px 0;
}

.loader{
	margin-top: 34px;
	height: 60px;
	text-align: center;
}
.loader img{
	height: 20px;
	margin: 20px 0;
}
.suggested{
	position: relative;
}
.suggest-drop{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: inherit;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 4px 30px 10px rgb(0 0 0 / 16%);
}
.suggest-drop ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.suggest-drop li{
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 8px;
	cursor: pointer;
	transition: all .3s ease;
}
.suggest-drop li:hover{
	background-color:#F4F4F4;
}
/* 
.suggested input:focus ~ .suggest-drop{
    display: block !important;
} */
.burger{
	color: #fff;
	font-size: 30px;
	display: none;
}
.mobile-nav{
	transition: all .3s ease;
	height: 100vh;
	width: 100vw;
	background-color: #fff;
	position: fixed;
	top: -100vh;
	left: 0;
	padding: 80px 40px;
	z-index: 100;
}
.mobile-nav-ac{
	top: 0;
}
.mobile-nav .mdi-close{
	font-size: 30px;
	color:#000;
	position: absolute;
	top: 20px;
	right: 15px;
}
.mobile-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav li{
	font-size: 24px;
	margin-bottom: 16px;
}
.mobile-nav li a{
	color:#000;
}
/* login */
#login{
	padding: 40px 0;
}
#p404{
	background-image: url('../img/noplane.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.error404 #submit{
	display: none;
}
/*ADAPTIIIIIIIIIV*/


@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 786px) {
	
}
@media (max-width: 767px) {
 	
}
@media (max-width: 672px) {
	
}
@media (max-width: 512px) {
	.partners{
		display: block;
	}
	.partners .col{
		margin-bottom: 30px;
	}
	#p404{
		background-position: center right -200px;
	}
	.mapdiv{
		margin-top: 0;
		padding-top: 40px;
	}
	.mapdiv .big-wh-link{
		color: #000;
	}
	.burger{
		display: block;
	}
	.lk-btn{
		display: none;
	}
	#about .main-btn{
		margin-bottom: 30px;
	}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 32px;
	}
	#submit{
		padding: 50px 0;
	}
	#submit::before{
		height: 375px;
		width: 100%;
	}
	#submit .col-lg-5{
		margin-top: 170px;
	}
}
@media (max-width: 390px) {
	
}
@media (max-width: 320px) {
	
}





/* Remove outline on the forms and links */ 
:active, :hover, :focus { 
outline: 0; 
outline-offset: 0; 
}


a{
	text-decoration: none;
	transition: all .3s ease;
}
button{
	transition: all .3s ease;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
  }


#primary{
	padding: 40px 0;
}
.woocommerce-page img{
	height: inherit;
	width: inherit;
}
.woocommerce-page img.logo{
	height: 80px;
}
.woocommerce-page .lang-btn img{
	height: 20px;
}
.woocommerce-page header{
	position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -4.05%, rgba(0, 0, 0, 0.5) 71%);
}
.page-template-default header{
	position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -4.05%, rgba(0, 0, 0, 0.5) 71%);
}
.page-template-default .header{
	padding: 15px 0;
}
.woocommerce-page #submit{
	display: none;
}
.entry-header{
	display: none;
}
.page-template-default img{
	height: inherit;
	width: inherit;
}
.page-template-default img.logo{
	height: 80px;
}
.page-template-default .lang-btn img{
	height: 20px;
}
.woocommerce-page .header{
	padding: 15px 0;
}
.woocommerce-form__label-for-checkbox input{
	width: inherit;
}
.woocommerce-MyAccount-navigation{
	margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation li{
	cursor: pointer;
    padding: 15px 25px;
    background-color: #F5F5F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #dddddd solid;
}
.woocommerce-MyAccount-navigation li:last-child{
	border:none;
}
.woocommerce-MyAccount-navigation li.is-active a{
	color:#1E6EE2;
}
.woocommerce-MyAccount-navigation a{
	font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.woocommerce-page header.woocommerce-Address-title{
	background: transparent !important;
}
.entry-footer{
	display: none;
}