body{
	font-family: "Tahoma", sans-serif;
	font-size: 16px;
	min-width: 320px;
}
.service_p
{
	background-color: #d9ecf3;
}
.p0{
	padding: 0;
}

.w100p{
	width: 100%;
}

.center_text{
	text-align: center;
}


/*BUTTONS*/
.my_btn{
	background-color: #e84545;
	border: none;
	text-transform: uppercase;
	color: #fff;

}
.my_btn:hover {
	background-color:#e63333;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn_md{
	padding: 10px 30px;
}

.btn_lg{
	padding: 15px 50px;
}

.soc_btn_grey{
	border: 1px solid #c6cacc;
	color: #c6cacc;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_white{
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

.call_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #e84545;
	border: none;
	z-index: 999;
}

.call_btn:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	background-color:#e63333;
}

.service_p button{
	background-color: #0077b9;
}

.service_p button:hover{
	background-color: #135072;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.one_card>.btn_md{
	margin-bottom: 20px;
	width: 100%;
}

.btn_next{
	position: fixed;
	bottom: 40px;
	right: 0px;
	height: 40px;
	width: 100px;
	background-color: #ffc11d;
	border: none;
}

.btn_back{
	position: fixed;
	bottom: 40px;
	height: 40px;
	width: 100px;
	background-color: #ffc11d;
	border: none;
}

.price_btn{
	background-color: #4d3b3b;
	border: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	
}

.price_btn_wrap{
	margin-top: -70px;	
	text-align: center;
}

.price_btn:hover{
	background-color: #dc6655;
}


.test_drive{
	margin-top: -150px;
	margin-left: 150px;
}

.test_drive button{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	font-weight: 900;
	color: #fff;
	background-color: #e94546;
	font-size: 21px;
	border: 3px solid #e7e7e7;
}
.test_drive button:hover{
	background-color: #e63333;
	text-decoration: none;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}
.test_drive button:focus{
	text-decoration: none;
}

.start_test{
	margin-top: -110px;
	margin-left: 110px;
}

.startTest_btn{
	border: none;
	background-color: #3ea73c;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}

.startTest_btn:hover{
	background-color: #398a37;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.my_btn_group{
	position: fixed;
	bottom: 20px;

}
.my_nav_btn{
	font-size: 20px;
	background-color: #fff;
	border-radius: 3px;
}

.my_nav_btn:hover{
	background-color: #ffc11d;
}

#more_btn {
	position: absolute;
	left: 36px;
	top: 63px;
}




