a,button{

	outline: none!important;
}
a:hover{
	text-decoration: none;
	color: #007fff; 
}
h1,h2,h3,h4{
	font-weight: normal;
}
body{
	font-size: 16px;
	font-family: 'CorsicaRamblerLX-Regular';
}
body.glav{
}
.phone{
	font-size: 22px;
	color: #007fff;
	font-family: 'CorsicaRamblerLX-SemiBold';
}
.remont .phone{
	padding-top: 5px;
    display: block;
    font-size:18px;
}
.logo__img img{
	max-width: 285px;
}
.phone_box{
	padding-top: 4px;
}
.job_box{
	font-family: 'Roboto-Regular';
}
.header{
	padding: 4.8vh 0;
    margin-bottom: 3vh;
}
.header_box{
	position: fixed;
	width: 100%;
	z-index: 2;
	background: #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.19,1,0.22,1);
    -moz-transition: all 0.8s cubic-bezier(0.19,1,0.22,1);
    transition: all 0.8s cubic-bezier(0.19,1,0.22,1);
}
.header_box_shadow{
	box-shadow: 0px 9px 20px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 20px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 9px 20px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0px 9px 20px 0 rgba(0,0,0,0.1);
}
.header_box_shadow .header {
    padding: 12px 0;
    padding-bottom: 34px;
    margin-bottom: 18px;
 }
