 *{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-height:1000000px;
    /*transition:all .2s ease;*/
}
body{
    min-width: 980px;
}
.clear{
	clear: both;
}
@font-face{
	font-family: "FontAwesome";
	src:url(fonts/FontAwesome.otf);
}
@font-face{
	font-family: "open_sasn_light";
	src:url(fonts/opensanslight.ttf),
	url(fonts/opensanslight.otf),
	url(fonts/opensanslight.woff),
	url(fonts/opensanslight.woff2);
}
@font-face{
	font-family: "open_sasn";
	src:url(fonts/opensans.ttf),
	url(fonts/opensans.otf),
	url(fonts/opensans.woff),
	url(fonts/opensans.woff2);
}
@font-face{
	font-family: "open_sasn_bold";
	src:url(fonts/opensansbold.ttf),
	url(fonts/opensansbold.otf),
	url(fonts/opensansbold.woff),
	url(fonts/opensansbold.woff2);
}
@font-face{
	font-family: "open_sasn_extra_bold";
	src:url(fonts/opensansextrabold.ttf),
	url(fonts/opensansextrabold.otf),
	url(fonts/opensansextrabold.woff),
	url(fonts/opensansextrabold.woff2);
}
@font-face{
	font-family: "raleway_light";
	src:url(fonts/RalewayLight.ttf),
	url(fonts/RalewayLight.otf),
	url(fonts/RalewayLight.woff),
	url(fonts/RalewayLight.woff2);
}
@font-face{
	font-family: "raleway_medium";
	src:url(fonts/RalewayMedium.ttf),
	url(fonts/RalewayMedium.otf),
	url(fonts/RalewayMedium.woff),
	url(fonts/RalewayMedium.woff2);
}
@font-face{
	font-family: "raleway_bold";
	src:url(fonts/RalewayBold.ttf),
	url(fonts/RalewayBold.otf),
	url(fonts/RalewayBold.woff),
	url(fonts/RalewayBold.woff2);
}
@font-face{
	font-family: "raleway_extra_bold";
	src:url(fonts/RalewayExtraBold.ttf),
	url(fonts/RalewayExtraBold.otf),
	url(fonts/RalewayExtraBold.woff),
	url(fonts/RalewayExtraBold.woff2);
}
@font-face{
	font-family: "raleway_regular";
	src:url(fonts/RalewayRegular.ttf),
	url(fonts/RalewayRegular.otf),
	url(fonts/RalewayRegular.woff),
	url(fonts/RalewayRegular.woff2);
}
/*__________________----------Хедер----------__________________*/
#form_wrapper_two,
#question_answers_wrapper,
#reviews_wrapper,
#advantages_system_wrapper,
#form_one_wrapper,
#system_wrapper,
#navigation_and_timer_wrapper,
#hy_choose_us_wrapper,
#how_are_we_going_wrapper,
#header_wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
header{
	width: 980px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
.logo_header{
	width: 160px;
	height: 130px;
	position: absolute;;
	left: 0;
	top: 0;
	background: url(img/logo_header.jpg) no-repeat center;
}
.adress_header{
	width: 820px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 0;
}
.phone_header{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #65648A;
	position: relative;
}
.phone_header h2,
.phone_header a{
	display: block;
	position: absolute;
}
.phone_header h2{
	padding: 20px;
	font-family: "open_sasn_bold";
	color: #3781B1;
	top: 0;
	left: 0;
}
.phone_header h2 span{
	font-family: "FontAwesome";
	color: #FF7902;
}
.phone_header a{
	padding-bottom: 0px;
	color:  #3781B1;
	font-family: "open_sasn";
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #3781B1;
	top: 25px;
	left: 250px;
}
.phone_header p{
        font-family: "open_sasn_light";
    font-size: .8em;
    position: absolute;
    top: 50px;
    left: 45px;
    color: #545670;
}
.phone_header img{
	position: absolute;
	right: 0px;
	top: 20px;
	}
.phone_header a:h{
	color: #FF7902;
	border-color:  #3781B1;
}
/*кружечек в бордер ботом*/
.header_circle{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;;
	bottom: -2.5px;
	right:-2.5px;
	background: #65648A;
}
.adres{
	width: 100%;
	position: relative;
}
.office_adress{
	font-family: "open_sasn_light";
	padding: 12px;
	text-align: left;
  padding-left: 25px;
}
.office_adress p{
	color:#545670;
}
.email_header span,
.office_adress p span{
	font-family: "FontAwesome";
	padding-right: 15px;
}
.email_header{
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 12px;
	font-family: "open_sasn_light";
	color:#545670;
}
  /*<!_____________________-- Навигация  и таймер _____________________-->*/
#navigation_and_timer_wrapper{
	background: url(img/bg_1.png) no-repeat center bottom;
	background-size: cover;
    z-index: 110;
	position: relative;
    padding-bottom: 50px;
}
.navigation_and_timer{
	position: relative;
	/*height: 590px;*/
}
.nav_opasiti{
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	background: #31394c;
	opacity: .4;
	z-index: 30;
}
.navigation_and_timer nav{
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	z-index: 50;
}
.navigation_and_timer nav ul{
	width: 980px;
	margin: 0 auto;
	padding-left: 30px;
}
.navigation_and_timer nav ul li{
	display: inline-block;
	text-align: center;
	margin-right: 65px;
	font-family: "raleway_regular";
	padding-top: 10px;
}
.navigation_and_timer nav ul li a{
	color: #fff;
	text-decoration: none;

}
.navigation_and_timer nav ul li a:hover{
	color: #ffbb50;
}
/*фикасация фона*/
#menu_opasiti.default,
#menu.default {
    margin: 0 auto;
}
#menu_opasiti.fixed,
#menu.fixed {
    position:fixed;
    top:0; left:0;
    width:100%;
}
#menu_opasiti.fixed{
  opacity: .9;
}
#fixed_link.default2{
  opacity: 0;
}
#fixed_link.fixed2{
  opacity: 1;
}




