body{
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	margin:none;
}
*{
	box-sizing: border-box;
}

#main{
	background-image: url(../img/main.png);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:32px 0;
}
.call-us{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.call-us p{
	margin: 0;
	font-size: 21px;
}
.call-us a{
	color: #fff;
	transition: all .3s ease;
}
.call-us a:hover{
	color: #2B6BF3;
}

h1{
	font-size: 45px;
	color: #fff;
	font-weight: 800;
	margin-top: 100px;
	margin-bottom: 15px;
}
.sub{
	font-weight: 600;
	font-size: 25px;
	color: #FFFFFF;
}
hr{
	width: 100px;
	margin: 25px auto;
	border-top: 5px #2B6BF3 solid;
}
.form{
	padding: 25px 50px;
	background-color: #fff;
	border-radius: 10px; 
	margin-top: 60px;
	position: relative;
}
h3{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}
.form input{
	width: 100%;
	padding:15px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	background-color: #F4F7F9;
	border-radius: 7px;
	margin-bottom: 25px;
	border: none;

}
.form label{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
form .submit-btn{
	background-color: #2B6BF3;
	border-radius: 10px;
	border: none;
	padding:9px 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	margin-top: 30px;
	transition:all .3s ease;
}
.submit-btn:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
h2{
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin-bottom: 60px;
	line-height: 54px;
	margin-top: 0;
}
#think{
	padding:70px 0;
}
.serv-box{
	padding:22px 35px;
	border-radius: 7px;
	background-color: #fff;
	box-shadow: 0px 4px 20px rgba(63, 90, 122, 0.26);
	margin-bottom: 30px;
}
.circle{
	height: 80px;
	width: 80px;
	background-color: #E5EDFB;
	border-radius: 50px;
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.circle img{
	height: 50px;
}
h4{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
}
h4 span{
	color: #2B6BF3;
}
.include{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
	margin-bottom: 25px;
}
.black-txt{
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.serv-box .black-txt{
	min-height: 170px;
}
.get-order{
	background-color: #2B6BF3;
	border-radius: 10px;
	border: none;
	padding:9px 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	transition:all .3s ease;
}
.get-order:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
.black-sub{
	font-weight: 600;
	font-size: 25px;
	color: #000;
}
.get-order2{
	background-color: #2B6BF3;
	border-radius: 10px;
	border: none;
	padding:9px 80px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	transition:all .3s ease;
}
.get-order2:hover{
	box-shadow: 0px 6px 20px rgba(106, 117, 141, 0.53);
}
#garantia{
	padding:80px 0;
	background-image: url(../img/garantia.png);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
#garantia h2{
	color: #fff;
}
#reviews{
	padding:80px 0;
}
.review{
	background-image: url(../img/kovichki.svg);
	-webkit-background-size: 40px;
	background-size: 60px;
	background-position: center 240px; 
	background-repeat: no-repeat;
}

.swiper-pagination{
	margin-top: 25px;
	display: flex;
	position: relative!important;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet{
	margin-right: 5px;
}
#nodoubt{
	padding:80px 0;
	background-color: #2B6BF3;	
}
#nodoubt h2{
	color: #fff;
}
.white-txt{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.icon-box{
	margin-bottom: 25px;
}
.webink{
	color: #fff;
	font-size: 16px;
	transition:all .3s ease;
}
.webink:hover{
	color: #EE7F22;
}
footer{
	padding:55px 0;
	background-color: #0A1938;
}
footer .get-order{
	margin-top: 30px;
}
footer .logo{
	margin-bottom: 25px;
}
footer .logo img{
	margin-bottom: 30px;
}
.white-txt2{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
}
.white-txt2 img{
	margin-right: 7px;
	transform: translateY(-2px);
}

.pop{
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: none;
}
.pop .form{
	width: 80%;
}
.cross{
	position: absolute;
	top: 5px;
	right:10px;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
}
.pop-ac{
	display: flex;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 32px 15px 15px;
    width: 100%;
    background-color: #f4f7f9;
    border: none;
    border-radius: 5px;
    position: relative;
    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 10px center;
    margin-bottom: 10px;
}




/*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) {
	h1{
		font-size: 30px;
	}	
	.logo img{
		height: 30px;
	}
	h2{
		font-size: 25px;
		line-height: 30px;
	}
	.form{
		padding: 25px 20px;
	}
	.pop .form{
		width: 95%;
	}
}
@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;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}



#map{
	height: 350px;
}




