@media (max-width: 1400px) {
    .hero {
        height: 750px;
    }

    .hero__title {
        font-size: 100px;
    }
}

@media (max-width: 1200px) {
    .nav {
        padding: 10px 30px;
    }

    .car {
        flex-direction: column;
        text-align: center;
    }

    .gallery__title,
    .car__title,
    .about__title {
        font-size: 60px;
        text-align: center;
    }

    .gallery__images_top {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery__images {
        align-items: center;
    }

    .gallery__images_top img,
    .gallery__images_bottom img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        max-width: 540px;
        justify-content: center;
    }

    .about__img img {
        width: 100%;
    }

    .about__text {
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }

    .footer__inner {
        justify-content: space-evenly;
    }
}

@media (max-width: 992px) {
    .logo img {
        width: 50px;
    }

    .hero__title {
        margin-bottom: 30px;
    }

    .about__text {
        padding: 0 30px;
    }

    .hero {
        height: 650px;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 10px 30px;
    }
    .nav__list {
        gap: 30px;
    }
    .hero {
        height: 500px;
    }
    .hero__title {
        font-size: 70px;
    }
    .hero__btn {
        padding: 14px 60px;
        font-size: 20px;
    }
    .gallery__title,
    .about__title,
    .car__title {
        font-size: 44px;
    }
    .car__text {
        font-size: 17px;
    }
    .car__left {
        gap: 10px;
    }
    .galley,
    .about {
        margin-top: 80px;
    }
    .about__img {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .footer__inner {
        flex-direction: column;
        gap: 50px;
    }
    .footer__contacts {
        width: 100%;
        justify-content: space-evenly;
    }
    .footer__contact {
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .nav__link {
        font-size: 11px;
    }
    .hero {
        height: 300px;
    }
    .hero__title {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .hero__btn {
        padding: 10px 40px;
        font-size: 16px;
    }
    .nav {
        padding: 10px 15px;
    }
    .about__title,
    .gallery__title,
    .car__title {
        font-size: 27px;
    }
    .car__text {
        font-size: 14px;
    }
    .car__right img {
        width: 100%;
    }
    .gallery__images img {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    .about__text {
        font-size: 12px;
        line-height: 20px;
    }
    .gallery {
        margin-top: 65px;
    }
    .footer__form {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
