@font-face {
    font-family: 'NeoSansProRegular';
    src: url('../font/neosanspro-regular.eot');
    src: url('../font/neosanspro-regular.eot') format('embedded-opentype'),
        url('../font/neosanspro-regular.woff') format('woff'),
        url('../font/neosanspro-regular.ttf') format('truetype'),
        url('../font/neosanspro-regular.svg#NeoSansProRegular') format('svg');
}
html, body {
    color: #656565;
}
p{
    color: #656771;
    line-height: 20px;
}
ul li{
    color: #656771;
}
a{
    color: #000;
    text-decoration: underline;
}
a:hover, a:focus{
    color: #ff4311;
    text-decoration: underline;
}
.page_article__text table{
    width:100%;
}
h1,
h2,
h3,
h4,
h5,
.b-text__h1,
.b-text__h2,
.b-text__h3,
.b-text__h4,
.b-text__h5{
    font-family: 'NeoSansProRegular',sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #3c3c3c;
}

h1{
    font-size: 20px;
    line-height: 30px;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 14px;
}
h5{
    font-size: 13px;
}
.b-text__title{
    background: #000;
    color:#fff;
    padding: 0 14px;
    text-transform: uppercase;
    padding-top: 2px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.b-text__h1-main{
    background: #fff;
    float: left;
    padding-right: 15px;
}
.b-text__h1-decoration{
    border-bottom: 1px solid #d1d1d1;
    height: 23px;
    overflow: visible;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
.wrapper {
    padding:0px 2%;
    min-height: 90vw;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: url('../img/b-body__backgroud.jpg') 0 0;
    background-color: #f0f0f0;
}
.bottom-height{height: 85px}

.b-footer, .push {
    /*height: 300px;*/
    margin-top: -5px;
}
.b-footer{
    background: #f2f2f2;
}
.b-footer__content{
    padding: 60px 0;
}
.b-footer__link{
    font: 18px 'MuseoSansCyrl-500',sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
.b-footer__list{
    margin: 20px 0 0 0;
}
.b-footer__list_item{
    list-style-type: none;
}
.b-footer__list_item a{
    text-transform: lowercase;
    line-height: 21px;
}
.b-page__header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;  
}
.b-header__logo{
    display: block; 
    background: url('../img/b-header__logo.jpg') no-repeat;
    height: 56px;
    padding-left: 70px;
    text-decoration: none;
    background-size:contain;
    margin-left:2%;
}
.b-header__logo:hover{
    text-decoration: none;
}
.b-header__logo h1{
    font-size: 3rem;
}
.b-header__contacts{
    padding-top: 10px
}
.b-header__phone{
    color: #353535;
    font-size: 12px;
    padding: 0px 0 10px 20px;
    float: right;
}
.b-header__logo h1{
    margin:0px;
}
.b-header__email{
    font-size: 12px;
    float: right;
}
.b-header__en,.b-header__ru{
    margin-top: -1px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}
.b-header__en{
    background: url('../img/b-header__en.png') no-repeat;
    margin-left: 10px;
}
.b-header__ru{
    background: url('../img/b-header__ru.png') no-repeat;
    margin-left: 15px;
}
.navbar .nav{
    float: none;
    margin: 0 auto;
}
.b-menu__nav{
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
}
.b-menu__listitem{
    float: left;
}
.b-menu__link{
    font-size: 14px; 
    color: #656565;
    text-shadow: none;
}
.nav>li>a{
    display: inline;
}
.b-menu__active{
    border: 1px solid #e3e3e3;
    background: -moz-linear-gradient(top,  #fff 0%, #f8f8f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%, #f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#f8f8f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%, #f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%, #f8f8f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}
.b-menu li{
    line-height: none;
}
.b-menu__sublink{
    padding: 5px;
}
.b-menu__dropdown{
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 0;
    margin-top: 6px;
    border: none;
    border-top: 1px solid #d1d1d1;
}
.b-menu__dropdown li a {
    display: block;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.b-menu__dropdown li:last-child a{
    border-radius: 0 0 2px 2px;
}
.b-menu__dropdown li a:hover,
.b-menu__dropdown li a:active{
    background: #43a02a;
    color: #fff;
}
ul.dropdown-menu{
    margin: 0;    
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
} 
a.menu:after, .dropdown-toggle:after {
    content: none;
}
.b-slider__caption{
    display:flex;
    flex-direction: column;
    position: absolute;
    bottom: 40px;
}
.b-slider__title{
    font-family: 'NeoSansProRegular',sans-serif;
    -webkit-font-smoothing: antialiased;    
    font-weight: normal;
    font-size: 1.5em;
    line-height: 30px;
    color: #fff;
    float: left;
    text-shadow: none;
    text-transform:none;
    margin: 0;
    padding: 10px;
    background: rgb(67, 160, 42, 0.9);
}
.b-slider__desc{
    width:max-content;
    background: rgb(67, 160, 42, 0.9);
    padding: 4px 20px;
    float: left;
    color:#fff;
}
.b-slider__link{
    text-decoration: none;
}
.b-slider__link:hover,
.b-slider__link:active{
    color:#fff;
    text-decoration: none;
}
.b-slider__img{
    width: 100%;
    height: 400px;
}
.b-portfolio__preview{
    -webkit-box-shadow:  0px 0px 3px 0px #dddddd;
    box-shadow:  0px 0px 3px 0px #dddddd;
}
.carousel{
    margin-bottom: 0;
}
.b-clear{
    clear: both;
    background-color: #f0f0f0;
    height: 0;
}
.b-news__list-item{
    padding: 30px;
    background: #fff;
    border-bottom: 3px solid #e4e4e4;
}
.b-news__preview{
    margin-bottom: 15px;
    -webkit-box-shadow:  0px 0px 3px 0px #dddddd;
    box-shadow:  0px 0px 3px 0px #dddddd;
}
.b-date{
    font: 10px 'Arail',sans-serif;
    color: #8d8f90;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.b-news__link{
    line-height: 21px;
    color: #000;
    text-decoration: underline;
}
.b-production__main,.b-company__main{
    background-color: #fff;
    border-bottom: 3px solid #e4e4e4;
}
.b-production__main{
    margin-bottom: 30px;
}
.b-production__main-intro{
    padding-left: 30px;
}
.b-production__frame{
    padding: 15px;
    background: #fff;
    border-bottom: 3px solid #e4e4e4;
}
.b-production__frame-main{
    border: none;
}
.b-company__main span8,.b-company__main span4{
    padding-right: 30px;
}
.b-production__frame-last{
    right: 15px;
}
.b-production__title{
    padding: 15px 0;
    text-align: center;
    background-color: #f0f0f0;
}
.b-production__link{
    color: #1b1c21;
}
.b-company__main{
    margin-bottom: 15px;
}
.b-company__main-item{
   
}
.b-company__main-company{
    padding:15px;
}
.b-company__main-contacts{
    padding:15px;
}
.span__right{
    padding-right: 30px;
}
.b-breadcrumb{
    background: url('../img/b-breadcrumb__bg.jpg');
    font-size: 12px;
}
.page_article__text img{
    width:100%;
    object-fit: contain;
}
.b-breadcrumb__path{
    padding: 10px 15px  ;
    background: #43a02a;
    color: #fff;
    margin: 30px 0 30px 0;
    float: left;
}
.b-breadcrumb__path a{
    color: #fff;
    font-size: 12px;
}

.b-article{
    margin-top: 30px;
    padding: 3%;
    margin-bottom: 40px;
    background: #fff;
    border-bottom: 3px solid #e4e4e4;
}
.b-article__section_title{
    margin-bottom: 40px;
}
.b-article__title{
    display: block;
    margin-bottom: 15px;
}
.page_article__text table, .page_article__text thead, .page_article__text .row{
    display:block;
    margin: 0;
}
.carousel-control{
    border: none;
    background: none;   
}
.carousel-control.left{
    left: auto;
}
.carousel-control.right{
    right: 0;
}
.carousel-control:hover{
    color: #ff4311;
    opacity: 0.75;
}
.b-menu__page_ul{
    margin-left: 0;
}
.b-menu__page_li{
    list-style-type: none;
    padding-bottom: 5px;
}
.divider{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.icon-cloud-download{
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color:#fbf4f4;
    color: #ff4311;
    text-decoration: underline;
    margin-bottom: 30px;
}
blockquote{
    margin: 30px 0;
}
blockquote p{
    font-family: 'Georgia',serif;
    font-style: italic;
    line-height: 27px;
}
.page_copyright__front{    
    border-top:1px solid #202121;
    background: #282929;
    padding-top: 30px; 
    padding-bottom: 30px;
}
.page_copyright__front_text{
    font: 11px 'Verdana', sans-serif;
    color: #7c7e7e;
}
.page_copyright__front_text a{
    font-size: 11px;
    color:#0088cc;
}
.page_copyright__front_text_right{
    text-align: right;
}
.b-ico__adress{
    padding-left: 40px;
    background: url('../img/b-ico__glyphicons_242_google_maps.png') no-repeat;    
    background-position: 0 5px;
}
.b-ico__phone{
    padding-left: 40px;
    background: url('../img/b-ico__glyphicons_169_phone.png') no-repeat; 
    background-position: 0 5px;
}
.b-ico__email{
    padding-left: 40px;
    background: url('../img/b-ico__glyphicons_419_e-mail.png') no-repeat; 
    background-position: 0 5px;
}
.b-ico__mail{
    padding-left: 40px;
    background: url('../img/b-ico__glyphicons_010_envelope.png') no-repeat;
    background-position: 0 5px;
}
.b-ico__skype{
    padding-left: 40px;
    background: url('../img/b-ico__glyphicons_418_skype.png') no-repeat;
    /*background-position: 0 5px;*/
}
.b-company__adress-item{
    padding-bottom: 10px;
    color: #656565;
}
.b-true__main .b-text__h1-main, .b-news__main .b-text__h1-main {
    /*background: none;*/
}
.b-text__h1-section{
    background: none;
}
.b-true__main {
    padding-left: 30px;
}
.b-true__main-links{
    line-height: 30px;
}
.b-news__main-item{
    margin-bottom: 20px;
    color: #fff;
    min-height: 50px;
    max-height: 70px;
}
.b-news__date{
    padding: 6px 0;
    background: #656565;
    margin-right: 15px;
    float: left;
    font-size: 12px;
    width: 80px;
    height: 38px;
    text-align: center;
    text-transform: capitalize;
}
.b-news__main-desc{
    color: #656565;
    font-size: 13px;
    padding-top: 3px;
}
.b-clients__img{
}
.b-clients__main,
.b-seo__main{
    padding: 0 30px 30px 30px;
}
b-seo__main p{
    
}

/* update 19.10.2015 support@internet-menu.ru */
.container-header{}
.container-header.fixed{}
.container-header.fixed .ch-inner{position: fixed; top: 0; z-index: 10}

.container-header.fixed .row:first-child{}
.container-header.fixed .b-header__contacts{float:right;}


.b-menu__nav{padding-bottom: 0px}
.ch-inner{
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    background:white;
}
.ch-inner .row:first-child{
    left: 0;
    right: 0;
}
.b-clients__main{padding-bottom: 10px}
.b-clients__main h1{margin-bottom: 0}
.b-clients__main .item{display: table; width: 100%}
.b-clients__main .item a{display: table-cell; height: 133px; vertical-align: middle}
.b-clients__main .owl-carousel .owl-item{text-align: center; height: 133px}
.b-clients__main .owl-carousel .owl-item img{
    width: auto;
    display: inline;}
.b-clients__inner{padding: 0 30px; box-sizing: border-box}
.b-clients__main .owl-prev {
    background: rgba(0, 0, 0, 0) url("../img/slider-arrows.png") no-repeat scroll 0 0; height: 60px; left: 10px;
    opacity: 0.6; position: absolute; top: 37px; width: 13px;
}
.b-clients__main .owl-next {
    background: rgba(0, 0, 0, 0) url("../img/slider-arrows.png") no-repeat scroll -23px 0; height: 60px; opacity: 0.6;
    position: absolute; right: 10px; top: 37px; width: 13px;
}
.b-clients__main .owl-prev:hover{background-position: -66px 0}
.b-clients__main .owl-next:hover{background-position: -89px 0}
/* end update 19.10.2015 */
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.messages {
    padding: 8px 35px 8px 14px;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.messages em:first-child{
    font-weight: bold;
}
.messages.error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.messages.error em:first-child{
    color: #b94a48;
}
.messages.status{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.bottom-height{
    display: none;
}
.b-menu__listitem{
}
.messages.status em:first-child{
    color: #468847;
}
.article-subs-inner{
        font-size: 2rem;
    }
footer .row{
    display: flex;
}
footer .row div{
    width:50%;
}
.b-seo__main p:last-child{
    text-align: right;
}
.b-seo__main p{
    margin-left:0% !important;
}
.page_article__text td{
        float:left;
    }
@media (max-width: 767px){
    
	.row.main-content{
		width: 100%;
		padding: 10px;
		margin: 10px auto!important;
	}
	.row.main-content .content-inner{
		width: 100%!important;
	}
	.row.main-content .content-inner .editor-content{
		padding-left: 0px!important: 
	}
    .b-company__main .gallery{
	    flex-direction: column;
	    align-items: center;
	}
    .b-text__h1-main{
        text-align: center;
        padding: 0;
            
    }
    .b-text__h1-decoration{
       display: flex;
    justify-content: center;
        height: 10%;
        margin-bottom: 5%;
    }
	.b-company__main .gallery a{
	    margin-bottom:5%;
	}
    .container-header.fixed .ch-inner{
        left:0px;
    }
    }
@media (max-width: 992px){
    .content68 img{
        width:30%;
        object-fit: contain;
        height: auto;
    }
    .page_article__text p:nth-child(3) img{
        width:100% !important;
    }
    .page_article__text .row{
        display: flex;
        flex-direction: column;
    }
    .content67 .lightview, .content57 p, .content74 p, .content63 p{
        width:100%;
    }
    .editor-content>p{
        width:100%;
        display: flex;
        flex-direction: column;
        
    }
    .editor-content>p img{
        height: 100%;
        width:100%;
    }
    .content67 img, .content57 img, .content74 img{
        height: 100%;
        width:inherit;
    }
    .content72 img, .content73 img, .content52 img, .content62 img, .content63 img{
        margin:0 !important;
        height: 100%;
        width:100%;
        object-fit: cover;
    }
    .content72 p{
        display: flex;
        flex-direction: column;
    }
    .content52 p{
        text-align: left !important;
    }
    .content73, .content72, .content74{
        text-align: center;
    }
    .content52 p:last-child img{
        width:100%;
    }
    .content70 p:nth-child(3){
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .content70 p:last-child{
        margin-top:4%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .content70 p:last-child img{
        height:100%;
        margin:0 !important;
    }
        .content70 a{
    width: 100%;
}
    .content41 p:last-child{
        display: flex;
        flex-direction: column;
    }
    .content41 a{
        width:100%;
    }
    .content41 img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }
    .content70 img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }
    footer .row div{
        width:100%;
    }
    footer .row{
        display: block;
    }
    .nav>li{
        margin:2%;
    }
    .article-subs-inner{
        font-size: 2rem;
    }
    .page_copyright__front_text{
        padding: 0;
        text-align: left;
    }
    .page_copyright__front_text, .page_copyright__front_text a{
        font-size:1.5rem;
    }
    .b-clients__main .owl-carousel .owl-item img {
    width: 70%;
}
    .b-company__adress-item{
        
        font-size: 2rem;
    }
    .b-clients__img{
        width:70%;
    }
    .b-text__h5{
      line-height: 1.5 !important;
      font-size: 2.5rem;
    
    }
    .b-text__h1-main{
      line-height: 1.5;  
    }
    .b-true__main{
        padding: 0;
    }
    p{
    font-size: 1.5rem;
    line-height: 1.5;
    }
    h1{
    font-size: 3rem;
    line-height: 30px;
}
h2{
    font-size: 5rem;
}
    
    table td[class*=col-], table th[class*=col-]{
        float: left;
    }
}
    .page_article__text p:nth-child(3) img{
       width: 33%;
        object-fit: contain;
    }
.menu-topper{
    display: none !important;
}
#desk-view{
    color:white;
    display: none;
}
@media (max-width: 767px){
    .b-production__main-intro{
        padding:0px;
    }
    #desk-view{
        display: block;
    }
   .fixed .menu-topper{
    display: block !important;
    text-align: center;
    font-size:2rem;
    }

    .fixed .b-header__email{
        display: none;
    }
    .fixed .ch-inner .row:first-child{
       display: none;
    }
    .fixed ul{
        display: none;
    }
    
    .article-subs.fixed .article-subs-inner{
        display: none !important;
    }
    table td[class*=col-], table th[class*=col-]{
        float: left;
    }
    .page_copyright__front{
        padding:30px;
    }
    .b-header__email, .b-header__phone {
        font-size: 1.5rem;
    }
    .b-clients__main .owl-carousel .owl-item img{
        width: 70%;
    }
    .b-menu__nav li a{
        font-size: 1.5rem;
    }
    .fixed .b-header__logo{

    }
    .b-header__logo{
        margin-top:0%;
    }
    .b-header__phone{
        padding:0px;
    }
    .container-header.fixed .b-header__contacts{
        float:none;
    }
    .b-header__contacts{
        display: flex;
        text-align: center;
        justify-content: center;
        flex-flow: column-reverse;
    }
    .container-header.fixed .ch-inner{
        margin: 0;
        left:0;
        width:100%;
    }
    .container-header.fixed .row:first-child{
        position: fixed;
    }
    .b-page__header{
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    div[rel="content72"] h2{
        text-align: center;
    }

    .b-menu__nav{
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding-top:0px;
    }
    .b-menu__nav li{
        white-space: nowrap;
        text-align: center;
        flex: 30%;
        
    }
    .b-menu__nav li:first-child{
       margin-bottom:2%;
    }
    .b-menu__nav li a{
       margin: 0px; 
    }
    .b-header__logo{
        margin-left: 0;
    }
}
.content-inner{display: block; width: 100%}
.article-subs{padding: 0 15px 0 0; display: table-cell; vertical-align: top;} 
.article-subs.fixed .article-subs-inner{position: fixed; top: 120px; left: 366px; width: 180px; max-height: 80%; overflow: auto}
.with-text .article-subs{width: 210px}
.article-sub{}

.mod-form{border: 1px solid #d1d1d1; border-left: 0; border-right: 0}
.mod-form input[type="text"], .controls textarea{height: auto !important; border: 1px solid black; width: 100%;}
.mod-form label{
    font-size: 2rem;
}
#feedback-form{}
#feedback-form label{width: 120px;}
#feedback-form .controls{margin-left: 140px}
#feedback-form .controls .plug-spamcode input{width: 90px}

.gallery{ display: flex;}
.gallery-item{display: block; float: left; width: 170px; margin:0 1%;}
.gallery-item:first-child{margin-left: 0}
.gallery-item img{border: 1px solid #aaa; padding: 1px}
.gallery-items{
}
body{
    padding:0px;
}
#main-slider{
    padding: 0;
}