/* made by GlobalCode. https://globalcode.ru/ */
/* general */
/*@media (min-width: 1200px){
    .container {
        max-width: 1440px;
    }
}*/
ul,ol,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0
}
.inner__tabs img{
  max-width:100%;
  height:auto;
}
body {
    font-family: 'Gilroy';
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    overflow-x: hidden;
}
div{
    position: relative;
}
a:hover{
    text-decoration: none;
}
.logo_made__a{
    display: block;
    position: relative;
}
.tabbiceoo iframe{
    width: 100%;
    height: 500px;
}
.logo_made__img{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 42px;
}
.logo_made__img:last-of-type{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.logo_made__a:hover .logo_made__img:last-of-type{
    opacity: 1;
}

.footer .footer__logo a{
    display: block;
}
.footer .footer__logo img{
    height: 70px;
}
.footer {
    padding: 18px 0;
    background: #131313;
    color: #6a6a6a;
}
.footer__menu ul li:first-of-type a{
    padding-left: 0;
}
.footer__menu ul li:last-of-type a{
    padding-right: 0;
}
.footer__menu ul li a:hover{
    color: white;
}
.footer__menu ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    display: block;
    padding: 0 17px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.footer__menu ul{
    list-style-type: none;
    padding-left: 0;
}
.footer__conts__item .footer__conts__item__left{
    font-size: 14px;
    color: #6a6a6a;
    font-family: 'Montserrat';
    position: relative;
    top: -2px;
    width: 100px;
}
.footer__conts__item__right a{
    font-size: 18px;
    font-weight: bold;
    color: #6a6a6a;
    font-family: 'Montserrat';
}
.help{
    padding: 55px 0;
    background: #b0332d;
}
.help h2{
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    padding-bottom: 55px;
}
.help .col-lg-5 img{
    max-width: 320px;
}
.help .form input[type=text],
.help .form input[type=phone],
.help .form input[type=email]{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    background: transparent;
    outline: none;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #d16e6a;
    color: #fcc4c2;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.help .form input[type=phone]::-webkit-input-placeholder ,
.help .form input[type=text]::-webkit-input-placeholder {
        color: #fcc4c2;
    opacity: .5;
    /* identical to box height */

}

/* webkit */
.help .form input[type=phone]::-moz-placeholder ,
.help .form input[type=text]::-moz-placeholder {
        color: #fcc4c2;
    opacity: .5;
    /* identical to box height */

}

/* Firefox 19+ */
.help .form input[type=phone]:-moz-placeholder ,
.help .form input[type=text]:-moz-placeholder {
        color: #fcc4c2;
    opacity: .5;
    /* identical to box height */

}

/* Firefox 18- */
.help .form input[type=phone]:-ms-input-placeholder ,
.help .form input[type=text]:-ms-input-placeholder {
        color: #fcc4c2;
    opacity: .5;
    /* identical to box height */

}
.help .form input[type=submit]{
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    width: 245px;
    height: 50px;
    background: transparent;
    outline: none;
    font-weight: 800;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 3px;
    border: 1px solid #ffffff;
    line-height: 50px;
}
.header{
    height: 115px;
    border-bottom: 2px solid #b32728;
}
.header__conts{
    background: #b32728;
    height:100%;
    padding: 0 30px;
}
.header__logo{
    width: 200px;
    flex: none;
    height: 115px;
    z-index: 2;
}
.header__logo__inner img{
    width: 140px;
}
.header__logo__inner{
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid #b0332d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    top: 22px;
    left: 0;
}
.header__conts .footer__conts__item__right a{
    color: white;
}
.header__conts .footer__conts__item__left{
    color: #131313;
}
.header__menu ul li:last-of-type a{
    padding-right: 0;
}
.header__menu ul li:first-of-type a{
    padding-left: 0;
}
.header__menu ul li:last-of-type{
    border-right: none;
}
.header__menu ul li{
    border-right: 2px solid #b32728;
}
.header__menu ul li a{
    font-weight: bold;
    font-size: 15px;
    color: #313131;
    text-transform: uppercase;
    display: block;
    padding: 0 13px;
}
.header__menu ul{
    list-style-type: none;
    padding-left: 0;
}
.header__socials ul li:last-of-type{
    margin-right: 0;
}
.header__socials ul {
    list-style-type: none;
    padding-left: 0;
}
.header__socials ul li img{
    display: block;
}
.header__socials ul li{
    display: block;
    margin-right: 15px;
}
.mobile-menu{
    display: flex;
}
.abput-production h2{
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    text-transform: uppercase;
    color: #131313;
    z-index: 2;
    position: relative;
}
.mainpage-top h2 span{
    font-size: 32px;
    font-weight: 600;
    color: #313131;
    display: block;
    line-height: 1;
    margin-top: -10px;
}
.mainpage-top h2{
    font-size: 96px;
    color: #b32728;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 70px;
    margin-top: 30px;
}
.mainpage-top h1{
    display: block;
    max-width: 700px;
    font-weight: 900;
    font-size: 60px;
    color: #313131;
    margin-top: 160px;
    text-transform: uppercase;
}
.mainpage-top{

    background: url(../img/toptop.jpg) no-repeat center left;
    -webkit-background-size: cover;
    background-size: cover;
}
.abput-block:after{
    content: '';
    display: block;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to top, white, rgba(255,255,255,0)); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: -moz-linear-gradient(to top, white, rgba(255,255,255,0)); /* Firefox 3.6-15 */
    background: -o-linear-gradient(to top, white, rgba(255,255,255,0)); /* Opera 11.1-12 */
    background: linear-gradient(to top, white, rgba(255,255,255,0)); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */

    width: 100%;
}
.abput-block{
    background: url(../img/bout.jpg);
    padding-bottom: 80px;
}
.abput-block h4{
    color: #131313;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-bottom: 65px;
    z-index: 2;

}
.abput-block h3{
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-weight: 400;
    color: #131313;
    z-index: 2;
}
.abput-block h2{
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 36px;
    text-transform: uppercase;
    color: #131313;
    z-index: 2;
    position: relative;
}
.about-news{
    z-index: 2;
}
.news__item__top{
    margin-bottom: 15px;
}
.news__item__bot{
    letter-spacing: 0;
    font-size: 14px;
    color: #2d2d2d;
}
.news__item__date {
    margin-right: 15px;
    background: #b0332d;
    width: 75px;
    height: 68px;
    flex: none;
    color: white;
}
.news__item__date__day{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.news__item__date__mes{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;

}
.news__item__header{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.news__item{
    margin-top: 15px;
    margin-bottom: 25px;
}
.prods-item{
    height: 100%;
}
.prods-item__img{
    height: 280px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.prods-item__header{
    margin: 15px 0;
}
.prods-item__header a{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1.2;
}
.prods-item__text{
    padding-bottom: 70px;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
}
.prods-item__bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.prods-item__bottom a:after{
    content: 'подробнее';
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: white;
    align-items: center;
    justify-content: center;
    background: #b0332d;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    left: 0;
    top: 0;
}
.prods-item__bottom a:hover:after{
    opacity: 1;
}
.prods-item__bottom a{
    height: 100%;
    background: transparent;
    border: 2px solid #b0332d;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    color: #131313;

}
.prods-list .col-lg-4{
    margin-bottom: 30px;
}
.factorybg__item a img{
    height: 24px;
    display: block;
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -12px;
}
.factorybg__item{
    margin-bottom: 140px;
}
.factorybg__item a{
    background: url(../img/factory.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 45px 0;
}
.map h2{
    display: block;
    padding-top: 110px;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
    text-align: center;
}
.map{
    height: 670px;
    background: url(../img/map.jpg) no-repeat center bottom, #e3e3e3;
    -webkit-background-size: contain;
    background-size: contain;
}
.contacts__body{
    background: white;
    margin-bottom: -80px;
    z-index: 2;
    padding-top: 270px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.contacts__body h2{
    font-size: 36px;
    font-weight: bold;
    color: #1f1f1f;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.conts-item{
    margin-bottom: 30px;
    color: #1f1f1f;
}
.contleft .conts-item_left{
    width: 210px;
}
.fbl{
    font-weight: 900;
}
.conts-item  a img{
    width: 20px;
    display: block;
    flex: none;
    margin-right: 8px;
}
.conts-item  a{
    color: #1f1f1f;
    display: flex;
    align-items: center;
}
.contleftbig .conts-item_left a{
    max-width: 100%;
    width: 350px;
    align-items: flex-start;
}
.contman{
    position: absolute;
    right: 50px;
    z-index: -1;
    bottom: 0;
}
.sections__item{
    height: 195px;
    width: 230px;
    background-position: 20px 75px;
    background-repeat: no-repeat;
    -webkit-background-size: 95px;
    background-size: 95px;
}
.sections__item.sections__item__all a{
    border: 9px solid #8f5445;
    background: white;
    padding: 10px;
}
.sections__item.sections__item__all img{
    width: 23px;
    position: absolute;
    bottom: 13px;
    right: 13px;
}
.sections__item.sections__item__all span{
    font-weight: bold;
    font-size: 22px;
    color: #8f5445;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
}
.sections__item a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sections__item a img{
    width: 22px;
    position: absolute;
    right: 22px;
    bottom: 16px;
}
.sections__item a span{

    color: white;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}
.sections__item a{
    padding: 15px;
}
.inner__tabs .tab-content p{
    font-size: 14px;
    color: #131313;
}
.inner__tabs .tab-content{
    padding: 30px 0;
}
.inner__tabs .nav-item a.active{
    background: #b32728;
    color: white;
}
.inner__tabs .nav-item a{
    padding: 15px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-weight: 500;
    color: #c1c1c1;
    display: block !important;
}

.inner__tabs{
    padding: 100px 0;
}
.inner__top h1{
    font-weight: bold;
    font-size: 36px;
    color: #1f1f1f;
    padding-bottom: 30px;
}
.inner__top{
    padding-top: 135px;
}
.inner__stan{
    height: 500px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.stats_rig{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    height: 500px;
    overflow: scroll;
}
.stats_rig li:last-of-type{
    margin-bottom: 0;
}
.stats_rig li{
    height: 150px;
    border: 1px solid #e1e1e1;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 10px;
    flex: none;
}
.icon-item img{
    height: 70px;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}
.icon-item span{
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
}
.inner-icons .row:last-of-type{
    margin-bottom: 0;
}
.inner-icons .row{
    margin-bottom: 50px;
}
.prods-item__img a{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
a.modal{
     position: inherit!important;
     top: inherit!important;
     left: inherit!important;
     z-index: inherit!important;
     display: inherit!important;
     width: inherit!important;
     height: inherit!important;
     overflow: inherit!important;
     outline: inherit!important;
}



.sbox-content-image img,#sbox-content,#sbox-window{
    height: auto!important;
}




































