[data-device-width~="1920"]{
    position: static;
    left: auto;
    top: auto;
}


body{
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100%;

}
body.index {
    height: 100%;
    min-height: 650px;
}

.c-center{
    max-width: 1175px;
}

.c-padding{
    padding-left: 60px;
    padding-right: 60px;
}

/*================================================*\
                    HEADER
\*================================================*/

#site-header{
    vertical-align: top;
    width: 220px;
    min-width: 220px;
    background: #323538;
}

.header-fix{
    position: fixed;
    width: 220px;
    top: 0;
    height: 100%;
    z-index: 20;
}

#logo{
    padding: 0px 0px;
    display: block;
    text-decoration: none;
    color: inherit !important;
    background: #fff;
}

.inner #logo{
    background: #fff;
}

#logo > img{
    width: 100%;
}

.logo-desc{
    font-size: 9px;
    line-height: 1.6;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.main-nav{
}

.main-nav.fixed{
    position: fixed;
    top: 0;
    width: 220px;
}

.main-nav__item > a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #3A3D41;
    background: #333539;
}

.main-nav__item > a:hover{
    background: #3A3D41;
}

.main-nav__item.active > a{
    background: #2C2F32;
}
.main-nav__item[data-dropdown] > a:hover {
    background: #393B3E;
}

/*.main-nav__item.active.hassub > a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background: #46494D;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOTVDNEIzRjUwRjFDMUIyMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNjU5M0M5NUFGNEExMUU0QUU5Q0Y2OTBENTIwNTJFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNjU5M0M5NEFGNEExMUU0QUU5Q0Y2OTBENTIwNTJFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwMUI4RkY5MUMyMDY4MTE4REJCREI4NjQzOTM4QjU3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE5NUM0QjNGNTBGMUMxQjIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+q0c4EQAAAGdJREFUeNpczrENgCAQQNHTgsRKJtEtjDPYuI8OgY0WRntdyDXwk0A8IXkN+dwh3vseCwwkU+PCUIrIiA4ORr5jsaNBG15VOPBgjZMt7ng3oUgrdLzlUWj0f3T8i/IwxSdmHQWvAAMAgDmnFt93TpMAAAAASUVORK5CYII=);
    background-position: center center;
}*/

.main-nav__item.active > .sub-menu{
    display: block;
}

