@media screen and (max-width: 1600px) {

    .header__menu-navigation {
        display: none;
    }

    .footer__column:nth-child(1) {
        width: 26%;
    }
    .footer__column:nth-child(2) {
        min-width: 417px;
    }
    .footer__column:nth-child(3) {
        width: 36.5%;
        padding-left: 15px;
    }

    .footer__info {
        margin: 40px 0 30px;
    }

    .footer__menu-navigation {
        margin: 0;
    }

    .footer__menu-navigation__link {
        padding-left: 15px;
    }

    .footer__column-inner {
        width: 100%;
    }

    .footer-social {
        margin: 16px 30px 0 auto;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 88px;
        line-height: 109px;
    }

    h2 {
        font-size: 60px;
        line-height: 60px;
    }

    h3 {
        font-size: 36px;
        line-height: 44px;
    }

    h4 {
        font-size: 27px;
        line-height: 33px;
    }


    .header__menu-navigation__link,
    .header-burger {
        margin-left: 20px;
    }


    .footer {
        padding: 0 0 19px;
    }

    .footer__inner {
        display: block;
    }

    .footer__column:nth-child(1),
    .footer__column:nth-child(2),
    .footer__column:nth-child(3) {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 32px 0 0;
    }

    .footer__column:nth-child(1) {
        padding-bottom: 30px;
    }

    .footer__column:nth-child(2) {
        padding-bottom: 40px;
    }

    .footer__column:nth-child(2)::before,
    .footer__column:nth-child(2)::after {
        left: 0;
        width: 100%;
        height: 1px;
    }

    .footer__column:nth-child(2)::before {
        top: 0;
    }

    .footer__column:nth-child(2)::after {
        top: auto;
        bottom: 0;
    }

    .footer-logo {
        margin: 0;
    }

    .footer__info {
        max-width: 100%;
    }

    .footer__menu-navigation {
        max-width: 800px;
    }

    .footer__menu-column {
        width: 50%;
    }

    .footer__menu-navigation__link {
        padding: 0 15px 0 0;
    }

    .footer-social {
        margin: 16px 50px 0 0;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .header__menu-navigation {
        display: none;
    }


    .footer__button-top {
        display: flex;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 48px;
        line-height: 62px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }

    h3 {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -0.02em;
    }

    h4 {
        font-size: 24px;
        line-height: 29px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0.02em;
    }

    .wrapper {
        padding: 0 20px;
    }

    .logo {
        width: 83px;
        min-width: 83px;
        margin-bottom: 0 !important;
    }

    .button {
        font-size: 16px;
        line-height: 20px;
    }


    .footer__info {
        margin: 27px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .footer__copyright {
        display: none;
    }

    .footer__copyright_mobile {
        display: block;
        margin-top: 43px;
        font-size: 14px;
        line-height: 20px;
        opacity: 1;
    }

    .footer__menu {
        margin-top: 0;
    }

    .footer__menu-column:nth-child(1) {
        width: 45%;
    }
    .footer__menu-column:nth-child(2) {
        width: 55%;
    }

    .footer__menu-navigation__link {
        margin-bottom: 20px;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.04em;
    }

    .footer-contact__title {
        margin-bottom: 35px;
    }

    .footer-contact__info {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-contact__phone {
        font-size: 16px;
        line-height: 24px;
    }


    .modal-content {
        padding: 20px 10px;
    }
}
