h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	line-height: initial;
}

.clear{
	clear: both;
}

.constructor{
	font-size: 0;
}

.text_photo, .photo_text, .text_only, .photo_only {
    width: 100%;
    /*padding: 0 0 70px 0;*/
}

.text_photo .constructor_picture, .photo_text .constructor_text_block{
float: right;
}

.photo_text .constructor_picture, .text_photo .constructor_text_block{
float: left;
}

.constructor_picture, .constructor_text_block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 70px 0;
}

.text_only .constructor_text_block{
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.photo_only .constructor_picture{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.constructor_picture img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 550px;
}

.constructor_text_block, td {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

td {
    padding: 0;
}

.photo_text .constructor_text_block {
    padding: 0 0 0 30px;
}

.text_photo .constructor_text_block {
    padding: 0 30px 0 0;
}

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

.constructor_table{
	padding: 0 0 50px 0;
}

.constructor_table td{
	padding: 5px;
}

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

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

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


.constructor_steps_wp{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.constructor_steps_wp .constructor_steps{
	width: 100%;
	padding: 0 0 5px 0;
}

.constructor_steps_wp .constructor_steps li{
	width: 33%;
	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;
}

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

.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;
	line-height: initial;
}

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

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

.text_photo ul li, .photo_text ul li, .text_only ul li {
    display: block;
    padding: 0 0 25px 30px;
    position: relative;
}

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

@media (max-width: 760px){
	.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;
	}
}

@media (max-width: 930px){
	.constructor_picture{
		width: 100%;
		padding: 0 0 30px 0;
		text-align: center;
	}

	.text_photo .constructor_text_block, .photo_text .constructor_text_block, .text_only .constructor_text_block{
		width: 100%;
		padding: 0 0 70px 0;
	}


	.constructor_video iframe{
		width: 560px;
		height: 315px;
	}

	.constructor_steps_wp .constructor_steps li{
		width: 100%;
	}
}

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