.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}




*::-webkit-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
}
*:-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}
*::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

body {
    width: 100%;
    font: 15px/21px "Open Sans",Arial,sans-serif;
    color: #3b3b3b;
}

body.roboto {
    font: 15px/21px "Roboto",Arial,sans-serif;
}

body.pt_sans {
    font: 15px/21px "PT Sans Caption",Arial,sans-serif;
}

body.ubuntu {
    font: 15px/21px "Ubuntu", Arial, sans-serif;
}

body.circle .btn {
    border-radius: 30px;
}

body.circle .header .phone .icon, body.circle .footer .phone .icon, body.circle .footer .address .icon {
    border-radius: 20px;
}

p{
    font-size: 15px;
}

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

.work{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;    
    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"].form_control,
input[type="email"].form_control,
input[type="password"].form_control,
textarea.form_control{
    width: 100%;
    height: 40px;
    padding: 0 18px;
    color: #6f6f6f;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

textarea.form_control{
    height: 99px;
    padding: 10px 18px;
}

input[type="text"].form_control.white,
input[type="email"].form_control.white,
input[type="password"].form_control.white,
textarea.form_control.white{
    background: #fff;
    border: 1px solid #ededed;
}

textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: none;
}

.form label{
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #3b3b3b;         
}

.form label span{

}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.btn{
    display: inline-block;
    height: 40px;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.btn_white{
    background: white;
}

.btn.color:hover {
    color: white;
}

.consultation .btn-default.white {
    background: #f9f9f9;
}

button:focus{
    outline: none;
}

.title_block{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 14px;
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    width: inherit;
    line-height: 28px;
}

.title_block:before{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

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



/*Header*/
.header{
   width: 100%; 
   display: block;
   background: #fff;
   z-index: 3;

}



.header .inner{
    padding-bottom: 45px;
    position: relative;
}


.header .header_top{
    padding-top: 25px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}


.header .left{
    width: 25.5%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.header .left .container.clearfix {
    line-height: 15px;
}

.header .center{
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.header .right{
    width: 15%;
    display: inline-block;
    vertical-align: top; 
    text-align: right;
}

.header .logo {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
}

.header.sticky .work .logo {
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px; 
    position: absolute;
}

.header.sticky .logo {
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    position: absolute;
}

.header .logo img{
    max-width: 100%;
}

.header .btn {
    width: 162px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.header.fixed.sticky {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.header .search{
    width: 100%;
    max-width: 375px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
}


.header .search .btn_search{
    width: 40px;
    height: 40px;
    border: medium none;
    background: none;
    text-align: center;
    line-height: 38px;
    color: #6f6f6f;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header .search .form_control{
    padding-right: 50px;
}

.header .feedback{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.header .phone{
    padding-left: 40px;
    position: relative;
}

.header .phone .icon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.header .phone span{
    display: block;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.header .phone span a {
    color: #3b3b3b;
}

.header .callback {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
    -moz-transition: .3s;
    float: right;
    cursor: pointer;
}

.header .callback:hover{
    opacity: .7;
}

.header .container{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: -1px;
}

.header_text {
    display: inline-block;
    width: 35%;
    text-align: center;
    line-height: 20px;
}

.menu_full {
    line-height: 15px;
}

.toggleMenu{
    display:  none;    
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #ededed;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
}

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

.nav {
    list-style: none;
     *zoom: 1;
}


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

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 210px;
    background: #ffffff;
    z-index: 9;
    animation: toggle_opacity .3s;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav ul ul{
    background: #ededed;
}

.nav a {
    padding: 15px 5px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    -moz-transition: .3s;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
    margin-left: 30px;
}



.nav > li > .parent {
    
}

.nav li .parent i.fa.fa-chevron-right {
    right: 7px;
    position: absolute;
    font-size: 11px;
}

.nav li a .fa{
    margin-left: 5px;
}

.nav > li > a {
    display: block;
    border-top: 2px solid transparent;
}



.nav li ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: -15px;
}



.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    padding-left: 20px;
    padding-right: 15px;
    position: relative;
    z-index:100;  
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
}

.nav li li:last-child > a{
    border-bottom: none;
}

.nav li li:hover > a{
    color: white;
}

.nav li li{
    position: static;
}

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

.container.clearfix.DARK_menu {
    background: #424f60;
}

.container.clearfix.DARK_menu>ul>li>a {
    color: #fff;
}

.container.clearfix.DARK_menu>ul>li>a>i {
    color: #fff;
}

.container.clearfix.DARK_menu .toggleMenu {
    color: #fff;
}

.container.clearfix.DARK_menu .toggleMenu i {
    color: #fff;
}

.container.clearfix.DARK_menu .nav > li:hover > a, .container.clearfix.DARK_menu .nav > li > a.active, .pag li a:hover {
    border-color: #424f60;
}

.container.clearfix.DARK_menu .nav li li:hover > a {
    background: #424f60;
}

.dark {
    color: #000 !important;
}

.search_mob{
    display: none;
    vertical-align: middle;
    float: right;
    margin-top: 12px;
}

.search_mob .lup{
    color: #fff;
}

.search_mob .toggleSearch{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
    border-top: 20px solid #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    display: none;
}

.search_mob .toggleSearch .hide{
    color: #3b3b3b;
    font-size: 18px;
    position: absolute;
    top: -19px;
    right: 3px;
}

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

.slider .inner{
    height: 383px;
}

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

.slider .col{    
    width: 50%;
    height: 100%;
    padding-left: 30px;
    float: left;
    position: relative;
}

.slider .col_one{
    float: right;
}

.slider .left{
    padding-top: 56px;
    text-align: left;
}

.slider .text_center {
    width: 100%;
    padding-top: 60px;
    text-align: center;
}

.slider .center{
    text-align: center;
}

.slider .img_container{
    width: 100%;
    height: 100%;
    display: table;
}

.slider .img{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
    top: 4px;
}

.slider .title_slider{
    display: block;
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.slider p{
    margin-top: 25px;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.slider .btn_list{
    margin-top: 35px;
}

.btn_list > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.slider .btn{
    padding: 0px 15px;
}

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

.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: 18px;
    width: 100%;
    z-index: 999;
}

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

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

.bx-wrapper .bx-prev:hover{
   
}

.bx-wrapper .bx-next:hover{
  
}

.bx-wrapper .bx-prev{
    left: -25px;
}

.bx-wrapper .bx-next{
    right: -25px;
}

.bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: 50%;
    outline: 0;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-top: -23px;
}

.slider_good .bx-wrapper .bx-controls-direction a{
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.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: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
 
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

#bx-pager li img {
    max-width: 75px;
}

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

.main h2{
    margin-bottom: 28px;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.content p{
    line-height: 22px;
}

.content .text p{
    margin-bottom: 30px;
}

.content .inner{
    padding-top: 20px;
    padding-bottom: 80px;
}

.content.index .inner {
    padding-bottom: 10px;
}
.inner.work.clearfix.shadow {
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
    margin-top: 30px;
}

.content .sidebar{
    width: 230px;
    float: left;
}

.content .main{
    width: 80%;
    float: left;
    padding-left: 40px;
    position: relative;
}

.content .main.right {
    padding-left: 0px;
    padding-right: 40px;
}

.content .menu{
    margin-bottom: 30px;
}

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

.content .menu li a{
    display: block;
    padding: 15px 40px 15px 15px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 17px;
    position: relative;
}


.content .menu li.active a{
    color: #fff !important;
}
.content .menu li.active .open .fa {
    color: #fff;
}

.content .menu > li > a {
    border: 1px solid #f2f2f2;
    margin: -1px -1px 0 0;
}

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

.content .menu li .open .fa{
    font-size: 12px;
    position: absolute;
    top: 18px;
    right: 15px;
} 

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

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

.content .menu .dropdown{
    display: none;
    background: #efefef;
}

.content .menu .dropdown li {
    border-bottom: 2px solid #fff;
}

.content .menu .dropdown li:hover {
    background: #fff;
}

.sidebar_news{
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.sidebar_news .top{
    padding: 15px 19px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    background: #fafafa;
}

.sidebar_news .item{
    padding: 20px 19px;
    border-bottom: 1px solid #e8e8e8;
}

.sidebar_news .item:last-of-type{
    border-bottom: none;
}

.sidebar_news .item span{
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
}

.sidebar_news .item a{
    font-size: 14px;
    line-height: 16px;
}

.another_proposal{
    margin-bottom: 30px;
}

.another_proposal img{
    width: 100%;
}

.breadcrumbs{
    margin-bottom: 25px;
}

.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    opacity: 0.5;
    color: #3b3b3b;
    font-size: 12px;
}

.breadcrumbs li.active{
    opacity: 1;
}

.breadcrumbs li a{
    color: inherit;
}

.breadcrumbs li .fa{
    font-size: 9px;
}

.filter{
    background: #fafafa;
    margin-bottom: 30px;
}

.filter .item{
    padding: 25px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.filter .range{
    margin-bottom: 28px;
}

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

.filter .range input[type='text']{
    width: 83px;
    height: 35px;
    padding: 0 10px;
    color: #3b3b3b;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}

.filter .range .dash{
    width: 8px;
    height: 1px;
    margin: 0 3px;
    background-color: #d7d7d7;
}

.filter .toddler{
    position: relative;
}

.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: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    cursor: pointer;
}

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


.filter .title{
    display: block;
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.select{
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    background: #fff;
    position: relative;
}

.select .checked{
    height: 100%;
    padding-left: 12px;
    padding-right: 45px;
    position: relative;
    border: 1px solid #e8e8e8;
}

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

.select .arrow{
    width: 35px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 32px;
    border-left: 1px solid #e8e8e8;
}

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

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

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

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

.select .select_list li:hover{
    background: #f5f5f5;
}

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

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

.custom_checkbox:last-of-type{
    margin-bottom: 0;
}

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

.custom_checkbox > span {
    background-color: white;
    border: 1px solid #e8e8e8;
    display:inline-block;
    vertical-align: middle;
    width:18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom_checkbox > input[type="checkbox"]:checked + span {
    background-image:  url(img/content/check.png);
}
.custom_checkbox p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 12px;
}

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

.custom_radio:last-of-type{
    margin-bottom: 0;
}

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

.custom_radio > span {
    background-color: white;
    border: 1px solid #e8e8e8;
    display:inline-block;
    vertical-align: middle;
    width:14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.custom_radio p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #878787;
    font-size: 12px;
    line-height: 12px;
}

.filter .btn{
    width: 90px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.filter .reset{
    margin-left: 5px;
    opacity: 0.8;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 700;
}

.filter .reset:hover{
    color: #fff;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx-filter .bx-ui-slider-range {
    z-index: 80;
}
.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}

.bx-filter .bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}
.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    min-width: 173px;
}
.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-filter-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    color: #000;
    background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 34px !important;
}
.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccd5db;
}

.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 33px 0 10px;
    border: none;
    border-radius: 2px;
    background: #fff;
}
.bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    max-width: 100%;
    height: 33px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
    min-width: 120px;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 3px;
    background: #d7d7d7;
}
.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
}
.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}
.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}


.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
}