.content_navigation_and_timer{
	width: 960px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 70px;
	text-align: center;
	color: #fff;
	font-family: "raleway_light";
}
.content_navigation_and_timer p{
	font-size: 1.3em;
	color: #fff;
	margin: 25px auto;
	font-family: "raleway_medium";
	text-transform: uppercase;
}
.content_navigation_and_timer h1{
	font-family: "raleway_bold";
	text-transform: uppercase;
	/*padding-bottom: 65px;*/
}
/*кнопки*/
.button_two{
	width: 620px;
	height: 50px;
	margin: 0 auto;
	margin-top: 65px;
	position: relative;
}
.button_left,
.button_right{
	width: 300px;
	height: 50px;
	border-radius: 10px;
	font-family: "raleway_regular";
	color: white;
	display: block;
	text-decoration: none;
	position: absolute;
	font-size: 1.2em;
	padding-top: 12px;
}
.button_left{
	border:1px solid #fff;
	left: 0;
}
.button_left:hover{
	border-color: #ff902d;
}
.button_right{
	border:1px solid #ff902d;
	background: #F07404;
	right: 0;
	box-shadow: inset 0px 31px 26px -6px rgba(255,133,25,1);
}
.button_right:hover{
	box-shadow: inset 0px -31px 26px -6px rgba(255,133,25,1);
}
.button_right:active{
	box-shadow: none;
	transition:all .01s ease;
}
.payment_repairing_materials{
	width: 960px;
	margin: 0 auto;
	margin-top: 45px;
	font-size: 1.2em;
	position: relative;
}
.payment_repairing_materials span{
	font-family: "open_sasn_bold";
}
.strip_left,
.strip_right{
	width: 140px;
	height: 1px;
	position: absolute;
	border-bottom: 1.5px solid #B5D9EE;
	top: 50%;
}
.strip_left{
	left: -160px;
}
.strip_right{
	right: -160px;
}
.circle_left,
.circle_right{
	width: 5px;
	height: 5px;
	background-color: #B5D9EE;
	border-radius: 50%;
	position: absolute;
}
.circle_left{
	left: 0;
	bottom: -3px;
}
.circle_right{
	right: 0;
	bottom: -3px;
}
/*обгортка для таймера*/
.timer_wrapper{
	width: 960px;
	height: 145px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(img/bg_timer.png);
	position: relative;
}
.timer_right{
	width: 470px;
	position: absolute;
	right: 0;
}
.timer_right p{
	font-family: "raleway_regular";
	color: #F5E5DC;
	text-transform:none;
	margin: 12px;
	font-size: 1.1em;
}
.timer_left{
	width: 470px;
	position: absolute;
	left: 0;
	text-align: left;
	font-family: "raleway_regular";
	padding-left: 35px;
}
.timer_left p{
	text-transform:none;
	margin: 12px;
	color: #fff;
	font-family: "raleway_regular";
	font-weight: lighter;
	color: #FEFFFF;
	font-size: 1.1em;
}
.timer_left_text1 span{
	font-family: "open_sasn_bold";
}
.timer_left_text2 span{
	font-family: "open_sasn_extra_bold";
	color: #F47813;
	font-size: 1.5em;
}
.link_ds_1{
    display: block;
    width: 150px;
    height: 35px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -75px;
}
/* _________________________------_Система предназначена для специалистов------__________________________*/
#system_wrapper{
    background: url(img/bg_2_2k.png)no-repeat center;
		background-size: cover;
    margin-top: -50px;
    padding-bottom: 450px;
    position: relative;
    z-index: 100;
    padding-top: 70px;
		/*background-attachment: fixed;*/
}
.system{
    width: 960px;
    margin: 0 auto;
}
.p_system{
    font-family: "raleway_bold";
    color: #355E91;
    font-size: 1.25em;
    width: 960px;
    height: 30px;
    position: relative;
    padding-bottom: 30px;
    padding-left: 10px;
		text-transform: uppercase;
}
.linear_p_system{
    width: 400px;
    height: 1px;
    border-bottom: 1px solid #9EAFCE;
    position: absolute;
    top: 0;
    right: 0;
}
.linear_p_system .circle_right{
    background-color: #9EAFCE;
    bottom:-3px;
}
.linear_p_system_left{
    width: 45px;
    border-bottom: 1px solid #9EAFCE;
    position: absolute;
    bottom: 0;
    left: 0;
}
.linear_p_system_left .circle_left{
    background-color: #9EAFCE;
    bottom:-3px;
}
.ul_system{
		padding-bottom: 60px;
    height: auto;
    position: relative;
}
.before_after_system{
    font-family: "raleway_light";
    color: #31394C;
    font-size: 1.1em;
/*    display: block;*/
    margin-top: 20px;
    list-style: none;
    margin-left: 50px;
    position: relative;
}
.before_after_system:after{
    content: "";
    position: absolute;
    left: -27px;
    top: -21px;
    width: 2px;
    height: 36px;
    background: #9EAFCE;
    z-index: 20;
}
.before_after_system:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #FF7800;
    position: absolute;
    background: url(img/elips.png)no-repeat center, #fff;
    left: -39px;
    top: -3px;
		z-index: 30;
}
.li_none_marker{
	list-style: none;
}
/*Вунутрений списо УЛ*/
.li_ul_system{
	margin-left: 80px;
	position: relative;
}
/*лишки*/
.li_ul_system li{
	font-family: "raleway_light";
	color: #31394C;
	font-size: 1.1em;
/*    display: block;*/
	margin-top: 20px;
	list-style: none;
	position: relative;
}
.li_ul_system li:before{
	content: "";
	width: 30px;
	height: 60px;
	border-left: 2px solid #9EAFCE;
	border-bottom: 1px solid #9EAFCE;
	position: absolute;
	left: -57px;
	top: -50px;
}
.li_ul_system li:after{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #9EAFCE;
	position: absolute;
	position: absolute;
left: -28px;
top: 7px;
}
/*удденяем лінию бефор*/
.long_line::after{
	height: 55px;
	top: -55px;
}
.p_system2 .linear_p_system {
	width: 220px;
}
.p_system3 span{
	color: #FF7800;
	font-family: "open_sasn";
	font-weight: bold;
}
.p_system4 .linear_p_system{
	width: 70px;
}
.p_system4{
	margin-top: 40px;
}
.system p{
	color: #828282;
	font-family: "raleway_light";
	margin-top: -30px;
	margin-bottom: 40px;
	margin-left: 15px;
}


