
@media screen and (max-width: 1250px) {
    .menu-pc {display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .owl-carousel-why{background-size: 100% 100%;}
    .bg-footer{background-size: 100% 100%;}
    .item-form-register{justify-content: space-between;}
    .form-search{right: 10px;}
}

@media screen and (max-width: 1200px) {
    .owl-carousel-why{background: none;}
}

@media screen and (max-width: 1100px) {
    .form-contact{justify-content: space-between;}
    .contact_info{position: relative;right: inherit;bottom: inherit;}
}

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

@media screen and (max-width:900px) {
    .product__grid, .news__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
    .fs-50{font-size: 35px;}
    .contact-group{display: none;}
    .suppor-mobile{display: block}
}

@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:650px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .fs-36{font-size: 28px;}
    .breadcrumb-item{font-size: 14px;}
    .fs-32{font-size: 25px;}
    .fs-20{font-size: 17px;}
    .text-line{font-size: 34px;}
    .banner_full .background{height: 200px;}
    .fs-36{font-size: 24px;}
}

@media screen and (max-width:576px) {
    .content-feeback{position: relative!important; margin-top: 1rem;top: inherit;
    transform: inherit;}
    .bg-footer .row>* , .bg-new .row>*, .form-contact.row>*{padding-left: 0;padding-right: 0;}
    .btn-advise{background-size: 100% 100%;font-size: 14px;max-width: 150px;}
    .attribute-product{max-width: 100%;}
}

@media screen and (max-width:500px) {
   .fs-7{font-size: 14px;}
   .newsletter__frm{padding: 10px 10px!important;}
   .question-txt{font-size: 17px;}
   .breadcrumb-item{font-size: 10px;}
}

@media screen and (max-width:450px) {
    .img-new{max-width: 165px;}
    .items-content-new{width: calc(100% - 165px);}
    .text-4line{-webkit-line-clamp: 2;height: 40px;}
    .product__grid, .news__grid{grid-template-columns: 100%;}
    .fs-50{font-size: 25px;}
}

@media screen and (max-width:430px) {
   .fs-32{font-size: 20px;}
   .text-line{font-size: 28px;}
}

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

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