.headerhidden {
    -webkit-transform: translateY(-155px);
    -ms-transform: translateY(-155px);
    transform: translateY(-155px);
}
/* Главная */
.block1{
	background: url(../images/remontnik.png) no-repeat right center;
	overflow: hidden;
	background-size: contain;
}
.h1_block h1{
	font-size: 50px;
	color: #007fff;
	font-family: 'CorsicaRamblerLX-SemiBold';
	line-height: 50px;
}
.verticalmidle{
	padding: 11vh 0;
}
.h1_box{
	clear: both;
	overflow: hidden;
}
.h1_block{
	float: left;
	width: 415px;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Roboto-Regular';
}
.h1_price p{
	max-width: 335px;
}
.h1_price {
    float: left;
    width: 26%;    
    padding: 10px 0;
    margin: 8px 0 0 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007fff+0,274bc5+100 */
	background: rgb(0,127,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,127,255,1) 0%, rgba(39,75,197,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,127,255,1) 0%,rgba(39,75,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,127,255,1) 0%,rgba(39,75,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#274bc5',GradientType=1 ); /* IE6-9 */
}

.h1_price .span1{
	
}
.h1_price .span2{
	font-size: 58px;
    font-family: 'CorsicaRamblerLX-SemiBold';
    text-align: center;
    padding: 8px 0 2px;
}
.h1_price .span3{
	text-align: right;
}
.h1_price span{
	color: #fff;
    font-size: 24px;
    display: block;
    line-height: 32px;
}
.h1_price_box
{
	width: 100px;
    margin: 0 auto;
}
h2
{
	color:#007fff;
	font-size: 25px;
	font-family: 'CorsicaRamblerLX-Medium';
	margin: 7px 0 0 0;
}
.block2 p
{
	font-size: 18px;
	color: #c3c7d5;
}
.linkbox{
	margin-top:0px;
	margin-bottom: 50px; 
	overflow: hidden;
}
.linkbox a{
    text-align: center;
    font-size: 14px;
    font-family: 'CorsicaRamblerLX-Regular';
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.linkbox a:hover{
	text-decoration: none;
	color: #007fff;
}
.linkbox h3{
	height: 40px;
	font-size: 16px;
	margin-top: 10px;
}
.linkbox img{
	bottom: 60px;
    font-size: 16px;
    color: #000;
    text-align: center;

}
.linlbox_item{
	position: relative;
}
.linlbox_item span{
	display: block;
	height: 235px;
}
.linlbox_item span.stiralnaya_mashina
{
	background: url('../images/stiralnaya_mashina.png') bottom center no-repeat;
	background-size: 61%;
	-webkit-transition:  all .6s ease;
  	-moz-transition:  all .6s ease;
  	-o-transition: all .6s ease;
}
.linlbox_item span.holodilnik
{
	background: url('../images/holodilnik_o.png') bottom center no-repeat;
	background-size: 61%;
	-webkit-transition:  all .6s ease;
  	-moz-transition:  all .6s ease;
  	-o-transition: all .6s ease;
}
.linlbox_item span.konicioner
{
	background: url('../images/konicioner.png') bottom center no-repeat;
	background-size: 78%;
	-webkit-transition:  all .7s ease;
  	-moz-transition:  all .7s ease;
  	-o-transition: all .7s ease;
}
.linlbox_item span.moika
{
	background: url('../images/moika.png') bottom center no-repeat;
	background-size: 61%;
	-webkit-transition:  all .7s ease;
  	-moz-transition:  all .7s ease;
  	-o-transition: all .7s ease;
}
.linlbox_item span.electroplita
{
	background: url('../images/electroplita.png') bottom center no-repeat;
	background-size: 61%;
	-webkit-transition:  all .7s ease;
  	-moz-transition:  all .7s ease;
  	-o-transition: all .7s ease;
}
.linlbox_item span.duhovka
{
	background: url('../images/duhovka_o.png') bottom center no-repeat;
	background-size: 61%;
	-webkit-transition:  all .7s ease;
  	-moz-transition:  all .7s ease;
  	-o-transition: all .7s ease;
}
.linlbox_item:hover span{
	background-position: center calc(100% - 15px) ;
	-webkit-transition:  all .6s ease;
  	-moz-transition:  all .6s ease;
  	-o-transition: all .6s ease;
}
.linlbox_item h3:before{
	content: "";
    width: 100%;
    display: block;
    height: 3px;
    background: transparent;
    border-radius: 200%;
    -webkit-border-radius: 200%;
	-moz-border-radius: 200%;
	-ms-border-radius: 200%;
	-o-border-radius: 200%;
    max-width: 90px;
    margin: 0 auto 16px;
}
.linlbox_item:hover h3:before{
	box-shadow: 0 3px 2px #ebeff1;
	-webkit-box-shadow: 0 3px 2px #ebeff1;
	-moz-box-shadow: 0 3px 2px #ebeff1;
	-ms-box-shadow: 0 3px 2px #ebeff1;
	-o-box-shadow: 0 3px 2px #ebeff1;
}
/* Конец главной страницы */
.navbar-toggle{
	display: block;
    width: 30px;
    padding: 0;
    margin: 9px 0;
    float: none!important;
    z-index: 3;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar__left  .icon-bar {
    background-color: #007fff;
    height: 2px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.navbar__left  .icon-bar:nth-child(2) {
	width: 21px; 
}
.navbar__left  .icon-bar:nth-child(3) {
	width: 25px; 
}
.navbar__left  .icon-bar:nth-child(4) {
	width: 17px; 
}

.navbar__left :hover .icon-bar{
    background-color: #007fff;
    width: 21px !important; 
}
.navbar__left :hover .icon-bar:nth-child(3) {
	width: 10px !important; 
}
#remont_block_1 .col-xs-12{
	background: url(../images/remont-stiralnykh-mashiny-na-domu.jpg) center top no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding-bottom: 70px;
	padding-top: 70px;
	margin-top: 130px;
}
.duhovka #remont_block_1 .col-xs-12{
	background: url(../images/duhovka.png) center top no-repeat;
}

.plita #remont_block_1 .col-xs-12{
	background: url(../images/plita.png) center top no-repeat;
}
.holodilnik #remont_block_1 .col-xs-12{
	background: url(../images/holodilnik.png) center top no-repeat;
}
.kondicioner #remont_block_1 .col-xs-12{
	background: url(../images/kondicioner.png) center top no-repeat;
}
.posudomoika #remont_block_1 .col-xs-12{
	background: url(../images/posudomoika.png) center top no-repeat;
}
#remont_block_1 h1{
	font-size: 50px;
	color: #fff;
	font-family: 'CorsicaRamblerLX-SemiBold';
	line-height: 50px;
}
#remont_block_1 h3 {
    color: #fff;
    padding: 10px 0 10px;
    height: 100px;
    line-height: 30px;
}
#remont_block_1{
	margin-top: 10px;
}
.btn_def{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    color: #fff;
    background: #007fff;
    font-family: 'CorsicaRamblerLX-Regular';
    font-size: 16px;
    padding: 15px 0;
    width: 170px;
    display: block;
    text-align: center;
}
.btn_def:hover
{
	background: #274bc5; 
	color:#fff;
}
#remont_block_1 .btn_def
{
	margin-top: 25px;
}
.remont h2{
	font-size: 50px;
	text-align: center;
}
#remont_block_2{
	text-align: center;
	padding: 85px 0;
}
.remont_block_2_box{
	margin-top: 43px;
	overflow: hidden;
    margin-bottom: 60px;
}

