body{
	font-family: 'Muller', sans-serif;
	font-weight: 400;
	color: #000;
	background: #fff;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

 
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.block_1{
	background: url(../img/block_1bg.jpg)center no-repeat;
	background-size: cover;
	padding: 0 0 80px 0;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 70px 0;
}
.logo{
	width: 350px;
	margin: 0;
	padding: 0;
}
.logo a{
	display: block;
}
.logo a img{
	display: block;
	width: 100%;
	height: auto;
}
.in_t_num{
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: 900;
	text-decoration: none;
	margin: 0 0 8px 0;
}
.call_back{
	display: inline-block;
	color: #ff0000;
	border-bottom: 2px groove #ff0000;
	font-size: 20px;
	text-decoration: none;
	font-weight: 900;
}
.in_block_1{
	position: relative;
}
.covid_ic{
	background: url(../img/covid_ic.png)0 0 no-repeat;
	width: 293px;
	height: 294px;
	display: inline-block;
	position: absolute;
	top: 110px;
	right: 10px;
}
.in_block_1 h2{
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3em;
	margin: 0 0 60px 0;
}
.in_block_1 h2 span{
	font-weight: 900;
	color: #ff0000;
}
.in_block_1_flex{
	display: flex;
	justify-content: flex-start;
}
.in_block_1_flex_in{
	width: 200px;
	margin: 0 100px 50px 0;
}
.in_block_1_flex_in span{
	display: block;
	height: 90px;
}
.in_block_1_flex_in span img{
	display: inline-block;
}
.in_block_1_flex_in p{
	font-size: 20px;
	line-height: 1.3em;
	margin: 0;
	color: #fff;
}
.in_block_1 h5{
	display: inline-block;
	line-height: 1.3em;
	font-size: 20px;
	margin: 0 0 15px 0;
	position: relative;
	color: #fff;
	font-weight: 900;
}
.in_block_1 h5:after{
	content: "";
	display: inline-block;
	background: url(../img/arrow_red.png)0 0 no-repeat;
	width: 45px;
	height: 70px;
	position: absolute;
	top: 12px;
	right: -50px;
	z-index: 1;
}
.btn_cl_1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 506px;
	height: 122px;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 25px 0;
	margin: 0 0 0 -20px;
	border-radius: 60px;
	background: url(../img/btn_png_1.png)center no-repeat;
	transition: all .1s;
	position: relative;
	cursor: pointer;
}
.btn_cl_1:hover{
	background: url(../img/btn_png_2.png)center no-repeat;
}
.btn_cl_1:active{
	background: url(../img/btn_png_3.png)center no-repeat;
}
.btn_cl_1:after{
	content: "";
	display: inline-block;
	background: url(../img/btn_book.png)0 0 no-repeat;
	width: 167px;
	height: 193px;
	position: absolute;
	top: -50px;
	right: -70px;
	background-size: 127px;
	transition: all .1s;
}
.btn_cl_1:hover:after{
	background-size: 167px;
}
.btn_cl_1:active:after{
	top: -20px;
	background-size: 127px;
}
.block_2{
	padding: 70px 0 70px;
	background: url(../img/block_2bg.jpg)center 0 no-repeat;
	background-size: cover;
}
.heading_1{
	font-size: 56px;
	font-weight: 900;
	margin: 0 0 40px 0;
}
.heading_1 span{
	color: #fff;
}
.block_2_flex{
	display: flex;
	justify-content: flex-start;
}
.in_block_2_flex_l{
	max-width: 550px;
	margin: 0 50px 0  0;
}
.block_2_flex>div{
	margin: 0 0 40px 0;
}
.block_2_flex>div>h5{
	font-size: 32px;
	margin: 0 0 30px 0;
	color: #fff;
	font-weight: 400;
	line-height: 1.4em;
}
.block_2_flex>div>h5 span{
	color: #000;
}
.in_block_2_flex_l ul{
	display: flex;
	padding: 0;
	margin: 0;
}
.in_block_2_flex_l ul li{
	list-style: none;
	margin: 0 30px 0 0;
}
.in_block_2_flex_l ul li p{
	font-size: 24px;
	margin: 0 0 35px 0;
	color: #fff;
}
.in_block_2_flex_l ul li img{
	display: inline-block;
	margin: 0 0 30px 0;
}
.in_block_2_flex_l ul li h4{
	width: 158px;
	font-size: 72px;
	margin: 0;
	font-weight: 900;
	color: #fff;
}
.in_block_2_flex_r{
	max-width: 460px;
}
.percent{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 334px;
	background: url(../img/percent.png)0 0 no-repeat;
	float: right;
}
.percent p{
	font-size: 72px;
	margin: 0;
	color: #e2010f;
	font-weight: 900;
}
.block_2_1_flex{
	display: flex;
	justify-content: flex-start;
}
.in_block_2_1_flex{
	width: 345px;
	margin: 0 40px 0 0;
}
.in_block_2_1_flex span{
	display: block;
	height: 180px;
	margin: 0 0 0 0;
}
.in_block_2_1_flex span img{
	display: inline-block;
}
.in_block_2_1_flex p{
	font-size: 64px;
	font-weight: 100;
	margin: 0 0 20px 0;
	color: #fff;
}
.in_block_2_1_flex b{
	font-weight: 900;
	line-height: 1.5em;
	font-size: 20px;
}
.block_3{
	background: url(../img/block_3bg.jpg)center 0 no-repeat;
	background-size: cover;
	padding: 70px 0 10px;
}
.heading_2{
	font-size: 56px;
	color: #e61d2b;
	margin: 0 0 25px 0;
	font-weight: 900;
}
.block_3 h4{
	font-size: 24px;
	font-weight: 200;
	margin: 0 0 100px 0;
	text-transform: uppercase;
}
.block_3_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in_block_3_flex{
	width: 25%;
	padding: 0 50px 0 0;
	margin: 0 0 70px 0;
}
.in_block_3_flex span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	margin: 0 0 40px 0;
}
.in_block_3_flex span img{
	display: inline-block;
}
.in_block_3_flex p{
	font-size: 20px;
	margin: 0;
	line-height: 1.5em;
	font-weight: 700;
}
.block_4{
	background: url(../img/block_4bg.jpg)center 0 no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.block_4 .heading_2{
	margin-bottom: 50px;
}
.block_4 .btn_cl_1{
	margin: 0 auto 0;
}
.triangle_block{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.trianel_per{
	background: url(../img/triangle.png)0 0 no-repeat;
	width: 576px;
	height: 548px;
}
.trianel_per p{
	font-size: 32px;
	font-weight: 900;
	padding: 50px 0;
	margin: 0;
	text-align: center;
}
.trianel_per p:last-child{
	color: #fff;
}
.trianel_txt{
	width: 240px;
	margin: 0 0 0 100px;
}
.trianel_txt>div{
	margin: 70px 0 0 0;
	position: relative;
}
.trianel_txt>div:before{
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -40px;
	border-radius: 50%;
	z-index: 3;
}
.txt_c1:before{
	background: #ffb54e;
}
.txt_c2:before{
	background: #256c8a;
}
.txt_c3:before{
	background: #78a2ba;
}
.txt_c4:before{
	background: #ff002a;
}
.trianel_txt>div:after{
	content: "";
	display: inline-block;
	height: 1px;
	background: #000;
	position: absolute;
	top: 15px;
	right: 275px;
	z-index: 2;
}
.txt_c1:after{
	width: 120px;
}
.txt_c2:after{
	width: 180px;
}
.txt_c3:after{
	width: 235px;
}
.txt_c4:after{
	width: 290px;
}
.trianel_txt>div>p{
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	line-height: 0.8em;
}
.trianel_txt>div>span{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2em;
}
.txt_c1 p{
	color: #ffb54e;
}
.txt_c2 p{
	color: #256c8a;
}
.txt_c3 p{
	color: #78a2ba;
}
.txt_c4 p{
	color: #ff002a;
}
.block_4_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 100px 0 100px 0;
}
.in_block_4_flex{
	text-align: center;
}
.in_block_4_flex span{
	display: block;
	text-align: center;
	height: 100px;
}
.in_block_4_flex span img{
	display: inline-block;
}
.in_block_4_flex h4{
	font-size: 36px;
	color: #ff0000;
	font-weight: 900;
	margin: 0 0 15px 0;
}
.in_block_4_flex p{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.in_block_4_flex_last{
	text-align: center;
}
.in_block_4_flex_last h4{
	font-size: 160px;
	color: #a7b3bc;
	margin: 0;
	font-weight: 900;
}
.in_block_4_flex_last p{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.btn_cl_2{
	background: url(../img/btn_png_2.png)center no-repeat;
	margin: 0 auto 0;
}
.btn_cl_2:hover{
	background: url(../img/btn_png_1.png)center no-repeat;
}
.btn_cl_2:after{
	background-size: 147px;
	top: -30px;
}
.btn_cl_3{
	background: url(../img/btn_png_3.png)center no-repeat;
	margin: 0 auto 0;
}
.btn_cl_3:after {
	background-size: 117px;
	top: -10px;
}
.block_5{
	background: url(../img/block_5bg.jpg)0 0 no-repeat;
	background-size: cover;
	padding: 70px 0 100px;
}
.block_5 h2.heading_2{
	color: #fff;
	margin: 0 0 50px 0;
}
.block_5_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.in_block_5_flex_l{
	max-width: 570px;
}
.in_block_5_flex_l_in1{
	margin: 0 0 40px 0;
}
.in_block_5_flex_l_in1 h3.heading_2{
	color: #e61d2b;
	margin: 0 0 10px 0;
}
.in_block_5_flex_l_in1 p{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 200;
	color: #fff;
	line-height: 1.3em;
}
.in_block_5_flex_l_in2{
	margin: 0 0 40px 0;
}
.in_block_5_flex_l_in2 h4{
	color: #e61d2b;
	margin: 0 0 0 0;
	font-size: 80px;
	font-weight: 900;
	line-height: 0.8em;
}
.in_block_5_flex_l_in2 p{
	font-size: 24px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.in_block_5_flex_l_in3 p{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 200;
	color: #fff;
	line-height: 1.3em;
}
.in_block_5_flex_r{
	max-width: 570px;
	overflow: hidden;
}
.in_block_5_slider_main{
	height: 405px;
}
.in_block_5_slider_main_in{
	position: relative;
}
.in_block_5_slider_main_in a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.in_block_5_slider_main_in a:hover{
	background: rgba(0,0,0,0.5) url(../img/zoom.png)center no-repeat;
}
.in_block_5_slider_main .slick-prev{
	display: none !important;
}
.in_block_5_slider_main .slick-next{
	display: none !important;
}
.in_block_5_slider_main_in img{
	display: block;
	width: 100%;
	height: auto;
}
.in_block_5_slider_main_sec{
	width: 600px;
}
.in_block_5_slider_main_sec_in{
	
}
.in_block_5_slider_main_sec_in img{
	display: block;
	width: 170px;
	height: auto;
}
.in_block_5_slider_main_sec .slick-prev{
	display: none !important;
}
.in_block_5_slider_main_sec .slick-next{
	display: none !important;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size: 36px;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	color: #e61d2b;
	opacity: 1;
}
.slick-dots li button:before{
	color: #fff;
}
.block_6{
	background: url(../img/block_6bg.jpg)center 0 no-repeat;
	background-size: cover;
	padding: 80px 0;
	transition: all .3s;
}
.block_6 .heading_2{
	margin: 0 0 40px 0;
}
.in_block_6{
	width: 760px;
	margin: 0 auto;
}
.in_block_6>div{
	margin: 0 0 30px 0;
}
.in_block_6_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 440px;
}
.in_block_6_m1{
	display: flex;
	justify-content: flex-end;
}
.in_block_6_m2{
	justify-content: flex-start;
}
.in_block_6_flex>div{
	width: 123px;
	height: 123px;
	border-radius: 50%;
	border: 4px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all .3s;
	flex-shrink: 0;
	position: relative;
}
.in_block_6_flex>div:before{
	content: "";
	display: inline-block;
	width: 8px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	height: 31px;
	background: #ff0000;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -5px;
	box-sizing: border-box;
}
.in_block_6_m3 .in_block_6_flex>div:before{
	display: none;
}
 
.in_block_6_flex1>div{
	margin-right: 40px;
}
.in_block_6_flex2>div{
	margin-left: 40px;
}
 block_6_flex>div img{
	display: inline-block;
}
.in_block_6_flex div img:last-child{
	display: none;
}
 
.in_block_6_flex>p{
	width: 100%;
	font-size: 20px;
	line-height: 1.5em;
	margin: 0;
	color: #a7b3bc;
	transition: all .3s;
}
 
.in_block_6_flex1 p{
	text-align: left;
}
.in_block_6_flex2 p{
	text-align: right;
}

.block_6 .in_block_6_flex.act div img:first-child{
    display: none;
}
.block_6 .in_block_6_flex.act div img:last-child{
    display: inline-block;
}
.block_6 .in_block_6_flex.act p{
    font-weight: 900;
    color: #000;
    transition: all .3s;
}    

.block_6 .in_block_6_flex.act div{
    border: 4px solid #ff0000;
}    

.block_6 .in_block_6_flex.act div:before{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}   

@media (max-width:500px){
    /*
	.block_6 .in_block_6_flex div img:first-child{
		display: none;
	}
	.block_6 .in_block_6_flex div img:last-child{
		display: inline-block;
	}
	.block_6 .in_block_6_flex p{
		font-weight: 900;
		color: #000;
		transition: all .3s;
	}    
	
	.block_6 .in_block_6_flex div{
		border: 4px solid #ff0000;
	}    
	
	.block_6 .in_block_6_flex div:before{
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}    */
}

/*==================*/
.block_7{
	padding: 80px 0;
	background: url(../img/block_7bg.jpg)center no-repeat;
	background-size: cover;
}
.block_7 .heading_2{
	margin: 0 0 50px 0;
}
.block_7 .btn_cl_1{
	margin: 30px auto 0;
}
.block_7_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 205px;
}
.in_block_7_flex{
	max-width: 370px;
	width: 100%;
}
.inner_in_block_7_flex{
	border-radius: 10px;
	padding: 30px 30px;
	position: relative;
	min-height: 215px;
	z-index: 2;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}
.inner_in_block_7_flex h3{
	font-size: 32px;
	font-weight: 900;
	margin: 0 0 10px 0;
}
.in_block_7_flex ul{
	padding: 0;
	margin: 0;
}
.in_block_7_flex ul li{
	list-style: none;
	font-size: 14px;
	line-height: 1.4em;
	position: relative;
	padding: 9px 0 9px 10px;
}
.in_block_7_flex ul li b{
	font-weight: 700;
}
.in_block_7_flex ul li:after{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
.in_block_7_flex1 .inner_in_block_7_flex{
	background: #617076;
}
.in_block_7_flex2 .inner_in_block_7_flex{
	background: #dadada;
}
.in_block_7_flex3 .inner_in_block_7_flex{
	background: #97a2aa;
}
.in_block_7_flex1 .inner_in_block_7_flex h3{
	color: #ff0000;
}
.in_block_7_flex3 .inner_in_block_7_flex h3{
	color: #fff;
}
.in_block_7_flex1 ul li{
	color: #fff;
}
.in_block_7_flex2 ul li{
	color: #ff0000;
}
.in_block_7_flex1 ul li:after{
	background: #ff0000;
}
.in_block_7_flex2 ul li:after{
	background: #000;
}
.in_block_7_flex3 ul li:after{
	background: #fff;
}
.inner_in_block_7_flex_inner{
	height: 40px;
	overflow: hidden;
	padding: 40px 20px 60px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	top: -60px;
	margin: 0 10px;
	transition: all .5s;
	cursor: pointer;
}
.inner_in_block_7_flex_inner h4{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 15px 0;
}
.inner_in_block_7_flex_inner ul li{
	opacity: 0;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}
.inner_in_block_7_flex_inner ul li:after{
	top: 8px;
}
.in_block_7_flex1 .inner_in_block_7_flex_inner{
	background: #798387;
}
.in_block_7_flex2 .inner_in_block_7_flex_inner{
	background: #fff;
}
.in_block_7_flex3 .inner_in_block_7_flex_inner{
	background: #aab6be;
}
.in_block_7_flex1 .inner_in_block_7_flex_inner h4{
	color: #ff0000;
}
.in_block_7_flex3 .inner_in_block_7_flex_inner h4{
	color: #fff;
}
.in_block_7_flex_open .inner_in_block_7_flex_inner{
	top: -20px;
	height: 630px;
}
.in_block_7_flex_open .inner_in_block_7_flex_inner ul li{
	opacity: 1;
}
.min_trian{
	display: block;
	background: url(../img/min_trian.png)0 0 no-repeat;
	width: 10px;
	height: 8px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -10px;
	transition: all .2s;
}
.in_block_7_flex_open .min_trian{
	transform: rotate(180deg);
}
.waranty{
	background: url(../img/waranty.png)0 0 no-repeat;
	width: 225px;
	height: 147px;
	display: inline-block;
	position: absolute;
	top: -80px;
	right: 0;
}
.block_8{
	background: url(../img/block_8bg.jpg)center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.block_8 .heading_2{
	margin: 0;
}
.in_block_8{
	padding: 70px 0;
	border-bottom: 1px solid #fff;
}
.in_block_8_bdn{
	border: none;
}
.in_block_8 h4{
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 40px 0;
}
.in_block_8_flex{
	display: flex;
	justify-content: start;
	align-items: center;
}
.in_block_8_flex_ava{
	width: 350px;
	padding: 0 0 0 40px;
}
.in_block_8_flex_ava img{
	display: block;
	width: 100%;
	height: auto;
}
.in_block_8_flex_txt{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 0 90px;
}
.in_block_8_flex_txt>div{
	width: 290px;
	margin: 15px 0;
}
.in_block_8_flex_txt>div span{
	display: block;
	height: 65px;
}
.in_block_8_flex_txt>div p{
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: 300;
	color: #ff0000;
	text-transform: uppercase;
}
.in_block_8_flex_txt>div h5{
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: 900;
}
.dat_txt{
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.block_9{
	padding: 80px 0;
}
.form_calc_flex_1{
	display: flex;
	align-items: center;
	margin: 0 0 70px 0;
}
.form_calc_flex_1_l{
	width: 570px;
}
.form_calc_flex_1_l h5{
	font-size: 24px;
	font-weight: 200;
	margin: 0 0 10px 0;
}
.calc_move{
	width: 370px;
	display: inline-block;
	height: 13px;
	border-radius: 40px;
	position: relative;
}

.error{
	background: #ffdddf !important;
}

.in_calc_move{
	width: 55%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 3px;
	background: #ff0000;
}
.roll{
	display: inline-block;
	background: url(../img/scroll.png)0 0 no-repeat;
	width: 57px;
	height: 28px;
	border-radius: 30px;
	position: absolute;
	top: -13px;
	right: -40px;
	-webkit-box-shadow: 0px 8px 18px 0px rgba(255, 0, 0, 0.3);
	-moz-box-shadow:    0px 8px 18px 0px rgba(255, 0, 0, 0.3);
	box-shadow:         0px 8px 18px 0px rgba(255, 0, 0, 0.3);
	cursor: pointer;
}
.calc_move ul{
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.calc_move ul li{
	font-size: 14px;
	list-style: none;
}
.shov_cf{
	display: inline-block;
	width: 172px;
	padding: 20px 0 18px;
	margin: 0 0 0 20px;
	border-radius: 40px;
	border: 2px solid #ff0000;
	font-size: 24px;
	font-family: 'Muller';
	font-weight: 400;
	text-align: center;
	background: #fff;
}
.shov_cf::-webkit-input-placeholder {color:#000;}
.shov_cf::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.shov_cf:-moz-placeholder           {color:#000;}/* Firefox 18- */
.shov_cf:-ms-input-placeholder      {color:#000;}

.form_calc_flex_1_r{
	width: 570px;
}
.form_calc_flex_1_r img{
	display: block;
	width: 100%;
	height: auto;
}
.form_calc_flex_2{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.in_form_calc_flex_2{
	width: 270px;
}
.in_form_calc_flex_2 h5{
	font-size: 24px;
	min-height: 75px;
	font-weight: 200;
	margin: 0 0 0 0;
	font-weight: 200;
}
.in_form_calc_flex_2 input{
	display: block;
	width: 100%;;
	padding: 20px 0 18px;
	margin: 0 0 0 0;
	border-radius: 40px;
	border: 1px solid #a7b3bc;
	font-size: 24px;
	font-family: 'Muller';
	font-weight: 400;
	text-align: center;
	background: #fff;
}
.form_calc_flex_3{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.total p{
	font-size: 32px;
	color: #788286;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 15px 0;
}
.total h5{
	font-size: 48px;
	margin: 0;
	color: #ff0000;
	font-weight: 900;
}
.btn_click_1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	    height: 120px;
	padding: 45px 0;
	background: url(../img/btn_click_1.png)0 0 no-repeat;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: all .2s;
}
.btn_click_1:hover{
	background: url(../img/btn_click_2.png)0 0 no-repeat;
	padding: 50px 0 45px;
}
.btn_click_1:active{
	background: url(../img/btn_click_3.png)0 0 no-repeat;
	padding: 50px 0 45px;
}
footer{
	padding: 50px 0;
	background: #e3000f;
}
.footer_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in_footer_flex_l{
	width: 475px;
	display: flex;
	justify-content: space-between;
}
.in_footer_flex_l_in p{
	width: 262px;
	margin: 0 0 10px 0;
}
.in_footer_flex_l_in p img{
	display: block;
	width: 100%;
	height: auto;
}
.in_footer_flex_l_in a{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #f6b0b5;
}
.in_footer_flex_l_in2{
	padding: 0 0 0 30px;
}
.in_footer_flex_l_in2 p{
	font-size: 14px;
	margin: 3px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 2em;
}
.in_footer_flex_r{
	display: flex;
	justify-content: flex-start;
}
.soc_ial{
	width: 110px;
	display: flex;
	justify-content: space-between;
}
.soc_ial a{
	display: block;
	width: 48px;
	height: 48px;
}
.vk{
	background: url(../img/vk.png)0 0 no-repeat;
}
.inst{
	background: url(../img/inst.png) 0 0 no-repeat;
}
.t_num2{
	padding: 10px 0 0 0;
	margin: 0 0 0 35px;
	text-align: right;
}
.in_t_num2{
	font-size: 32px;
	color: #fff;
	display: block;
	font-weight: 400;
	text-decoration: none;
	margin: 0 0 8px 0;
}
.call_back2{
	display: inline-block;
	color: #fff;
	border-bottom: 2px groove #f6b0b5;
	font-size: 20px;
	text-decoration: none;
	font-weight: 900;
}
.popap_block{
	width: 670px;
	display: none;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(180, 180, 180, 0.9);
	-moz-box-shadow:    0px 3px 9px 0px rgba(180, 180, 180, 0.9);
	box-shadow:         0px 3px 9px 0px rgba(180, 180, 180, 0.9);
}
.popap_block{
	border-radius: 10px;
	padding: 30px 20px;
}
.popap_block1{
	background: #dadada url(../img/popap_block1.png)0 0 no-repeat;
}
.popap_block2{
	background: #dadada url(../img/popap_block2.png)0 0 no-repeat;
}
.popap_block3{
	background: #dadada url(../img/popap_block3.png)0 bottom no-repeat;
}
.popap_block form{
	width: 310px;
	position: relative;
}
.popap_block form h3{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 35px 0;
	line-height: 1.5em;
}
.popap_block form div{
	margin: 0 0 20px 0;
}
.popap_block form div input{
	display: block;
	border: 1px solid #617076;
	border-radius: 40px;
	background: #dadada;
	width: 100%;
	padding: 15px 30px;
	color: #617076;
	font-size: 12px;
	font-family: 'Muller';
	font-weight: 400;
}
.popap_block form div input::-webkit-input-placeholder {color:#617076;}
.popap_block form div input::-moz-placeholder          {color:#617076;}/* Firefox 19+ */
.popap_block form div input:-moz-placeholder           {color:#617076;}/* Firefox 18- */
.popap_block form div input:-ms-input-placeholder      {color:#617076;}

.btn_form{
	width: 100%;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Muller';
	border-radius: 50px;
	border: none;
	padding: 35px 0 32px;
	color: #fff;
	background: #950d0d;
	background: -moz-linear-gradient(top,  #950d0d 0%, #f10202 50%, #c80405 100%);
	background: -webkit-linear-gradient(top,  #950d0d 0%,#f10202 50%,#c80405 100%);
	background: linear-gradient(to bottom,  #950d0d 0%,#f10202 50%,#c80405 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#950d0d', endColorstr='#c80405',GradientType=0 );
}
.popap_block p{
	width: 230px;
	font-size: 12px;
	margin: 0;
	color: #617076;
	position: absolute;
	bottom: 20px;
	right: -280px;
	line-height: 1.4em;
}
.popap_block3 p{
	position: static;
	margin-top: 25px;
}
.block_1_sps{
	padding: 0;
}
.block_1_sps header{
	margin: 0;
}
.spasibo{
	padding: 50px 30px 40px;
	margin: 40px auto;
	width: 370px;
	border-radius: 10px;
	background: #dadada;
	text-align: center;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(180, 180, 180, 0.9);
	-moz-box-shadow:    0px 3px 9px 0px rgba(180, 180, 180, 0.9);
	box-shadow:         0px 3px 9px 0px rgba(180, 180, 180, 0.9);
}
.ic_sps1{
	display: block;
	background: url(../img/ic_sps1.png)0 0 no-repeat;
	width: 56px;
	height: 57px;
	margin: 0 auto 40px;
}
.spasibo h2{
	font-size: 48px;
	color: #ff0000;
	margin: 0 0 40px 0;
	font-weight: 900;
	text-transform: uppercase;
}
.spasibo p{
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 40px 0;
}
.ic_sps2{
	display: block;
	background: url(../img/ic_sps2.png)0 0 no-repeat;
	width: 72px;
	height: 54px;
	margin: 0 auto 0;
}