@import url(reset.css);

@font-face {
    font-family: OpenSans-Bold;
font-display: swap;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: OpenSans-SemiBold;
font-display: swap;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: OpenSans-Light;
font-display: swap;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
font-display: swap;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-ExtraBold;
font-display: swap;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}
header,section,footer,nav{
	width: 100%;
    min-width: 320px;
    background-repeat: no-repeat;
}
.clear{clear: both;}
.wrap320{
    min-width: 320px;
    width: 100%;
    overflow: hidden;
}
body{
    background-color: #efeff6;
}
body.noscroll{
    height: 100%;
    overflow: hidden;
}

/* Main Style */
.inner-bl{
    width: calc(100% - 30px);
    max-width: 1764px;
    margin: 0 auto;
    height: auto;
}
/* Begin Top Line */
.top-line-bg{
    background: url(../img/top-bg.png) center top no-repeat #fff;
    border-bottom: 4px solid #ec1c24;
    background-size: 100% 100%;
}
.top-line-bl{
    padding-bottom: 14px;
    width: calc(100% - 30px);
    max-width: 1764px;
    margin: 0 auto;
    height: auto;
}
.top-line-bl .logo-info{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-line-bl .logo-info .logo-bl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-top: 42px;
}
.top-line-bl .logo-info .logo-bl span{
    font: 25px OpenSans-Bold;
    color: #333;
    line-height: 35.88px;
    text-transform: uppercase;
    margin-left: 23px;
}
.top-line-bl .contact-info{
    margin-top: 67px;
    text-align: right;
}
.top-line-bl .contact-info .adress{
    font: 17px OpenSans-SemiBold;
    color: #333;
}
.top-line-bl .contact-info .phone{
    font: 22.17px OpenSans-SemiBold;
    color: #3f3f98;
    margin-top: 14px;
}
.top-line-bl .contact-info .phone a{
    text-decoration: none;
    color: #3f3f98;
    display: inline-block;
    vertical-align: middle;
}
.top-line-bl .contact-info .phone span{
    margin: 0 12px;
    vertical-align: middle;
}
.top-line-bl .contact-info .phone img{
    vertical-align: middle;
}
.top-line-bl .menu-search{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-line-bl .menu-search .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    list-style: none;
}
.top-line-bl .menu-search .menu li{
    margin-right: 70px;
}
.top-line-bl .menu-search .menu li:last-child{
    margin-right: 0;
}
.top-line-bl .menu-search .menu li a{
    font: 22px OpenSans-SemiBold;
    color: #333;
    text-decoration: none;
}
.top-line-bl .menu-search .menu li a.active{
    color: #2a2a86;
    font-family: OpenSans-Bold;
}
.top-line-bl .menu-search .menu li a:hover{
    color: #2a2a86;
}
.top-line-bl .menu-search .search-bl{
    position: relative;
    max-width: 797px;
    width: calc(100% - 990px);
    margin-top: 34px;
}
.top-line-bl .menu-search .search-bl input[type=text]{
    width: 100%;
    height: 38px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 19px;
    box-sizing: border-box;
    padding-left: 20px;
    font: 14px OpenSans-Regular;
    color: #333;
}
.top-line-bl .menu-search .search-bl input[type=submit]{
    width: 30px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: url(../img/search-ico.png) center left no-repeat;
}
.top-line-bl .mob-soc{
    width: 100%;
    padding: 0px 30px 0px;
    box-sizing: border-box;
    display: none;
    margin-top: 40px;
}
.top-line-bl .mob-soc .social-bl{
    width: 205px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}