.remont_block_2_box .col-sm-4{
	margin: 22px 0;
	min-height: 125px
}
#remont_block_2 img{
	height: 50px;
	max-width: 50px;
}
#remont_block_2 h3{
	font-size: 18px;
	font-family: 'Roboto-Regular';
	margin-top: 15px;
	line-height: 22px;
}
#remont_block_3{
	background: #ebeff1;
	padding: 60px 0 73px;
}
#remont_block_3 h2{	
	margin-bottom:40px;
}
#remont_block_3 .remont_block_3_box{
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 5px 0;
	margin: 15px 0;
}
#remont_block_3 h3{
	font-family: 'Roboto-Regular';
	margin-top: 25px;
	height: 80px;
    margin-bottom: 12px;
	text-align: center;
	line-height: 29px
}
.price
{
	font-family: 'Roboto-Regular';
	color:#007fff;
	text-align: center;
	font-size: 25px;
	border-bottom: 1px solid #c3c7d5;
	padding-bottom: 15px;
}
.price span{
	font-size: 50px;
	font-family: 'Roboto-Medium';
}
.remont_block_3_item{
	max-width: 200px;
	margin:0 auto;
}
.remont_block_3_item .btn_def{
	margin:28px auto 15px;
}
#remont_block_4,
#remont_block_4_o{
	background: #007fff;
    margin: -173px 0 0 0;    
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
    padding-bottom: 68px;
}
#remont_block_4 h2,
#remont_block_4_o h2{
	text-align: left;
    color: #fff;
    margin: 64px 0px -3px;
}
#remont_block_4 p,
#remont_block_4_o p{
	font-family: 'Roboto-Regular';
	color:#fff;
	font-size: 25px;
}
input{
	line-height: 50px;
}
input[name=phone]{
	margin: 15px 0 0 0;
    height: 51px;
    max-width: 338px;
    display: inline-block;
    border-color: transparent;
    font-size: 16px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#c3c7d5;
}

input:-moz-placeholder { /* Firefox 18- */
color:#c3c7d5;
}

input::-moz-placeholder { /* Firefox 19+ */
color:#c3c7d5;
}

input:-ms-input-placeholder { /* IE */
color:#c3c7d5;
}