/*HEADER*/
header{
	height: 680px;
	background-image: url('../img/banner1.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}
.service_p header{
		background-image: url('../img/service.jpg');

}

.service1_p header{
	height: 425px;
}

.dorabotka_h header{
	height: 425px;
	background-image: url('../img/dorabotka.jpg');		
}


.its_h header{
	background-image: url('../img/its.jpg');
}

.lk_h header{
	background-image: url('../img/lk.jpg');
}

.prodaja1c_h header{
	background-image: url('../img/prodaja1c.jpg');
}

.oblako_h header{
	background-image: url('../img/oblako.jpg');
}

.obychenie_h header{
	background-image: url('../img/obychenie.jpg');
}

.otchetnost_h header{
	background-image: url('../img/otchetnost.jpg');
}

.rozniza_h header{
	background-image: url('../img/rozniza.jpg');
}




/*MENU*/
nav{
	height: 94px;
	line-height: 94px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li{
	display: inline-block;
	padding: 0 30px;
}
.menu li a{
	color: #fff;
	text-transform: uppercase;
}
.service_p .menu li a{
	color: #0077b9;
}
.menu li a:hover,
.menu li a:focus{
	text-decoration: none;
	color: #e1e1e1;
}
.service_p .menu li a:hover{
	color: #135072;
}

.top_line{
	height: 1px;
	background-color: #e1e1e1;
}
.service_p .top_line{
	background-color: #0077b9;
}
.logo{
	padding-top: 35px;
}

.sub_menu{
	background-color: #000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: ;
}

.service_menu{	
	background-color: #2a2e48;

}
.service_menu li{
		padding: 0 10px;

}

.service_menu li a:hover{
	text-decoration: none;
	background-color: #2a2e48;
}

.nav_wrap{
 background-color: #313454;
}

/*HEADER-TITLE*/
.title_block{
	color: #fff;
	text-align: center;
	margin-top: 200px;
}
.service_p .title_block{
	color: #0077b9;
}
.title_block h1{
	font-size: 50px;
	margin-bottom: 30px;
}
.title_block p{
	font-size: 18px;
	margin-bottom: 50px;
}


.jobs_h1{
	height: 132px;
	background-color: #3a3e64;
	margin-top: 96px;
	color: #fff;
}

.h1_wrap{
	padding-top: 20px;
}


/*18800*/
.tarif_titile{
	position: absolute;
	text-align: center;
}
.tarif_titile h1{
	padding-top: 15px;
	font-size: 74px;
	margin-top: 180px;
	font-weight: 900;
}
.tarif_titile p{
	font-size: 30px;
	margin-top: 20px;
	font-weight: 900;
}
.tarif_price{
	height: 120px;
	line-height: 120px;
	width: 250px;
	background-color: #fdca01;
	border: none;
	border-radius: 6px;

}
.tarif_price p{
	margin-top: -65px;
	margin-left: 160px;
}

/*CARD_S*/
.one_card{
	background-color: #fff;
	height: 250px;
	border-style: 7px;
	text-align: center;
	margin: 33px 0px;
	padding: 40px 20px;
}
.one_card:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.one_card i{
	font-size: 55px;
}
.one_card h4{
	text-transform: uppercase;
	padding-top: 20px;
}
.one_card p{
	padding-top:10px;
}

/*PARAMETRS SECTION*/
.params_s{
	padding: 55px 0;
}
.param_block{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}


.param_block i{
	font-size: 70px;
	color: #e84545;
}
.param_block h3{
	text-transform: uppercase;
	font-size: 18px;
}
.param_block p{
	font-size: 14px;
}

/*capability_s*/

.capability_s .param_block{
	padding:25px 0px 0px;
}






/*WORKS SECTION*/


.work_block{
	position: relative;
}

.image_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(232,69,69,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
	cursor: pointer;
}
.work_block:hover .image_wrap{
	opacity: 1;
}
.work_descr{
	color: #fff;
	text-align: center;
	margin: auto;
}

.h2_pb{
	padding-bottom: 50px;
}



/*TEAM SECTION*/
.team_s{
	padding: 95px 0;
	color: #6c7279;
}
.team_item h4{
	color: #000;
}
.team_item>span{
	text-transform: uppercase;
	color: #e84545;
	font-size: 14px;
}
.team_item p{
	font-size: 14px;
	padding: 10px 0;
}



/*DOWNLOAD SECTION*/
.download{
	padding: 90px 0;
}
.download_block{
	text-align: center;
}
.download_block h5{
	font-size: 24px;
}
.download_block p{
	text-transform: uppercase;
}

/*RATES_ITS*/

.rates_its{
	padding-bottom: 30px;
}

.rates_block{
	height: 950px;
	text-align: center;
	background-color: #fcfbf0;
}
.rates_block:hover{
	background-color: #f9f4e5;
}

.rates_block h3{
	padding: 40px 0px;
}

.rates_block ul{
	padding: 25px 0px;
}


.rates_l{
	list-style-type: none;
}

.rates_l li{
	margin-top: 5px;
}

.wrap_rate_l{
	height: 230px;
}

.price_r{
	
	font-size: 65px;
}
.color_red{
	color: #dc6655;
}
.price_block{
	margin: 30px 0px;
}

/*jobs_s*/

.jobs_h2{
	text-align: center;	
	padding: 20px 0px 40px;
}

.jobs_h2 h2{
	font-size: 50px;
}

/*contacts_s*/

.contacts_s{
	padding-top: 50px;
}

.map_s{
	text-align: center;
}
.phone_c{
	font-size: 30px;
}

/*STOCKS*/

.stock_d{
	height: 300px;
	margin-top:50px;
}

.bgc1_d{
	background-color: #b2def6;
}
.bgc2_d{
	background-color: #a2ca4f;
}
.bgc3_d{
	background-color: #eee94d;
}
.bgc4_d{
	background-color: #d19ec7;
}

/*for_main*/

.for_main{
	padding: 40px 0px;
}

/*FOOTER*/
.main_footer{
	padding: 10px 0;
	background-color: #3a3e64;
}
.footer_item{
	text-align: center;
	margin-bottom: 20px;
}
.footer_item h5{
	color: #fff;
	text-transform: uppercase;
}
.footer_item p{
	font-size: 14px;
	color: #9d9fb2;
}

.copyright_block{
	background-color: #313454;
	text-align: center;
	padding: 20px 0;
}
.copy_txt{
	color: #9d9fb2;
}

.service_p .main_footer{
	background-color: #0077b9;
}

.service_p .copyright_block{
	background-color: #135072;
}


/*MODALS*/
#dlForm{
	width: 70%;
	margin: 0 auto;
}
#dlForm input{
	margin-bottom: 15px;
}