.top-line-bl .mob-soc .social-bl a{
    height: 20px;
    background: url(../img/social-ico.png);
}
.top-line-bl .mob-soc a.facebook{
    width: 9px;
    background-position: 0px 0px;
}
.top-line-bl .mob-soc a.vk{
    width: 28px;
    background-position: -29px 0px;
}
.top-line-bl .mob-soc a.twitter{
    width: 22px;
    background-position: -77px 0px;
}
.top-line-bl .mob-soc a.instagram{
    width: 20px;
    background-position: -117px 0px;
}
.top-line-bl .mob-soc a.youtube{
    width: 17px;
    background-position: -156px 0px;
}
.top-line-bl .mob-soc a.rss{
    width: 18px;
    background-position: -187px 0px;
}
.top-line-bl .mob-soc p{
    font: 17px OpenSans-SemiBold;
    color: #fff;
}
.top-line-bl .logo-mob{
    display: none;
    width: 51px;
    margin: 0 auto;
    padding-top: 10px;
}
.top-line-bl .logo-mob img{
    width: 100%;
    height: auto;
    display: block;
}
.top-line-bl .menu-ico{
    font: 16px OpenSans-SemiBold;
    color: #333;
    background: #efeff6;
    float: left;
    display: none;
    padding: 0px 31px;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-line-bl .menu-ico:before{
    content: '';
    background: url(../img/menu-ico.png);
    width: 34px;
    height: 21px;
    background-size: 100% 100%;
    position: relative;
    top: 0px;
    margin-right: 18px;
}
.top-line-bl .menu-ico.show:before{
    background: url(../img/close-ico.png);
    background-size: cover;
}
@media(max-width: 1440px){
    .top-line-bg{
        background: url(../img/top-bg1280.png) center top no-repeat #fff;
        background-size: 100% 100%;
    }
    .top-line-bl .contact-info{
        margin-top: 45px;
    }
    .top-line-bl .contact-info .phone{
        width: 390px;
    }
    .top-line-bl .contact-info .phone span:nth-child(4){
        display: none;
    }
    .top-line-bl .menu-search .menu li{
        margin-right: 36px;
    }
    .top-line-bl .menu-search .search-bl{
        width: calc(100% - 820px);
    }
}
@media(max-width: 1100px){
    .top-line-bl .logo-info .logo-bl img{
        width: 91px;
        height: auto;
    }
    .top-line-bl .logo-info .logo-bl span{
        font-size: 20px;
        line-height: 29.6px;
        margin-left: 18px;
    }
    .top-line-bl .contact-info{
        margin-top: 45px;
    }
    .top-line-bl .contact-info .adress{
        font: 14px OpenSans-SemiBold;
    }
    .top-line-bl .contact-info .phone{
        font: 17.96px OpenSans-SemiBold;
        line-height: 19.6px;
        margin-top: 15px;
    }
    .top-line-bl .menu-search .menu{
        margin-top: 31px;
    }
    .top-line-bl .menu-search .menu li a{
        font: 17px OpenSans-SemiBold;
    }
    .top-line-bl .menu-search .search-bl{
        margin-top: 28px;
        width: calc(100% - 660px);
    }
    .top-line-bl .menu-search .search-bl input[type=text]{
        height: 30px;
    }
    .top-line-bl .menu-search .search-bl input[type=submit]{
        height: 30px;
    }
}
@media(max-width: 900px){
    .top-line-bg{
        background: #fff;
        position: fixed;
        z-index: 40;
        width: 100%;
        height: 70px;
    }
    .top-line-bl{
        width: 100%;
        height: 70px;
        padding-bottom: 0;
        display: block;
    }
    .top-line-bl .logo-mob{
        display: block;
    }
    .top-line-bl .menu-ico{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .top-line-bl .logo-info,
    .top-line-bl .menu-search .search-bl input[type=text]{
        display: none;
    }
    .top-line-bl .menu-search{
        float: right;
        width: 89px;
        display: block;
    }
    .top-line-bl .menu-search .search-bl{
        margin-top: 0;
    }
    .top-line-bl .menu-search .search-bl input[type=submit]{
        width: 89px;
        height: 70px;
        background: url(../img/search-mob-ico.png) center no-repeat #efeff6;
        position: static;
    }
    .top-line-bl .menu-search .menu{
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: #2b2a87;
        margin-top: 0;
        z-index: 40;
        padding: 32px 0 30px;
        overflow-y: auto;
    }
    .top-line-bl .menu-search .menu li{
        margin: 0 30px;
        border-bottom: 1px solid #454696;
        padding: 6px 0 10px;
    }
    .top-line-bl .menu-search .menu li a,
    .top-line-bl .menu-search .menu li a.active{
        font: 26px OpenSans-SemiBold;
        color: #fff;
    }
    .top-line-bl .mob-soc{
        display: block;
    }
}
@media(max-width: 650px){
    .top-line-bg{
        height: 40px;
    }
    .top-line-bl{
        height: 40px;
    }
    .top-line-bl .menu-ico{
        padding: 0px 10px;
        height: 40px;
    }
    .top-line-bl .menu-search{
        width: 43px;
    }
    .top-line-bl .menu-search .search-bl input[type=submit]{
        width: 43px;
        height: 40px;
        background-size: 16px 16px;
    }
    .top-line-bl .menu-ico:before{
        width: 18px;
        height: 14px;
        margin-right: 12px;
    }
    .top-line-bl .logo-mob{
        width: 30px;
        padding-top: 5px;
    }
    .top-line-bl .menu-search .menu{
        top: 40px;
    }
    .top-line-bl .menu-search .menu{
        padding: 7px 0 30px;
    }
    .top-line-bl .menu-search .menu li{
        margin: 0 10px;
        padding: 10px 0 10px;
    }
    .top-line-bl .menu-search .menu li a,
    .top-line-bl .menu-search .menu li a.active{
        font: 15px OpenSans-Regular;
    }
    .top-line-bl .mob-soc{
        margin-top: 18px;
        padding: 0 10px 0;
    }
    .top-line-bl .mob-soc p{
        font: 15px OpenSans-Regular;
    }
    .top-line-bl .mob-soc .social-bl{
        margin-top: 14px;
    }
}
/* End Top Line */
/* Begin Footer */
footer{
    background: url(../img/footer-bg.jpg) center no-repeat;
    background-size: cover;
}
.footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 47px 0 75px;
}
.footer .left,
.footer .right{
    width: 50%;
}
.footer .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer .logo-bl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.footer .logo-bl span{
    font: 22px OpenSans-Bold;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 26px;
}
.footer .adres{
    font: 17px OpenSans-Regular;
    color: #fff;
    text-align: right;
    margin-top: 3px;
}
.footer .phone{
    text-align: right;
    margin-top: 8px;
}
.footer .phone a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font: 22px OpenSans-SemiBold;
    line-height: 33px;
}
.footer .up-btn{
    width: 42px;
    height: 43px;
    display: block;
    background: url(../img/up-btn.png);
    cursor: pointer;
    margin-top: 18px;
}
.footer .bottom{
    width: 100%;
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .copy{
    font: 12px OpenSans-Regular;
    color: #aaabad;
    line-height: 17.99px;
}
.footer .dev{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer .developer{
    font: 12px OpenSans-Regular;
    color: #aaabad;
    line-height: 17.99px;
    text-align: right;
}
.footer .developer a{
    font: 12px OpenSans-Regular;
    color: #aaabad;
    line-height: 17.99px;
    text-decoration: none;
}
.footer .count{
    width: 88px;
    height: 31px;
    margin-left: 20px;
}
@media(max-width: 1100px){
    .footer{
        padding: 40px 0 60px;
    }
    .footer .logo-bl img{
        width: 83px;
        height: auto;
    }
    .footer .logo-bl span{
        font-size: 17px;
        line-height: 24px;
        margin-left: 22px;
    }
    .footer .adres{
        font-size: 14px;
        margin-top: 0px;
    }
    .footer .phone a{
        font-size: 17px;
        line-height: 26.4px;
    }
}
@media(max-width: 900px){
    .footer{
        padding: 40px 0 60px;
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .footer .left,
    .footer .right{
        width: 100%;
    }
    .footer .right{
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .footer .logo-bl{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .footer .logo-bl img{
        width: 76px;
        height: auto;
    }
    .footer .logo-bl span{
        text-align: center;
        font-size: 14.05px;
        line-height: 19.06px;
        margin-left: 0;
        margin-top: 14px;
    }
    .footer .adres{
        margin-top: 25px;
    }
    .footer .phone br{
        display: none;
    }
    .footer .up-btn{
        margin-top: 30px;
    }
    .footer .bottom{
        margin-top: 29px;
    }
    .footer .dev{
        display: none;
    }
    .footer .copy{
        width: 100%;
        text-align: center;
    }
}
/* End Footer */
/* Main Style */


/* Index Page */ 
/* Begin Header */
header{
    background: url(../img/header-bg.jpg) center bottom no-repeat;
    background-size: auto 100%;
}
.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 63px 0 111px;
}
.header h1{
    font: 42px OpenSans-Regular;
    color: #fff;
    line-height: 52px;
    width: 532px;
}
.header h1 b{
    font-family: OpenSans-ExtraBold;
}
.header .header-slider{
    width: calc(100% - 582px);
    margin-left: 50px;
}
.header .header-slider img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 1176px;
}
.header .header-slider .slick-prev{
    display: none;
    z-index: -1;
}
.header .header-slider .slick-next{
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: url(../img/header-slider-next.png) center no-repeat #eaeff3;
}
.header .header-slider .slick-next:hover{
    background: url(../img/header-slider-next-hover.png) center no-repeat #2a2a86;
}
.header .slick-dots{
    width: auto;
    right: 0;
    bottom: -111px;
}
.header .slick-dots li{
    width: 17px;
    height: 17px;
}
.header .slick-dots li button{
    width: 17px;
    height: 17px;
    background: url(../img/slider-dots.png);
    opacity: .4;
}
.header .slick-dots li.slick-active button{
    opacity: 1;
}
.header .mob-info{
    text-align: center;
    display: none;
    color: #fff;
    width: 100%;
}
.header .mob-info .h1-mob{
    font: 28.99px OpenSans-ExtraBold;
    text-align: center;
    width: auto;
}
.header .mob-info .adress{
    font: 17.13px OpenSans-SemiBold;
    margin-top: 10px;
}
.header .mob-info .phone{
    margin-top: 10px;
}
.header .mob-info .phone a{
    font: 21.08px OpenSans-SemiBold;
    color: #fff;
    text-decoration: none;
    line-height: 28.05px;
    display: inline-block;
}
@media(max-width: 1350px){
    .header{
        padding: 42px 0 75px;
    }
    .header h1{
        font: 26px OpenSans-Regular;
        color: #fff;
        line-height: 34px;
        width: 352px;
    }
    .header .header-slider{
        width: calc(100% - 392px);
        margin-left: 40px;
    }
    .header .slick-dots{
        bottom: -75px;
    }
}
@media(max-width: 1100px){
    .header{
        padding: 34px 0 59px;
    }
    .header h1{
        font: 22px OpenSans-Regular;
        line-height: 30px;
        width: 280px;
    }
    .header .header-slider{
        width: calc(100% - 312px);
        margin-left: 33px;
    }
    .header .slick-dots{
        bottom: -59px;
    }
    .header .slick-dots li{
        width: 14px;
        height: 14px;
    }
    .header .slick-dots li button{
        width: 14px;
        height: 14px;
        background: url(../img/slider-dots.png);
        background-size: 100% 100%;
    }
}
@media(max-width: 900px){
    header{
        background: url(../img/header-bg-mob.jpg) center no-repeat;
        background-size: cover;
        margin-top: 70px;
    }
    .header{
        display: block;
        padding: 30px 0 77px; 
    }
    .header h1{
        display: none;
    }
    .header .header-slider{
        width: 100%;
        margin-left: 0px;
    }
    .header .mob-info,
    .header .mob-info .h1-mob{display: block;}
    .header .header-slider{
        margin-top: 35px;
    }
    .header .slick-dots{
        width: 100%;
        bottom: -37px;
    }
    .header .slick-dots li button{
        background: url(../img/slider-dots-mob.png);
        opacity: .4;
    }
    .header .header-slider .slick-prev{
        display: block;
        z-index: 20;
        background: url(../img/header-slider-prev.png) center no-repeat #eaeff3;
        left: -15px;
    }
    .header .header-slider .slick-next{
        right: -15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(../img/header-slider-next.png) center no-repeat #eaeff3;
    }
    .header .header-slider .slick-next:hover{
        background: url(../img/header-slider-next-hover.png) center no-repeat #2a2a86;
    }
}
@media(max-width: 650px){
    header{
        margin-top: 40px;
    }
    .header{
        padding: 20px 0 57px; 
    }
    .header .mob-info .h1-mob{
        font: 22px OpenSans-ExtraBold;
    }
    .header .mob-info .adress{
        font: 13px OpenSans-SemiBold;
        margin-top: 8px;
    }
    .header .mob-info .phone{
        margin-top: 6px;
    }
    .header .mob-info .phone a{
        font: 16px OpenSans-SemiBold;
        line-height: 21.29px;
    }
    .header .header-slider .slick-prev,
    .header .header-slider .slick-next{
        width: 28px;
        height: 28px;
        background-size: 14px 7px;
    }
}
/* Begin Production */
.production-bl{
    padding: 18px 0 65px;
}
.production-bl h2{
    font: 40px OpenSans-Bold;
    color: #333;
}
.production-bl .product-flex{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 39px;
}
.production-bl .product-item{
    width: calc(100% / 6 - 1.7px);
    height: 321px;
    position: relative;
    border: 7px solid #ddddec;
    box-sizing: border-box;
    text-decoration: none;
    background: url(../img/production-decor.png) right bottom no-repeat #ddddec;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer;
    margin: 0 2px 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.production-bl .product-item:hover{
    background-color: #efeff6;
}
.production-bl .product-item:nth-child(6n){
    margin-right: 0;
}
.production-bl .product-item .name{
    font: 25px OpenSans-Bold;
    color: #333;
    line-height: 30px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
}
.production-bl .product-item .foto{
    padding-top: 32px;
}
.production-bl .product-item .foto-pad1{
    padding-top: 10px;
}
.production-bl .product-item .foto-pad2{
    padding-top: 60px;
}
.production-bl .product-item .desc{
    font: 25px OpenSans-Bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.production-bl .product-item.prod-bg-1{
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
.production-bl .product-item.prod-bg-1:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .92;
    background-image: url(../img/prod-bg-1.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.production-bl .product-item.prod-bg-2{
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
.production-bl .product-item.prod-bg-2:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .92;
    background-image: url(../img/prod-bg-2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.production-bl .product-item.prod-bg-1:hover:before,
.production-bl .product-item.prod-bg-2:hover:before{
    opacity: 1;
}
.production-bl .department-contact{
    font: 29px OpenSans-Regular;
    color: #333;
    line-height: 48px;
    margin-top: 33px;
}
.production-bl .department-contact a{
    font: 40px OpenSans-SemiBold;
    color: #333;
    text-decoration: none;
    line-height: 55px;
    display: inline-block;
}
.production-bl .more-product{
    width: 100%;
    max-width: 292px;
    height: 48px;
    font: 14px OpenSans-Bold;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    display: none;
    background: #2a2a86;
    margin: 38px auto 0;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 1550px){
    .production-bl .product-item{
        width: calc(100% / 5 - 2.5px);
    }
    .production-bl .product-item:nth-child(6n){
        margin-right: 2px;
    }
    .production-bl .product-item:nth-child(5n){
        margin-right: 0;
    }
}
@media(max-width: 1350px){
    .production-bl .product-item{
        width: calc(100% / 4 - 2.2px);
    }
    .production-bl .product-item:nth-child(5n){
        margin-right: 2px;
    }
    .production-bl .product-item:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 1100px){
    .production-bl{
        padding: 14px 0 65px;
    }
    .production-bl h2{
        font-size: 32px;
    }
    .production-bl .product-item .name,
    .production-bl .product-item .desc{
        font-size: 20px;
        line-height: 24px;
    }
    .production-bl .department-contact{
        font-size: 23px;
        line-height: 33px;
        margin-top: 38px;
    }
    .production-bl .department-contact a{
        font-size: 32px;
        line-height: 44px;
    }
}
@media(max-width: 1000px){
    .production-bl .product-item{
        width: calc(100% / 3 - 2px);
    }
    .production-bl .product-item:nth-child(4n){
        margin-right: 2px;
    }
    .production-bl .product-item:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 770px){
    .production-bl{
        padding: 28px 0 36px;
    }
    .production-bl h2{
        font-size: 30px;
        text-align: center;
    }
    .production-bl .product-item{
        width: calc(100% / 2 - 1px);
    }
    .production-bl .product-item:nth-child(3n){
        margin-right: 2px;
    }
    .production-bl .product-item:nth-child(2n){
        margin-right: 0;
    }
    .production-bl .product-item.no-mob{
        display: none;
    }
    .production-bl .more-product{
        display: block;
    }
    .production-bl .department-contact{
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        margin-top: 27px;
    }
    .production-bl .department-contact a{
        font-size: 28px;
        line-height: 38.45px;
    }
}
@media(max-width: 550px){
    .production-bl .product-item{
        width: 100%;
        margin: 0 0 2px 0;
    }
    .production-bl .product-item:nth-child(4n),
    .production-bl .product-item:nth-child(5n),
    .production-bl .product-item:nth-child(6n){
        margin-right: 0px;
    }
    .production-bl .department-contact{
        font-size: 17px;
        line-height: 24px;
    }
    .production-bl .department-contact a{
        font-size: 25px;
        line-height: 34px;
    }
}
/* Begin About */
.about-bg{
    background: url(../img/about-bg.png) left top no-repeat #fff;
}
.about-bl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 67px 0 77px;
}
.about-bl .desc{
    font: 40px OpenSans-Bold;
    color: #333;
}
.about-bl .opis-bl{
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 280px;
    margin-top: 11px;
}
.about-bl .opis-bl .txt{
    font: 22px OpenSans-Regular;
    color: #333;
    line-height: 34px;
    padding-bottom: 18px;
}
.about-bl .opis-bl .txt b{
    font-family: OpenSans-Bold;
}
.about-bl .opis-bl .more-link{
    font: 17px OpenSans-Regular;
    color: #2a2a86;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.about-bl .opis-bl .more-link:hover{
    color: #ec1c24;
}
@media(max-width: 1500px){
    .about-bl{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-bl .opis-bl{
        margin-left: 0;
        margin-top: 26px;
    }
}
@media(max-width: 1100px){
    .about-bl{
        padding: 52px 0 60px;
    }
    .about-bl .desc{
        font: 32px OpenSans-Bold;
    }
    .about-bl .opis-bl .txt{
        font: 17px OpenSans-Regular;
        line-height: 27px;
        padding-bottom: 15px;
    }
    .about-bl .opis-bl .more-link{
        font-size: 14px;
        margin-top: 14px;
    }
}
@media(max-width: 900px){
    .about-bl{
        padding: 26px 0 60px;
    }
    .about-bl .desc{
        font: 30px OpenSans-Bold;
        text-align: center;
    }
    .about-bl .opis-bl{
        margin-top: 15px;
    }
    .about-bl .opis-bl .txt{
        font: 17px OpenSans-Regular;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .about-bl .opis-bl .more-link{
        width: 100%;
        max-width: 292px;
        height: 48px;
        font: 14px OpenSans-Bold;
        color: #fff;
        text-decoration: none;
        line-height: 48px;
        background: #2a2a86;
        margin: 12px auto 0;
        text-align: center;
        text-transform: uppercase;
    }
}
/* Begin Map */
.map-bl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
}
.map-bl .contact-info{
    width: 540px;
    box-sizing: border-box;
    background: url(../img/contact-bg.png) repeat-x;
    background-size: auto 100%;
    padding: 66px 30px 79px 15px;
}
.map-bl .contact-info .desc{
    font: 40px OpenSans-Bold;
    color: #333;
}
.map-bl .contact-info .label{
    font: 15px OpenSans-Bold;
    color: #2a2a86;
    margin-top: 26px;
}
.map-bl .contact-info .txt{
    font: 22px OpenSans-Regular;
    color: #333;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
}
.map-bl .contact-info .txt b{
    font: 15px OpenSans-Bold;
    width: 130px;
    line-height: 34px;
}
.map-bl .contact-info .txt span{
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.map-bl .contact-info .txt a{
    font: 22px OpenSans-Regular;
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.map-bl .map-yandex{
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.map-bl .map-yandex iframe{
    width: 100%;
    height: 100%;
}
@media(max-width: 1500px){
    .map-bl .contact-info{
        width: 480px;
    }
}
@media(max-width: 1100px){
    .map-bl .contact-info{
        width: 385px;
        padding: 53px 30px 58px 15px;
    }
    .map-bl .contact-info .desc{
        font: 32px OpenSans-Bold;
    }
    .map-bl .contact-info .label{
        font: 12px OpenSans-Bold;
        margin-top: 23px;
    }
    .map-bl .contact-info .txt{
        font: 17px OpenSans-Regular;
        line-height: 27.2px;
        margin-top: 4px;
    }
    .map-bl .contact-info .txt b{
        font: 12px OpenSans-Bold;
        width: 104px;
        line-height: 27.2px;
    }
    .map-bl .contact-info .txt a{
        font: 17px OpenSans-Regular;
        line-height: 27.2px;
    }
}
@media(max-width: 900px){
    .map-bl .contact-info{
        width: 345px;
        background: #efeff6;
        padding: 30px 30px 40px 15px;
    }
    .map-bl .contact-info .desc{
        font: 30px OpenSans-Bold;
    }
    .map-bl .contact-info .label{
        font: 15px OpenSans-Bold;
        margin-top: 23px;
    }
    .map-bl .contact-info .txt{
        display: block;
    }
    .map-bl .contact-info .txt b{
        display: block;
        font: 15px OpenSans-Bold;
        line-height: 26.15px;
        width: auto;
    }
}
@media(max-width: 700px){
    .map-bl{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .map-bl .contact-info{
        width: 100%;
    }
    .map-bl .map-yandex{
        height: 300px;
    }
}
/* Index Page */

/* Inner Page Style */
.inner-header-bg{
    background: url(../img/inner-header-bg.png) left center no-repeat;
    position: relative;
    z-index: 2;
}
.inner-header{
    height: 243px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-header .desc{
    font: 42px OpenSans-Regular;
    color: #fff;
    line-height: 52px;
    max-width: 1010px;
    padding: 0px 0 21px 200px;
}
.inner-header .desc b{
    font-family: OpenSans-ExtraBold;
}
.broads__wrap{
    background: url(../img/broad-bg.png) center no-repeat #fff;
    background-size: 100% 100%;
    margin-top: -21px;
}
.broads__bl{
    width: 100%;
    height: 118px;
    box-sizing: border-box;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    align-content: center;
    padding: 0 0px 0px 67px;
}
.broads__bl a{
    font: 16px OpenSans-SemiBold;
    color: #333;
    text-decoration: none;
}
.broads__bl a:hover,
.broads__bl a:first-child{
    color: #2a2a86;
}
.broads__bl a:after{
    content: url(../img/broads-decor.png);
    margin: 0 12px;
}
.broads__bl p{
    font: 16px OpenSans-Light;
    color: #333;
}
.inner-content{
    background: #fff;
    padding: 65px 0 140px;
}
.inner-content .page-desc{
    font: 40px OpenSans-Bold;
    color: #333;
}
@media all and (max-width: 980px){
    .inner-header .desc{
        font-size: 30px;
        line-height: 38px;
    }
}
@media all and (max-width: 900px){
    .inner-header-bg{
        background-size: cover; 
    }
    .inner-header .desc{
        padding-left: 0;
        text-align: center;
    }
    .broads__wrap{
        background: #efeff6;
        margin-top: 0;
    }
    .broads__bl{
        width: calc(100% - 30px);
        padding: 20px 0 30px;
        height: auto;
    }
}
@media all and (max-width: 700px){
    .inner-content .page-desc{
        font-size: 30px;
    }
    .inner-content{
        background: #fff;
        padding: 40px 0 70px;
    }
}
@media all and (max-width: 520px){
    .inner-header .desc{
        font-size: 23px;
        line-height: 29px;
    }
}
@media all and (max-width: 500px){
    .inner-content .page-desc{
        font-size: 20px;
    }
}
@media all and (max-width: 400px){
    .inner-header .desc{
        font-size: 21px;
        line-height: 25px;
    }
}
/* Form Page */
.form-bl{
    position: relative;
}
.form-bl .left_form{
    max-width: 750px;
    margin-top: 54px;
}
.form-bl .pf_2{
    font: 18px OpenSans-Regular;
    color: #231f20;
    margin-bottom: 30px;
}
.form-bl .inp_1{
    width: calc(100% - 15px);
    height: 36px;
    font: 14px OpenSans-Regular;
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 13px;
    border: 1px solid #a8b6bf;
}
.form-bl .obyaz_pol{
    font: 14px OpenSans-Regular;
    color: #f21f3e;
    text-align: right;
    margin-bottom: 10px;
}
.form-bl .form_textarea{
    width: calc(100% - 15px);
    height: 180px;
    font: 14px OpenSans-Regular;
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 8px;
    padding-top: 8px;
    border: 1px solid #a8b6bf;
    resize: vertical;
}
.form-bl .form_error{
    border: 2px solid #f32e4b;
    color: #f32e4b;
}
.form-bl .sub{
    width: 167px;
    height: 40px;
    font: 17px Roboto-Medium;
    background-color: #2a2a86;
    cursor: pointer;
    color: #fff;
}
.form-bl .sub:hover{
    background-color: #ec1c24;
}
@media all and (max-width: 550px){
    .form-bl .left_form{margin-top: 26px;}
    .form-bl .pf_2{font-size: 14px;}
}
/* Form Page */
/* Article Page */
.article-bl{
    position: relative;
}
.article-bl .art-content{
    margin-top: 66px;
}
.article-bl .art-content p{
    font: 18px OpenSans-Regular;
    color: #333;
    line-height: 27px;
    margin-top: 30px;
}
.article-bl .art-content p span{
    font: 18px OpenSans-Regular;
    color: #2a2a86;
}
.article-bl .art-content p b{
    font: 18px OpenSans-Bold;
}
.article-bl .art-content p a{
    font: 18px OpenSans-Regular;
    color: #2a2a86;
    text-decoration: underline;
}
.article-bl .art-content p a:hover{
    text-decoration: none;
}
.article-bl .art-content .wrap-foto{
    margin-top: 30px;
}
.article-bl .foto{
    position: relative;
}
.article-bl .art-content img.long{
    width: 100%;
    max-width: 1003px;
    height: auto;
}
.article-bl .art-content .podpis{
    font: 16px OpenSans-SemiBold;
    max-width: 898px;
    color: #333;
    line-height: 20px;
}
.article-bl .art-content .podpis b{
    font: 14px Roboto-Bold;
}
.article-bl .art-content .img-float{
    float: left;
    max-width: 464px;
    margin: 30px 30px 10px 0;
}
.article-bl h2{
    font: 22px OpenSans-Bold;
    color: #2a2a86;
    line-height: 27px;
    margin-top: 60px;
}
.article-bl h3{
    font: 18px OpenSans-Bold;
    color: #231f20;
    line-height: 30px;
    margin-top: 30px;
}
.article-bl ul{
    margin: 30px 0 0 18px;
    list-style: disc;
    color: #2a2a86;
    font: 18px OpenSans-Regular;
}
.article-bl ol{
    margin: 30px 0 0 18px;
    list-style: decimal;
    color: #2a2a86;
    font: 18px OpenSans-Regular;
}
.article-bl li span{
    font: 18px OpenSans-Regular;
    color: #333;
    line-height: 30px;
}
.article-bl table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-top: 21px;
}
.article-bl .wrap-table{
    width: 100%;
    overflow-x: auto;
}
.article-bl table th{
    background: #e5e5f1;
    font: 18px OpenSans-Bold;
    color: #000;
    text-align: center;
    line-height: 20px;
    padding: 20px 0 17px;
    vertical-align: middle;
    border-left: 2px solid #c6c6df;
    border-right: 2px solid #c6c6df;
}
.article-bl table tr:nth-child(2) th{
    border-top: 2px solid #c6c6df;
}
.article-bl table td{
    font: 17px OpenSans-Regular;
    color: #231f20;
    text-align: center;
    line-height: 20px;
    padding: 20px 10px 17px;
    vertical-align: middle;
    border-left: 2px solid #c6c6df;
    border-right: 2px solid #c6c6df;
    min-width: 90px;
}
.article-bl table th:first-child,
.article-bl table td:first-child{
    border-left: none;
}
.article-bl table th:last-child,
.article-bl table td:last-child{
    border-right: none;
}
.article-bl table td:nth-child(1){
    text-align: left;
    padding-left: 23px;
}
.article-bl table tr:nth-child(2n){
    background: #efeff6;
}
.article-bl .foto-wrapp{
    width: 100%;
    height: auto;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    margin-top: 55px;
}
.article-bl .foto-wrapp .foto-link{
    width: 100%;
    max-width: 362px;
    height: auto;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.article-bl .foto-wrapp .foto-link:last-child{
    margin: 0;
}
.article-bl .foto-wrapp .foto-link .foto-i{
    position: relative;
}
.article-bl .foto-wrapp .foto-link .foto img{
    width: 100%;
    height: auto;
    display: block;
}
.article-bl .foto-wrapp .foto-link .hover{
    width: 100%;
    height: 100%;
    background: url(../img/zoom-ico.png) center no-repeat rgba(36, 36, 114, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.article-bl .foto-wrapp .foto-link:hover .hover{
    opacity: 1;
}
.article-bl .foto-wrapp .foto-link p{
    font: 14px OpenSans-SemiBold;
    color: #333;
    line-height: 20px;
    margin-top: 13px;
}
@media all and (max-width: 1100px) {
    .article-bl .art-content{ 
        margin-top: 46.2px;
    } 
    .article-bl .art-content p{ 
        font-size: 14px;
        line-height: 22px;
        margin-top: 21px;
    } 
    .article-bl .art-content p span{
        font-size: 14px;
    }
    .article-bl .art-content p b{ 
        font-size: 14px; 
    } 
    .article-bl .art-content p a{ 
        font-size: 14px; 
    }
    .article-bl .art-content .podpis{ 
        font-size: 12px; 
        line-height: 17px;
    } 
    .article-bl .art-content .podpis b{ 
        font-size: 12px; 
        line-height: 17px;
    } 
    .article-bl .foto-wrapp{
        margin-top: 10px;
    }
    .article-bl h2{ 
        font-size: 22.4px; 
        line-height: 28px;
        margin-top: 42px;
    } 
    .article-bl h3{ 
        font-size: 14px; 
        line-height: 22px;
        margin-top: 21px;
    } 
    .article-bl ul{ 
        margin: 21px 0 0 12.6px;
    } 
    .article-bl ol{ 
        margin: 21px 0 0 12.6px;
        font-size: 14px; 
    } 
    .article-bl li span{ 
        font-size: 14px;
        line-height: 22px;
    } 
    .article-bl table{ 
        margin-top: 14.7px;
    } 
    .article-bl table th{ 
        font-size: 12px; 
        line-height: 17px;
        padding: 5.6px 0 5.6px;
    } 
    .article-bl table td{ 
        font-size: 12px; 
        line-height: 17px;
        padding: 14px 0 11.9px;
    }
    .article-bl .foto-wrapp .foto-link p{
        font-size: 12px;
        line-height: 17px;
    }
    .article-bl table tr:nth-child(2) th{
        border-top: 1px solid #c6c6df;
    }
    .article-bl table th,
    .article-bl table td{
        border-left: 1px solid #c6c6df;
        border-right: 1px solid #c6c6df;
    }
}
@media all and (max-width: 870px) {
    .article-bl .art-content .wrap-img{
        display: block;
        margin-top: 0px;
    }
    .article-bl .art-content .wrap-img img{width: 100%;}
    .article-bl .art-content .podpis{
        margin: 10px 0 0;
    }
    .article-bl table td:first-child{
        padding-left: 8px;
    }
}
@media all and (max-width: 700px) {
    .article-bl .art-content{
        margin-top: 30px;
    }
    .article-bl .page-desc{
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }
    .article-bl .art-content .img-float{
        float: left;
        max-width: 150px;
        margin: 5px 15px 0px 0;
    }
    .article-bl table th,
    .article-bl table td{
        padding-left: 5px;
        padding-right: 5px;
    }
    .article-bl .foto-wrapp{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .article-bl .foto-wrapp .foto-link{
        margin: 0;
        margin-top: 30px;
    }
}
/* Article Page */
/* Inner Page Style */



/* News Page */
.news-bl{
    width: 100%;
    height: auto;
    /*padding: 37px 0 100px;*/
    position: relative;
    box-sizing: border-box;
    /*padding-left: 33px;*/
}
.news-bl .news-wrap{
    /*margin-top: 60px;*/
}
.news-bl .news-item{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
    width: 100%;
    margin-bottom: 55px;
}
.news-bl .news-item img{
    display: block;
    margin-right: 37px;
}
.news-bl .news-item .left-bl{
    width: 100%;
}
.news-bl .news-item .date{
    font: 16px OpenSans-SemiBold;
    color: #fff;
    width: 107px;
    height: 28px;
    line-height: 28px;
    background: #f00;
    text-align: center;
    margin: 0px 0px 19px 0px;
}
.news-bl .news-item .desc{
    font: 27px OpenSans-Bold;
    color: #000;
    line-height: 30px;
    margin-top: 19px;
	margin: 0px;
}
.news-bl .news-item .desc a{
    font: 27px OpenSans-Bold;
    color: #000;
	text-decoration: none;
}
.news-bl .news-item .txt{
    font: 20px OpenSans-Regular;
    color: #000;
    line-height: 23px;
    margin-top: 25px;
}
.img-adaptive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.article-bl .art-content p span.img-desc {
	display: block;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	padding-top: 5px;
	color: #9ba3a8;
}