@media screen and (max-width:1400px) {
    .header__hero_title {
        font-size: 4rem;
    }
}

@media screen and (max-width:1200px) {

    .btn {
        width: 100%;
    }

    .header__hero {
        flex-direction: column;
    }

    .header__hero_img {
        width: 45rem;
    }

    .header__hero_content {
        text-align: center;
    }

    .header__hero_title {
        font-size: 3rem;
    }

    .header__hero_caption {
        font-size: 1.5rem;
    }

    .contacts {
        flex-direction: column;
    }

    .surveys {
        flex-direction: column;
        gap: 1rem;
          
    }

    .complains {
        flex-direction: column;
        gap: 1rem;
    
    }

}

@media screen and (max-width:992px) {

    .navbar__menu {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        position: absolute;
        overflow: hidden;
        height: 0;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--primary-color);
        z-index: 100;
        transition: height 0.3s ease-in-out;
    }

    .navbar__menu--open {
        height: 30rem;
    }

    .navbar__btn {
        display: flex;
    }

    .header__hero_img {
        width: 100%;
    }

    .service__img {
        width: 8rem;
    }

    .about {
        flex-direction: column;
    }

    .about__content {
        text-align: center;
    }

    .product__image {
        width: 25rem;
    }

    .suggest {
        flex-direction: column;
    }

    .suggest__image::before {
        height: 25rem;
    }

    .suggest__content {
        text-align: center;
    }

    .suggest__title {
        font-size: 1.7rem;
    }

    .footer__image {
        width: 20rem;
    }
}

@media screen and (max-width:768px) {

    .header__hero_image::before {
        height: 25rem;
    }

    .section__title {
        font-size: 1.5rem;
    }

    .service__img {
        width: 7rem;
    }

    .about__title {
        font-size: 1.7rem;
    }

    .product__image {
        width: 20rem;
    }

    .product__title {
        font-size: 1.5rem;
    }

    .header__title {
        font-size: 2rem;
    }

    .represents {
        text-align: center;
    }

    .represent__title {
        font-size: 1.5rem;
    }

    .represent__caption {
        font-size: 1.4rem;
    }

}

@media screen and (max-width:576px) {
    .header__title {
        font-size: 1.5rem;
    }

    .survey__wrapper {
        width: 100%;
    }

    .survey__input {
        width: 100%;
    }

    .survey__radio {
        width: 100%;
    }
}