@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic&subset=latin,cyrillic-ext,cyrillic,latin-ext);

@font-face { 
    font-family: "fira";
    src: 
         url(/fonts/Fira_Sans/FiraSans-Regular.ttf);
}
@font-face { 
    font-family: "fira-bold";
    src: 
         url(/fonts/Fira_Sans/FiraSans-Bold.ttf);
}
@font-face { 
    font-family: "fira-med";
    src: 
         url(/fonts/Fira_Sans/FiraSans-Medium.ttf);
}
@font-face { 
    font-family: "roboto-light";
    src: 
         url(/fonts/Roboto/Roboto-Light.ttf);
}
@font-face { 
    font-family: "roboto-reg";
    src: 
         url(/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face { 
    font-family: "roboto-bold";
    src: 
         url(/fonts/Roboto/Roboto-Bold.ttf);
}
.my_table td
{
    border:1px solid #000;
    padding:5px;
}
.scroll-area
{
    overflow-x: auto;
}
.scroll-area table td,
.scroll-area table th
{
   padding:5px;
   border:1px solid grey; 
}
.my_zak
{
    display: block;
    width:100%;
    max-width: 480px;
    padding:  20px 10px;
    background: #1175CB;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    opacity: 0.9;
    margin: 15px auto;
}
.my_zak:hover
{
    opacity: 1.0;
}
h1.title_block
{
    line-height: 1.2em;
}
.my_table td p
{
    margin-bottom:0!important;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

h1.my_ttl
{
    font-size: 30px;
    text-align: left;
    padding-top:10px;
    padding-bottom: 30px;
}


*::-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;
}
html
{
    
}
body {
    width: 100%;
    font-family: roboto, sans-serif;
    font-size: 16px;
    color: #3b3b3b;
}
b
{
    font-family: roboto-bold;
    font-weight: normal;
}
body.open_sans {
    font: 15px/15px "Open Sans",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: 14px;
}

*{
    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,
select.form_control{
    width: 100%;
    height: 40px;
    padding: 0 18px;
    color: #6f6f6f;
    font-size: 14px;
    
    border: 1px solid #000;
    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;
}

a.btn.btn_board.btn_white.color_text {
    padding: 0px 10px;
}


button:focus{
    outline: none;
}

.title_block{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 14px;
    color: #3b3b3b;
    font-size: 30px;
    position: relative;
    width: inherit;
    font-family: fira-med;
    font-weight: normal!important;
}

.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
{
    box-sizing: border-box;
}

.header .inner{
    position: relative;
}


.header .header_top{
    padding-top: 25px;
    padding-bottom: 28px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

.header .logo {
    max-width: 200px;
    display: block;
    vertical-align: middle;
    margin-top:10px;
}

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

.header.sticky .logo {
    max-width: 140px;
    display: 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;
}

.header .search{
    width: 100%;
    max-width: 375px;
    display: block;
    vertical-align: middle;
    position: relative;
    margin:0 auto;
    font-size: 14px;
}


.header .search .btn_search{
    width: 40px;
    height: 40px;
    border: medium none;
    background: none;
    text-align: center;
    line-height: 38px;
    color: #000;
    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: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color:#1275CB;
    text-align: right!important;
    font-size: 20px;
    font-family: fira-bold;
}

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

.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);
    margin-top: -10px;
}

.nav.absolute li li.hover ul {
    left: 100%;
    margin-top: -55px;
    position: absolute;
    top: auto;
}

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

.nav li {
    position: relative;
}

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



.nav > li > .parent {
    
}

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

.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;
    margin-top: 0px;
}

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

.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; 
    padding:10px;
    line-height: 1em;  
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

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

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

.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 .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: 640px;
}
.my_descr
{
    font-size: 14px;
    margin-top:30px;
}
.my_descr h2
{
    margin-top:20px;
}
.my_descr ul
{
    margin-left:18px;
}
.my_descr ul li
{
   font-size: 14px;
   font-family: tahoma; 
} 
.main h2{
    margin-bottom: 28px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.content
{
    font-family: tahoma;
    font-size: 14px;
    line-height: 1.4em;
}
.content ul, .content ol
{
    margin-left: 15px;
    margin-bottom: 10px;
}
.content ul.bxslider_11,.content ul.bxslider_12
{
    margin-left: 0px;
}
.content p{
    
    margin-bottom: 10px;
}
.my_descr
{
    line-height: 22px;
}
.my_descr h3
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.content .text p{
    margin-bottom: 10px;
    margin-top: 10px;
}
.content .text li p
{
    margin:0;
}
.content .text table tr td, .content .text table tr th
{
    padding: 5px;
}
.content .text table
{
    overflow-x: auto;
    max-width: 100%;
}
.content .inner{
    padding-top: 20px;
    padding-bottom: 80px;
}

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

.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;
    margin-left:0;
    box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
-webkit-box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
-moz-box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
margin-top:-60px;
padding-top:60px;
border-radius: 3px;
}

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