/*_____________________------------Форма 1------------_____________________*/
#form_one_wrapper{
	background: url(img/bg_3.png) no-repeat bottom;
	background-size: cover;
	position: relative;
	z-index: 80;
	margin-top: -45px;
}
.form_one{
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
	padding-top: 20px;
}
.form_one h1{
 text-align: center;
 font-family: "raleway_light";
 color: #fff;
 padding-top: 90px;
 padding-bottom: 65px;
 text-transform: uppercase;
}
.form_one h1 span{
font-family: "raleway_extra_bold";
}
/*форм*/
/*стили инпутов*/
.input_form_one{
	width: 300px;
	height: 45px;
	border-radius: 5px;
	background: #333;
	text-align: center;
	float: left;
	margin-right: 20px;
	font-family: "raleway_light";
	font-size: 1.1em;
	color: #fff;
	opacity: .6;
	border: none;
	outline: none;
	transition: all .2s ease;
	/*padding-left: 25px;*/
}
/*#input_form_one2{
  margin-right: 20px;
}*/
.input_form_one:nth-child(4){
	margin-right: 0px;
}
#input_form_one2{
  margin-right: 20px;
}
/*стили плейсхолдера*/
.input_form_one::-webkit-input-placeholder {color:#fff;}
.input_form_one::-moz-input-placeholder {color:#fff;}
.input_form_one::-ms-input-placeholder {color:#fff;}
.input_form_one:focus{
	text-align: left;
	padding-left: 25px;
	opacity: .8;
}
/*стили кнопки*/
.button_form_one{
	text-align: center;
	display: block;
	position: relative;
}
.button_form_one button{
		width: 300px;
		height: 45px;
		border-radius: 5px;
		border: none;
		outline: none;
		margin-top: 25px;
		border: 1px solid #ff902d;
    background: #F07404;
    box-shadow: inset 0px 31px 26px -6px rgba(255,133,25,1);
		font-family: "raleway_regular";
    color: white;
		font-size: 1.2em;
		cursor: pointer;
		position: relative;
}
.button_form_one button:hover{
	box-shadow: inset 0px -31px 26px -6px rgba(255,133,25,1);
}
.button_form_one::before,
.button_form_one::after{
	content: "";
	width: 300px;
	height: 1px;
	background: #77B5D9;
	position: absolute;
}
.button_form_one::before{
	top: 45px;
	left: 0;
}
.button_form_one::after{
	top: 45px;
	right: 0;
}
.button_form_one button::before,
.button_form_one button::after{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #77B5D9;
	position: absolute;
}
.button_form_one button::before{
	left: -322px;
	top: 16px;
}
.button_form_one button::after{
	left: 612px;
	top: 16px;
}
.link_ds_2{
	display: block;
	width: 150px;
	height: 35px;
	position: absolute;
	bottom: 10px;
	left: 395px;
}
/*<!-- ___________------------Приеимущества системы------------___________ -->*/
#advantages_system_wrapper{
	background: url(img/bg_4.jpg) no-repeat center;
	background-size: cover;
	z-index: 60;
	padding-top: 90px;
	margin-top: -55px;
}
.advantages_system{
	padding-bottom: 70px;
	width: 960px;
	margin: 0 auto;
}
.advantages_system h1{
	text-transform: uppercase;
	font-family: "raleway_extra_bold";
	text-align: center;
	color:#255984;
}
.advantages_system_content{
	width: 960px;
	height: 585px;
	background: url(img/olen_advanses.png) no-repeat center 82px;
	position: relative;
}
.square_advantages{
	width: 90px;
	height: 90px;
	border-radius: 6px;
	border: 1px solid #EF7F1B;
	position: absolute;
}
.square_advantages1{	left: 50px;	top: 80px;    background: url(img/icon_advanses1.png) no-repeat center;}
.square_advantages2{	left: 160px;	top: 330px; background: url(img/icon_advanses2.png) no-repeat center;}
.square_advantages3{	left: 435px;	top: 395px; background: url(img/icon_advanses3.png) no-repeat center;}
.square_advantages4{	right: 160px;	top: 330px; background: url(img/icon_advanses4.png) no-repeat center;}
.square_advantages5{	right: 50px;	top: 80px;  background: url(img/icon_advanses5.png) no-repeat center;}
/*бефор и афтер первой полоски*/
.square_advantages1::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #A8AFB7;
	position: absolute;
	top: 50%;
	left: 105px;
}
.square_advantages1::after{
	content: "";
	width: 160px;
	height: 1px;
	background: #A8AFB7;
	position: absolute;
	top: 52%;
	left: 105px;
}
/*бефор и афтер второй полоски*/
.square_advantages2::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #A8AFB7;
	position: absolute;
	top: -25px;
	left: 105px;
}
.square_advantages2::after{
	content: "";
    width: 115px;
    height: 1px;
    background: #A8AFB7;
    position: absolute;
    top: -23px;
    left: 107px;
    transform: rotateZ(-45deg);
    transform-origin: left;
}
/*бефор и афтер третий полоски*/
.square_advantages3::before{
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #A8AFB7;
		position: absolute;
		top: -32px;
		left: 45px;
}
.square_advantages3::after{
	content: "";
    width: 1px;
    height: 75px;
    background: #A8AFB7;
    position: absolute;
		top: -105px;
		left: 47px;
}
/*бефор и афтер четвертой полоски*/
.square_advantages4::before{
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #A8AFB7;
		position: absolute;
		top: -25px;
		right: 105px;
}
.square_advantages4::after{
		content: "";
    width: 115px;
    height: 1px;
    background: #A8AFB7;
    position: absolute;
    top: -23px;
    left: -20px;
    transform: rotateZ(-135deg);
    transform-origin: left;
}
/*бефор и афтер пятой полоски*/
.square_advantages5::before{
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #A8AFB7;
		position: absolute;
		top: 50%;
		right: 105px;
}
.square_advantages5::after{
		content: "";
		width: 160px;
		height: 1px;
		background: #A8AFB7;
		position: absolute;
		top: 52%;
		right: 105px;
}
/*верстка текста под иконками*/
.square_advantages_text{
	font-family: "raleway_regular";
	color: #605A82;
	text-align: center;
	position: absolute;
}
.square_advantages_text1{	width: 175px;	top:190px;	left: 5 0px;}
.square_advantages_text2{	width: 155px;	top:440px;	left: 128px;}
.square_advantages_text3{	width: 180px;	top:500px;	left: 390px;}
.square_advantages_text4{	width: 240px;	top:437px;	left: 640px;}
.square_advantages_text5{	width: 240px;	top:190px;	right: 35px;}