input::-ms-input-placeholder { /* IE Edge */
color:#c3c7d5;
}
.btnform{
	color: #fff;
	border: none;
	background: transparent;
	box-shadow: none;
	outline: none;
	width: 120px;
	text-align: center;
	border: 1px solid #fff;
	height: 50px; 
	margin:2px 0px 0 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-top: 1px;
	line-height: 10px;
	padding-top: 3px;
    padding-bottom: 3px;
}
.btnform:hover{
	background: #fff;
	color: #000;
}
#remont_block_5 h2{
	padding-top: 89px;
	padding-bottom: 25px;
}
#remont_block_5 .col-md-2.col-sm-2{
	text-align: center;
	height: 85px;
	display: table;
	vertical-align: middle;
}
#remont_block_5 .col-md-2.col-sm-2 img{
	margin:0 auto;
	max-height: 35px;
}
#remont_block_5 .row{
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 1020px;
    margin: 0 auto;
}
#remont_block_6{
	padding: 35px 0 97px;
}
#remont_block_6 .embed-responsive{
	
}
#remont_block_6 h2{
	padding: 40px 0 55px;
}
#remont_block_6 .video_box{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
#remont_block_6 .video_box .video_box_title{
	background: #007fff;
	text-align: center;
	padding: 15px 0;
	color:#fff;
}
#remont_block_7{
	background: #ebeff1;
	padding: 60px 0 180px;
}
.remont_block_7_1{
	text-align:center;
}
#remont_block_7 h2{
	margin-bottom:54px;
}
#remont_block_7 img{
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#remont_block_7 h3
{
	color: #007fff;
	font-size: 18px;
	font-family: 'CorsicaRamblerLX-SemiBold';
	margin: 25px 0 2px; 
}
.dolzhnost
{
	font-size: 16px;
	color: #8a93af;
	font-family: 'Roboto-Regular';
}
.escho{
	color: #007fff;
	font-size: 30px;
	font-family: 'Roboto-Bold';
	margin-top: 45px;
	margin-bottom: 85px;
	text-align: center;
}
.form_block_1
{
	background: #9cdcff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	padding-bottom: 45px;
}
#remont_block_7 .col-xs-offset-1.col-sm-6
{
	padding-bottom: 65px;
	padding-top: 60px;
	padding-left: 0;
}
#remont_block_7 .form_block_1 h2{
	color: #343b4c;
	text-align: left;
	line-height: 52px;
	margin-bottom: 0px;
	padding-top: 45px;
}
.form_block_1  p{
	font-size: 25px;
	color: #343b4c;
	font-family: 'Roboto-Regular';
	max-width: 450px;
	margin-top: 0px;
}
/* стилизация radio */
.form_block_1 label{
	font-size: 18px;
	color: #343b4c;
	font-family: 'Roboto-Regular';
	margin-left: 5px;
	cursor: pointer;
	font-weight: normal;
}
.form_block_1 input[type="radio"]
{ 
	position: absolute; 
	opacity: 0;
}
.form_block_1 input[type="radio"] + label{
    display:  block;
    padding-left: 25px;
    height: 21px;
    line-height: 14px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.form_block_1 label:after{
    content: '';
    position: absolute;
    z-index: 104;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    background-color: #fff;
    top: 2px;
    left: 2px;
    transition: all .3s;
    
}
.form_block_1 label:before{
    content: '';
    left: 0px;
    position: absolute;
    z-index: 100;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    background-color: #fff;
}
.form_block_1 input[type="radio"]:checked+label:after{
    background-color: #007fff;
}
/**/
.form_block_1 input{
	border: none;
	margin: 0;
	padding-left: 15px;
}
.radio_box{
	clear: both;
    min-height: 110px;
    margin: 7px 0 14px 15px;
}
.radio_item{
	min-width: 200px;
	float: left;
	cursor: pointer;
	padding: 6px 0;
}
.radio_item:hover{
	cursor: pointer;
}
.bg_percent
{
	background: url(../images/percent.svg) no-repeat top center;
	height: 100%;
	min-height: 430px;

}
.form_block_1 .asyncformcall .col-xs-12{
	padding-right: 0;
}
.btn_black_border{
	border: 1px solid #343b4c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: none;
	width: 120px;
	color:#343b4c;
	height: 50px;
	padding-top: 4px;
	margin-left: 7px;
}
.btn_black_border:hover{
	background: #000;
	color:#fff;
}
.form_block_2
{
	background: #007fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color:#fff;
}
#remont_block_4.form_block_2{
    padding-bottom: 71px;
}
#remont_block_4_o.form_block_2 {
    padding-bottom: 68px;
}
#remont_block_4.form_block_2 h2,
#remont_block_4_o.form_block_2 h2
{
    margin-bottom: -3px;
}
#remont_block_8{
	background: #343b4c;
}
#map{
	height: 600px;
	margin:70px 0 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	position: relative;
	-webkit-mask-image: url(../images/locat.png);
}
#map > ymaps {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-mask-image: url(../images/locat.png);
}

ymaps ymaps[class*="control_toolbar"],
/*maps ymaps[class*="controls__control"],*/
ymaps ymaps[class*="islets_gotoymaps"],
ymaps ymaps[class*="copyright__content"],
ymaps ymaps[class*="button-icon_icon_geolocation"] {
   display: none;
}