.content .menu li a{
    display: block;
    padding: 15px 30px 15px 15px;
    color: #171B1F;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    font-family: fira-bold;
    background: #fff;
}
.content .menu li:last-child, .content .menu li:last-child a, .my_ogl a:last-child
{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.my_ogl
{
    border-radius: 3px;
}

.content .menu li.active
{
    background: none!important;
}
.content .menu li a:hover,.content .menu li.active a, .my_ogl a.active
{
    background: rgba(17,117,203,0.21);
}

.content .menu > li > a{
    border-bottom: 1px solid #e8e8e8;
}

.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;
}
.content .menu .dropdown li a
{
    font-size: 12px;
    line-height: 1.2em;
}
.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: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.51);
    border-radius: 3px;
}

.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 #333;
    display:inline-block;
    vertical-align: middle;
    width:14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
}

.custom_radio p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    color: #333;
    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;
    width: calc(100% - 220px);
}

.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: ;
    height: 205px;
    float: none;
    margin:0 auto;
    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;
    text-align: center;
}

.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: 14px;
    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 .text.prev {
    font-size: 15px;
}

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

.services .line .item {
    width: 25%;
    min-height: 300px;
}

.services .line .item .photo {
    width: 100%;
    height: auto;
    float: none;
}

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

.services .line .item .text.prev {
    display: none;
}

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

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

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

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

.divide .item .icon{
    width: 304px;
    height: 304px;
    margin:0 auto;
    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{
}

.goods_tile .item{
    width: 20%;
    max-width: 230px;
    height: 520px;
    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 #CDE2F4;    
    transition: .3s;
    -moz-transition: .3s;
    background: #fff;    
    position: relative;
    border-radius: 3px;
}

.goods_tile .item > div{
   height: 510px;
   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 #CDE2F4;  
}

.goods .item > div:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
#modef
{
    display: none!important;
}
.mob_filtr
{
    display: none;
}
.close
{
    display: none;
}

.goods_tile .item .photo{
    height: 180px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    background: #E9ECF5;
    margin-bottom: 5px;
}

.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 10px;
    line-height: 1em!important;
    
}

.feat_tbl_wrp
{
    background: #F5F9FD;
    margin-left:-10px;
    margin-right: -10px;
    width: calc(100% + 20px)!important;
    padding: 5px 10px;
    min-height: 82px;
}

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

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

.status{
    display: inline-block;
    padding: 4px 8px;
    padding-left: 0;
    color: white;
    font-size: 12px;
    margin-left:10px;
    float:left;
    margin-right:0px;
    font-family: roboto;
    font-weight: bold;
}

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

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

.presence{
    color:#1275CB;
}

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

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

.goods_list .item .price{
    padding-top: 45px;
    padding-left: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 198px;
    height: 100%;
    border-left: 1px solid #e8e8e8;
}
.garant
{
    font-size: 12px;line-height: 20px;
}
.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;
    text-align: right;
}

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

.good .right_col {
    width: 58.5%;
    padding: 38px 53px;
    float: left;
    border-left: 1px solid #e8e8e8;
}