/*текст*/
.text_advantages_system{
		width: 960px;
		padding: 25px;
		background: #72B0E4;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 1.3em;
}
.text_advantages_system p{
	font-family: "raleway_regular";
}
.text_advantages_system p span{
	font-family: "raleway_extra_bold";
	text-transform: uppercase;
}
/*_____________----------/Почему выбирают нас?----------/_____________*/
#why_choose_us_wrapper{
	background: url(img/bg_5.png) no-repeat bottom;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 120px;
	padding-top: 90px;
	z-index: 60;
	position: relative;
}
.why_choose_us{
	width: 960px;
	margin:  0 auto;
}
.why_choose_us h1{
	font-family: "raleway_extra_bold";
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 70px;
}
.why_choose_us_block{
	width: 320px;
	float: left;
	padding:20px;
	padding-top: 0;
	font-family: "raleway_regular";
	font-size: 1.15em;
	color: #fff;
	text-align: center;
}
.two_block_bottom{
	width: 640px;
	margin: 0 auto;
	padding-top: 50px;
}
.why_choose_us_block_crcle{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 auto;
}
.why_choose_us_block_linear{
	width: 180px;
	height: 1px;
	border-top: 1px solid #EF7F1B;
	margin:  0 auto;
	margin-top: 37px;
	position: relative;
	padding-bottom: 35px;
}
.why_choose_us_block_linear:before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #EF7F1B;
	position: absolute;
	left: 89px;
	top: -3px;
}
.why_choose_us_block_crcle1{	background: url(img/whu_chose_icon_1.png) no-repeat center;}
.why_choose_us_block_crcle2{	background: url(img/whu_chose_icon_2.png) no-repeat center;}
.why_choose_us_block_crcle3{	background: url(img/whu_chose_icon_3.png) no-repeat center;}
.why_choose_us_block_crcle4{	background: url(img/whu_chose_icon_4.png) no-repeat center;}
.why_choose_us_block_crcle5{	background: url(img/whu_chose_icon_5.png) no-repeat center;}
.text_add{
	width: 960px;
	padding: 30px;
	border-radius: 10px;
	background: url(img/bg_text_add.png) no-repeat center;
	margin-top: 50px;
	font-family: "raleway_regular";
	color: #1D5480;
	font-size: 1.2em;
	text-align: center;
}
.text_add span{
	font-family: "raleway_bold";
}
.link_ds_4{
	display: block;
	width: 230px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -115px;
}

