@media (max-width: 1440px){
    .container {
        max-width: 90vw;
    }
}

@media (max-width: 1199px){
        .container {
        max-width: 100%;
    }
}


@media (max-width: 1170px) {
    .header-nav li + li {
        margin-left: 20px;
    }
    .menu,.header-adress,.header-schedule,.header-cotacts {
        display: none;
    }
    .header-logo {
    width: 125px;
    }
    .mobile-nav-button {
        display: flex;
    }
    .header-top {
        justify-content: space-between;
    }
    .home-content {
        padding: 60px 0;
    }
    .home-bg-img img {
        height: 1000px;
    }
    .icon-phone {
        display: inline;
    }
    .about-row {
    grid-template-columns: 1fr;
    }
    .about-brand-row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
    }
    .about-r-img {
        position: relative;
    }
}


@media (max-width: 1024px) {
    .about,.faq,.contacts {
        padding: 25px 0;
    }
    .reviews-new {
        padding: 50px 0 0 0;
    }
    .works {
        padding: 50px 0 0 0;
    }
    .advantages-action-row {
        flex-direction: column;
    }
}




@media (max-width: 992px) {
    .home-bg-img img {
        height: 850px;
    }
    .contacts-row {
        flex-direction: column;
        align-items: center;
    }
    .contacts-soc {
    margin-left: 20px;
    }
    .home-content {
    padding: 0;
    }

}




@media (max-width: 768px) {

    .section-heading,.section-heading-main,.section-heading-main-l {
        font-size: 50px;
        line-height: 50px;
    }
    .section-heading-white {
        font-size: 50px;
        line-height: 50px;
    }
    .advantages-action-text {
    font-size: 58px;
    line-height: 58px;
    }
    .action {
        align-items: center;
        align-content: center;
    }
        .about-text-title {
        font-size: 20px;
    }

}




@media (max-width: 576px) {
    .home-bg-img img {
        height: 730px;
    }
    .section-heading,.section-heading-main,.section-heading-main-l {
        font-size: 26px;
        line-height: 26px;
        padding: 20px 0;
    }
    
    .section-heading-white {
        font-size: 28px;
        line-height: 48px;
    }
    .bottom-more a {
        font-size: 24px
    }
    .footer-row {
        flex-direction: column-reverse;
    }
    .home-content {
    padding: 0;
    }
        .advantages-action-text {
        font-size: 46px;
        line-height: 46px;
    }
    .about-content {
    padding: 30px;
    }
    .about-content p {
    font-size: 16px;
    }
    .about-brand {
    padding: 30px;
    }
    .about-brand p {
    font-size: 16px;
    }
    .about-action {
        padding: 30px;
    }    
    .about-action p {
        font-size: 16px;
    }    
}


@media (max-width: 445px) {
    .action {
    margin: 75px 0 100px 0;
    }
        .home-text {
        font-size: 32px;
    }



}


@media (max-width: 420px) {
    .header-logo {
        width: 100px;
    }

}



@media (max-width: 375px) {
    .header-cotacts {
        width: 216px;
    }
    .home-bg-img img {
        height: 650px;
    }
    .home-text {
        font-size: 20px;
    }

    .header-logo {
    display: none;
    }

}