.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
div[id^=wait_comp], .bx-core-waitwindow{
    display:none
}


*::-webkit-input-placeholder {
    color: #3c3f42;
    opacity: 1;
}
*:-moz-placeholder {
    color: #3c3f42;
    opacity: 1;
}
*::-moz-placeholder {
    color: #3c3f42;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #3c3f42;
    opacity: 1;
}

body {
    font-family: 'Source Sans Pro', sans-serif;    
    font-size: 16px;
    color: #3c3f42;
}

p{
    font-size: 14px;
}

hr {
    border: 1px solid whitesmoke;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.description_good ul li,
.service_char ul li,
.faq .description ul li,
.piece_of_news ul li,
.about_company ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.description_good li:before,
.service_char li:before,
.faq .description li:before,
.piece_of_news li:before,
.about_company li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 0px;
    border-radius: 10px;
}

.work{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;    
    margin: 0 auto;
}

.maxwidth-theme {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.helper{
    width: 100%!important;
    height: 0!important;
    visibility: hidden;
    margin: 0!important;
    padding: 0!important;
}

.hidden {
  display: none !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select.form_control,
textarea{
    width: 100%;
    height: 46px;
    margin-bottom: 25px;
    padding: 0 15px;
    color: #3c3f42;
    font-size: 14px;
    background-color: white;
    border: 1px solid whitesmoke;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;    
}

textarea{
    width: 100%;
    height: 160px;
    margin-bottom: 25px;
    padding: 10px 15px;
    color: #3c3f42;
    font-size: 14px;
    background-color: white;
    border: 1px solid whitesmoke;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif; 
    resize: none;
}


.form label{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #3c3f42;
}

.form label span{
    
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.btn{
    display: inline-block;
    padding: 15px 20px;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    text-align: center;    
    font-family: 'Source Sans Pro', sans-serif;    
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.btnradius .btn{
    border-radius: 30px;
}

.btnscale .btn:hover {
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.btn_main{
    color: white;
}

.btn_white{
    
    background-color: transparent;
    
}

.btn_grey{
    background-color: #fcfcfc;
    border: 1px solid whitesmoke;
    color: #3c3f42;
}

.btn_grey:hover{
    background: #3c3f42;
    border-color: #3c3f42;
    color: #fff;
}

.btn_white:hover{
    color: #fff;
}

.btn_black{
    background-color: #3c3f42;
    color: #fff;
}

button:focus{
    outline: none;
}

.transition{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.title_block{
    display: block;
    margin-bottom: 35px;
    color: #272727;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}


/*Header*/
.header{
   width: 100%; 
   display: block;

   background: #fff;
   z-index: 5;
   
   /*position: absolute;
   top: 0px;
   left: 0px;*/

}

.header .inner{
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}

.header_second .inner{
    padding-top: 20px;
    padding-bottom: 25px;
}

.header .items{
    margin: 0 -10px;
}

.header .item{
    width: 20%;
    float: left;
    padding: 0 10px;
}

.header .item:nth-child(1){
    padding-top: 7px;
}

.header .item:nth-of-type(2){
    padding-top: 2px;
}

.header .item:nth-child(3){
    padding-top: 5px;
    text-align: center;
}

.header .item:nth-child(4){
    padding-top: 7px;
}

.header .item:nth-child(5){
    text-align: right;
    
}

.header_second .item{
    width: 28.33%;
}

.header_second .item:nth-child(3){
    text-align: right;
     padding-top: 3px;
}


.header .logo{
    display: inline-block;
    max-width: 100%;
}

.bottom .logo{
    width: 18%;
    display: none;
    margin-top: 15px;
}




.header .logo a{
    
}

.header .logo img{
    display: inline-block;
    vertical-align: middle;  
    max-width: 100%;
}

.header .logo span{
    display: inline-block;
    font-family: 'geometria';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;    
    color: #3c3f42;           
}

.bottom .logo span{
    font-size: 16px;
}

.header .logo a > span{
    margin-left: 5px;
    position: relative;
    top: 5px; 
}

.header .slogan{
    color: #373737;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.header .address{
    display: block;
    margin-bottom: 5px;
    color: #373737;
    font-size: 13px;
    font-weight: 300;
}

.header_second .address{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    padding-left: 25px;
    position: relative;
}

.header_second .address:before{
    content: url(../img/header/place.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.header .mail{
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.header_second .mail{
    padding-left: 25px;
    position: relative;
}

.header_second .mail:before{
    content: url(../img/header/mail.png);
    position: absolute;
    top: 1px;
    left: 0px;
}

.header .phones{
    display: inline-block;
    text-align: left;
}

.header .phone{
    display: block;
    font-size: 18px;
    font-weight: 300;    
}

.header_second .phone{
    display: block;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    font-weight: 300;
    font-size: 17px;
    padding-top: 3px;
}

.header_second .phone:before{
    content: url(../img/header/phone.png);
    position: initial;
    top: 0px;
    left: 0px;
    margin-right: 4px;
}

.header .phones .phone:nth-child(1) {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}

.header .callback{
    padding: 10px 15px;
    border-radius: 17px;
}

.header_second .callback{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    float: right;
    border-radius: 3px;
}

.header_second .callback:hover{
    text-decoration: underline;
}

.header_second.sticky .callback {
    display: none;
}

.bottom .callback{
    display: none;
    margin-top: 10px;
}

.header_second .bottom .callback{
    color: #fff;
    margin-top: 6px;
    opacity: .9;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
}

.header_second .bottom a.callback.two:hover {
    background: #fff;
    color: #3c3f42;
}

.header .bottom{
    width: 100%;
    position: relative;
    background-color: #3c3f42; 
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);       
}

.header .bottom.light {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}

.header .bottom .inner{
    padding-top: 0px;
    padding-bottom: 0px;
}

.toggleMenu{
    display: none;
    font-size: 30px;
    padding: 2px 5px;
    border: 2px solid #fff;
    color: #fff;
    float: left;
}

.header .bottom.light .toggleMenu {
    border: 2px solid #3c3f42;
    color: #3c3f42;
}

/*NAV*/
.nav {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
     *zoom: 1;
}


.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 210px;
    background: #f8f8f8;
    z-index: 9;
}

.nav ul ul{
    background: #ededed;
}

.nav a {
    padding: 13px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: .3s;
    -moz-transition: .3s;
    font-weight: 600;
}

.bottom.light .nav a {
    color: #3c3f42;
}

.bottom.colored .nav > li:hover > a {
    color: #fff !important;
}

.nav > li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header.sticky .bottom.colored .nav > li:hover > a {
    color: #fff !important;
}

.nav li {
    position: relative;
}

.nav > li{
    float: left;
    position: relative;
}

.nav > li:before{
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,.1);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -8px;
}

.nav > li:first-child:before{
    display: none;
}

.nav > li:first-of-type{
    margin-left: 0;
}

.nav > li > .parent {
    
}

.nav li a .fa{
    margin-left: 8px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.nav > li > a {
    display: block;
    padding: 20px;
    
}

.nav li ul {
    min-width: 260px;
    padding: 10px 0;
    position: absolute;
    left: -9999px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.nav li ul ul{
    background-color: #f7f7f7;
}

.nav > li.hover > ul {
    left: 0px;
    z-index: 2;
}



.nav li li.hover ul {
    left: 100%;
    top: -10px;
    z-index: 2;
}


.nav li li a {
    display: block;
    color: #3c3f42;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 35px;
    position: relative;
    z-index:100;  
    font-weight: 500;
}

.nav li li li a{
    padding-right: 20px;
}

.nav li li:hover > a{
    background-color: #f3f3f3;
}

.nav li li li:hover > a{
    background: transparent;
}

.nav li li a .fa{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}

.nav li li li a {
    border-color: transparent;
    z-index:200;   
}

/*****/

.header .bottom_right{
    display: inline-block;
    float: right;
    
}

.header .search{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 39px;
    position: relative;
}

.toggle_search{
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/header/lup.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 11px;
}

.toggle_search.active{
    opacity: .6;
}

.search_drop{
    width: 544px;
    padding: 10px;
    background-color: #d5d5d6;
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 9;
    margin-top: 14px;
}

.search_drop input{
    width: 100%;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 100px;
    height: 40px;
    background-color: white;
    border: none;
    color: #323538;
    font-size: 16px;
    font-weight: 300;
}

.search_drop button{
    width: 84px;
    height: 40px;
    background-color: white;
    border: none;
    border-left: 1px solid #f2f2f2;
    color: #323538;
    font-size: 16px;
    font-weight: 600;
    text-align: center;   
    position: absolute;
    top: 10px;
    right: 10px; 
}

/*Slider*/
.slider{
   width: 100%; 
   display: block;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.slider .inner{
    padding-top: 80px;
}

.slider li{
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .container{
    width: 100%;
    height: 100%;
}

.slider .chisel{
    width: 100%;
    max-width: 480px;
    display: inline-block;
    padding: 45px 45px 40px;
    background-color: white;
}

.slider .title{
    display: block;
    margin-bottom: 20px;
    color: #272727;
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
}

.slider p{
    margin-bottom: 34px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.slider .btn{
    margin-right: 5px;
    margin-bottom: 5px;
}

.banners-content .text {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
}
.banners-content span {
    font-size: 2.133em;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 20px;
}

.banners-content .btn-default.white {
    background: none;
    margin-bottom: 10px;
}

.banners-content .intro-text {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}


.bx-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    height: auto;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 999;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev{
    left: 0px;
    background: #d5d5d6 url(../img/slider/pre.png) center center no-repeat ;
}

.bx-wrapper .bx-prev:hover{
    background-color: #3c3f42;
}

.bx-wrapper .bx-next{
    right: 0px;
    background: #d5d5d6 url(../img/slider/next.png) center center no-repeat ;
}

.bx-wrapper .bx-next:hover{
    background-color: #3c3f42;
}

.slider .bx-wrapper .bx-prev,
.slider .bx-wrapper .bx-next{
    left: 21.5%;
}

.slider .bx-wrapper .bx-next{
    margin-left: 35px;
}

.bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 65px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
}


/* PAGER */
.bx-wrapper .bx-pager {
    padding-left: 21.5%;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    overflow: hidden;
    background-color: #fff;
 
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #3c3f42;
}

/*Do_it*/
.do_it{
    width: 100%;
    background-color: #fbfbfb;
    position: relative;
    z-index: 1;
}

.do_it .inner{
    padding-top: 45px;
    padding-bottom: 45px;
}

.do_it .items{
    margin: 0 -15px;
}

.do_it .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.do_it .item > div{
    padding-left: 85px;
    position: relative;
}

.do_it .item .icon{
    position: absolute;
    top: 2px;
    left: 0px;
}

.do_it .item span{
    display: block;
    margin-bottom: 5px;
    color: #3c3f42;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.do_it .item p{
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

/*Type_project*/
.type_project{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.type_project .inner{
    padding-top: 35px;
    padding-bottom: 75px;
}

.type_project .items{
    margin: 0 -10px;
}

.type_project .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.type_project .item .pic{
    height: 260px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    overflow: hidden;
}

.type_project .item .overlay{
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(42,42,42,.0);
    transition: .5s;
    -moz-transition: .5s;
    
}

.type_project .item .pic:hover .overlay{
    background: rgba(42,42,42,.6);
}

.type_project .item .text{
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.type_project .item .title{
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 15px;
    background-color: #3c3f42;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-left: 5px solid;
    transition: .5s;
    -moz-transition: .5s;
}

.type_project .item p{
    color: white;
    height: 44px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    transition: .5s;
    -moz-transition: .5s;
    position: relative;
    margin-bottom: -65px;
    overflow: hidden;
}

.type_project .item .pic:hover p{
    margin-bottom: 0;
}

/*Popular*/
.popular{
    width: 100%;
    background-color: #fbfbfb;
    padding-top: 35px;
    padding-bottom: 95px;
    position: relative;
    z-index: 1;
}

.popular .inner{
    
}

.popular .title_block{
    text-align: left;
    padding-right: 85px;
}


/**********/




.owl-controls{
    width: 65px;
    z-index: 9;
}

.owl-controls .owl-prev{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -70px;
    right: 35px;
    background-color: rgba(0,0,0,.2);
    background-image:  url(../img/slider/pre.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -70px;
    right: 0px;
    background-color: #d5d5d6;
    background-image:  url(../img/slider/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background-color: #3c3f42;
}

.owl-dots{
    width: 100%;
    position: absolute;
    bottom: -55px;
    text-align: center;
}

.owl-dot{
    width: 8px;
    height: 8px;
    border: 2px solid #3c3f42;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    margin: 0 5px;
}

.owl-dot.active{
    background-color: #3c3f42;
}

.owl-carousel .owl-item img{
    width: auto;
    display: inline-block;
}

.catalog{
    margin: 0 -15px 55px;
}

.catalog_item{
    position: relative;   
}

.catalog .catalog_item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.catalog_item .pic{
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.catalog_item:hover .pic{
    display: none;
}

.catalog_item .shild{
    padding: 5px 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.catalog_item .shild.recomend{
    background-color: #eca826;
}

.catalog_item .shild.new{
    
}

.catalog_item .shild.sale {
    background-color: #f00;
}

.catalog_item .description{    
    width: 100%;        
    background: #fdfdfd;
    position: relative;
    z-index: 2;
}

.catalog_item .description .top{
    padding: 20px 15px 5px;
    overflow: hidden;
    height: 100px;
    position: relative;
    background: #fdfdfd;
    transition: .3s;
    -moz-transition: .3s;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
}

.catalog_item:hover .description .top{
    
}

.catalog_item .description .top .title{
    display: block;
    margin-bottom: 5px;
    color: #3c3f42;
    font-size: 18px;
    font-weight: 600;
}

.catalog_item .description .top p{
    opacity: 0.5;
    color: #3c3f42;
    font-size: 14px;
}

.catalog_item .description .bottom{
    height: 180px;
    overflow-y: auto;
    display: none;
    padding: 20px 15px 5px;
    border-top: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    background: #fdfdfd;
}

.catalog_item:hover .description .bottom{
   display: block;
}

.catalog_item .description ul{
    list-style: none;
}

.catalog_item .description ul li{
    margin-bottom: 10px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
}

.catalog_item .description ul li span{
    display: inline-block;
}

.catalog_item .description ul li span:first-child{
    width: 148px;
}

.catalog_item .foot{
    height: 75px;
    padding: 15px 15px 5px;
    background: #fdfdfd;
    border-top: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
}

.catalog_item .price{
    width: 64%;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
}

.catalog_item .old_price{
    display: block;
    margin-top: 5px;
    opacity: 0.5;
    color: #3c3f42;
    font-size: 16px;
    text-decoration: line-through;
}

.catalog_item .price .fa{
    font-size: 80%;
}

.catalog_item .square{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    color: #3c3f42;
    font-size: 22px;
    font-weight: 300;
}

/*Blog*/
.blog{
    width: 100%;
    background-color: #fff;    
    position: relative;
    z-index: 1;
}

.blog .inner{
    padding-top: 80px;
    padding-bottom: 45px;
}

.blog .items{
    margin: 0 -15px;
}

.blog .item{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog_inner .item{
    width: 33.33%;
}

.blog .item .pic{
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog .item .date{
    padding: 5px 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.blog .item .description{
    padding: 15px 15px;
    background: #fdfdfd;
}

.blog .item .title{
    display: block;
    height: 40px;
    margin-bottom: 10px;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
}

.blog .item .title a{
    color: inherit;
}

.blog .item .category{
    display: block;
    opacity: 0.5;
    color: #3c3f42;
    font-size: 14px;
}

/*About*/
.about{
    width: 100%;
    background: #3c3f42 url(../img/about/about_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.about .inner{
    padding-top: 60px;
    padding-bottom: 50px;
}

.about .left{
    width: 83%;
    float: left;
    padding-right: 160px;
}

.about .right{
    width: 17%;
    float: left;
}

.about .title_block{
    margin-bottom: 40px;
    text-align: left;
    color: #fff;
}

.about h3{
    margin-bottom: 35px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.about p{
    margin-bottom: 40px;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.about ul{
    list-style: none;
}

.about ul li{
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.about ul li:before{
    content: "";
    width: 6px;
    height: 6px;  
    position: absolute;
    top: 7px;
    left: 0px;  
}

.about .item {
    color: white;
}

.about .item span{
    display: block;
    margin-bottom: 10px;
    color: white;
    font-size: 42px;
    font-weight: 300;
}

.about .item p{
    margin-bottom: 0px;
    font-weight: 600;
}

.about .item .line{
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 25px;
    background: rgba(255,255,255,.35);
    position: relative;
}

.about .item .line span{
    width: 40px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*advantages*/
.advantages{
    width: 100%;
    background: #fbfbfb;
    position: relative;
    z-index: 1;
}

.advantages .inner{
    padding-top: 70px;
    padding-bottom: 75px;
}

.advantages .items{
    margin: 0 -15px;
}

.advantages .item{
    width: 20%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.advantages .item > div{
    
}

.advantages .item span{
    display: block;
    margin-bottom: 30px;
    color: #3c3f42;
    font-size: 24px;
    font-weight: 300;
}

.advantages .item .icon{
    height: 65px;
    margin-bottom: 10px;
}

.advantages .item p{
    max-width: 90%;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

/*News*/
.news{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.news_inner{
    padding: 20px;
    border: 1px solid whitesmoke;
}

.news .inner{
    padding-top: 70px;
    padding-bottom: 75px;
}

.news .items{
    margin: 0 -15px;
}

.news .item{
    width: 33.33%;
    min-height: 120px;
    float: left;
    padding: 0 15px;
    padding-bottom: 20px;
}

.news_inner .item{
    width: 50%;
}

.news .item .pic{
    width: 82px;
    height: 82px;
    display: block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.news .item .right{
    margin-left: 120px;
}

.news .item .date{
    display: inline-block;
    padding: 5px 8px;
    margin-bottom: 10px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.news .item .title{
    display: block;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.news .item .title a{
    color: inherit;
}

span.period {
    padding: 3px;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    color:#fff;
}

/*partners*/
.partners{
    width: 100%;
    background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.partners_item{
    width: 100%;
    height: 125px;
    display: table;
    text-align: center;
    
}

.partners_item img{
    transition: .3s;
    -moz-transition: .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.partners_item img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.partners_item > div{
    display: table-cell;
    vertical-align: middle;
}

.partners .owl-controls{
    width: auto;
    
}

.partners .owl-controls .owl-prev{
    top: 50%;
    right: auto;
    left: 0;
    margin-top: -15px;
}

.partners .owl-controls .owl-next{    
    top: 50%;
    right: 0px;
    margin-top: -15px;
}

.partners .owl-carousel{
    padding-left: 35px;
    padding-right: 35px;
}

/*Map*/
.map{
    width: 100%;
    height: 600px;
    background-color: #ccc;    
    position: relative;
}

/*Ques*/
.ques{
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #3c3f42 url(../img/ques/ques_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ques .inner{
    
}

.ques .left{
    width: 80%;
    float: left;
    padding-right: 25px;
}

.ques .right{
    width: 20%;
    float: left;
}

.ques .title_block{
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    font-size: 36px;
}

.ques p{
    color: white;
    font-size: 23px;
    line-height: 18px;
}

.ques .cols{
    margin: 0 -8px;
}

.ques .col{
    width: 38%;
    float: left;
    padding: 0 8px;
}

.ques .col:last-child{
    width: 24%;
}

.ques label{
    color: #fff;
}

.ques .btn{
    width: 100%;
    padding: 14px 12px;
    margin-top: 21px;
}

/*Content*/
.content{
    width: 100%;
    background-color: #fff;
    position: relative;  
    z-index: 1;
    min-height: 600px;
}

.content .inner{
    padding-top: 30px;
    padding-bottom: 110px;
}

.content h1{
    margin-bottom: 35px;
    color: #272727;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
}

.bold .content h1 {
    font-weight: 600;
}

.content h2 {
    margin-top: 45px;
    margin-bottom: 40px;
    color: #272727;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
}

.content h3,
.content h4{
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 300;
    color: #3c3f42;
    line-height: 24px;
}

.content p{
    margin-bottom: 30px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.content p a{
    text-decoration: underline;
}

.content .main_block ul{
    list-style: none;
}

.content .main_block ul li{
    margin-bottom: 10px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.content .left_col{
    width: 63%;
    float: left;
}

.content .right_col{
    width: 37%;
    float: left;
    padding-left: 65px;
}

.content .head{
    margin-bottom: 35px;
    border-bottom: 1px solid whitesmoke;
}

.breadcrumbs{
    margin-bottom: 20px;
}

.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;   
    opacity: 0.4;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
    color: #3c3f42;
}

.breadcrumbs li.active{
    opacity: 1;
}

.breadcrumbs li:after{
    content: url(../img/content/bread.png);
    margin-left: 5px;
}

.breadcrumbs li:last-child:after{
    content: none;
}

.breadcrumbs li a{
    color: inherit;
}

.sidebar_left .content .sidebar{
    width: 21%;
    float: left;
}

.sidebar_right .content .sidebar{
    width: 21%;
    float: right;
}

.content .main_block{
    width: 79%;
    float: left;
}

.sidebar_left .content .main_block{
    padding-left: 65px;
}

.sidebar_right .content .main_block{
    padding-right: 65px;
}

/**MENU**/
.content .menu{
    margin-bottom: 35px;
}

.content .menu li{
    list-style: none;
}

.content .menu li a{
    display: block;
    color: #fff;
    padding: 15px 30px 15px 20px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    
}

.content .menu > li > a{
    background-color: #3c3f42;
}

.content .menu > li > a:before{
    content: "";
    width: 89%;
    height: 1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -45%;
}

.content .menu li li a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3c3f42;
    opacity: 0.8;

}

.content .menu li .open{
    cursor: pointer;
}

.content .menu li .open .fa{
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 15px;
    transition: .3s;
    -moz-transition: .3s;
} 

.content .menu li .open.active{
    border: none;
}

.content .menu li .open.active .fa{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
} 

.content .menu .dropdown{
    padding: 5px 0;
    display: none;
    background: rgba(245,245,245,.3);
    
}

.sorting{
    
    margin-bottom: 40px;
}

.sorting .select{
    width: 270px;
    display: inline-block;
}

.sorting .sort_theme{
    display: inline-block;
    float: right;
}

.sort_theme li{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.sort_theme li:first-child{
    margin-left: 0;
}

.sort_theme li a{
    display: block;
    height: 38px;
    padding: 0 15px;
    background-color: #fcfcfc;
    border: 1px solid whitesmoke;
    border-radius: 3px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.sort_theme li.active a{
    color: #fff;
}

.pag{
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid whitesmoke;
    text-align: center;
    width: 100%;
}

.pag li{  
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    color: #3b3b3b;
    font-size: 18px;
    color: #3f4246;
    position: relative;
    top: 1px;
}

.pag li:first-child{
    margin-left: 0;
}

.pag li:first-child a{
    padding-left: 0;
}

.pag li a{
    opacity: 0.3;
    display: block;
    padding: 3px 3px 10px 3px;
    color: inherit;
    border-bottom: 1px solid transparent;
}

.pag li.first,
.pag li.right{
    
   
    font-size: 18px;
}

.pag li.first:hover,
.pag li.right:hover{
    
}


.pag li a.active{
    opacity: 1;
}

.good{
    
}

.good_top{
    margin-bottom: 40px;
}

.good_top .left{
    width: 50%;
    float: left;

}

.good_top .right{
    width: 50%;
    float: left;   
    padding-left: 80px;
}

/*******************/
.slider_good{
    position: relative;
    overflow: hidden;
}

.slider_good_left{
    position: relative;
    
    
}

.slider_good_left{
    padding: 0;
}

.slider_good_left img{
    width: 100%;
}

.slider_good_left li{
    
    position: relative;
    text-align: center;
}



.slider_good_right{
    width: 130px;
    padding: 10px 10px 0 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fbfbfb;
}

.slider_good_right img{
    width: 100%;
}




.slider_good .bx-wrapper .bx-controls-direction a {
    position: absolute;
    
    bottom: auto;
    outline: 0;
    left: 50%;
    margin-left: -15px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    margin-top: 0px;

}

.slider_good .bx-wrapper .bx-prev {
    left: auto;
    right: auto;
    margin-left: 0;
    top: 0px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.slider_good .bx-wrapper .bx-next {
    right: 0px;
    left: auto;
    margin-right: 0;
    top: 351px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


#bx-pager a{
    display: block;
    position: relative;
    
}

#bx-pager a .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.3);
    transition: .3s;
    -moz-transition: .3s;
}

#bx-pager img{
    width: 100%;
    
}

#bx-pager a.active .overlay{
    opacity: 0;
    
}
/*******************/

.good .right_top{
    margin-bottom: 50px;
}

.good .price{
    width: 59%;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    font-weight: 300;
    border-right: 1px solid whitesmoke;
}

.good .old_price{
    display: block;
    margin-top: 10px;
    opacity: 0.5;
    color: #3c3f42;
    font-size: 22px;
    text-decoration: line-through;
}

.good .price .fa{
    font-size: 80%;
}

.good .square{
    width: 39%;
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
    color: #3c3f42;
    font-size: 36px;
    font-weight: 300;
}

.good_finish .square{
    padding-left: 0;
    padding-right: 40px;
}

.good .year{
    width: 60%;
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    color: #3c3f42;
    font-size: 36px;
    font-weight: 300;
    border-left: 1px solid whitesmoke;
}

.good .right p{
    margin-bottom: 25px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.good .right_bottom{
    margin: 0 -6px;
}

.good .right_bottom > div{
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

.good .right_bottom > div:first-child{
    width: 57%;
}

.good .right_bottom > div:last-child{
    width: 41%;
}

.good .right .btn{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.carousel_finished .catalog_item .foot {
    height: auto;
}

.carousel_finished span.square {
    width: 100%;
    font-size: 25px;
    padding-left: 0px;
    text-align: center;
}

.carousel_finished span.price {
    text-align: center;
    width: 100%;
}

.description_good{
    margin-bottom: 20px;
    border-bottom: 1px solid whitesmoke;
}

.with_icon{
    margin-bottom: 45px;
    padding-left: 60px;
    position: relative;
}

.title_icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.icon_i{
    background-image: url(../img/good/i.png);
}

.icon_char{
    background-image: url(../img/good/icon_char.png);
}

.icon_doc{
    background-image: url(../img/good/icon_doc.png);
}

.icon_plan{
    background-image: url(../img/good/icon_plan.png);
}

.icon_gallery{
    background-image: url(../img/good/icon_gallery.png);
}

.icon_why{
    background-image: url(../img/good/icon_why.png);
}

.icon_quote{
    background-image: url(../img/good/icon_quote.png);
}

.description_good p:first-of-type{
    margin-bottom: 40px;
}

.description_good .sub{
    display: block;
    margin-bottom: 5px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.good_cols{
    margin-bottom: 50px;
    border-bottom: 1px solid whitesmoke;
}

.good_cols .left{
    width: 63%;
    float: left;
    padding-right: 60px;
    border-right: 1px solid whitesmoke;
}

.good_cols .right{
    width: 37%;
    float: left;
    padding-left: 60px;
}

.good_char{
    
}

.good_char ul{
    list-style: none;
}

.good_char ul li{
    padding: 20px 0;
    color: #3c3f42;
    font-size: 15px;
    line-height: 19px;
    border-top: 1px solid whitesmoke;
}

.good_char ul li span{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.good_char ul li span:first-child{
    
}

.docs_50 .item{    
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.doc{
    margin-bottom: 45px;
    padding-left: 60px;
    position: relative;
}

.reviews .doc{
    margin-bottom: 0;
}


.doc.doc:before{
    content: url(../img/good/doc.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.pdf:before{
    content: url(../img/good/pdf.png);
    position: absolute;
    top: 0px;
    left: 0px;
}


.doc.xsl:before{
    content: url(../img/good/xsl.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.xls:before{
    content: url(../img/good/xls.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.txt:before{
    content: url(../img/good/txt.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.csv:before{
    content: url(../img/good/csv.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.none:before{
    content: url(../img/good/none.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.rar:before{
    content: url(../img/good/rar.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.rtf:before{
    content: url(../img/good/rtf.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.zip:before{
    content: url(../img/good/zip.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.ppt:before{
    content: url(../img/good/ppt.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.png:before{
    content: url(../img/good/png.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.jpg:before{
    content: url(../img/good/jpg.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc.tif:before{
    content: url(../img/good/tif.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.doc a{
    display: block;
    margin-bottom: 8px;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
}

.doc span{
    display: block;
    opacity: 0.6;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
}

.plans{
    margin-bottom: 70px;
}

.profit{
    padding: 35px 25px;
    background-color: #fbfbfb;
    margin-bottom: 10px;
}

.profit .items{
    margin: 0 -15px;
}

.profit .item{
    width: 16.6%;
    float: left;
    padding: 0 15px;
}

.main_block .profit .item{
    width: 20%;
}

.profit .item .icon{
    height: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.profit .item span{
    display: block;
    max-width: 95%;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.plans_item img{
    width: 100%!important;
}

.order{
    padding: 40px 45px;
    background: url(../img/order/order_bg.jpg) center center no-repeat;
    background-size: cover;
}

.order .col{
    float: left;
}

.order .col:first-child{
    width: 26%;
    padding-right: 10px;
}

.order .col:nth-child(2){
    width: 47%;
    padding: 0 40px;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
}

.order .col:last-child{
    width: 27%;
    text-align: right;
}

.order.two_cols .col:first-child{
    width: 60%;
    padding-right: 40px;
}


.order.two_cols .col:nth-child(2){
    width: 40%;
    border-right: none;
    padding: 0;
}

.order h2{
    margin-top: 0;
    color: #fefefe;
    margin-bottom: 0;
}

.order p{
    margin-bottom: 0;
    color: white;
    font-size: 16px;
    line-height: 26px;
}

.order .btn{
    margin-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

.gallery{
    margin-bottom: 30px;
    margin-top: 30px;
}

.gallery .items{
    margin: 0 -5px;
}

.item_gallery{
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.gallery .pic{
    height: 142px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item_gallery .pic{
    height: 160px;
}

.service_good{
    
}

.content .pic_main{
    margin-bottom: 40px;
}

.content .pic_main img{
    width: 100%;
}

.service_char{
    
}

.service_char .sub{
    display: block;
    margin-bottom: 5px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.reviews{
    margin-top: 65px;
    padding-top: 35px;
}

.reviews_one{
    margin-bottom: 65px;
}

.reviews_items{
    margin: 0 -15px;
}

.reviews_items .reviews_item{
    margin-bottom: 30px;
}

.reviews_items .col{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px;
}

.reviews_item .text{
    height: 285px;
    padding: 30px 25px 25px;
    background-color: #fbfbfb;
    border: 1px solid whitesmoke;
    position: relative;
}

.reviews_one .reviews_item .text,
.reviews_items .reviews_item .text{
    height: auto;
}

.reviews_item .text:before{
    content: url(../img/content/tri.png);
    position: absolute;
    top: 100%;
    left: 25px;
}

.reviews_items .docs .item {
    float: left;
    padding-left: 25px;
}

.reviews_items .doc {
    margin-bottom: 0px;
}

.reviews_item p{
    margin-bottom: 25px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.reviews_item p:last-child{
    margin-bottom: 0;
}

.reviews_item .bottom{
    padding: 25px 25px 10px;
}

.reviews_item .name{
    width: 60%;
    display: block;
    float: left;
    padding-right: 10px;
    color: #3c3f42;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.reviews_item .name span{
    display: block;
    margin-top: 5px;
    opacity: 0.6;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
}

.reviews_item .social{
    width: 40%;
    float: left;
    text-align: right;
}

.reviews_item .social ul{
    display: inline-block;
    vertical-align: middle;
}

.reviews_item .social li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.reviews_item .social li:first-child{
    margin-left: 0;
}

.reviews_item .social a{
    width: 36px;
    height: 36px;
    background-color: #4e5155;
    display: block;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.line_grey_top{
    border-top: 1px solid whitesmoke;
}

.line_grey_bottom{
    border-bottom: 1px solid whitesmoke;
}

.services{
    
}

.services .items{
    margin: 0 -15px;
}

.services .item{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 20px;
}

.services .item .pic{
    width: 105px;
    height: 105px;
    float: left;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .item .right{
    margin-left: 135px;
}

.services .item span{
    display: block;
    margin-bottom: 15px;
    color: #3c3f42;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.services .item span a{
    color: inherit;
}

.services .item p{
    margin-bottom: 15px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.services .item ul{
    list-style: none;
}

.services .item ul li{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.services .item ul li a{
    
}

.services .item ul li a:hover{
    color: #3c3f42;
    opacity: .8;
}

.services{
    
}

.services_chapter .items{
    
}

.services_chapter .item{
    margin-bottom: 65px;
    min-height: 150px;
}

.services_chapter .item .pic{
    width: 180px;
    height: 180px;
    float: left;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services_chapter .item .right{
    margin-left: 220px;
}

.services_chapter .item span{
    display: block;
    margin-bottom: 15px;
    color: #3c3f42;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}



.services_chapter .item p{
    margin-bottom: 25px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.more{
    display: inline-block;
    padding-bottom: 5px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.about_company{
    
}

.about_head{
    padding: 40px 30px;
    margin-bottom: 50px;
    text-align: center;
    background: url(../img/about/company.jpg) center center no-repeat;
    background-size: cover;
}


.about_head .logo{
    display: inline-block;
    margin-bottom: 40px;
}

.about_head .logo img{
    display: inline-block;
    vertical-align: middle;  
}

.about_head .logo span{
    display: inline-block;
    font-family: 'geometria';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;    
    color: #fff;           
}

.about_head .logo > span{
    margin-left: 5px;
    position: relative;
    top: 5px; 
}

.about_head .title{
    display: block;
    color: white;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
}

.progress{
    margin-bottom: 50px;
}

.progress .items{
    margin: 0 -15px;
}

.progress .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 45px;
}

.progress .item span{
    display: block;
    margin-bottom: 10px;
    color: #3c3f42;
    font-size: 42px;
    font-weight: 300;
}

.progress .item p{
    color: #3c3f42;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    font-weight: 600;
}

.progress .item .line{
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 25px;
    background: whitesmoke;
    position: relative;
}

.progress .item .line span{
    width: 40px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.partners_inner{
    margin-top: 45px;
}

.partners_inner .items{
    margin: 0 -15px;
}

.partners_inner .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.partners_inner .item .pic{
    width: 100%;
    height: 140px;
    display: table;
    text-align: center;
    background: rgba(245,245,245,.3);
}

.partners_inner .item .pic > div{
    display: table-cell;
    vertical-align: middle;
}

.partners_inner .item .pic img{
    max-width: 100%;
}

.partners_inner .item .name{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #3c3f42;
    font-weight: 600;
}

.partners_inner .item .status{
    display: block;
    color: #272727;
    margin-bottom: 20px;
    font-size: 14px;
}

.partners_inner .item .phone{
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
}

.partners_inner .item .mail{
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
    text-decoration: underline;
}

.personal .items{
    margin: 0 -15px;
}

.personal .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.personal .item .pic{
    height: 255px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.personal .item .name{
    display: block;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.personal .item .status{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.personal .item .phone{
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
}

.personal .item .mail{
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
    text-decoration: underline;
}

/******/
.vacancy{
    
}

.accardion_item .full{
  
    display: none;
}

.accardion_item:first-of-type .full{
    display: block;
}

.accardion{
    margin-bottom: 65px;
}

.accardion_item{
    margin-bottom: 5px;
}

.accardion_item .top{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    padding-right: 35px;
    position: relative;
    border-top: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
}

.faq .accardion_item .top{
    padding-left: 25px;
    padding-right: 90px;
}



.accardion_item .plus{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid whitesmoke;
}

.faq .accardion_item .plus{
    left: auto;
    right: 0px;
    border-left: 1px solid whitesmoke;
    border-right: none;
}

.accardion_item .plus > div{
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}

.accardion_item .plus > div > div{
    display: table-cell;
    vertical-align: middle;
}

.accardion_item .plus .fa{
    font-size: 16px;
    transition: .3s;
    -moz-transition: .3s;
}

.accardion_item.active .plus .fa{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.accardion .title{
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.accardion .salary{
    display: inline-block;
    float: right;
    color: #272727;
    font-size: 18px;
    font-weight: 300;
}

.accardion_item .description{
    padding: 35px 25px 30px 90px;
    background-color: white;
    border: 1px solid whitesmoke;
    border-top: none;
}

.faq .accardion_item .description{
    padding-left: 25px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.accardion_item .sub{
    display: block;
    margin-bottom: 15px;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.list{
    list-style: none;
    margin-bottom: 35px;
}

.list li{
    margin-bottom: 8px;
    padding-left: 23px;
    position: relative;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.list li:before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.list_disk{
    list-style: none;
    margin-bottom: 35px;
}

.list_disk li{
    margin-bottom: 20px;
    padding-left: 23px;
    position: relative;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 20px;
}

.list_disk li:before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 50%;
}

.accardion_item .btn{
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 25px;
}

.piece_of_news{
    margin-bottom: 30px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.piece_of_news .ya-share2{
    margin-top: 15px;
}

.piece_of_news .pic{
    margin-bottom: 35px;
    position: relative;
}

.piece_of_news .pic img{
    width: 100%;
}

.piece_of_news .pic .date{
    display: inline-block;
    padding: 5px 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.other .sub{
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #272727;
    font-size: 22px;
    font-weight: 300;
    position: relative;
}

.other .sub:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: whitesmoke;
}

.other .sub:after{
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;    
}

.other .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid whitesmoke;
}

.other .item .date{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.other .item a{
    display: block;
    color: #3c3f42;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.other .pic{
    display: block;
    height: 150px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*price_list*/


.price_list .item{
    margin-bottom: 65px;
}

.table_price table{
    width: 100%;
}

.table_price table tr td{
    padding: 20px 0;
    vertical-align: middle;
    
}



.table_price table tr td:first-child{
    
}

.table_price table tr td:nth-child(3){
    width: 140px;
}

.table_price table tr td:last-child{
    padding-right: 20px;
    width: 140px;
}

.table_price table thead tr td{
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
}

.table_price table tbody tr td{
    color: #3c3f42;
    font-size: 15px;
    font-weight: 400;    
    border: 1px solid whitesmoke;
    padding-left: 20px;
}


.table_price table tbody tr .top{
    padding-left: 93px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background-color: #fcfcfc;
}

.contacts{
    
}

.contacts .map{
    height: 600px;
    background: #ccc;
}

.contact_line{
    background: url(../img/content/contacts_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}

.contact_line .inner{
    padding-top: 35px;
    padding-bottom: 25px;   
}

.contact_line .cols{
    margin: 0 -15px;
}

.contact_line .col{
    width: 25%;
    float: left;
    padding: 0 15px;    
}

.contact_line .col:last-child{
    text-align: right;
}

.contact_line .item{
    padding-left: 60px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.1);
}

.contact_line .item .icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact_line .item span{
    display: block;
    margin-bottom: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.contact_line .item p{
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.contact_line .item p a{
    color: inherit;
}

.contact_line .btn{
    padding-left: 45px;
    padding-right: 45px;
}

.branches .items{
    margin: 0 -15px 20px;
}

.branches .item{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 35px;
}

.branches .item .pic{
    height: 160px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.branches .item .address{
    display: block;
    margin-bottom: 5px;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.branches .item .address a{
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.branches .item .time{
    display: block;
    margin-bottom: 20px;
    color: #3c3f42;
    font-size: 14px;
}

.branches .item .col{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.branches .item .phone{
    display: block;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
    line-height: 24px;
}

.branches .item .mail{
    display: block;
    opacity: 0.8;
    color: #3c3f42;
    font-size: 14px;
    line-height: 24px;
}

.error_404{
    padding: 80px 0;
}

.error_404 .left{
    width: 320px;
    float: left;
}

.error_404 img{
    max-width: 100%;
}

.error_404 .right{
    margin-left: 320px;
    padding-top: 45px;
}

.error_404 p{
    max-width: 260px;
    color: #373737;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.error_404 .btn{
    
}

.page_icons > div{
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 35px;
}

/*footer*/
.footer{
    width: 100%;
    background-color: #3f4246;
    position: relative;  
}

.footer.footer_type_2 {
    background-color: #fbfbfb;
}

.footer .inner{
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer .left{
    width: 75%;
    float: left;
    padding-right: 25px;
}

.footer .right{
    width: 25%;
    float: left;
}

.footer .col{
    width: 28%;
    float: left;
    padding-right: 15px;
}

.footer .links{
    list-style: none;
}

.footer .links li{
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
}

.footer.footer_type_2 .links li{
    color: #3f4246;
}

.footer .links li a{
    color: inherit;
}

.footer .links li a:hover{
    text-decoration: underline;
}

.footer .links li a span{
    font-weight: 600;
    line-height: 21px;
}

.footer .sub{
    display: inline-block;
    min-width: 125px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.footer.footer_type_2 .sub{
    color: #3f4246;
}

.footer .sub a{
    color: inherit;
}

.footer .sub:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(255,255,255,.35);
}

.footer .sub:after{
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;    
}

.footer .phones{
    margin-bottom: 15px;
}

.footer .phone a{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.footer.footer_type_2 .phone a{
    color: #3f4246;
}

.footer .callback{
    padding: 10px 15px;
    border-radius: 17px;
}

.footer p{
    margin-bottom: 10px;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.footer.footer_type_2 p{
    color: #3f4246;
}

.footer span.p {
    margin-bottom: 10px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
}

.footer.footer_type_2 span.p{
    color: #3f4246;
}

.footer p a{
    color: inherit;
}

.footer span.p a{
    color: inherit;
}


.footer .social{
    margin-top: 20px;
}

.footer .social ul{
    display: inline-block;
    vertical-align: middle;
}

.footer .social li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.footer .social li:first-child{
    margin-left: 0;
}

.footer .social a{
    width: 36px;
    height: 36px;
    background-color: #4e5155;
    display: block;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.agree{
    margin-top: 40px;
    margin-bottom: 35px;
}



.agree p{
    margin-left: 25px;
    
}

.agree p a{
    
}

/*******/
.filter{
    
    margin-bottom: 30px;
}

.filter .item{
    padding: 15px 20px 5px;
    background-color: #fcfcfc;
}

.filter .item.active{
    background-color: #f5f5f5;
}

.filter .dropdown{
    display: none;
}


.filter .title{
    display: block;
    margin-bottom: 20px;
    color: #3c3f42;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    
}

.filter .open{
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

.filter .open .fa {
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: .3s;
    -moz-transition: .3s;
}

.filter .open.active .fa {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.filter .range span{
    display: inline-block;
    vertical-align: middle;
}

.filter .range span:last-child{
    float: right;
}

.filter .toddler{
    position: relative;
    margin-bottom: 20px;
}

.filter .select{
    margin-bottom: 20px;
}

.filter .toddler .line{
    position: relative;
    height: 3px;
    background: #d7d7d7;
}

.filter .toddler .fill{
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.filter .toddler .point{
    width: 12px;
    height: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    
    
    position: absolute;
    top: -5px;
    cursor: pointer;
}

.filter .toddler .point_left{
    left: 0px;
}


.custom{
    display: block;
    margin-bottom: 15px;
}

.custom > input[type="checkbox"] {
    display: none;
}

.custom > span {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../img/check.png) center center no-repeat;
    
}

.custom > input[type="checkbox"]:checked + span {
   background: url(../img/checked.png) center center no-repeat;
}

.custom p{
    margin-left: 25px;
    margin-bottom: 0;
    opacity: 0.8;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

/********/
.custom_radio{
    width: 100%;
    display:inline-block;
    margin-bottom: 10px;
}

.custom_radio > input[type="radio"]{
    display: none;
}

.custom_radio > span{
    background-color: white;
    background:  url(../img/radio_check.png);
    float: left;
    width:14px;
    height: 14px;
    border-radius: 50%;

}

.custom_radio > input[type="radio"]:checked + span{
    background:  url(../img/radio_checked.png);
}

.custom_radio p{
    
    margin-left: 25px;
    margin-bottom: 0;
    opacity: 0.8;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.col_check{
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.form .bottom > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/*******/

.select{
    color: #3c3f42;
    font-size: 14px;
    font-weight: 300;
    height: 38px;    
    position: relative;
}


.select .checked{
    height: 100%;
    padding-left: 12px;
    padding-right: 35px;
    position: relative;
    background-color: #fcfcfc;
    border: 1px solid whitesmoke;
    border-radius: 3px;
}



.select .checked span{
    line-height: 36px;
}

.select .arrow{
    width: 35px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 33px;    
}

.select .arrow:before{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #3c3f42;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -6px;
}

.select .arrow .fa{
    font-size: 12px;
}

.select .select_list{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    border: 1px solid whitesmoke;
    border-top: 0px;
    z-index: 9;
}

.select .select_list li{
    padding: 10px 12px;
    list-style: none;
    border-bottom: 1px solid whitesmoke;
}

.select .select_list li:last-child{
    border-bottom: 0px;
}

.select .select_list li:hover{
    
    color: #fff;
}

.select .select_list li.active{
    
}


/**Popup**/
.popup{
    padding:30px;
}

.form h2{
    padding-bottom: 25px;    
    border-bottom: 1px solid #f7f7f7;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.form input[type="text"].form_control,
input[type="email"].form_control,
input[type="number"].form_control,
.form input[type="password"].form_control,
.form textarea.form_control,
select.form_control{
    margin-bottom: 18px;
}

.form input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.form .send{
    width: 116px;
    height: 40px;
    float: right;
}
.form input#processing_approval {
    position: absolute;
}
.form .processing-block label:not(.error) {
    display: inline-block;
    margin-left: 20px;
    font-weight: 500;
}
.form .processing-block {
    padding: 10px 0px;
    margin-bottom: 18px;
}

.uploader {
    border: 1px solid #3c3f42;
    padding: 5px;
    border-radius: 0;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
}

.row.recaptcha-row {
    margin-bottom: 18px;
}

.uploader .action { position: absolute; top: 3px; left: 3px; background: #3c3f42; border-bottom: 1px solid #3c3f42; border-radius: 3px; color: #fff; padding: 10px; font-size: 15px; line-height: 15px; margin-right: 10px; }
.uploader input[type=file] { z-index: 10; opacity: 0; border: none; background: 0 0; position: absolute; top: 0; right: 0; float: right; cursor: default; width: 100%; height: 100%; }
.uploader .filename { overflow: hidden; display: inline-block; width: 100%; white-space: nowrap; font-size: 16px; color: #9aa6ae; position: relative; top: -3px; padding: 11px 9px 9px 145px; text-overflow: ellipsis; }
input.form_control.captcha.required { margin-top: 10px; border: 1px solid #c7c6c6; }
.input.error input,.input.error textarea{ border-color:#e02222;}
.form .recaptcha-row .input.error .g-recaptcha>div { border: 1px solid #e02222; }
.form-control{ border-radius:2px;box-shadow:none;border:1px solid #d7dee3;height:34px;padding:6px 12px;}
.form-control:focus{ box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;border-color:#CCC;}
.jqmOverlay{ background:#000;}
.jqmWindow{ position:absolute;display:none;/*position:fixed*/;left:50%;width:100%;background:white;top:0px;max-width:500px}
.jqmWindow{ display:block;opacity:0;visibility:hidden;transition:opacity 0.2s ease;-moz-transition:opacity 0.2s ease;-ms-transition:opacity 0.2s ease;-o-transition:opacity 0.2s ease;-webkit-transition:opacity 0.2s ease;}
.jqmWindow.show{ display:block;visibility:visible;opacity:1;}
.jqmClose.top-close{ width:20px; height:20px; line-height:20px; text-align:center; color:#c2cbd2; position:absolute; top:32px; right:32px; font-size:25px; cursor:pointer;}
.form.popup .form-error{ padding-left:60px; padding-right:60px; }

.affix{
    width: 180px;
    height: 40px;
}

.affix .fa{
    margin-right: 5px;
}

.affixed{
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 40px;
    color: #434343;
    font-family: Roboto;
    font-size: 12px;
    line-height: 40px;
}

.affixed a{
    margin-right: 5px;
    color: inherit;
}

.fancybox-nav{
    top: 0px;
    margin-top: -18px;
}


.fancybox-nav span{
    width: 40px;
    height: 40px;
}

.fancybox-next span{
    right: 0px;
    background: rgba(0,0,0,.5) url(img/next.png) center center no-repeat;
}

.fancybox-next span:hover{
    background: #1276cb url(img/next.png) center center no-repeat;
}

.fancybox-prev span{
    left: 0px;
    background: rgba(0,0,0,.5) url(img/pre.png) center center no-repeat;
}

.fancybox-prev span:hover{
    background: #1276cb url(img/pre.png) center center no-repeat;
}
.fancybox-skin{
    background: transparent;
}

.fancybox-opened .fancybox-skin{
    padding: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
}

.fancybox-overlay{
    background: rgba(0,0,0,.85);
}

.fancybox-close{
    width: 30px;
    height: 3s0px;
    top: 0px;
    right: 3px;
    background-image: url(img/close.png);
    background-position: center center;
    background-repeat: no-repeat;
}



.thank{
    padding: 30px;
}

.thank h2{
    padding-bottom: 25px;    
    border-bottom: 1px solid #f7f7f7;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.thank_close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 10px;    
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/close.png);
    cursor: pointer;
}

.thank p{
    margin-top: 30px;
    padding-left: 60px;
    position: relative;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.thank p .fa{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 39px;
    
}

.vbf-requisites-table {
    margin: 25px 0;
    font-size: 16px;
}

.vbf-requisites-table td:first-child {
    background: rgba(245,245,245,.3);
}


.vbf-requisites-table td {
    border: 1px solid #e6e6e6;
    padding: 8px 18px;
}

.vbf-button-up {
    width: 48px;
    height: 48px;
    position: fixed;
    border: none;
    box-shadow: none;
    z-index: 1999;
    bottom: 0;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.vbf-button-up i {
color:#fff
}

.vbf-button-up:hover {
    opacity: 1;
}

.counter {
    display: none;
}

a.zoom {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-image: url('../img/zoom.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    transition: .3s;
    -moz-transition: .3s;
    opacity: 0;
}
.slider_good ul li:hover a.zoom {
    opacity: 1;
}
.crp-button-up {
    width: 48px;
    height: 48px;
    position: fixed;
    border: none;
    box-shadow: none;
    z-index: 1999;
    bottom: 0;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.crp-button-up i {
color:#fff
}

.crp-button-up:hover {
    opacity: 1;
}

.crp-button-up {
    margin-bottom: 30px;
    display: inline-block;
    background: #3c3f42
}

.crp-button-up.left {
    left: 30px;
}

.crp-button-up.right {
    right: 30px;
}

.crp-button-up.round {
    border-radius: 30px;
}

.another_proposal img {
    max-width: 100%;
}

.another_proposal img:hover {
    opacity: 0.75;
}

/* New 1.0.3 */
.filter-action { display: none; vertical-align: top; width: 36px; height: 36px; border: 1px solid #e8e8e8; text-align: center; line-height: 36px; font-size: 18px; width: 100%; margin-top: -20px; margin-bottom: 10px; }
.none { display: none; }
.catalog_item .description.full .top { height: 175px; border-bottom: 1px solid whitesmoke; }

/* New 1.0.4*/
.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #fff;
    overflow: auto;
}
.mobile_menu_container.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    max-height: 100%;
    padding-bottom: 30px;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 0;
}
.mobile_menu_container ul li{
    list-style: none;
}
.mobile_menu_container ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: url("../img/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #3c3f42 url("../img/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #3c3f42 url("../img/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #3c3f42 url("../img/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a:hover{
    background: #3c3f42;
}
.mobile_menu_container ul li ul{
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile_menu_container li.parent_head {
    background-color: rgba(0,0,0,.2);
}

.mobile_menu_container .item {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.mobile_menu_container .item a {
    color: #fff;
}

.mobile_menu_container span.phone,
.mobile_menu_container a.mail,
.mobile_menu_container .adress {
    padding: 5px 0;
    display: block;
}