/*_____________-----------Как мы будем с Вами работать-----------_____________*/
#how_are_we_going_wrapper{
	background: url(img/bg_6.jpg) no-repeat bottom;
	background-size: cover;
	padding-bottom: 120px;
	padding-top: 90px;
	margin-top: -55px;
	z-index: 50;
	position: relative;
}
.how_are_we_going{
	width: 960px;
	margin:  0 auto;
}
.how_are_we_going h1{
	font-family: "raleway_extra_bold";
	color: #1D5480;
	text-align: center;
	text-transform: uppercase;
}
.how_are_we_going h2{
	font-family: "raleway_bold";
	color: #fff;
	display: block;
	width: 940px;
	margin:  0 auto;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	background: url(img/title_h2.png) no-repeat center;
	border-radius: 4px;
	padding: 5px;
	margin-top: 70px;
}
.border_general{
	width: 940px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}
.left_side,
.right_side{
	width: 470px;
	height: 110px;
	position: absolute;
}
.left_side{
	left: 0;
	top: 0;
}
.right_side{
	right: 0;
	top: 0;
}
.square_right,
.square_left{
	width: 66px;
	height: 66px;
	border: 1px solid #F99911;
	border-radius: 6px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -33px;
}
.inner_square{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background:  #2C79B8;
	margin: 2px auto;
	text-align: center;
	font-family: "open_sasn_bold";
	color: #ABC3DD;
	font-size: 2em;
	padding-top: 5px;
}
.top_linear{
	width: 1px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 0;
	background: #F99911;
}
.square_left:before{
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background:  #F99911;
position: absolute;
left: -27px;
top: 50%;
margin-top: -2.5px;
}
.square_left:after{
	content: "";
	width: 25px;
	height: 1px;
	background: #F99911;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -0.5px;
}
.left_side_1{
	text-align: center;
	font-family: "open_sasn";
	color: #3B3A59;
}
.left_side_1 p{
	padding-top: 55px;
	padding-bottom: 15px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 90px;
    width: 300px;
		text-align: left;
}
.left_side_1 a{
	width: 240px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	background: #F07404;
	border: #FF902D;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
	box-shadow: inset 0px 20px 14px -8px rgba(255,143,45,1);
	position: absolute;
	top: 90px;
	left: 90px;
	z-index: 2;
}
.left_side_1 a:hover{
	box-shadow: inset 0px -20px 14px -8px rgba(255,143,45,1);
}
.right_side_1{
	background: url(img/icon1_how_are_we_going.png) no-repeat 55px 55px;
}
.square_right:before{
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background:  #F99911;
position: absolute;
left: 93px;
top: 50%;
margin-top: -2.5px;
}
.square_right:after {
    content: "";
    width: 29px;
    height: 1px;
    background: #F99911;
    position: absolute;
    left: 64px;
    top: 50%;
    margin-top: -0.5px;
}
.left_side_2{
	background: url(img/icon2_how_are_we_going.png) no-repeat 385px 55px;
}
.left_side_4{
	background: url(img/icon3_how_are_we_going.png) no-repeat 375px 55px;
}
.right_side_5{
	background: url(img/icon2_how_are_we_going.png) no-repeat 55px 55px;
}
.left_side_6{
	background: url(img/icon5_how_are_we_going.png) no-repeat 375px 55px;
}
.right_side_9{
	background: url(img/icon3_how_are_we_going.png) no-repeat 55px 55px;
}
.left_side_10{
	background: url(img/icon6_how_are_we_going.png) no-repeat 375px 55px;
}
.right_side_11{
	background: url(img/icon7_how_are_we_going.png) no-repeat 55px 55px;
}
.right_side_2{
	padding-top: 55px;
    font-family: "open_sasn";
    padding-left: 85px;
    color: #3B3A59;
}
.text_two_line {
    width: 298px;
    position: absolute;
    top: 35px;
    left: 90px;
    text-align: left;
	}