#map ymaps[class*="islands_icon"] {
    background: url(../images/locat.png) center center no-repeat !important;
    background-size: cover !important;
    width: 60px !important;
    height: 42px !important;
}
.map_contact
{
	font-size: 25px;
	color: #343b4c;
	font-family: 'Roboto-Regular';
	background: #fff;
	max-width: 700px;
	width: 100%;
	margin: 0 auto -69px;
	position: relative;
	z-index: 1;
	top: 22px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 17px 0px;
}
.map_contact .map_phone{
	background: url('../images/phone_icon.svg') left center no-repeat;
	background-size: 22px 22px;
	padding-left: 30px;
	margin-left: 34px;
	color: #343b4c;
}
.map_contact .map_addres{
	background: url('../images/addres_icon.svg') left center no-repeat;
	background-size: 24px 24px;
	padding-left: 30px;
	margin-left: 42px;
}
.navbar-nav>li>a{
	color: #fff;
	font-size: 18px;
	font-family: 'CorsicaRamblerLX-Medium';
	
}
.navbar-nav>li{
	cursor: pointer;
}
.copyrate{
	color: #8a93af;
	font-size: 14px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.footer_job{
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	line-height: 20px;
}
.footer_job span
{
	color: #8a93af;
	font-size: 14px;
}
#footer{
	padding-bottom: 25px;
}
#footer .btn_def{
	margin-top: 13px;
}
#footer .navbar-nav>li>a{
	padding-left: 0px;
	padding-right: 30px;
}
#footer .navbar{
	margin-bottom: 0;
}
.menu_item a{
	color: #343b4c;
	font-size: 18px;
	font-family: 'CorsicaRamblerLX-Medium';
}
.menu_item a.active{
	color: #007fff;
	text-decoration: none;
}
.menu_item h3{
	font-size: 16px;
	text-align: center;
}
.svg_box{
	width: 100px;
	height: 100px;
    display: block;
    margin: 10px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    
}
.svg_box svg{
	max-width: 100px;
    max-height: 100px;
}
.menu_item a:hover .svg_box
{
	background: #ebeff1;
}
.active .svg_box,
.menu_item a.active:hover .svg_box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007fff+0,274bc5+100 */
	background: rgb(0,127,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,127,255,1) 0%, rgba(39,75,197,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,127,255,1) 0%,rgba(39,75,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,127,255,1) 0%,rgba(39,75,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#274bc5',GradientType=1 ); /* IE6-9 */
}
.active .svg_box svg,
.active .svg_box svg .cls-2{
	stroke: #fff;
	fill:none;
}
.active .svg_box svg .cls-3
{ 
	stroke: #fff;
	fill:#fff;
}
.menu_box{
	position: absolute;
	background:#fff;
	z-index: 2;
	width: 100%; 
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.menu_box.open{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.2s linear;
	z-index: 4;
    position: fixed;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle.actives span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 25px!important;
}

.navbar-toggle.actives span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle.actives span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 25px!important;
}

.navbar-toggle span:nth-child(2),
.navbar-toggle span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle span:nth-child(3) {
    opacity: 1;
}
.menu_box{
    padding: 25px 0;
    box-shadow: 0px 9px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 9px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 9px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 9px 20px rgba(0,0,0,0.1);
}

.pryat {
   display: none;
   opacity: 0;
}
.text-center{
    font-size: 22px;
    padding-top: 4px;
    text-align: left;
    color: #fff;
}
.menu_box.open .navbar-toggle{
	margin-top: 28px;
}
#remont_block_4 .col-sm-5,
#remont_block_4_o .col-sm-5
{
	position: relative;
}
#remont_block_4 img,
#remont_block_4_o img{
	position: absolute;
    top: -17px;
    right: 100px;
}
.loftylab{
	display: block;
    text-align: left;
    position: relative;
    color: #fff;
    padding: 14px 11px 0 0px;
    font-size: 14px;
    width: 94px!important;
    float: right;
}
.loftylab img{
	padding: 10px 0;
}
#skidka .text-center{
	color: #007fff!important;
}
.home_copyrate{
	padding: 30px 0;
}
.metka_city{
	    background: url(../images/metka_city.svg) no-repeat;
    background-size: 14px 20px;
    color: #000;
    background-position: center left;
    padding: 6px 0px 0 19px;
    font-size: 20px;
    margin-top: 0px;
    display: block;
}
.loftylab_home
{
    text-align: right;
    padding: 25px 0;
}
#skidka{
	margin-top: -240px;
}
#skidka h2
{
	margin-top: 45px;
	text-align: left;
}


