
@media screen and (max-width: 1250px) {
    .menu-pc {display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .mx-width-search{max-width: 100%;}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {
    .main-achievements {padding-top: 2rem;margin-top: inherit;margin-top: 2rem;}
    .owl-prev{margin-left: inherit;}
    .owl-next{margin-right: inherit;}
    .form-contact{justify-content: space-between;}
    .contact_info{position: relative;right: inherit;bottom: inherit;}
}

@media screen and (max-width: 1024px) {
    .owl-carousel-new{position: relative;right: inherit;}
    .bg-new {padding-bottom: 2rem;}
}

@media screen and (max-width:900px) {
    .product__grid {grid-template-columns: repeat(3, calc(33.33% - (10px* 2 / 3)));}
}

@media screen and (max-width:768px) {
    .grid__achievements {
        display: grid; grid-template-columns: repeat(2, calc(50% - (20px / 2))); grid-gap: 10px;
    }
}

@media screen and (max-width:700px) {
    .news__grid{grid-template-columns: repeat(2, calc(50% - (20px / 2)));}
}

@media screen and (max-width:650px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .product__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
}

@media screen and (max-width:576px) {
    .content-feeback{position: relative!important; margin-top: 1rem;top: inherit;
    transform: inherit;}
    .bg-black .row>* , .bg-new .row>*, .form-contact.row>*{padding-left: 0;padding-right: 0;}
}

@media screen and (max-width:500px) {
   .fs-7{font-size: 14px;}
}

@media screen and (max-width:450px) {
    
}

@media screen and (max-width:430px) {
   .mxh_footer{display: inherit!important; text-align: center;}
}

@media screen and (max-width:376px) {
    
}

@media screen and (max-width:340px) {
    .product__grid, .news__grid {grid-template-columns: 100%}
}