@media(min-width:1400px){
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
} 
    .bg-fixed, .content-layout-04-bg, .content-layout-06-bg{
        background-attachment: fixed!important
    }  
    .container.c{
        max-width:77rem
    }
     .container.cc{
        max-width:75rem
    }
}

@media(min-width:1600px){
  .container.c{
        max-width:81rem
    }   
}

@media(min-width:2000px){
   .container{
        max-width:68rem
    } 
    html{
        font-size: 1.025vw
    }
    .container.container-services {
    max-width: 100%;
}
}

@media(max-width:1199px){

}

@media(max-width:1023px){
  
}


@media(max-width:991px){
/*    .heading-style:after{
        content: none
    }
    .logo-dots{
        display: none
    }*/


    /***** Scroll ****/      
    .bottom-to-top, .scrollup, .top-to-bottom {
        height: 3rem;
        width: 3rem;
    }
    .scroll-div svg, .scroll-div img, 
    .scrollup svg,  .scrollup img {
        width: 1.15rem;
        height: 1.15rem;
    }  
}

@media (max-width: 900px){
    .cookie-notice-container #cn-notice-buttons {
        display: flex!important;
    }
}

@media(max-width:767px){
    /***** Global ****/ 
.heading-style {
    background-size: 4.75rem 4rem;
}
    .mb2 {
        margin-bottom: 1.5rem;
    }
        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.75rem;
}
    

    /* Breadcrumb ***/  
    .site-breadcrumb {
        position: static;
        line-height: 1.1;
        padding-top: 10px;
        padding-bottom: 10px
    }

    /***** Blog ****/
    .blog-loop-content-col {
        position: relative;
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    /*** Scroll - ARROW ******/
    .bottom-to-top, .scrollup{
        right: 1rem;
        bottom: 3.5rem
    }

    /*** Footer ******/    
    .contact-bar-info-inner:before{
        content: none
    }
}



@media(max-width:575px){
    /***** Common ****/    
    
    .mb2 {
        margin-bottom: 1rem;
    }
}

@media(max-width:479px){

    
    /***** Global ****/ 
.logo-dots > span {
    width: 0.15rem;
}
   
    .mb2 {
        margin-bottom: 1.25rem;
    }
    .mb2_5 {
        margin-bottom: 1.55rem;
    }

}


   

@media(max-width:374px){  
    .logo-dots{
/*        display: none*/
    }
}