@media screen and (max-width: 1200px) {
    .container {
        max-width: 992px;
        margin: 0 auto;
    }

    .logotype--header {
        width: 100px;
        margin-right: 20px;
    }

    .header__logotype-link {
        margin-right: 20px;
    }

    .header__main-nav {
        gap: 15px;
        margin-right: 20px;
    }

    .header__social {
        gap: 15px;
    }

    .header__main-nav_link {
        font-size: 14px;
    }

    .start-section__title {
        font-size: 46px;
    }

    .start-section__container {
        height: auto;
        padding: 60px 0;
    }

    .section-title {
        font-size: 38px;
    }

    .services__logotype {
        width: 40px;
    }

    .card {
        margin-top: 20px;
        padding: 20px 10px 15px;
    }

    .card:before {
        height: 10px;
    }

    .card__title {
        font-size: 22px;
    }

    .card__list {
        font-size: 13px;
    }

    .card__best-offer img {
        width: 40px;
    }

    .card__price {
        margin-top: 15px;
        font-size: 18px;
    }

    .what-we-do {
        background-size: 780px;
        height: 600px;
    }

    .what-we-do__content {
        margin-top: 30px;
        width: auto;
    }

    .dry-cleaners-container {
        padding-top: 0;
        gap: 20px;
    }

    .dry-cleaners {
        padding: 44px 18px 20px;
    }

    .before-after {
        width: 600px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 680px;
    }

    .container__header {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    .logotype--header {
        height: auto;
    }

    .header__main-nav {
        margin: 0;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .header__main-nav_link {
        font-size: 12px;
    }

    .header__social {
        justify-content: flex-end;
    }

    .start-section__title {
        font-size: 36px;
        max-width: 70%;
    }

    .start-section__description {
        font-size: 16px;
    }

    .start-section__title:after{
        right: 20px;
        top: -20px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-title:after {
        width: 28px;
        height: 28px;
        background-size: contain;
    }

    .services__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .what-we-do {
        height: auto;
        background: none;
        padding: 35px 0 45px;
        border-bottom: 1px solid var(--color-precious-stone);
    }

    .what-we-do__description {
        font-size: 20px;
        font-weight: 400;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .what-we-do__image {
        display: block;
        margin: 30px auto 0;
        max-width: 100%;
    }

    .what-we-do__content {
        float: none;
        margin-top: 20px;
    }

    .dry-cleaners-container {
        display: block;
    }

    .dry-cleaners {
        height: 100vh;
        background-position: left bottom;
    }

    .dry-cleaners .section-title {
        max-width: 60%;
        margin-top: 120px;
        margin-left: 10%;
        font-size: 70px;
    }

    .before-after {
        width: 100%;
        margin-top: 50px;
        height: 60vh;
    }

    .before-after .section-title {
        align-self: flex-start;
    }
}

@media screen and (max-width: 700px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__menu-item {
        display: block;
    }

    .container__header {
        grid-template-areas:
                "logotype social"
                "phone phone"
                "nav nav";
        gap: 14px;
    }

    .header__logotype-link {
        grid-area: logotype;
    }

    .logotype--header {
        width: 142px;
    }

    .header-nav {
        grid-area: nav;
        display: none;
    }

    .header-nav.open {
        display: block;
    }

    .header__main-nav {
        flex-direction: column;
        gap: 30px;
        padding-top: 20px;
    }

    .header__main-nav_link {
        font-size: 16px;
    }

    .header__phone {
        grid-area: phone;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .header__phone-description {
        display: block;
        color: var(--color-precious-stone);
        font-size: 16px;
    }

    .header-social {
        grid-area: social;
    }

    .header__social {
        gap: 20px;
    }

    .header__social-icon {
        width: 30px;
        height: 30px;
    }

    .start-section__container {
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .start-section__title,
    .start-section__description {
        max-width: 100%;
        width: 100%;
    }

    .start-section__title {
        font-size: 26px;
    }

    .services {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .services__list {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .card {
        margin-top: 0;
    }

    .additional-services {
        padding-top: 46px;
        padding-bottom: 25px;
    }

    .additional-services .section-title {
        max-width: 90%;
    }

    .dry-cleaners-container {
        padding-left: 0;
        padding-right: 0;
    }

    .dry-cleaners {
        height: auto;
        background-position: left 30px;
    }

    .dry-cleaners .section-title {
        max-width: 100%;
        width: 90%;
        font-size: 45px;
        margin: 0;
        padding: 76px 0 0 30px;
    }

    .dry-cleaners__logotype {
        margin-top: 32px;
    }

    .before-after {
        padding-left: 15px;
        padding-right: 15px;
        width: initial;
        height: 50vh;
    }
}