.sub-menu__item {position: relative;}
.sub-dropdown {
    display: none;
    width: 300px;
    background: #333538;
    background: rgba(51,53,56,0.97);
    padding: 25px 25px 0;
    /*position: absolute;*/
    left: 220px;
    top: 0;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    z-index: 20;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.sub-dropdown::-webkit-scrollbar {width: 6px; background: rgba(255,255,255,0.2); border-radius: 3px;}
.sub-dropdown::-webkit-scrollbar-button {display: none;}
.sub-dropdown::-webkit-scrollbar-thumb {background: rgba(255,255,255,0.8); border-radius: 3px; box-shadow: inset 0 0 1px #444;}
.dropdown-open {display: block;}
.dropdown__category {list-style: none; margin-bottom: 25px;}
.dropdown__category-name {font-weight: bold; color: #fff;}
.dropdown__category-items {padding-left: 25px; margin: 0;}
.dropdown__category-items__item {list-style: none; margin-top: 10px;}
.dropdown__category-items__item-link {color: #ccc; -webkit-transition: 0.2s; transition: 0.2s; text-decoration: none; display: inline-block;}
.dropdown__category-items__item-link:hover {color: #fff;}
.dropdown__category-items__item-link.active {color: #ffcc01; font-weight: bold;}

/*================================================*\
                    CONTENT
\*================================================*/

#site-content{
    position: relative;
    vertical-align: top;
    width: 100%;
    overflow: hidden;

}
.index #site-content {
    height: 100%;
}

.fix-wrapper{
    width: 100%;
    height: 100%;
    min-height: 880px;
    /*max-width: 1555px;*/
}

.fix-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 880px;
}

.fix-container > *{
    vertical-align: top;
}

.company {
    background: no-repeat 50% 50% #222;
    width: 100%;
}


.main-news {display: none;}

.main-news-list > li {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.company-addon{
    width: 270px;
    min-width: 270px;
    height: 100%;
}

.main-production{
    width: 230px;
    min-width: 230px;
    height: 100%;
}

.company-fix {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(5deg, rgba(0, 0, 0, 0.3), transparent 30%); /*35deg before golden site*/
    background: linear-gradient(5deg, rgba(0, 0, 0, 0.3), transparent 30%);
    padding: 62px 60px 0;
}

.company-achievements{
    font-size: 45px;
}

.main-products-list__item{
    margin: 0 31px 31px 0;
}

.main-products-list__item:last-child{
    margin: 0;
}

.company-addon__item,
.main-production__item{
    width: 100%;
    height: 25%;
    padding-bottom: 20px !important;
    display: block;
}

.company-addon__item{
    border-bottom: 1px solid #CCA60E;
}
.company-addon__item:last-child {
    border-bottom: none;
}

.company-addon__item__content{
    display: block;
}

.main-production__item{
    border-bottom: 1px solid #E0E0DB;
    border-right: 1px solid #E0E0DB;
}

.main-production__item__desc {
    margin-bottom: 10px;
}

.main-production__item__image-wrapper{
    height: auto;
}


.main-banner{
    display: block;
}

.company-digital-list{
    padding: 50px 60px 0;
}

.bg__inner-panel {
    padding: 40px 60px;
}

.yamap{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
}

.products-list__item__view{
    overflow: hidden;
}

.products-list__item__view__image-wrapper{
    float: right;
    margin-left: 30px;
}

.item-menu__item__subsection-list > a{
    font-size: 24px;
}

#animate-gallery{
    display: block;
}

/*================================================*\
                    FOOTER
\*================================================*/

.site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 220px;
    padding-bottom: 0;
    z-index: 30;
}

.site-footer > *{
    display: block;
    border-bottom: 1px solid #3A3D41;
    padding: 18px 25px;
    float: none;
}

.language-list{
    border-right: none;
    margin: 0;
    right: 0;
}

.easy-version-link{
    margin: 0;
}

.footer__address__phone {display: block;}

.clear{
    display: none;
}

.index .by {display: none;}
.by-index {font-size: 16px; position: fixed; left: 282px; bottom: 20px; line-height: 1;}
.by__about {margin-left: 5px;}
.footer-by-about {display: none;}

.golden-site--index {position: fixed; bottom: 19px; right: 540px; font-size: 14px; line-height: 1.4;}
.golden-site--index__img {display: inline-block; vertical-align: middle; margin-top: -20px; margin-right: 8px;}
.golden-site--index__text {display: inline-block; vertical-align: middle;}

@media (max-width: 1650px) {
    .golden-site--index {right: auto; left: 282px; bottom: 70px; max-width: 300px;}
    .golden-site--index__img {margin-bottom: 5px;}
}


/*================================================*\
                @MEDIA ADDITIONAL
\*================================================*/
@media (max-height: 900px) {
    body.products .header-fix {position: relative;}
    body.products .site-footer {position: absolute;}
    .main-production__item__image-wrapper > img {max-height: 100%;}
}

@media (max-height: 580px) {
    body.inner .header-fix {position: relative;}
    body.inner .site-footer {position: absolute;}
}

@media (max-height: 530px) {
    .header-fix {position: relative;}
    .site-footer {position: absolute;}
    .by-index {position: absolute; left: 25px;}
}

@media only screen and (max-width: 1820px) {
    #animate-gallery{
        min-width: 300px;
    }
    .ag-text-see{
        font-size: 40px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1680px) {
    #animate-gallery{
        min-width: 240px;
    }
    .ag-text-see{
        font-size: 30px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1599px) {
    .company-fix{
        padding-left: 30px;
        padding-right: 30px;
    }
    .company-achievements{
        font-size: 30px;
    }
    #animate-gallery{
        display: none;
    }
    .features-list__value {font-size: 20px;}
    .item-image {max-width: 300px;}
    .features-list {margin-left: -35px;}
    .features-list > li {padding-left: 35px;}
}
@media only screen and (max-width: 1400px) {
    .yamap{
        width: 340px;
    }
    .company-digital-list__number{
        font-size: 75px;
    }
}
@media only screen and (max-width: 1250px) {
    .yamap{
        width: 270px;
    }
}
@media only screen and (max-width: 1190px) {
    .yamap{
        width: 220px;
    }
}

@media only screen and (min-width: 1430px) {
    .products-list__item.c-padding, .catalog-list__item.c-padding{
        padding-right: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .fotorama-wrapper{
        position: absolute;
        top: 0;
        left: -9999px;
        visibility: hidden;
    }
}