.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: 25%;
    height: 50px;
    line-height: 50px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-right: -5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    cursor: pointer;
}

.tabs_good .tabs_caption li.active{   
    background: #fff;
    border-bottom: #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: 14px;
    color: #3b3b3b;
}

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

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

.characteristics .significance{
    width: 34%;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.4em;
}

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

.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 {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.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: 25px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

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

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

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: 35px;
    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;
}

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

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

.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 .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 .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{
 font-size: 14px;   
}

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


.good .description p{
    margin-bottom: 24px;
    color: #7f7f7f;
    font-size: 14px;
    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: 49%;
}

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

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

.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{
    
}
.detail li
{
    list-style: circle!important;
    margin-left:0px!important;
    padding-left:10px;
    margin-bottom: 0;
}
.detail li:last-child
{
    margin-bottom: 10px;
}
.detail p
{
    margin-bottom: 15px;
}
.detail table td
{
    border:1px solid grey;
    padding:5px;
}
.detail table
{
    width:100%;
}
.detail h2
{
    margin-top:30px;
}
.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: 140px;
    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: 60px;
    padding-bottom: 60px;
}

.footer .col{
    float: left;
}

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

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

.footer .col_3{
    width: 20%;
    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: #FEFEFE;    
}



.footer .copyrights{
    
    color: #FEFEFE;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    margin-top:50px;
    font-family: roboto-light;
}

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

.footer .links li{
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}
.footer .links li a{
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 100;
    font-family: roboto-light;
}
.footer ul.links li:nth-child(1) a
{
    font-family: roboto-reg;
}
.footer .links li a:hover
{
    opacity: 0.8;
}
.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: 25px;
    padding-left: 30px;
    position: relative;
}
.footer .email
{
    background: url(/include/new/fut_mail.png) no-repeat top left;
}

.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: 30px;
    position: relative;
    background: url(/include/new/fut_adr.png) no-repeat left top;
    margin-bottom: 25px;
}

.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: #FEFEFE;
    font-size: 14px;
    font-family: roboto-reg;
}