.filter .disabled p {
    color: #b8b8b8 !important;
    background: transparent;
}

.sorting{
    margin-bottom: 30px;
}

.sorting .left{
    display: inline-block;
    vertical-align: top;
}

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

.catalog_items_view{
    
}

.catalog_items_view .active a {
    color: #fff;
}

.catalog_items_view li{
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    margin-left: 8px;
    text-align: center;
    line-height: 36px;
    
    font-size: 18px;
}

.catalog_items_view li.active{
    color: #fff;
}

.catalog_goods{
    margin: 0 -10px 50px;
}

.catalog_goods .item{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}

.catalog_goods .item > div{
    transition: .3s;
    -moz-transition: .3s;
    background-color: white;
    border: 1px solid #e8e8e8;
}

.catalog_goods .item > div:hover{    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.catalog_goods .item .top{
    min-height: 175px;
    padding: 28px 28px 20px 28px;
}

.catalog_goods .item .bottom{
    min-height: 143px;
    padding: 22px 28px;
    border-top: 1px solid #e8e8e8;
}

.catalog_goods .item .icon{
    width: 105px;
    height: 105px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog_goods .item .icon_1{
    background-image: url(img/divide/icon_1.png);
}

.catalog_goods .item .icon_2{
    background-image: url(img/divide/icon_2.png);
}

.catalog_goods .item .icon_3{
    background-image: url(img/divide/icon_3.png);
}

.catalog_goods .item .icon_4{
    background-image: url(img/divide/icon_4.png);
}
.catalog_goods .item .right{
    margin-left: 132px;
}

.catalog_goods .item .title{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.catalog_goods .item ul li{
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #3b3b3b;
}

.catalog_goods .item ul li a {
    color: inherit !important;
    font-size: 14px !important;
}

.catalog_goods .item ul li a span{
    
}

.catalog_goods .item .bottom p{
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}

.catalog.filial {
    padding-top: 15px;
}

.good.clearfix.link_dop {
    padding: 15px;
    margin-top: 20px;
}

.detail .text {
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 22px;
}

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

li.status.color.stock {
    color: #fff;
    border-radius: 20px;
}

/*Advantages*/
.advantages{
    width: 100%;
    margin-bottom: 74px;
}

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

.advantages .item{
    width: 25%;
    float: left;
    padding: 0 15px;
}

.advantages .item > div{
    width: 100%;
    height: 82px;
    display: table;
    text-align: center;
    position: relative;
}

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

.advantages .item .icon{
    display: inline-block;
    vertical-align: middle;    
    font-size: 32px;
}

.advantages .item .title{
    max-width: 130px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.jaw_top{
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -45%;
    background: #fff;
}

.jaw_bottom{
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -45%;
    background: #fff;
}

.jaw_left{
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -28px;
    background: #fff;
}

.jaw_right{
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -28px;
    background: #fff;
}

/*Services*/

.services .items{
    margin:  0 -15px;
    list-style: none;    
    margin-bottom: 25px;
}

.services .item {
    width: 50%;
    float: left;
    padding: 25px 15px;
    border: 1px solid #f2f2f2;
    transition: box-shadow ease .2s,border ease-out .2s;
    zoom: 1;
    margin: 0 0 -1px -1px;
}

.index .services .item {
    min-height: 215px;
}

.services .item:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-color: #fff;
}

.services .item .photo{
    width: 200px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.services .item .photo img{
    max-width: 100%;
}

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

.services .item .right a {
    display: block;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0px;
}

.services .item .right p{
    display: block;
    margin-top: 15px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.services .more {
    margin-top: 10px;
    float: right;
    font-size: 15px;
    font-weight: 100;
}

.consultation{
    margin-bottom: 70px;
    padding: 42px 115px 35px 50px;
    background: #f9f9f9;
}

.index .consultation {
    margin-bottom: 15px;
}

.consultation .left{
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}

.consultation .right{
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.consultation span{
    display: block;
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.consultation p{
    margin-top: 15px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.consultation .btn{
    width: 180px;
}

/*Divide*/
.divide{
    margin-bottom: 35px;
}

.divide .items{
    margin:  0 -15px;
    list-style: none;    
}

.divide .item{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px;
}

.divide .item .icon{
    width: 128px;
    height: 128px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.divide .item .icon_1{
    background-image: url(img/divide/icon_1.png);
}

.divide .item .icon_2{
    background-image: url(img/divide/icon_2.png);
}

.divide .item .icon_3{
    background-image: url(img/divide/icon_3.png);
}

.divide .item .icon_4{
    background-image: url(img/divide/icon_4.png);
}

.divide .item .right{
    margin-left: 165px;
    padding-top: 15px;
}

.divide .item .right a{
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.divide .item .right p{
    margin-top: 10px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

/*Compilation*/
.compilation{
    margin-bottom: 35px;
}

.compilation .tabs_caption{
    margin-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}

.compilation .tabs_caption li{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
    margin-left: 40px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    -moz-transition: .3s;
}

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

.tabs_content{
    display: none;
}

.tabs_content.active{
    display: block;
}

.goods{
    padding-bottom: 50px;
}

.goods_tile{
    margin: 0 -6px;
}

.goods .item{
    
}

.goods_tile .item .price{
    min-height: 71px;
}

.goods_tile .item{
    width: 20%;
    max-width: 230px;
    height: 335px;
    padding: 0 6px;
    margin-bottom: 12px;
    float: left;
    position: relative;
    
}

.goods_list .item{
    height: 190px;
    margin-bottom: 10px;
}

.goods_table .item{
    margin-bottom: 0;
    height: 89px;
}

.main .goods_tile .item{
    width: 25%;
}

.goods .item > div{
    border: 1px solid #e8e8e8;    
    transition: .3s;
    -moz-transition: .3s;
    background: #fff;    
    position: relative;
}

.goods_tile .item > div{
   height: 335px;
   overflow: hidden;
}

.goods_list .item > div{
    height: 100%;
    padding-left: 20px;
    padding-right: 225px;
}

.goods_table .item > div{
    height: 100%;
    padding-left: 10px;
    padding-right: 240px;
    border-bottom: none;
}

.goods_table .item:last-child > div{
    border-bottom: 1px solid #e8e8e8;  
}

.goods .item > div:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.goods_tile .item > div:hover{
    height: auto;
}

.goods_tile .item .photo{
    height: 180px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.goods_list .item .photo{
    width: 170px;
    height: 100%;
    float: left;
    text-align: center;
}

.goods_list .item .photo img{
    max-width: 100%;
    max-height: 100%;
}

.goods_table .item .photo{
    width: 80px;
    padding: 10px 0;
    height: 100%;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.item.clearfix .photo img {
    max-width: 100%;
    max-height: 100%;
}

.goods_list .item .photo img,{
    max-width: 100%;
}

.goods_table .item .photo img{
    height: 100%;
}

.goods_tile .item .description{
    margin-bottom: 15px;
    padding: 0 20px;
}

.goods_table .item .description{
    width: 100%;
    max-width: 346px;
    display: inline-block;
    vertical-align: top;
}

.goods .item .title{
    display: block;    
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.goods_tile .item .title{
    min-height: 60px;
}

.goods_list .item .title,
.goods_table .item .title{
    margin-top: 15px;
    margin-bottom: 5px;
}

.status{
    display: inline-block;
    padding: 4px 8px;
    color: white;
    font-size: 12px;
}

.goods .item .specification{
    display: none;
    margin-top: 18px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}

.goods_list .item .specification{
    display: block;
}

.presence{
    background: #0bc248;
}

.un_order{
    background: #ccc;
}
.nostock {
    background: brown;
}
.pending {
    background: turquoise;
}
.discontinued {
    background: red;
}

.goods .item .price{
    padding: 0 20px 20px;
}

.goods_list .item .price{
    padding-top: 25px;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 198px;
    height: 100%;
    border-left: 1px solid #e8e8e8;
}

.goods_table .item .price{
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.goods .item .price span{
    display: block;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.goods .item .price .old_price{
    color: #878787;
    font-size: 12px;
    text-decoration: line-through;
}

.goods_tile .item .bottom{
    width: 100%;    
    padding: 0 20px 20px;
    transition: .3s;
    -moz-transition: .3s;   
    z-index: 2; 
    background: #fff;

}

.goods_list .item .bottom{
    padding: 25px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 197px;
    border-top: 1px solid #e8e8e8;
    
}

.goods_table .item .bottom{
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 224px;
    border-left: 1px solid #e8e8e8;
    
}

.goods_tile .item > div:hover .bottom{

}

.goods .item .more{
    width: 100%;
}

.shild{
    position: absolute;
    padding: 5px 6px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 12px;
    top: 12px;
}

.shild.red{
    background: #ef1e59;
    
}

.shild.sky{
    background: #0cbae5;
}

.shild.blue{
    background: #1276cb;
}

.shild.pos-0{
    left: 15px;
}

.shild.pos-1{
    right: 15px;
}
.shild.pos-2 {
    top: 44px;
    left: 15px;
}
.goods_list .shild.pos-1 {
    top: 44px;
    left: 15px;
    right: unset;
}
.goods_list .shild.pos-2 {
    left: 15px;
    top: 74px;
}

.goods_list .item .shild.right{
    right: auto;
    left: 15px;
    bottom: 15px;
    top: auto;
}

.show_more{
    display: block;
    padding: 9px 0;
    margin-bottom: 55px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.show_more span{
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.show_more span .fa{
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pag{
    margin-bottom: 70px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.pag li{
  
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    color: #3b3b3b;
    font-size: 14px;
}

.pag li a{
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    color: inherit;
}

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

.col_half_1{
    width: 58%;
    float: left;
    padding-right: 30px;
}

.col_half_1.full {
    width: 100%;
}

.col_half_2{
    width: 42%;
    float: left;
}

.good{
    border: 1px solid #e8e8e8;
}

.good .left_col{
    width: 41.5%;
    padding: 20px 20px 40px;
    float: left;
    border-right: 1px solid #e8e8e8;
    position: relative;
}

.good .right_col{
    width: 58.5%;
    padding: 38px 53px;
    float: left;
}

.bxslider_11 li img{
    text-align: center;
    max-width: 100%;
}

.bxslider_12 li img{
    background-color: white;
    border: 1px solid #e8e8e8;
}

.slider_good .bottom{
    margin-left: -15px;
}

.tabs_good .tabs_caption{
    position: relative;
    z-index: 2;
}

.tabs_good .tabs_caption li{
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 50px;
    line-height: 50px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f5f5f5;
    cursor: pointer;
}

.tabs_good .tabs_caption li.active{   
    background: #fff;
    
}

.tabs_good .tabs_content{
    margin-top: -1px;
    padding: 40px 45px;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
}

.tabs_good p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.tabs_good p:last-of-type{
    margin-bottom: 0;
}

.characteristics{
    
}

.characteristics ul li{
    list-style: none;
    margin-bottom: 20px;
}

.characteristics ul li:last-child{
    margin-bottom: 0;
}

.characteristics ul li span{
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    color: #3b3b3b;
}

.characteristics .dotted span{
    position: absolute;
    left: 0px;
    bottom: -4px;
    padding-right: 10px;
    padding-bottom: 3px;
    background: #fff;
}

.characteristics .dotted{
    width: 75%;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px dotted #b8b8b8;
    position: relative;
}

.characteristics .significance{
    width: 24%;
    display: inline-block;
    vertical-align: bottom;
}

.docs .col{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.docs .item{
    margin-bottom: 54px;
    padding-top: 10px;
    padding-left: 66px;
    position: relative;
}

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

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

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

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

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

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

.docs .item a{
    display: block;
    padding-bottom: 5px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    -moz-transition: .3s;
}

.docs .item span{
    display: block;
    margin-top: 5px;
    color: #878787;
    font-size: 12px;
}

.detail.services {
    display: grid;
    line-height: 30px;
    padding: 40px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
}

.our_services{
    
}

.our_services .item{
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.our_services .item:first-child{
    padding-top: 0px;
}

.our_services .item:last-child{
    border: none;
}

.our_services .item .photo{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.our_services .item .right{
    margin-left: 240px;
}

.our_services .item h2{
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.our_services .item p{
    min-height: 75px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.our_services .item .btn{
    width: 120px;
    height: 40px;
}

/***********/
.works .item{
    padding: 25px 0;
    border-bottom: 1px solid #f3f3f3
}

.works .item:last-child{
    border: none;
}

.works .item:first-child{
    padding-top: 0px;
}

.works .item .photo{
    width: 200px;
    height: 170px;
    overflow: hidden;
    float: left;

}


.works .item .right{
    margin-left: 240px;
}

.works .item h2{
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.works .item p{
    min-height: 45px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.works .item .right > span{
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #878787;
}

.works .item .right > span span{
    color: #3b3b3b;
}

.works .item .btn{
    width: 120px;
    height: 40px;
    margin-top: 4px;
}
/**********/
.news_list{
    
}

.news_list .item{
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news_list .item:first-child{
    padding-top: 0px;
}

.news_list .item:last-child{
    border: none;
}

.news_list .item .photo{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.news_list .item .right{
    margin-left: 240px;
}

.news_list .item h2{
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.news_list .item p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.news_list .item .btn{
    width: 120px;
    height: 40px;
}

.news_list ul{
    margin-bottom: 8px;
}

.news_list li{
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 12px;
}

.news_list ul li .fa{
    font-size: 9px;
    position: relative;
    top: -1px;
}

/**********/
.papers{
    
}

.papers .item{
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.papers .item:last-child{
    border: none;
}

.papers .item:first-child{
    padding-top: 0;
}

.papers .item .photo{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.papers .item .right{
    margin-left: 240px;
}

.papers .item h2{
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.papers .item p{
    min-height: 75px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.papers .item .btn{
    width: 120px;
    height: 40px;
}

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

.projects{
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.projects .item{
    width: 50%;
    padding-right: 35px;
    float: left;
    margin-bottom: 40px;
}

.projects .item .photo{
    width: 110px;
    height: 95px;
    overflow: hidden;
    float: left;
}

.projects .item .right{
    margin-left: 130px;
}

.projects .item .right a{
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 20px;
    transition: .3s;
    -moz-transition: .3s;
}

.projects .item .right p{
    color: #3b3b3b;
    font-size: 12px;
    line-height: 18px;
}

.detail{
    
}

.detail.article img {
    max-width: 100%;
}

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

.detail .pic span{
    color: white;
    font-size: 44px;
    font-weight: 300;
    line-height: 52px;
    position: absolute;
    top: 70px;
    left: 27px;
}

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

.detail p{
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 22px;
}

.detail p span{
    font-weight: 700;
}

.detail .title_list{
    margin-bottom: 20px;
}

.detail_text ul {
    margin-top: 10px;
}

.detail_text li{
    padding-left: 28px;
    margin-bottom: 10px;
    list-style: none;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

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

ul.list {
    margin-top: 10px;
}

.list{
    
}

.list li{
    padding-left: 28px;
    margin-bottom: 10px;
    list-style: none;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

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

.board_top{
    padding-top: 46px;
    border-top: 1px solid #e8e8e8;
}

.characteristics.board_top {
    padding-bottom: 20px;
}

.detail h2{
    margin-bottom: 15px;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.gallery{
    margin-bottom: 50px;
}

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

.gallery .item{
    width: 25%;
    padding: 0 5px;
    float: left;
}

.gallery .photo{
    height: 170px;
    overflow: hidden;
}

.gallery .photo img{
    width: 100%;
}

.gallery .licenses .photo img {
    width: 50%;
}

.slider_detail{
    margin-bottom: 80px;
}

.owl-controls{
    width: 90px;
   


    z-index: 9;
}

.owl-controls .owl-prev{
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -62px;
    right: 55px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-next{
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -62px;
    right: 0px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

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

.owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #e9e9e9;
    border-radius: 50%;
    margin: 0 4px;
}



.owl-carousel .owl-stage-outer{
    padding-left: 1px;
    padding-right: 1px;
}

.carousel_projects .item{
    transition: .3s;
    -moz-transition: .3s;
}

.carousel_projects .item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.carousel_projects .item .photo{
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel_projects .item .title{
    min-height: 75px;
    padding: 15px 23px 5px 23px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.carousel_reviews{
    
}

.reviews_clients{
    margin-bottom: 35px;
}

.reviews_clients .review{
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.reviews_clients .review p{
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 20px;
}

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

.carousel_reviews .human{
    
}

.reviews_clients .human .quote{
    float: left;
}

.reviews_clients .human .quote .fa{
    font-size: 36px;
}

.reviews_clients .human .right{
    margin-left: 65px;
    padding-bottom: 12px;
}

.reviews_clients .human .name{
    display: block;
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.reviews_clients .human .post{
    display: block;
    color: #686868;
    font-size: 12px;
    font-weight: 400;
}

.detail_callback{
    padding: 40px 40px 35px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    
}

.detail_callback h2{
    margin-bottom: 30px;
    text-align: center;
}

.detail_callback .btn{
    width: 100%;
    height: 40px;
}

.detail_callback .form{
    
}

.detail_callback .form ul{
    text-align: justify;
    line-height: 0;
    letter-spacing: -1px;
}

.detail_callback .form ul li {
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px 15px;
}

.detail_callback .form ul li:nth-child(3){
    width: 22%;
}

.detail .characteristics{
    margin-bottom: 45px;
}

.slider .bx-wrapper .bx-controls-direction a,
.detail .bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 40px;
    border-radius: 0;
    transition: .3s;
    -moz-transition: .3s;
    margin-top: -20px;   
}

.slider .bx-wrapper .bx-prev,
.detail .bx-wrapper .bx-prev{
    left: 0px;
    background-color: rgba(0,0,0,.5);
    background-image: url(img/pre.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.slider .bx-wrapper .bx-next,
.detail .bx-wrapper .bx-next{
    right: 0px;
    background-color: rgba(0,0,0,.5);
    background-image:  url(img/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.zoom{
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-image: url(img/content/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;
}

.bxslider_projects:hover .zoom,
.bx-wrapper:hover .bx-next,
.bx-wrapper:hover .bx-prev{
    opacity: 1;
}

.slider_container{
    margin-bottom: 40px;
}

.slider_container li img{
    width: 100%;
}

.why{
    
}

.why ul{
    
}

.why ul li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    padding-top: 22px;
    padding-left: 75px;
    position: relative;
    color: #3b3b3b;
    font-size: 14px;
}

.why ul li.icon_1:before{
    content: url(img/why/icon_1.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_2:before{
    content: url(img/why/icon_2.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_3:before{
    content: url(img/why/icon_3.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_4:before{
    content: url(img/why/icon_4.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.progress{
    margin-bottom: 50px;
    padding: 40px 30px 30px;
    background: #fafafa;
}

.progress ul li{
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    border-left: 1px solid #e8e8e8;
}

.progress ul li:first-child{
    padding-left: 0;
    border: none;
}

.progress ul li span{
    display: block;
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 80px;
}

.progress ul li p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.our_partners{
    margin: 0 -10px 40px;
}

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

.our_partners .item > div{
    border: 1px solid #e8e8e8;
}

.our_partners .item > div:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-color: #fff;
}

.our_partners .item .top{
    width: 100%;
    height: 92px;
    display: table;
    text-align: center;
}

.our_partners .item .top img{
    max-width: 100%;
}

.our_partners .item .top > div{
    display: table-cell;
    vertical-align: middle;
}

.our_partners .item  .description{
    padding: 19px 17px;
    border-top: 1px solid #e8e8e8;
}

.our_partners .item h3{
    margin-bottom: 15px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.our_partners .item p{
    color: #3b3b3b;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}

.our_partners .item ul{
    border-top: 1px solid #e8e8e8;
}

.our_partners .item ul li{
    margin-top: 19px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
}

.our_partners .item ul li .fa{
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.reviews_clients .docs .item{
    margin-bottom: 0;
}

.review_item{
    margin-bottom: 50px;
}

.personal{
    margin: 0 -8px 40px;
}

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

.personal .item > div{
    
}

.personal .item .photo{
    height: 275px;
    overflow: hidden;
}


.personal .item  .description{
    padding: 19px 17px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.personal .item .name{
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.personal .item .post{
    display: block;
    color: #686868;
    font-size: 12px;
}

.personal .item ul{
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.personal .item ul li{
    margin-top: 19px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
}

.personal .item ul li a{
    color: inherit;
}

.personal .item ul li .fa{
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.accardion{
    margin-bottom: 50px;
}

.accardion .col{
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

.accardion .col_1{
    width: 44%;
}

.accardion .col_2{
    width: 55%;
}

.accardion_item{
    margin-bottom: 17px;
}

.accardion_item:hover {
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.accardion_item .top{
    min-height: 70px;
    border: 1px solid #e8e8e8;
    padding-left: 25px;
    padding-right: 85px;
    line-height: 70px;
    position: relative;
    cursor: pointer;
}

.accardion_item .top .arrow{
    width: 70px;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: normal;
}

.accardion_item .top .arrow > div{
    width: 100%;
    height: 100%;
    display: table;
}

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

.accardion_item.active .top .arrow .fa{    
    transform: rotate(180deg);
}

.accardion_item .top p{
    padding-left: 25px;
    color: #3b3b3b;
    font-size: 12px;
    margin-top: 10px; 
}

.accardion_item .top p span{
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.accardion_item .top .title{
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.accardion_item .full{
    padding: 25px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: none;
}

.accardion_item .full .title{
    display: block;
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
}

.accardion_item .full p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.vacancy .list{
    margin-bottom: 30px;
}

.vacancy .list li{
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.vacancy .list li:before{
    width: 4px;
    height: 4px;
    top: 10px;
}

.accardion_item .board{
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
}

.vacancy .btn{
    width: 200px;
    height: 40px;
}

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

.get_info{
    padding: 25px;
    background: url(img/content/get_info.png) center center no-repeat;
    background-size: cover;
}

.get_info .left{
    width: 100%;
    max-width: 440px;
    display: inline-block;
    vertical-align: top;
} 

.get_info .right{
    display: inline-block;
    float: right;
}

.get_info span{
    display: block;
    margin-bottom: 15px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.get_info p{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.get_info .btn{
    width: 200px;
    height: 40px;
    margin-top: 18px;   
}

.filial.map {
    height: 500px;
}

.filial_item{
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-bottom: 10px;
}

.filial_item .left{
    width: 54%;
    float: left;
    padding: 13px;
}

.filial_item .right{
    width: 23%;
    float: left;
    border-left: 1px solid #e8e8e8;
    padding: 23px;
    text-align: center;
    height: 100%;
}

.filial_item .photo{
    width: 100px;
    height: 100%;
    overflow: hidden;
    float: left;   
}

.filial_item .name{
    margin-left: 120px;
    padding-top: 10px;
}

.filial_item .name p{
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.filial_item .name span{
    display: block;
    color: #3b3b3b;
    font-size: 12px;
}

.filial_item .name span .fa{
    
}

.filial_item ul{
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}

.filial_item ul li{
    padding-left: 30px;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 22px;
    list-style: none;
}

.filial_item ul li .fa{
    position: absolute;
    top: 5px;
    left: 0px;
}

.date_news{
    padding: 12px 18px;
    border: 1px solid #ededed;
    background: #fff;
    position: absolute;
    top: 42px;
    right: 0px;
}

.date_news li {
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 12px;
}

.news_list ul li .fa {
    font-size: 9px;
    position: relative;
    top: -1px;
}

/*Related*/
.related{
    background: #fafafa;
}

.related .inner{
    padding-top: 55px;
    padding-bottom: 40px;
}

.related .container{
    padding-left: 270px;
}

.related h2{
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}

.related .goods_tile .item{
    width: 100%;
    float: none;
    max-width: none;
}

.related .owl-carousel .owl-item img{
    width: auto;
}

.related .slider_detail{
    margin-bottom: 20px;
}

.error404 {
    padding-top: 110px;
    padding-bottom: 70px;
    background: url(img/content/404.png) right 10px no-repeat;
    margin-left: 10%;
    margin-right: 10%;
}

.error404 h2{
    margin-bottom: 40px;
    /*font-family: Roboto;*/
    font-size: 28px;
    font-weight: 700;
    color: #3b3b3b;        
}

.error404 p{
    margin-bottom: 20px;
    /*font-family: Roboto;*/
    font-size: 14px;
    line-height: 24px;
}

.error404 > span{
    width: 181px;
    display: block;
    margin-top: 16px;
    /*font-family: Roboto;*/
    font-size: 12px;
    color: #3b3b3b;
    text-align: center;
}



.error404 .btn{
    width: 181px;
    height: 40px;
}

.contacts .col{
    display: inline-block;
    vertical-align: top;
}

.contacts .col_1{
    width: 45%;
    padding-right: 95px;
}

.contacts .col_2{
    width: 54%;
    padding-left: 95px;
    border-left: 1px solid #e8e8e8;
}

.contacts p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}

.contacts ul{
    
}

.contacts ul li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.contacts ul li span{
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    
}

.contacts ul li p{
    margin-bottom: 0;
}

.contacts ul li p a{
    color: #3b3b3b;
    font-size: 13px;
}

.contacts ul li .fa{
    position: absolute;
    top: 2px;
    left: 0px;
}

.contacts_map{
    height: 454px;
    background: #ccc;
}


.price_list h2{
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
}

.price_list_item{
    margin-bottom: 45px;
}

.table_price table{
    width: 100%;
}

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



.table_price table tr td:first-child{
    padding-left: 20px;
}

.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: 700;
}

.table_price table tbody tr td{
    background: #fcfcfc;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
}

.table_price table tbody tr .top{
    font-weight: 700;
    text-transform: uppercase;
    background: #fcfcfc;
    text-align: center;
}
    

/*recourse*/
.recourse{
    background: url(img/recourse.jpg) center center no-repeat;
    background-size: cover;
}

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

.recourse .left{
    display: inline-block;
    vertical-align: middle;
}

.recourse .right{
    display: inline-block;
    float: right;
}

.recourse span{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
}

.recourse p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.recourse p:before{
    content: "";
    width: 10px;
    height: 39px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.recourse .btn{
    width: 180px;
    height: 40px;
    margin-top: 12px;
}

/*About*/
.about p{
    margin-bottom: 30px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.about .btn{
    width: 176px;
    height: 40px;
    margin-top: 30px;
}

.good{
    margin-bottom: 38px;
    position: relative;
}

.good .description .top{
    margin-bottom: 35px;
}

.good .description .status{
    
}

.good .description .articul{
    margin-left: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #3b3b3b;
    border-left: 1px solid #e8e8e8;    
}


.good .description p{
    margin-bottom: 24px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}

.good .price{
    margin-bottom: 25px;
}

.good .price span{
    display: block;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.good .price .old_price{
    color: #878787;
    font-size: 12px;
    text-decoration: line-through;
}

.good .action{
    padding-top: 27px;
    border-top: 1px solid #e8e8e8;
}

.good .ques{
    width: 58%;
}

.good .buy{
    width: 39%;
    float: right;
}

.good .share{
    margin-top: 25px;
    padding: 5px 5px 5px 15px;
    background: #fafafa;
}

.good .share span{
    display: inline-block;
    vertical-align: middle;
    color: #7f7f7f;
    font-size: 12px;
}

.good .share .container{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

/*News*/
.news{

}

.news_top{
    padding: 30px;
    background-color: #f5f5f5;
}

.news_top h2{
    width: 60%;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.news_top .btn{
    width: 135px;
    height: 40px;
    float: right;
}

.news_items {
    padding: 29px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.news_items .item{
    margin-bottom: 35px;
}

.news_items .item:last-child{
    margin-bottom: 0;
}

.news_items .item .photo{
    width: 115px;
    height: 115px;
    overflow: hidden;   
    float: left;
}

.news_items .item .right{
    margin-left: 145px;
    height: 115px;
    overflow: hidden;
}

.news_items .item .right .date{
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
}

.news_items .item .right a{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.news_items .item .right p{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

/*Partners*/
.partners{
   width: 100%; 
   display: block;
   background: #fdfdfd;
   position: relative;
   z-index: 1;
   border-top: 1px solid #f7f7f7;
}

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

.partners ul{
    text-align: center;
}

.partners ul li{

    display: inline-block;
    vertical-align: middle;
}

.partners li img {
    max-width: 100%;
}

/*Footer*/
.footer{
   width: 100%; 
   display: block;
   background: #24292c;
   position: relative;
   z-index: 1;
}

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

.footer .col{
    float: left;
}

.footer .col_1{
    width: 30%;
    padding-right: 15px;
}

.footer .col_2{
    width: 53%;
    padding-right: 15px;
}

.footer .col_3{
    width: 17%;
    padding-right: 15px;
}

.footer .logo{
    margin-bottom: 20px;
}

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

.footer .logo p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 26px;
    font-weight: 700;
    color: white;    
}



.footer .copyrights{
    max-width: 210px;
    color: white;
    font-size: 12px;
    line-height: 18px;
}

.footer .links{
    padding-top: 18px;
    margin-bottom: 10px;
}

.footer .links li{
    width: 30%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

.footer .links li a{
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.footer .social{
    
}

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

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

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

.footer .phone{
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.footer .phone .icon{
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer .phone span{
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.footer .phone span a {
    color: white;
    font-size: 16px;
}

.footer .phone a{
    color: white;
    font-size: 12px;
}


.footer .address{
    padding-left: 40px;
    position: relative;
}

.footer .address .icon{
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer .address span{
    display: block;
    color: white;
    font-size: 12px;
    line-height: 18px;
}


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

.form 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;
}

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

.form .send {
    width: 116px;
    height: 40px;
    float: right;
    border-radius: 2px;
    font-size: 15px;
}
.form input#processing_approval {
    position: absolute;
    margin-top: 3px;
}
.form .processing-block label:not(.error) {
    display: inline-block;
    margin-left: 20px;
    font-weight: 500;
}
.form .processing-block {
    padding: 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: -5px;
    padding: 11px 9px 9px 145px;
    text-overflow: ellipsis;
}

.input.error input,.input.error textarea{border-color:#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:500px;background:white;top:0px;}
.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;
    /*background: url(img/close.png) center center no-repeat;
    top: -40px;
    right:-40px;*/
    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;
    
}

.reviews_clients .review .text {
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 20px;
}

.crp-requisites-table {
    margin: 25px 0;
    font-size: 13px;
}

.crp-requisites-table td:first-child {
    background: #f7f7fa;
}


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

.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;
}

.btn-xs {
    line-height: 12px;
    padding: 13px 12px 7px;
    border-radius: 1px;
    text-transform: uppercase;
}

.projectslist>.col-md-12>.btn-default {
    float: right;
    right: 15px;
    margin-right: 0;
    overflow: visible;
}

.btn-default.white:hover {
    color: #fff !important;
}

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

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

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

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

table.title-search-result th{
    display: none;
}

/* Version 1.0.2 */
.nav.absolute li li.hover ul {
    left: 100%;
    margin-top: -45px;
    position: absolute;
    top: auto;
}
.sticky .container.clearfix.COLOR_menu>ul>li>a {
    color: #3b3b3b;
}
.sticky .container.clearfix.COLOR_menu>ul>li>a>i {
    color: #3b3b3b;
}
.sticky .container.clearfix.DARK_menu>ul>li>a {
    color: #3b3b3b;
}
.sticky .container.clearfix.DARK_menu>ul>li>a>i {
    color: #3b3b3b;
}
.accardion_item .top {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 50px;
}
.nav li li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.progress ul li {
    padding-left: 40px;
}
.progress ul li span {
    font-size: 55px;
}
.title_block {
    line-height: 28px;
}