@media (max-width: 1200px) {
    .hero__conteiner {
        flex-direction: column;
        row-gap: 30px;
    }

    .images-hero {
        align-self: center;
    }

    .page__hero {
        margin-bottom: 100px;
    }

    .page__location,
    .page__reviews,
    .page__services,
    .page__features {
        margin-bottom: 100px;
    }

    .header-block--margin {
        margin-bottom: 70px;
    }

    .services__items {
        gap: 100px;
    }

    .footer__body {
        margin-bottom: 70px
    }
}

@media (min-width: 1200px) {
    .content__hero {
        padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .content__title {
        font-size: 55px;
    }

    .menu__list {
        column-gap: 20px;
    }

    .header__conteiner {
        gap: 50px;
    }

    .header-block__label {
        font-size: 16px;
    }

    .header-block__title {
        font-size: 42px;
    }

    .page__hero {
        margin-bottom: 60px;
    }

    .page__location,
    .page__reviews,
    .page__services,
    .page__features {
        margin-bottom: 60px;
    }

    .header-block--margin {
        margin-bottom: 50px;
    }

    .features__items {
        justify-content: center;
    }

    .services__items {
        gap: 70px;
    }

    .footer__body {
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .header-block__label {
        font-size: 14px;
    }

    .header-block__title {
        font-size: 36px;
    }

    .page__hero {
        margin-bottom: 50px;
    }

    .page__location,
    .page__reviews,
    .page__services,
    .page__features {
        margin-bottom: 50px;
    }

    .header-block--margin {
        margin-bottom: 40px;
    }

    .services__items {
        gap: 40px;
    }

    .services__item {
        flex-direction: column;
    }

    .services__image {
        flex: 1 1 auto;
        text-align: center;
    }

    .services__title {
        font-size: 28px;
    }

    .services__title:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer__body {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .services__body {
        max-width: 420px;
    }

    .services__item {
        align-items: flex-start;
    }

    .services__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .services__item:nth-child(odd) .services__body {
        margin: 0 0 0 auto;
    }

    .services__image {
        flex: 1 1 250px;
    }
}

@media (max-width: 479.98px) {
    .content__title {
        font-size: 45px;
    }

    .header {
        padding-top: 15px;
    }

    .header__conteiner {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .header__logo {
        max-width: 150px;
        flex: 0 0 auto;
    }

    .menu__list {
        justify-content: center;
    }

    .menu__link {
        font-size: 18px;
    }

    .page__hero {
        padding-top: 50px;
    }

    .header-block__title {
        font-size: 32px;
    }

    .header-block--margin {
        margin-bottom: 30px;
    }
}

@media(min-width: 479.98px) {
    .content__hero {
        justify-items: start;
    }
}