/*__________________-----------------Отзывы клиентов-----------------__________________*/
#reviews_wrapper{
}
.rewiews{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.content_slider{
	height: 500px;
}
.slider_container{
	/*outline: 1px solid black;*/
	height: 553px;
	border-bottom: 1px solid #B4C1D9;
	position: relative;
}
.slider_container::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #9EAFCE;
	position: absolute;
	bottom: -2.5px;
	left: 0;
}
.slider_container::after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #9EAFCE;
	position: absolute;
	bottom: -2.5px;
	right: 0;
}
.rewiews h1{
	text-transform: uppercase;
	color: #3B3A59;
	font-family: "raleway_extra_bold";
	text-align: center;
	padding: 70px;
}
.slider_content{
	width: 950px;
	margin: 0 auto;
	height: 490px;
}
.rewiews_people{
	width: 300px;
	height: 490px;
	border-radius: 10px;
	position: absolute;
	font-family: "raleway_regular";
	font-size: .9em;
/*    border: 1px solid #548;*/
    overflow: hidden;
/*    overflow-y: auto;*/

}
.rewiews_people:nth-child(1){
	left: 10px;
	top: 0;
}
.rewiews_people:nth-child(2){
	top: 0;
	left: 320px;
}
.rewiews_people:nth-child(3){
	right:0;
	top: 0;
}
/*верхний фон*/
.top_rewiews_bg1,
.top_rewiews_bg2,
.top_rewiews_bg3{
    width: 300px;
    height: 145px;
    background: #ccc;
}
.text_slider{
    width: 320px;
    padding: 12px;
    height: 260px;
    padding-bottom: 120px;
    background: #F4F3F9;
    overflow: hidden;
    padding-right: 22px;
    transition: all .2e ease;
    overflow-y: scroll;
}
.ul_Slider{
    margin-left: 15px;
    list-style:disc;

}
.ul_Slider li{
    color: #414142;
}
.text_slider:hover{
/*    overflow-y: scroll;*/
/*    padding-right: 25px;*/
    width: 300px;
     padding-right: 3px;
}
.top_rewiews_bg1{
    background: url(img/bg_slider_top_1.jpg) no-repeat center;
}
.top_rewiews_bg2{
    background: url(img/bg_slider_top_2.jpg) no-repeat center;
}
.top_rewiews_bg3{
    background: url(img/bg_slider_top_3.jpg) no-repeat center;
}
.read_all{
	height: 155px;
	width: 300px;
	background: #EF7F1B;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
.closed_access{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: -200px;
/*    background: red;*/
}
.read_all.active .closed_access{
    display: none;
}
.read_all h2{
	padding-bottom: 30px;
	font-family: "raleway_bold";
}
.read_all::before{
	content: "";
	position: absolute;
	width: 180px;
	height: 1px;
	background: #F7BF8D;
	top: 80px;
	left: 60px;
}
.read_all::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #F7BF8D;
	top: 78px;
	left: 50%;
	margin-right: -2.5px;
}
.white_bg{
	position: absolute;
	top: -43px;
	left: 0;
	width: 300px;
	height: 43px;
	background: #f4f3f9;
}
.read_all.active .white_bg{
  top: -65px;
	height: 65px;
}
.read_all_button_close,
.read_all_button{
	width: 160px;
	height: 40px;
	background:url(img/read_all_button.png) no-repeat 125px center, #2E7FB7;
	font-family: "raleway_regular";
	color: #fff;
	border-radius: 9px;
	position: absolute;
	top: -20px;
	left: 70px;
	cursor: pointer;
	font-size: 1.1em;
	text-align: left;
	padding-top: 9px;
	padding-left: 23px;
}
.read_all_button_close{
	background:url(img/read_all_button_close.png) no-repeat 125px center, #2E7FB7;
	display: none;
}
.read_all.active{
	bottom: -135px;
	background: #fff;
}
.read_all.active .white_bg{
	opacity: 1;
}
.read_all.active .read_all_button_close{
	display: block;
	z-index: 2000000;
}
.read_all.active .read_all_button{
	background:url(img/read_all_button_close.png) no-repeat 125px center, #2E7FB7;
	display: none;
}
/*_________________________________-----------Вопросы ответы-----------_________________________________*/
#question_answers_wrapper{
	background: url(img/bg_8.jpg)no-repeat center;
	background-size: cover;
	padding-bottom: 70px;
}
.question_answers{
	 width: 960px;
	 margin: 0 auto;
}

