.default{
    position: absolute;
    opacity: 0.3;
    width: 100%;
    display: none;
}
.default-img{
    height: 3184px; 
    width: 1600px;
    margin: 0 auto;
    display: block;
}
.overlay{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    z-index: 100;
    display: none;
}
.side-menu{
    min-height: 390px;
    width: 280px;
    position: absolute;
    left: 0;
    z-index: 2200;
    transform: translateX(-280px);
    max-height: 390px;
    overflow-y: auto;
}
.sm-animated{
    transition: transform 450ms ease 0ms;
}
.sm-opened{
    transform: translateX(0px);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
}
.sm-container{
    width: 80%;
    margin: 5%;
    padding: 5%;
}
.sm-closed{
    font-family: OpenSans;
    color:  #e05206;
    font-size: 44.76px;/* Приближение из-за подстановки шрифтов */
    font-weight: 300;
    line-height: 40px;/* Приближение из-за подстановки шрифтов */
    display: inline-block;
    transform: rotate(45deg);
        padding-left: 26px;
}
.sm-list{
    list-style: none;
    margin-bottom: 20px;
}
.sm-href{
    padding-left: 26px;
    display: block;
}
.sm-href.active, .sm-href.root-active{
    border-width: 1px 0;
    border-color:  #e05206;
    border-style: solid;
    background-color:  rgba(224, 82, 6, 0.2);
}
.sm-text{
    color:  #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
}
.side-menu .icon-record{
    left:0;
}
.sm-border{
    background-color:  rgba(225, 225, 228, 0.3);
    width: 100%;
    height: 1px;
    margin: 20px 0;
}
.sm-s{
    text-align: center;
}
.sm-i{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.sm-i:last-of-type{
    margin-right:0;
}
.sm-i .soc-icon:before{
    font-size: 26px;
}
/*top header*/
.h-row-1{
    height: 120px;
}
.h-col{
    float: left;
    overflow: hidden;
}
.h-row-1 .h-col{
    width: 18.75%;
    height: 120px;
}
.h-row-1 .h-col-1{
    display: none;
    line-height: 50px;
    text-align: center;
    cursor:pointer;
}
.h-row-1 .h-col-1 img{
    width: 20px;
    height: 12px;
	vertical-align:baseline;	
}
.h-row-1 .h-col-2{
    line-height: 120px;
    width: 20.75%;
}
.h-col-2-href{
    display: block;
    width: 90%;
}
.h-logo{
    vertical-align: middle;
	max-width:219px;
}
.h-row-1 .h-col-3{
    /*position: relative;*/
    width: 16.75%;
    display: table;
}
.h-row-1 .h-col-3-text{
    display: table-cell;
    vertical-align: middle;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    width: 90%;
    height: 25px;*/
    color: #bcbdbc;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}
.h-row-1 .h-col-4{
    width: 31.25%;
    position: relative;
}
.h-row-1 .h-col-4-container, .h-row-1 .h-col-5-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    right: 0;
    margin: auto 0;
    height: 50px;
}
.h-row-1 .h-col-4-img, .h-row-1 .h-col-4-text, .h-row-1 .h-col-5-img, .h-row-1 .h-col-5-text{
    float: left;
}
.h-row-1 .icon-geo-s, .h-row-1 .icon-phone-s{
    display: block;
    width: 50px;
    height: 50px;
}
.h-row-1 .icon-geo-s:before, .h-row-1 .icon-phone-s:before{
    font-size: 50px;
}
.h-row-1 .h-col-4-img, .h-row-1 .h-col-5-img{
    width: 20%;
    margin-right: 5%; 
}
.h-row-1 .h-col-4-text, .h-row-1 .h-col-5-text{
    width: 75%;
    color:  #fefefe;
    font-size: 14px;
    font-weight: 300;
}
.h-row-1 .h-col-4-text-2, .h-row-1 .h-col-5-text{
    font-size: 16px;/* Приближение из-за подстановки шрифтов */
    font-family: 'DINPro-Black';
}
.h-row-1 .h-col-5{
    width: 25%;
    position: relative;
}
.h-row-1 .h-col-6{
    width: 6.25%;
    position: relative;
}
.h-row-1 .h-col-6-container{
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    margin: auto 0;
    height: 96px;
}
.h-row-1 .h-col-6 .icon{
    margin-bottom: 8px;
}
.soc-icon{
    display: block;
    width: 26px;
    height: 26px;
    color: #e1e1e4;
    opacity: 0.8;
}
.soc-icon:hover{
    opacity: 1;
}
.icon-f:hover{
    color:#3B5998;
}
.icon-vk:hover{
    color:#507299;
}
.icon-i:hover{
    color:#9B6954;
}
.h-row-1 .h-col-6 .icon:before{
    font-size: 26px;
}
.h-row-2{
    background: rgb(237,122,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,122,0,1) 0%, rgba(227,65,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7a00', endColorstr='#e34100',GradientType=0 ); /* IE6-9 */
    height: 47px;
}
.h-row-2 .h-col{
    float: left;
}
.h-row-2 .h-col-1{
    width: 70%;
}
.test{
	position:absolute;
	height:47px;
	background-color:black;
	background-image:url('../img/record-back.png');
	background-repeat:repeat-x;
	top:0;
	left:80%;
	right: 0%;
	z-index:10;
	display: none;
}
.h-row-2 .h-col-2{
    width: 30%;
}
.h-menu{
    overflow: hidden;
}
.h-menu-container{
    width: 80%;
}
.h-menu-item{
    display: block;
    margin-right: 5%;
    float: left;
}
.h-menu-item a{
    display: block;
    color:  #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 47px;
    text-transform: uppercase;
}
.h-menu-item:last-of-type{
    margin-right: 0;
}
.h-menu-item:hover{
    color:  #000000;
}
.h-row-2 .h-col-2-1{
    background-image: url(../img/row-2-1.png);
    background-repeat: no-repeat;
    height: 47px;
    width: 11.6875%;
    position: absolute;
    right: 12.875%;
    z-index: 10;
}
.h-row-2 .h-col-2-2{
    background-image: url(../img/row-2-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 23.0625%;
    position: absolute;
    right: 0;
    z-index: 20;
}
.h-row-2 .h-col-2-3{
    float: right; 
    position: relative;
    z-index: 30;
    width: 45%;
}
.h-row-2 .h-col-2-3-content{
    float: left;
}
.h-row-2 .h-col-2-img{
    height: 44px;
    line-height: 47px;
    width: 20%;
    position: relative;
}
.icon-record{
    position: absolute;
    top: 0;
    right: calc(30% - 14px);
    bottom: 0;
    /*left: 0;*/
    margin: auto;
    width: 14PX;
    height: 23px;
}
.icon-record:before{
    font-size:23px;
}
.h-row-2 .h-col-2-text{
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    width: 40%;
}
.h-row-2 .h-col-2-text-1{
    color:  #ee7500;
}
.h-row-2 .h-col-2-text-2{
    color:  #dbdbdf;
}
.record-back{
    background-image: url(../img/record-back-2.png);
    background-size:cover;
    position: absolute;
    right:0;
    left:80%;
    
}
/*end header*/
/*wrapper*/
.swiper-1 .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-1 .swiper-slide {
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-1 .swiper-slide-container{
    max-width: 1600px;
    width: 100%;
    min-width: 1280px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin: 0 auto;
}
.swiper-1 .substrate{
    background-color:  rgba(0, 0, 0, 0.8);
    width: 40%;
    margin-left: 10%;
    position: relative;
    display: table;
    /*display: -webkit-box;*/
}
.swiper-1 .swiper-title{
    position: absolute;
    z-index: 100;
    /*left: 10%;
    right: 10%;*/
	left: 32px;
    right: 32px;
    top: 20px;
    color: #ffffff;
    font-size: 30px;
	line-height: 1;
	font-family: 'DINPro-Black';
    text-align: center;
    text-transform: uppercase;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    padding: 0 10px;
	overflow: hidden;
}
.swiper-1 .swiper-title>div{
	display: inline-block;
	/*background: rgba(0, 0, 0, 0.8);*/
	position: relative;
    max-width: 80%;
    max-height: 2em;
}
.swiper-1 .swiper-title>div:before{
	content: '';
    height: 1px;
    width: 320px;
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 12px;
    background: #e05206;
}
.swiper-1 .swiper-title>div:after{
	content: '';
    height: 1px;
    width: 320px;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 12px;
    background: #e05206;
}
.swiper-1 .swiper-border{
    /*border: #e05206 1px solid;*/
	/*border-top: #e05206 1px solid;*/
    border-right: #e05206 1px solid;
	border-bottom: #e05206 1px solid;
    border-left: #e05206 1px solid;
    height: 80%;
	/*width: 80%;
    margin: 5%;*/
	margin: 32px;
    padding: 5%;
    position: relative;
    z-index:1;
}
.swiper-1 .swiper-description{
    color:  #ffffff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 5%;
}
.swiper-1 .swiper-button-container{
    position: absolute;
    max-width: 1600px;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.swiper-1 .swiper-button-next, .swiper-1 .swiper-button-prev{
    background-image: none;
    width: 50px;
    height: 50px;
    z-index: 100;
}
.swiper-1 .swiper-button-next{
    right: 2.5%;
}
.swiper-1 .swiper-button-prev{
    left: 2.5%;
}
/*end swiper-1*/
/* services*/
.w-block-title-href{
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    white-space: nowrap;
}
.w-block-stick{
    width: 10%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}
.w-block-stick-1{
    background-color: rgba(224, 82, 6, 0.38);
    margin-right: 10px;
}
.w-block-stick-2{
    margin-left: 10px;
    background-color:  rgba(139, 141, 142, 0.38);
}
.w-block-title{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.w-block-title div, .w-block-title a, .w-block-title h3{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
}
.w-block-title .h3:nth-of-type(2n+1), .w-block-title div.active, .w-block-title a.inactive:hover, .news-page .w-block-title a:hover {
    color:  #e05206;
}
.w-block-title .h3:nth-of-type(2n), .w-block-title a.inactive, .news-page .w-block-title a{
    color:  grey;
}
.services-items{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.services-items ul{
    text-align: center;
    padding: 0;
    font-size: 0;
}
.services-items ul li{
    display: inline-block;
    list-style: none;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 26px;
    width: 30%;
}
.services-item{
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: 2s;
}
.services-item:hover .services-item-back{
    filter: grayscale(100%);
}
.gallery .services-item:hover .services-item-back{
    filter: none;
}
.services-item-back{
    width: 100%;
    height: 250px;
    background-position:center center; 
    background-size: cover;
    background-repeat:no-repeat;
    position: absolute;
}
.services-item-cost{
    position: absolute;
    top: 17.6%;
    right: 0;
    right: -145px;
    height: 17.6%;
    background-image: url(../img/item-row-3.png);
    width: 145px;
    height: 44px;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 500;
    transition: 2s;
}
.services-item:hover .services-item-cost{
    right: 0;
}
.services-item-description{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}
.services-item-description-1{
    background-image: url(../img/item-row-1.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    position: absolute;
    left:0;
    z-index: 10;
}
.services-item-description-2{
    background-image: url(../img/item-row-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    /*width: 89%;*/
    position: absolute;
	left:8%;
    right: 0;
    z-index: 20;
    
}
.services-item-description-3{
    float: right; 
    position: relative;
    z-index: 30;
    width: 80%;
    height: 80px;
}
.services-item-description-content{
    float: left;
}
.services-item-description-img{
    height: 80px;
    line-height: 80px;
    width: 25%;
    margin-right: 3%;
    position: relative;
}
.services .icon, .gallery .icon{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
    width: 55px;
    height: 40px;
} 
.services .icon:before, .gallery .icon:before{
    font-size:40px;
    color: #fff;
}
.services .icon-oil:before, .gallery .icon-oil:before{
    font-size:26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
}
.services-item-description-text{
    line-height: 20px;
    color:  #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 68%;
    padding-left: 2%;
    padding-right: 2%;
    height: 80px;
    position: relative;
    display: table;
}
.services-item-description-text .text{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.swiper-2.swiper-container-horizontal > .swiper-scrollbar{
    left: 10%;
    width: 80%;
    bottom: 27px;
}
.swiper-2 .swiper-scrollbar-drag{
    background-color: #e05206;
}
.swiper-2 .swiper-button-container{
    height: 60px;
    position: relative;
}
.swiper-2 .swiper-button-next{
    background-image:url(../img/orange-arrow-next.svg);
}
.swiper-2 .swiper-button-prev{
    background-image:url(../img/orange-arrow-prev.svg);
}
/* end services*/
/*news */
.news-items{
    overflow: hidden;
}
.news-items ul{
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.news-items ul li{
    /*display: inline-block;*/
    float: left;
    list-style: none;
    margin-left: 2.66666666%;
    margin-right: 2.66666666%;
    width: 21%;
}
.news-items ul li:first-of-type{
     margin-left: 0;
}
.news-items ul li:last-of-type{
     margin-right: 0;
}
.news-item{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: 2s;
}
.news-item:hover .news-item-back{
    filter: grayscale(100%);
}
.news-item-back{
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}
.news-item-back img{
    max-height:160px;
	max-width:280px;
}
.news-item-date{
    color:  #acadae;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.news-item-text{
    color:  #1e1e1e;
    font-size: 16px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 18px;/* Приближение из-за подстановки шрифтов */
    text-align: center;
}
/*end news*/
/* about */
/*
.a-left, .a-right{
}
.a-right{
    float: right;
    width: 50%;
}
.a-right img{
}
.a-left{
    margin-right: 50%;
}
.a-left-container{
    width: 94.73%;
    margin: 0 auto;
}
.a-text{
    color:  #5c5c5d;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}*/



/*
.aboutText{
    display: flex;
    align-content: center;
}
.aboutText__half{
    flex-basis: 50%;
}
.aboutText__right{
    display: flex;
}
*/

.aboutText__right{
    width: 94.73%;
    margin: 45px auto 0;
    text-align: center;
}
.aboutText__right-img{
    margin: auto 0;
}
.aboutText__left-text{
    color:  #5c5c5d;
    font-size: 15px;/* Приближение из-за подстановки шрифтов */
    font-weight: 300;
    line-height: 20px;/* Приближение из-за подстановки шрифтов */
    text-align: center;
}
@media only screen and (min-width : 1025px) {
    .aboutText__left-text{
        margin-right: 20px;
    }
}
.aboutText__left-container{
    width: 94.73%;
    margin: 0 auto;
}

/* end about */

/*footer*/
.online-record{
    background-color:  #ff7e00;
    background-image: url(../img/g-back-orange.png);
    /*background: radial-gradient(circle closest-side at 50%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);*/
    min-height: 400px;
}
.f-block-title-href{
    display: block;
    margin: 40px auto 20px;
    text-align: center;
}
.f-block-stick{
    background-color: rgba(255, 255, 255, 0.38);
    width: 10%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.f-block-title{
    display: inline-block;
    vertical-align: middle;
}
.f-block-title div{
    text-transform: uppercase;
    color:  #1e1e1e;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
}
.record-text{
    color:  #1e1e1e;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}
.record-form{
    overflow: hidden;
}
.record-form-field{
    position: relative;
    height: 50px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
}
.record-form-field-1 {
    width:28%;
    margin-right: 2%;
}
.record-form-field-2 {
    width:18%;
    margin-right: 2%;
}
.record-form-field-3{
    width:18%;
    margin-right: 2%;
}
.record-form-field-4{
    width:28%;
}
.record-form-field input, .record-form-field select{
    border-radius: 25px;
    width: calc(100% - 55px);
    padding: 5px 5px 5px 50px;
    font-size: 18px;
    color:  #1e1e1e;
	color:  black;
    font-family: 'DINPro-Bold';
}
.record-form-field select option{
	color:  #8b8d8e;
}
.record-form-field input{ 
    background-color: #ffffff;
    height: 40px;
    outline: none;
    border: none;
}
.record-form-field input::-webkit-input-placeholder {color:  #8b8d8e; font-size: 18px;font-family: 'DINPro-Light';}
.record-form-field input:-ms-input-placeholder {color:  #8b8d8e;font-size: 18px;font-family: 'DINPro-Light';}
.record-form-field input::-ms-input-placeholder{color:  #8b8d8e;font-size: 18px;font-family: 'DINPro-Light';}
.record-form-field input::placeholder {color:  #8b8d8e;font-size: 18px;font-family: 'DINPro-Light';}

.record-form .icon{
    position: absolute;
    top: 14px;
    top: calc((50px - 22px)/2);
    left: 20px;
}
.record-form .icon:before{
    color:#ff7200;
    font-size:22px; 
}

.record-form-field-4 select {
    border: 0;
    background: transparent;
    width: 130%;
    /*-webkit-appearance: none;*/
    text-overflow: ellipsis;
    height: 50px;
    outline: 0;
    padding-right: 22%;
}

.record-form-field-4 {
   overflow:hidden;
   border-radius: 25px;
   background: #fff url(../img/arrow-up.png) no-repeat scroll 95% center;
}
.record-form-submit{
    margin: 50px auto;
}
/* map*/
.map{
    background: url(../img/map.png) center center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}
.map-baloon{
    position: absolute;
    top:20px;
    left: 30%;
    background: url(../img/g-logo-2.png) center center no-repeat;
    background-size: cover;
    height: 82px;
    width: 79px;
}
/* end map */
/* contacts */
.contacts{
    position: relative;
}
.map-description{
    background: url(../img/m-footer.png) center center no-repeat;
    height: 256px;
    min-width: 435px;
    /*width:27.18%;*/
    margin: auto;
    position: absolute;
    z-index: 100;
    right: 5%;
    top: 0;
    bottom: -400px;
}
.map-description-container{
    width: 65%;
    margin: 0 auto;
}
.f-logo{
    display: block;
    width: 219px;
    height: 40px;
    margin: 30px auto 10px;
}
/*.map-description-1, .map-description-2, .map-description-3{
    margin-left: 98px;
    margin-right: 98px;
}*/
.map-description-1{
    color:  #bcbdbc;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.map-description-2{
    margin-bottom: 5px;
}
.map-description-2-i{
    float: left; 
    width: 30px;
    height: 32px;
    position: relative;
}
.map-description-2-t{
    margin-left: 35px;
    text-align: center;
    min-height: 32px;
    width: calc(100% - 35px);
    display: table;
}
.map-description-2-t .text{
    color:  #fefefe;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
.map-description-2 .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 21px;
    height: 25px;
}
.map-description-2 .icon-phone{
    width: 27px;
}
.map-description-2 .icon:before{
    font-size: 25px;
}
.map-description-3{
    overflow: hidden;
}
.map-description-3-t, .map-description-3-s, .map-description-3-i{
    float: left;
}
.map-description-3-t, .map-description-3-i{
    margin-right: 5%;
    height: 30px;
}
.map-description-3-t{
    width: 30%;
    display: table;
}
.map-description-3-t .text{
    display: table-cell;
    vertical-align: middle;
    color:  #fefefe;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.map-description-3-s{
    width: 65%;
}
.map-description-3-i{
    width: 13.13131313131313%;
    height: 26px;
    position: relative;
}
.map-description-3 .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.map-description-3 .icon:before{
    font-size: 26px;
}
/* end contacts */

/*news-page*/
.news-page .news{
    display: block;
}
.news-page .w-block-title-href, .about-page .w-block-title-href, .nov-page .w-block-title-href, .services-page .w-block-title-href{
    margin-top: 30px;
}
.news-page .news-items ul li{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.news-page .news-item-back{
    float: left;
    width: 280px;
}
.news-page  .news-item-description{
    margin-left: 280px;
    display: table;
    min-height: 160px;
}
.news-page .news-item-description-container{
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding-left: 5%;
}
.news-page .news-item-title{
    color:  #e05206;
    font-size: 20px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 20px;
    text-align: left;
        margin-bottom: 20px;
}

/* end news-page*/
/*about page*/
.about-page .a-text{
    text-align: left;
}
li.orangemdash {
    list-style-type: none; /* Убираем маркеры у списка */
   }
li.orangemdash:before {
    content: "-"; /* Добавляем в качестве маркера символ */
    color: #e05206;
    margin-right: 10px;
    font-size: 16px;
}
.howwework.w-block{
    margin-bottom: 0
}
.howwework .w-block-title div:nth-of-type(2n){
    color: white;
}
.howwework .w-block-stick{
   background-color:white; 
}
.hww-item{
    text-align: center;
    margin-bottom: 30px;
    font-size: 0;
}
.hww-item li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}
.hww-icon{
    display: inline-block;
    width: 77px;
    height: 76px;
    margin-bottom: 30px;
}
.hww-icon:before{
    font-size: 76px;
}
.hww-text{
    font-family: DINPro;
    color:  #ffffff;
    font-size: 20px;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    line-height: 20px;/* Приближение из-за подстановки шрифтов */
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}
/*end about*/
/* novelty */
.c-left{
    float: left;
    width: 30%;
    padding: 5%;
    height: auto;
}
.c-left img{
    margin: 0 auto;
    display: block;
}
.c-right{
    margin-left: 40%;
    margin-right:0;
    padding: 0;
}
.c-right:after{
    content: '';
    display: table;
    clear: both;
}
.c-text{
    text-align: left;
}
/*end novelty*/
/* */
.w-first{
    margin-top: 30px;
}
.serv-1 .w-block-container{
    position: relative;
}
.mini-title, .mini-title-2{
    color:  #1e1e1e;
    font-size: 20px;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    line-height: 20px;/* Приближение из-за подстановки шрифтов */
    text-align: center;
    text-transform: uppercase;
    max-width: 80%;
    margin: 20px auto;
}
.mini-title-2{
    color:  #ffffff;
}
.table-costs{
    width: 100%;
}
.table-costs th:first-of-type, .table-costs td:first-of-type{
    width: 70%;
}
.table-costs tr{
    height: 60px;
}
.table-costs th:nth-of-type(2), .table-costs td:nth-of-type(2){
    width: 30%;
}
.table-costs th{
    color:  #8b8d8e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.table-costs td{
    color:  #1e1e1e;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 2%;
}
.table-costs td:nth-of-type(2){
    font-weight: 700;
}
.table-costs tr:nth-of-type(2n+1) td:nth-of-type(2){
    background-color:  #f8c68f;
}
.table-costs tr:nth-of-type(2n) td:nth-of-type(2){
    background-color:  #ffe9d0;
}
.serv-2{
    background: url(../img/s-1.png) center center no-repeat; /* Добавляем фон */
    background-size: cover; /* Масштабируем фон */
}
.swiper-3.swiper-container-horizontal > .swiper-scrollbar{
    left: 10%;
    width: 80%;
    top: calc(100% + 25px);
}
.swiper-3 .swiper-scrollbar{
    background: #bababa;
}
.swiper-3 .swiper-scrollbar-drag{
    background-color: #e05206;
}
.gallery{
    position: relative;
}
.gallery ul{
    margin-bottom: 50px;
}
.gallery ul li{
    list-style: none;
}
.gallery .services-item-description{
    transition: 2s;
    left:100%;
    right:-100%;
    display: none;
}
.gallery .services-item:hover .services-item-description{
    left:0;
    right:0;
}
.gallery .services-item-cost{
    display: none;
}
.serv-3 .mini-title{
    text-transform: none;
}
.serv-3-text ul{
    padding-left: 5%;
}
.serv-3-text ul li{
    list-style-type: upper-latin;
}
.serv-4{
	text-align:center;
}
.serv-4-href{
	font-size:1.5em;
	display:inline-block;
	margin:10px auto;
}
.serv-4-href:hover{
	color: #e05206;
	text-decoration:underline;
}
/*photoswipe */
.develop_site{
    overflow:hidden;
    color:#fff;
    min-height: 50px;
}
.develop_site_half{
    display:inline-block;
    /*line-height:50px;*/
    padding-top:10px;
    color:  #bbbbbb;
    font-size: 14px;
    padding-bottom: 15px;
}

.develop_site_left{
    float:left;
}
.develop_site_right{
    float:right;
}
.develop_site_right a.develop_site_34web_link{
    color:  #bbbbbb;
    display:inline-block;
}
.develop_site_34{
    color:#fe8300;
}
/* Ilin */
.link--ilin {
    /*font-weight: 900;*/
    overflow: hidden;
    color: #adaa88;
    line-height: 1;
}
.link--ilin span {    
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.link--ilin:hover .develop_site_34 {
    color: #fff;
}
.link--ilin:hover .develop_site_web {
    color: #fe8300;
}
.link--ilin span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 0.8;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.link--ilin .develop_site_web::before {
    background: #fe8300;
}
.link--ilin:hover .develop_site_web::before,
.link--ilin .develop_site_34::before {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
}
.link--ilin:hover .develop_site_34::before,
.link--ilin .develop_site_web::before {
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
/*end photoswipe */
/* end footer*/

/*animation*/

@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
} 
/*.icon-phone-s:hover, .icon-phone:hover{
	animation: blur 1s ease-out infinite;
	color:white;
}*/
/*.h-menu-item:hover{
	animation: blur 1s ease-out infinite;
}*/
@media (min-width:1281px){
	#privacy_policy_block_services{
		margin-top: 30px;
	}
}
#privacy_policy_block_services{
	color: #1e1e1e;
	text-align:center;
}
.link_agree{
	text-decoration: underline;
    color: #000000;
}
.link_agree:hover{
	text-decoration: none;
	color: #000000;
}
@media (max-width:520px){
	.develop_site_half{
		line-height:20px;
	}
}
.link_agree_footer{
	text-decoration: underline;
    color: #ff6c17;
    padding-left: 15px;
}
.link_agree_footer:hover{
	text-decoration: none;
	color: #ff6c17;
}

.develop_block {
    padding-left: 15px;
}

@media only screen and (max-width : 600px) {
    .link_agree_footer{
        display:block;
        padding-left: 0px;
    }
    .develop_block {
        display:block;
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

.submenu {
    display: none;
    background: rgb(237,122,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,122,0,1) 0%, rgba(227,65,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7a00', endColorstr='#e34100',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 100%;
    z-index: 100000;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu li a {
    border-bottom: 1px solid rgba(255,255,255,.3);
    color: white;
    line-height: 41px;
    padding: 0px 10px;
}

.submenu li a:hover {
    color: #000000;
}

.h-menu-item:hover .submenu {
    display:block;
}

.root-item-sub .sm-text {
    line-height: 25px;
    padding: 0px 10px 0px 36px;
}

.root-item-sub .sm-href {
    padding-left: 0px;
}

@media (max-width: 1024px) {
	.wrapper{
		padding-left: 2%;
		padding-right: 2%;
	}
	.h-menu-item a {
		font-size: 0;
	}
	.novelty .w-block-title .h3{
		max-width: inherit;
		white-space: normal;
	}
}