@media only screen and (min-width: 2500px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .nav-inner {
        display: none;
    }

    .item.res-menu {
        display: block;
    }

    header .btn {
        display: none;
    }

    .logo-h {
        max-width: 180px;
    }

    .mobile-menu .menu-box .logo-h {
        filter: brightness(0) invert(1);
        margin-bottom: 30px;
        max-width: 200px;
    }

    .mobile-menu .menu-box .navigation li:last-child a {
        border: none;
    }

    .banner-h .row {
        align-items: center;
        -webkit-align-items: center;
        min-height: 450px;
        padding: 60px 0;
    }

    .banner-text h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text .btn-flex {
        justify-content: center;
        margin-top: 30px;
    }

    .about-h {
        padding: 40px 0;
    }

    .title .sub-title {
        font-size: 18px;
        padding: 8px;
        margin-bottom: 6px;
    }

    .title h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .about-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-h .row {
        flex-direction: column-reverse;
    }

    .about-img {
        max-width: 400px;
        margin: 0 0 40px;
        height: 370px;
        padding: 10px;
    }

    .about-img .img {
        width: 55%;
        height: 225px;
        margin: 10px;
    }

    .about-img::before,
    .about-img::after {
        border-width: 4px;
        width: 90px;
        height: 90px;
    }

    .counter-h .col-md-3 {
        width: 50%;
    }

    .counter-h .col-md-3:nth-child(1) .count-block::before,
    .counter-h .col-md-3:nth-child(4) .count-block::before {
        display: none;
    }

    .count-block {
        margin: 10px 0;
    }

    .counter-h {
        padding: 35px 0;
    }

    .title-flex {
        flex-direction: column;
        align-items: start;
        -webkit-align-items: start;
        gap: 16px;
    }

    .product-block {
        display: block;
        margin-bottom: 20px;
    }

    .product-block .img {
        margin-bottom: 20px;
    }

    .product-block .details {
        padding: 20px;
    }

    .product-block .details h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .products-h {
        padding: 50px 0;
    }

    .partners-h .col-md-3 {
        width: 50%;
    }

    .part-block {
        width: 150px;
        height: 150px;
        margin: 15px auto;
    }

    .part-block::after {
        margin: -5px;
    }

    .part-block .img img {
        max-width: 110px;
        max-height: 110px;
    }

    .why-h {
        padding: 50px 0;
    }

    .why-h .row {
        flex-direction: column-reverse;
    }

    .why-img {
        height: 400px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .why-img .img {
        height: 100%;
    }

    .contact-h {
        padding: 0 0 50px;
    }

    .contact-h .overlay-img {
        display: none;
    }

    .contact-h .row {
        flex-direction: column-reverse;
    }

    .contact-img {
        height: 400px;
        margin-bottom: 40px;
    }

    .contact-info .item {
        width: 100%;
        margin-bottom: 12px;
    }

    .logo-f {
        max-width: 180px;
        margin: 0;
    }

    .footer-top p {
        margin: 16px 0;
        text-align: start;
    }

    .s-h {
        margin: 16px 0;
        max-width: 100%;
        text-align: start;
        justify-content: start;
    }

    .foot-block h3 {
        margin: 16px 0;
    }

    .head-inner .menu-left {
        margin-inline-start: auto;
    }

    .breadcrumb-h {
        padding: 50px 0;
    }

    .bread-text h1 {
        font-size: 30px;
        line-height: 45px;
        padding: 10px 15px;
    }

    .bread-text h1::before,
    .bread-text h1::after {
        border-width: 3px;
        width: 35px;
        height: 35px;
    }

    .about-more .serv-block {
        display: block;
        text-align: center;
    }

    .about-more .serv-block .details {
        max-width: 100%;
        padding: 20px 0 0;
        text-align: center;
    }

    .about-more .serv-block h3,
    .about-more .serv-block p {
        text-align: center;
    }

    .body-inner .title {
        margin-bottom: 30px;
    }
    
    .product-item .img-block {
        height: 350px;
        margin-bottom: 20px;
    }
    
    .product-item .text-block {
        padding: 0;
    }
    
    .product-item {
        margin-bottom: 30px;
    }

    .contact-page .row {
        padding: 0;
        flex-direction: column-reverse;
    }
    
    .contact-page .row::after {
        display: none;
    }
}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {}

@media (max-width: 390px) {}

@media (max-width: 360px) {}