/**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,
select.form_control{
    margin-bottom: 18px;
}

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

.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: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;
    /*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 {
    position: absolute;
    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: 30px;
}

table.title-search-result th{
    display: none;
}
.tab3 table
{
    width:100%;
}
.tab3 table tr td
{
    border:1px solid #333;
    text-align: center;
    width:33.333%;
}
.detail ul
{
    margin-left: 20px;
}
.slider_container
{
    text-align: center;
}
.my_ogl
{
    box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
-webkit-box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
-moz-box-shadow:0px 1px 6px 1px rgba(0,0,0,0.51);
margin-top:-60px;
padding-top:60px;
}
.my_ogl a
{
    display: block;
    color:#171B1F!important;
    text-decoration: none;
    padding:15px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.sidebar h2
{
    font-family: fira;
    font-weight: normal;
    color: #fff;
    background: #1175CB;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 3px;
    height:60px;
    width:230px;
}
.my_ogl a b
{
    
}
.my_ogl a:hover
{
    background: rgba(17,117,203,0.21);
}



.my_tbl
{
    width:100%;
}
.text
{
    font-size: 14px;
    line-height: 1.5em;
}
.text ul
{
    margin-left:30px;
}
.nav li li
{
    position: relative;
}
.text h3
{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text ol
{
    margin-left:30px;
}
.w100
{
    max-width: 100%;
    height: auto;
}
.feat_tbl
{
    width:100%;
    font-size: 12px;
    margin-top:0px;
}
.goods_list .item .photo
{
    margin-right:30px;
}
.icon img
{
    max-width:100%;
    height:auto;
    margin-top:20px;
}
img.m_right
{
    max-width: 100%;
    float: none;
    height: 250px;
    width: auto;
    max-width: 100%;
    margin:10px auto;
    display: block;
}
.title.new_name
{
    line-height: 1.1em!important;
    margin-bottom: 10px;
    
}
.my_tbl_rk
{
    width:100%;
}
.my_tbl_rk tr td
{
    text-align: center;
}
.my_h2
{
    padding-bottom: 20px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
    margin-top:-20px;
}
.top_line
{
    height: 50px;
    line-height: 50px;
    background: #3E454A;
    position: fixed;
    width:100%;
    left:0;
    
    z-index: 1000;
}
.top_phone a
{
    font-size: 18px;
    color:#fff;
    font-family: roboto;
    font-weight: bold;
    margin-right: 30px;
    text-decoration: none;
}
.top_phone a:hover
{
    opacity: 0.8;
}
.header .logo
{
    margin-left:0;
}
.right_zvon
{
    float:right;
    font-family: roboto;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #1175CB;
    padding-bottom: 2px;
    display: block;
    text-decoration: none;
    line-height: 1em;
    padding-top:15px;
    cursor:pointer;
    margin-left:30px;
}
.header
{
    padding-top:50px;
}
.LIGHT_menu
{
    background: #1175CB;
    line-height: 70px;    
}
.nav a
{
    color:#fff;
    font-size: 18px;
    font-family: 'roboto-reg';
    font-weight: normal;
    line-height: 1.2em;
}
.nav ul a
{
    color:#000;
    font-size: 15px;
}
.nav a i
{
    color:#fff;
    font-size: 18px;

}
.relative
{
    position: relative;
}
.consult
{
    font-size: 18px;
    position: absolute;
    top:10px;
    right: 30px;
    color: #fff;
    display: block;
    line-height: 16px;
    
    padding:10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #fff;
}
.consult:hover, .nav > li > a:hover
{
    opacity: 0.8;
}
.nav li .parent i.fa.fa-chevron-right
{
    color:#ddd;
}

.mob_logo, .mob_menu_icon, .mob_block
{
    display: none;
}
.mob_block
{
    border-bottom: 2px solid #1175CB;
    margin-right: 0!important;
}
.mob_block a
{
    width:50%;
    float:left;
    padding-left:10px!important;
    padding-right: 10px!important;
}
.mob_vopr
{
    background: url(/include/new/vopr_mob.png) no-repeat center center;
}
.mob_tel
{
    background: url(/include/new/tel_mob.png) no-repeat center center;
}
.mob_find
{
    background: url(/include/new/find_mob.png) no-repeat center center;
}
.copyrights
{
    margin-top: 40px;
}
.footer .col_2 .col_1
{
    width:33%;
}
.footer .col_2 .col_1:last-child
{
    padding-left:30px;
}
.footer .phone:first-child
{
    background: url(/include/new/fut_phone.png) no-repeat top left;
}
.footer .phone a
{
    display: block;
    color:#FEFEFE;
    font-family: roboto-reg;
    font-size: 16px;
    margin-bottom: 5px;
}
@media (max-width:1023px)
{
    
}
.catalog_goods .item
{
    position: relative;
    padding:15px;
    border:0;
}
.catalog_goods .item:first-child
{
    width:67%;
 
}
.catalog_goods .item:nth-child(2)
{
    width:33%;
}
.catalog_goods .item:nth-child(3)
{
    width:33%;
}
.catalog_goods .item:nth-child(4)
{
    width:67%;
}   
.catalog_goods .item:nth-child(5)
{
    width:67%;
    float:left;
}  
.catalog_goods .item:nth-child(6)
{
    width:33%;
    float:left;
} 
.catalog_goods .item:nth-child(7)
{
    width:33%;
    float:left;
} 
.catalog_goods .item:nth-child(8)
{
    width:67%;
    float:left;
} 
.catalog_goods .item:nth-child(9)
{
    width:67%;
    float:left;
} 
.catalog_goods .item:nth-child(10)
{
    width:33%;
    float:left;
} 
.catalog_goods .item img
{
    width:100%;
    height:240px;
    
}
.catalog_goods .item a
{
    text-decoration: none!important;
    color:#fff!important;
}
.catalog_goods .item a:hover
{
    opacity: 0.8;
}
.abs_text
{
    color:#fff;
    position: absolute;
    padding:30px;
    top:20px;
    left:30px;
    z-index: 10;
}
.catalog_cns .abs_text, .home .abs_text
{
 top:0px;
    left:0px;
}
.abs_text h2
{
    font-size: 20px;
    font-family: fira-med;
    color:#fff!important;
}
.block_ref
{
    position: absolute;
    left:0;
    padding:30px;
    top:50px;
    z-index:20;
}
.block_ref a
{
    color: #fff;
    font-size: 14px;
    font-family: roboto-reg;
    display: block;
    line-height: 25px;
}
.catalog_goods.home .item img
{
    width:100%;
    height:auto;
    max-height: 300px;
}
.catalog_cns
{
    margin-left:-15px;
    margin-right: -15px;
}
.catalog_cns .item
{
    width:33.3%;
    float:left;
    height:270px;
    margin-bottom: 30px;
   padding-left: 15px;
   padding-right: 15px;
}
.catalog_cns .item .item_wrp
{
    position: relative;
    height:270px;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
}
.catalog_cns .item .item_wrp img
{
    height:190px;
    width: auto;
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.catalog_cns .abs_text
{
    position: absolute;
    bottom:0;
    left:0;
    top:auto;
    height:80px;
    width:100%;
    padding:5px;
    background: url(/include/new/bot_item.png) no-repeat;
    background-size: 100% 100%;
    
    
}
.catalog_cns .abs_text tr td
{
    vertical-align: middle;
    padding-right: 55px;
    padding-left:5px;
    line-height: 1.0em;
    font-size: 15px;
    font-family: roboto-reg;
    color:#fff;
}
.catalog_cns .abs_text tr td h2
{
    line-height: 1.0em;
    font-size: 15px;
    font-family: roboto-reg;
    color:#fff;
    margin:0;
}
.catalog_cns .item .item_wrp:hover
{
    opacity: 0.8;
}
.goods_tile .item .bottom
{
    position: absolute;
    bottom:0;
    padding-left:10px;
    padding-right: 10px;
}
.btn
{
    border-radius: 3px!important;
}
.f_text
{
    float:left;
}
.my_form
{
padding-top:90px;
    background: url(/include/new/fon_form.jpg) no-repeat center center;
padding-bottom:40px;        
}
.my_form form
{
    width: 470px;
    max-width: 100%;
    float:right;
    padding:50px;
    /*background: #fff;*/
}
.my_form form input[type=text], .my_form form input[type=email]
{
    width:100%;
    border:0;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    line-height: 50px;
    
}
.my_form form textarea
{
    width:100%;
    border:0;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    
    
}
.my_form .detail_callback .form ul li
{
    width:100%;
    display: block;
}
.my_form .detail_callback
{
    border:0;
    padding: 0;
}
.my_form .detail_callback label[for=NAME],
.my_form .detail_callback label[for=PHONE],
.my_form .detail_callback label[for=EMAIL],
.my_form .detail_callback label[for=MESSAGE]
{
    display: none;
}
.my_form .form h2
{
    font-family: fira-med;
    font-size: 20px;
    text-align: center;
    padding: 0;
    border:0;
}
.my_form form
{
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
    margin-top:10px;
    margin-bottom: 50px;
}
.my_form .pull-right
{
    float:none;
    clear: both;
    width:100%;
    
}
.my_form .detail_callback .btn
{
    background: #1175CB;
    border-radius: 3px!important;
}
.my_form .detail_callback .btn:hover
{
    opacity: 0.8;
}
.my_form .detail_callback .form ul li
{
    padding:0;
}
.my_form .required-fileds
{
    display: none;
}
.f_ttl
{
    color:#171B1F;
    font-size: 36px;
    font-family: fira-med;
    
}
.f_sub
{
    color:#171B1F;
    font-size: 20px;
    font-family: fira-med;
    margin-top:40px;
}
.footer .phone a.my_mail
{
    display: none;
}
.goods_tile .item .bottom
{
    padding-bottom: 10px;
}
.bot_blk
{
    position: absolute;
    bottom:45px;
    width:100%;
    height:50px;
}
h1.title_block
{
    font-weight: normal;
}
.title.new_name
{
    text-transform: lowercase;
    
}
.title.new_name:first-letter
{
    text-transform: uppercase;
}
.cena ul
{
    margin-left:40px;
}
.price_buy
{
    display: block;
    width: 200px;
    padding:5px;
    background: #1175CB;
    color: #fff;
    text-align: center;
    float:right;
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 25px;
    transition: 1s;
}
.price_buy:hover
{
    border-radius: 10px;
    opacity: 0.8;
}
.price-list li
{
    border-bottom: 1px solid #ddd;
    min-height: 40px;
    line-height: 40px;
}
.row_m
{
    padding:5px;
    line-height: 1.5em;
}
.callback, .fancybox
{
    cursor:pointer;
}
.my_actions
{
    background: #C70000 url(/include/new/skidka.png) no-repeat top right;
    background-size: auto 100%;
    padding:20px;
    color:#fff;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom:30px;
    line-height: 1.4em;
}
.my_actions span
{
    font-weight: bold;
    font-size: 30px;
}
.my_actions h2
{
    font-size: 26px;
    color:#fff;
    margin-bottom:10px;
}
.skid
{
    display: block;
    padding:20px;
    border-radius: 50%;
    float:right;
    color:#fff!important;
    display:block;
    background: #C70000;
}
.skid_cat
{
    display: block;
    padding:10px;
    border-radius: 50%;
    position: absolute;
    right:0;
    top:0;
    color:#fff!important;
    display:block;
    background: rgba(199,0,0,0.8);
    width:40px;
    height:40px;
    font-weight: bold;
    z-index:1000;
}
@media (max-width:767px)
{
    .bam-regions-confirm
    {
        left:5px!important;
    }
    .recourse
    {
        margin-top: 20px;
        margin-bottom:20px;
    }
    .recourse + .content
    {
        padding-top:0px!important;
    }
   
    .nav.topficed
    {
        display:none;
    }
    .my_actions
    {
        font-size: 14px;
    }
    .my_actions span, .my_actions h2
    {
        font-size: 16px;
    }
    .bot_blk
    {
        bottom:50px;
        
    }
    .garant
    {
        display:none!important;
    }
    .search_mob .lup
    {
        position: absolute;
        right: 10px;
        top:10px;
        font-size: 25px;
        cursor:pointer;
    }
    .header .left .container.clearfix .toggleMenu i
    {
        font-size: 25px;
        line-height: 25px;
    }
    .toggleMenu span
    {
        font-size: 20px;
        line-height: 25px;
    }
    .header .left .container.clearfix>ul>li>a
    {
        font-size: 14px!important;
    }
    .header .logo
    {
        padding-top:5px;
        padding-bottom: 5px;
        
    }
    .header .logo img
    {
        width:200px;
        height:auto;
    }
}
@media (max-width:500px)
{
    .sorting .right{
    }
    .recourse
    {
        margin-top: 50px;
        margin-bottom:0px;
    }
    .recourse + .content
    {
        padding-top:0px!important;
    }
    .work
    {
        min-width: 280px!important;
    }
    body
    {
        overflow-x: hidden!important;
    }
}
.inf_tbl
{
    width:100%;
}
.inf_tbl td
{
    text-align: center;
    padding:10px;
}
.inf_tbl td img
{
    max-width: 100%;
    height: auto;
}
img
{
    max-width: 100%;
    height: auto;
}
ul li p, ol li p
{
    margin-bottom: 0!important;
}
.text h2
{
    margin-top:30px!important;
}
.row_m
{
    clear: both;
}
.photo1
{
    height:120px;
    overflow-y: hidden;
    margin-bottom: 10px;
}
.anons_name
{
        height: 65px;
        overflow-y: hidden;
        margin-bottom: 10px;
}
.my_stat_anons
{
    height:200px;
    overflow-y: hidden;
}