.question_answers h1{
	text-align: center;
	font-family: "raleway_extra_bold";
	text-transform: uppercase;
	color: #1D5480;
	padding: 70px;
}
.answers{
	width: 960px;
	padding: 35px 40px;
	padding-top: 130px;
	position: relative;
	border: 1px solid #7FA8DA;
	border-radius: 10px;
		font-family: "raleway_light";
		margin-bottom: 25px;
font-size: 1.1em;
}
.answers span{
	font-family: "raleway_bold";
	text-transform: uppercase;
}
#span_bold{
		font-family: "raleway_bold";
		text-transform: none;
}
.question{
	width: 958px;
	/*height: 90px;*/
	border-radius: 10px;
	position: absolute;
	top: -2px;
	left: 0;
	background: url(img/q.png) no-repeat 20px center,
  url(img/bg_question.jpg) center ;
  /*background-size: cover;*/
	overflow: hidden;
	font-family: "raleway_bold";
	padding-top: 34px;
	padding-bottom: 34px;
	padding-left: 105px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}
.question_answers h2{
	font-family: "raleway_bold";
	color:#215782;
	text-transform: uppercase;
	padding-top: 45px;
	padding-left: 30px;
	font-size: 1.2em;
}
.question_answers a{
width: 300px;
height: 50px;
display: block;
border-radius: 7px;
background: #F07404;
border: #FF902D;
color: #fff;
text-align: center;;
text-decoration: none;
padding-top: 15px;
box-shadow: inset 0px 20px 14px -8px rgba(255,143,45,1);
z-index: 2;
font-family: "raleway_light";
font-size: 1.2em;
margin: 30px
}
.question_answers a:hover{
box-shadow: inset 0px -20px 14px -8px rgba(255,143,45,1);
}
/*Вторая форма*/
#form_wrapper_two{
	background: url(img/bg_9.jpg)no-repeat center;
	background-size: cover;
	padding-bottom: 70px;
}
.form_two{
	width: 960px;
margin: 0 auto;

}
.form_two h1{
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	font-family: "raleway_extra_bold";
	padding: 70px;
}
.form_two form{
	margin-bottom: 40px;
}
/*.input_form_two{
	margin-right: 25px;
}*/

.button_form_two{
	width: 620px;
	height: 50px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}
