.wrapper{
	position: relative;
}

.btn_link{
	background-color: transparent;
    border: none;
    font-size: 18px;
    line-height: 20px;
    color: #646262;
    outline: none;
}

.btn_link_wrp{
	/*position: absolute;*/
	float: right;
	/*top: 31px;*/
    /*right: 15px;*/
	margin: 50px 15px 40px 0;
    display: inline-block;
    padding: 22px 37px;
    border: 1px solid #646262;
}

table{
	padding: 0 0 50px 0;
}

td{
	padding: 5px;
}

td.value{
	padding-left: 20px;
}

.section__title{
	text-align: left;
	float: left;
	padding: 70px 0 0px;
}

.first_text{
	width: 100%;
}

.first_text .picture, .first_text .text{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.first_text .text{
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.first_text .picture img{
	height: auto;
	max-width: 100%;
	width: auto;
	max-height: 550px;
	float: right;
}

.first_text .text p{
	padding: 0 0 20px;
}

.video_block{
	text-align: center;
	padding: 85px 0;
}

.stage_comment{
	width: 100%;
}

.stage_comment .stage{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.stage_comment .stage .stage_title{
	font-size: 26px;
	line-height: 26px;
	padding: 55px 0 40px 0;
	color: #333;
}

.stage_comment .stage ul{
	width: 100%;
}

.stage_comment .stage ul li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	min-height: 130px;
	padding: 50px 15px 0;
	background-position: 15px 0;
	background-size: auto 130px;
	background-repeat: no-repeat;
	margin: 0 0 65px 0;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.stage_comment .stage ul li:nth-child(1){background-image: url(../img/service_stage1.png);}
.stage_comment .stage ul li:nth-child(2){background-image: url(../img/service_stage2.png);}
.stage_comment .stage ul li:nth-child(3){background-image: url(../img/service_stage3.png);}
.stage_comment .stage ul li:nth-child(4){background-image: url(../img/service_stage4.png);}
.stage_comment .stage ul li:nth-child(5){background-image: url(../img/service_stage5.png);}
.stage_comment .stage ul li:nth-child(6){background-image: url(../img/service_stage6.png);}
.stage_comment .stage ul li:nth-child(7){background-image: url(../img/service_stage7.png);}
.stage_comment .stage ul li:nth-child(8){background-image: url(../img/service_stage8.png);}
.stage_comment .stage ul li:nth-child(9){background-image: url(../img/service_stage9.png);}
.stage_comment .stage ul li:nth-child(10){background-image: url(../img/service_stage10.png);}

.stage_comment .owl-carousel.comment{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 50px 40px 30px 50px;
	border:1px solid #e6e6e6;
}

.stage_comment .comment .comment_title{
	font-size: 26px;
	line-height: 26px;
	padding: 0px 0 40px 0;
	color: #333;
}

.stage_comment .owl-carousel.comment .owl-item img{
	width: 80px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.stage_comment .comment .service_name{
	width: calc(100% - 80px);
	padding: 16px 20px 10px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #646262;
	display: inline-block;
	vertical-align: top;
}

.stage_comment .comment .service_name span{
	display: block;
}

.stage_comment .comment .comment_text{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #646262;
	padding: 23px 0 10px 0;
}

.stage_comment .comment .comment_text p{
	padding: 0 0 20px 0;
}

.first_text.second{
	padding: 55px 0 55px 0;
}

.first_text.second .text{
	padding: 0 30px 0 0;
}

.first_text.second .picture img{
	float: left;
}

.first_text.second p{
	font-size: 26px;
	line-height: 26px;
	color: #646262;
	padding: 25px 0 30px 0;
}

.first_text ul li{
	display: block;
	padding: 0 0 25px 30px;
	position: relative;
}

.first_text ol{
	margin: 0 0 0 15px
}

.first_text ol li{
	padding: 0 0 25px 15px;
	position: relative;
}


.first_text ul li:before{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	top: 9px;
	left: 2px;
	background-color: #e2e2e2;
}

.service_form{
	margin: 50px auto;
	max-width: 840px;
	width: 100%;
	padding: 0px 80px;
}

.service_form .service_form_text{
	font-size: 26px;
	line-height: 40px;
	color: #646262;
	padding: 0 0 50px 0;
	text-align: center;
}

.service_form input[type="text"], .service_form input[type="tel"], textarea{
	border: 0;
	border-bottom: 1px solid #999999;
	font-size: 18px;
	line-height:30px;
	padding: 8px 0px;
	margin: 0 0 18px 0;
	max-height: 60px;
	outline: none;
	resize: none;
	width: calc(100% - 15px);
}

.wpcf7-form-control-wrap.your_text{
	width: 100%;
}

.service_form input[type="tel"] + span.wpcf7-not-valid-tip{
	margin: 0 0 0 15px;
}

.service_form input[type="text"]{
	margin: 20px 15px 0 0;
}

.service_form input[type="tel"]{
	margin: 20px 0 0 15px;
}

textarea{
	width: 100%;
	margin: 20px 0 0 0;
}

.service_form input[type="submit"]{
	background-color: transparent;
	border: none;
	font-size: 18px;
	line-height: 20px;
	color: #646262;
	outline: none;
}

.service_form .al_center{
	text-align: center;
}
.service_form .btn_wrp{
	margin: 20px auto 0;
	display: inline-block;
	padding: 22px 37px;
	border: 1px solid #646262;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors{
	border: 0;
}

.wpcf7-form-control-wrap{
	display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media (min-width: 1919px){
	.first_text .picture img {
	    height: auto;
	    max-width: 150%;
	    width: auto;
	    max-height: 550px;
	    float: right;
	}
}

@media (max-width: 930px){
	.video_block iframe{
		width: 560px;
		height: 315px;
	}
}

@media (max-width: 600px){
	.video_block iframe{
		width: 320px;
		height: 180px;
	}
}

@media (max-width: 760px){
	.first_text .picture, .first_text .text{
		width: 100%;
    	padding: 20px 0;
	}

	

	.stage_comment .comment, .stage_comment .stage, .stage_comment .stage ul li{
		width: 100%;
	}
	
	.service_form input[type="text"], .service_form input[type="tel"]{
		margin: 20px 0 0 0;
		width: 100%;
	}

	.btn_link{
		font-size: 16px;
	}

	.wpcf7-form-control-wrap{
		width: 100%;
	}

	.service_form{
		padding: 0;
	}

	.stage_comment .owl-carousel.comment{
		width: 100%;
	}

}