body, html{
	padding: 0;
	margin: 0;
}


.nav_cont{
	height: 55px;
	width: 90%;
	background-color: rgba(38,35,35,1);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	margin-left: auto;margin-right: auto;
}
.menu{
	width: 100%;
	background-color: rgba(38,35,35,1);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
}

.logo_block>img{
	max-width: 60px;
}

.list_block>ul>li{
	display: inline;
	list-style-type: none;
	color:#fff;
}
.list_block>ul>li>a{
	text-decoration: none;
	color:#fff;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 800;
	font-size: 16px;
}


.mb_menu, .mb_menu_list{
	display: none;
}

.logo_block{
	margin-top: 7px;
}

.mb_menu>img{
	width: 30px;
	cursor: pointer;
}


.active_menu{
	display: block;
	transition: all 0.25s ease-in-out;
}


.promo{
	width: 100%;
	height: 90vh;
	background-image: url("../source/img/bgc.jpg"); 
	/*background-image: url("../source/img/bg2.jpg"); */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.back_promo{
	width: 100%;
	height: 90vh;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}



.logo_block, .mb_menu{
	z-index: 2;
}

button, input[type="submit"]{
	color: #ffffff;
    background-color: #ff5e57;
	height: 60px;
	border: none; 
	min-width: 300px;
	font-weight: 800;
}

.target_button>a{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    height: 60px;
    border: 1px solid #fff;
    min-width: 300px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
}


input[type="text"]{
	height: 60px;
	display: block;
	margin-bottom: 20px;
	background: transparent;
	border: none;
	width: 100%;
	border-bottom: 1px solid #eee;
	/*color: #fff;*/
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}


.header_title{
	/*text-transform: uppercase;*/
	font-size: 62px;
	font-weight: 800;
	margin-bottom: 20px;
}

.desc_title{
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 40px;
	max-width: 460px;
}



.item_promo{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    margin-bottom: 20px;
	font-size: 22px;
}

.item_promo>img{
	width: 45px;
	margin-right: 20px;
}

.item_promo>span{
	font-size: 22px;
}


.left_wr{
	max-width: 730px;

}

.left_wr>button{
	min-width: 250px;
}


.promo_block{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 90%;
	max-width: 1200px;
}


.left_promo{
	margin-right: 40px;
}


.right_promo{
	max-width: 370px;
	margin-left: 100px;
}


section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.section_title{
    font-size: 42px;
    line-height: 1.23;
    font-weight: 800;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.section_des{
    font-size: 24px;
    display: block;
	text-align: center;
	margin-top: 40px;
	margin-top: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.fluid_item_img>img{
	width: 120px;
}

.fluid_item{
	width: 260px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	
}


.fluid_item_block{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align: center;
}

.fluid_item_head{
	font-size: 22px;
    font-weight: 700;
    padding-top: 45px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 20px;

	
}


.fluid_item_number{
    position: absolute;
    z-index: -1;
    line-height: 150px;
    text-align: center;
    font-size: 250px;
    font-family: sans-serif;
    font-weight: 700;
    color: rgba(230,230,230,.7);
    opacity: .6;
    user-select: none;
    width: 360px;
}


.exten{
	background-color:#eeeeee; 
}

.ext_item_block{
	width: 90%;
	max-width: 1200px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
	margin-top: 100px;
	margin-bottom: 100px;
}

.ex_button{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px;
}



.circle_img{
	width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 100px;
    background-position: center;
    margin-left: auto;
   margin-right: auto;
}

.ext_header{
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
    margin-top: 30px;
    min-height: 70px;
}


.ext_item{
/*	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;*/
	max-width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-right: 2px solid #ccc;
}

.ext_item:last-child{ 
	border: none;

}


.ext_text{
	min-height: 210px;
}


.exzam1{
	width: 100%;
	/*height: 100vh;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border-bottom:5px solid #fff; 

}

.back_promo2{
	width: 100%;
	/*height: 100vh;*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}




.e1{
	background-image: url("../source/img/exzam1.jpg"); 
}
 .e2{
	background-image: url("../source/img/exzam2.jpg"); 
	border: none;
}
 

.section_title_white{
	color: #fff;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 800;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	margin-top: 100px;
}

.promo_block2{
	flex-direction: column;	
	width: 90%;
	max-width: 1200px;
}

.toline{
	margin-top: 100px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
}


.form_in_page{
	width: 400px;
}

.form_in_page>input[type="submit"]{
	width: 100%;
}

.toline:last-child{ 
	margin-bottom: 60px;
}






.left_line, .right_line{
	width: 100%;
}

.sect_tar{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}


.target{
	background-image: url("../source/img/bg5.jpg"); 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.target_text{
	color: #fff;
	max-width: 500px;
	font-size: 20px;
	margin-left: 40px;
	margin-right: 40px;
}



.two_div{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	margin-bottom: 50px;
}


.right_img>img{
	max-width: 560px;
	width: 100%;
}

.com_item_left>img{
	width: 65px;
	margin-right: 20px;
}

.com_item{
	max-width: 560px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.com_item_right>span{
	display: block;
}


.com_item_right>span:first-child{ 
	font-size: 28px;
	font-weight: 800;
}

.com_item:last-child{ 
	margin-bottom: 0px;
}

.right_img{
	margin-left: 40px;
}

.divider{
	width: 50vw;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(69,59,59);
	background: linear-gradient(90deg, rgba(69,59,59,0) 0%, rgba(177,177,177,1) 44%, rgba(38,35,35,0) 100%);
}


.sect_contacts{
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
}

.mpa{
	min-width: 450px;
	margin-right: 40px;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.28);
}


.det_cont>span, .det_cont>a{
	display: block;
	font-size: 20px;
}
.det_cont>span:first-child{
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
}

.det_cont>a{
	text-decoration: none;
	color: #000;
}


.form_send{
/*	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;*/
	align-items: center;
	display: none;
}

.form_send>img{
	width: 50px;
	margin-right: 20px;
}


.popup{
	height: 100vh;
    width: 90vw;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    left: 5vw;
    top: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}

.pop_form{
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
  border-radius: 20px;
display: flex;
    flex-direction: column;
    align-items: center;
}


.closed>img{
  width: 30px;
  float: right;
  display: block;
}

.closed{
	width: 100%;
}


.policy{
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    display: block;
    line-height: 1.1;
    text-align: center;
}


.pop_form>h2{
	font-size: 24px;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


.out_focus{
	 animation: outfocus 0.5s linear;
	  filter: blur(5px);
}


.class_tran{
	background: transparent;
	margin-left: 20px;
	border: 1px solid #fff;
}


@keyframes inblur{
    0%{
      filter: blur(0px);
    }

    100%{
      filter: blur(5px);
    }
    
}



.blockb{
	display: block;
	margin-left: auto;
	margin-right: auto;
}