@media (max-width: 1399px) {
    .mainBanner-bootom {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .mainBanner-wrap {
        height: 621px;
    }
    .navbar-brand {
        height: 29px;
    }
    .navbar-brand img {
        object-fit: contain;
    }

    .working-item {
        padding: 20px;
        background-color: #F9F9F9;
        border-radius: 12px;
    }
    .working-item_title::before {
        content: none;
    }
    .working-item_number {
        font-size: 42px;
        font-weight: 700;
        line-height: 49px;
        color: #3B727D;
        margin-bottom: 25px;
    }

    .feedbackForm-wrap {
        padding: 20px;
        padding-bottom: 376px !important;
        background-position-x: center;
        background-image: url(/images/air.png), radial-gradient(circle at 50% 125%, hsl(0deg 0% 100% / 18%) 40%, hsl(0deg 0% 100% / 13%) 40% 52%, hsl(0deg 0% 100% / 0%) 52%);
    }
    .feedbackForm-small-wrap {
        padding: 20px;
        padding-bottom: 20px !important;
        background-position-x: center;
        background-image: radial-gradient(circle at 50% 332%, hsl(0deg 0% 100% / 18%) 80%, hsl(0deg 0% 100% / 13%) 80% 90%, hsl(0deg 0% 100% / 0%) 90%);
    }
    .feedbackForm-header_title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 23px;
    }
    .feedbackForm-header_desc {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 26px;
    }
    #feedbackForm form .btn-form {
        padding: 20px;
    }

    .navbar-collapse {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .navbar-collapse .navbar-nav {
        align-items: flex-end;
    }

    .header-mobile {
        display: flex;
    }
    .header-mobile_contacts {
        gap: 22px;
        font-size: 22px;
    }
    .header-mobile_contacts a {
        color: var(--primary-color);
    }
}

@media (max-width: 767px) {
    .button-nav {
        display: none;
    }
    .brands-slider {
        padding: 0;
    }
    .brands-slider .pagination {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    #projects .pagination {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .footer-social {
        justify-content: flex-start;
    }
    .footer-contacts {
        align-items: flex-start;
    }
    .footer-policy {
        text-align: left;
    }
    .footer-policy a {
        text-decoration: none;
    }
}

@media (max-width: 575px) {
    .mainBanner-bootom {
        grid-template-columns: max-content;
    }
    .mainBanner-top_title {
        font-size: 32px;
        line-height: 34px;
    }
    .mainBanner-top_small_title {
        font-size: 15px;
        line-height: 17px;
        margin-top: 14px;
    }
    .mainBanner-wrap {
        row-gap: 118px;
    }
    .service-category_title {
        font-size: 28px;
        line-height: 32px;
    }
    .service-item {
        aspect-ratio: 328 / 240;
    }
    .service-item_title {
        font-size: 16px;
        line-height: 16px;
        bottom: 20px;
        left: 20px;
        padding-right: 20px;
    }
}