/* @media screen and (max-width: 991px) {
    .mod-production .container .col-lg-5::before {
        z-index: 0;
        background: url(/images/home/snake-mobile.svg) no-repeat center;
    }
} */

/* .category .h1 {
    margin-left: 0.75rem;
    margin-top: 4rem !important;
    line-height: 100% !important;
} */

@media screen and (max-width: 600px) {
    .category .h1 {
        margin-left: 0.75rem;
        margin-top: 4rem !important;
        word-wrap: break-word;
        
    }
/* .ch_uslugi .secondary_image {
    display: none;
} */
.ch_uslugi .main_image img {
border-radius: 10px;
}

}

@media screen and (max-width: 1198px) {
    .glavnaya header {
        position: fixed !important;
        width: 100%;
    }

    .navbar-black {
        padding-bottom: .5rem;
    }

    .navbar-black section {
        top: 0;
        left: 15rem;
    }
    .navbar-light section {
        top: 0;
        left: 15rem;
    }
}

@media screen and (max-width: 990px) {
    .justify-content-between {
        row-gap: 8px;
    }

    .mod-production .services::before {
        background: url('/images/home/snake-mobile.svg') no-repeat 46% 3%;
    }
}

@media screen and (max-width: 574px) {
    .navbar-black section {
        left: 18rem;
    }
    .navbar-light section {
        left: 18rem;
    }
    .justify-content-between {
        row-gap: 25px;
    }

    .mod-production .services::before {
        background: url('/images/home/snake-mobile.svg') no-repeat 46% 3%;
    }
}

@media screen and (max-width: 390px) {
    .navbar-black section {
        display: none;
    }
    .navbar-light section {
        display: none;
    }
}


.mod-gost .modul_head {color:#333;}

.glavnaya .mod-contacts::before {
    background-size: 100% auto;
}

.mod-services::before {
    background-size: 100% auto;
}


.uslugi .mod-services::before {
    background-size: 100% auto;
}

.navbar-nav {display: inline-block;}
.header-contacts {display: inline-block !important;}

.portfolio .mod-portfolio .owl-carousel .owl-stage-outer {border-radius: 1rem; overflow: hidden;}