@media (min-width:991px) {

    .responsive-menu {
        display: none;
    }
}

@media (max-width:1200px) and (min-width:991px) {}

@media (max-width:991px) {
    header {
        display: none;
    }

    .searchForm .btnSearch {
        margin: 0 3px;
    }

    section {
        padding: 42px 0;
    }

    .logo img {
        max-height: 42px;
    }
}

@media (max-width:768px) {

    .slider.home-slider {
        margin-top: 0;
    }

    .site-search .woocommerce-product-search,
    .site-search .widget_search .search-form {
        width: 85%;
    }

    .carousel-info h2 {
        font-size: 22px;
        margin-bottom: 28px;
        line-height: 38px;
    }

    .slider-home .owl-item .slider-img {
        height: 450px;
    }


    .carousel-info {
        width: 100%;
    }

    .comp-rights,
    .copy-right {
        text-align: center;
    }

    .copy-right p {
        margin-bottom: 10px;
    }

    .section-title h4 {
        font-size: 28px;
    }

    .count-block .details h6 {
        font-size: 20px;
        line-height: 32px;
    }

    .count-block .img {
        margin-inline-end: 0;
        margin-bottom: 10px;
    }

    .count-block {
        padding: 10px 4px;
        margin-bottom: 22px;
    }

    .counter-item {
        font-size: 32px;
        line-height: 42px;
        margin: 10px 0;
    }
    .stat-title {
        margin-bottom: 28px;
    }
    footer {
        padding-top: 56px;
    }

    footer .footer-menu ul {
        flex-wrap: wrap;
    }

    .count-block .details {
        flex-direction: column;
    }

    .contact-branch {
        margin-bottom: 24px;
        padding: 20px 12px;
    }

    .comp-rights p {
        margin-bottom: 12px;
    }

    .breadcrumb-info h2 {
        font-size: 18px;
    }

    .footer {
        padding: 42px 18px;
        border-radius: 16px;
    }

    footer .footer-menu ul li {
        margin-bottom: 10px;
    }

    .project-item {
        width: 100%;
    }

    .all-project-item {
        flex-direction: column;
    }

    .slider-home .owl-item .slider-img img {
        -webkit-mask-box-image: none;
    }

    .about-information {
        width: 100%;
        margin-top: 34px;
    }

    .about_image {
        height: 130px;
    }

    .about-information h2 {
        font-size: 29px;
        margin-bottom: 16px;
    }

    .about-information p {
        margin-bottom: 28px;
    }

    section.about {
        padding: 0 0 46px;
        min-height: unset;
    }

    .col-lg-3 {
        padding: 0 15px;
    }

    .service_item {
        margin-bottom: 24px;
    }

    section.services .section-title h4 {
        margin-bottom: 28px;
    }

    .project-item .img {
        height: 380px;
    }

    .project-item .project-details h4 {
        font-size: 26px;
        line-height: 38px;
    }

    section.projects .section-title {
        margin-bottom: 28px;
    }

    section.projects .section-title h4 {
        font-size: 22px;
    }

    .project-item .project-details {
        bottom: 0;
    }

    .footer-soch {
        margin: 0 0 26px;
    }

    .footer-logo .img {
        height: 124px;
    }

    section.statistics .stati_contant {
        padding: 0;
    }
    .lang a {
        font-size: 15px;
        margin-inline-end: 0;
    }
    .project-item a::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 300px;
    }
}


@media (max-width:425px) {
    .sidebar {
        width: 320px;
    }

}
@media (max-width:330px) {
.logo img {
    max-height: 36px;
}
}