.form_two_button1,
.form_two_button2{
	width: 300px;
	height: 50px;
	position: absolute;
	top: 0;
	cursor: pointer;
	border-radius: 9px;
	color: #fff;
	font-size: 1.1em;
}
.form_two_button1{
	left: 0;
	border: 1px solid #BDD3E3;
	outline: none;
	background: transparent;
}
.form_two_button1:hover{
	border-color: #E57109;
}
.form_two_button2{
	right: 0;
	box-shadow: inset 0px 30px 14px -8px rgba(255,143,45,1);
	border: 1px solid #FF902D;
	background: #E57009;
  outline: none;
}
.form_two_button2:hover{
	box-shadow: inset 0px -30px 14px -8px rgba(255,143,45,1);
}
.form_two p{
	font-family: "raleway_regular";
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 1.25em;
}
.form_two p span{
	font-family: "open_sasn_bold";
	font-size: 1.5em;
	color: #FF8315;
}
/*____________________-----------------footer-----------------____________________*/
#footer_wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(img/bg_10.jpg)no-repeat center;
	background-size: cover;
	height: 460px;
}
footer{
	width: 960px;
	margin: 0 auto;
}
footer h1{
	text-align: center;
	text-transform: uppercase;
	font-family: "raleway_extra_bold";
	color:#3B3A59;
	padding: 70px;
}
.contact_and_addres{
	width: 320px;
	height: 180px;
float: left;
font-family: "open_sasn";
color:#3B3A59;
padding-left: 45px;
position: relative;
}

.contact_and_addres ul li{
	padding-left: 5px;
}
.phone_1{
	list-style-image: url(img/phone_1.png);
}
.phone_2{
	list-style-image: url(img/phone_2.png);
}
.phone_3{
	list-style-image: url(img/phone_3.png);
}
.lsn{
	list-style: none;
}
.footext{
	font-family: "raleway_regular";
	text-align: center;
	color: #CDE0EC;
	padding-top: 45px;
}
.footext span{
	font-family: "raleway_bold";
}
.footer_link{
	display: block;
	width: 210px;
	height: 50px;
	position: absolute;
	bottom: -13px;
    left: 59px;
}
/*стили модальных окон*/


 .modal_div{
	width: 370px;
	height: 500px; /* Рaзмеры дoлжны быть фиксирoвaны 470 */
	border-radius: 5px;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -235px;
	margin-left: -185px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 500; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
	background: url(img/pop_up_bg_500.jpg) no-repeat center, #fff;
	border-radius: 5px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_close {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	display: block;
	background: url(img/pop_up_close.png) no-repeat center;
}
.modal_close:hover{
	background: url(img/pop_up_close_hover.png) no-repeat center;
}
/* Пoдлoжкa */
#overlay {
	z-index:300; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.container_one_pop_up{
	width: 300px;
	height: 430px;
	position: absolute;
	left: 36px;
	top: 40px;
	text-align: center;
	color: #fff;
}
#modal3{
	height: 430px; 
	background-position: top;
}
.container_one_pop_up h2{
	font-family: "raleway_bold";
	text-transform: uppercase;
	color: #CBDDEE;
}
.container_one_pop_up p{
	font-family: "raleway_regular";
	color: #CBDDEE;
	font-size: 1.2em;
}
.container_one_pop_up form{
	margin-top: 50px;
}
.input_modal{
	width: 100%;
	height: 45px;
	border-radius: 9px;
	text-align: center;
	margin-bottom: 20px;
	border: none;
	outline: none;
	background: #333;
	font-family: "raleway_light";
	font-size: 1.1em;
	color: #fff;
	opacity: .6;
}
/*стили плейсхолдера*/
.input_modal::-webkit-input-placeholder {color:#fff;}
.input_modal::-moz-input-placeholder {color:#fff;}
.input_modal::-ms-input-placeholder {color:#fff;}
.input_modal:focus{
	text-align: left;
	padding-left: 25px;
	opacity: .8;
}
.button_modal{
		width: 100%;
		height: 45px;
		border-radius: 5px;
		border: none;
		outline: none;
		margin-top: 20px;
		border: 1px solid #ff902d;
    background: #F07404;
    box-shadow: inset 0px 31px 26px -6px rgba(255,133,25,1);
		font-family: "raleway_regular";
    color: white;
		font-size: 1.2em;
		cursor: pointer;
		position: relative;
}
.button_modal:hover{
	box-shadow: inset 0px -31px 26px -6px rgba(255,133,25,1);
}
.securiti_pop_up{
	text-align: center;
	color: #8EA6B7;
	font-size: .7em;
	padding-top: 25px;
}
.securiti_pop_up span{
	font-family: "FontAwesome";
}

#thanks{
  width:370px;
  height: 200px;
  border-radius: 9px;
  text-align: center;
  background: url(img/pop_up_bg.jpg) no-repeat top;
  padding: 30px;
  padding-top: 40px;
  background-color: #fff;
  display: none;
  	font-family: "raleway_regular";
    color: #fff;
}
#thanks p{
  margin-top: 70px;
}
.error{
  border-bottom: 2px solid red;
}
#fixed_link{
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2000;
}



.
