@media (max-width: 1023px) {
    .header {
        padding-bottom: 20px;
    }

    .header__logo {
        justify-content: center;
        margin-bottom: 10px;
    }

    .header__info {
        margin-bottom: 10px;
    }

    .header__info div {
        display: flex;
        justify-content: center;
    }

    .header__info_work-time {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-1,
    .section-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



@media (max-width: 480px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 70px;
        padding: 10px 0 70px;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .header img {
        max-height: 20px;
    }

    .header p {
        font-size: 12px;
    }

    .header__info div.header__info_city,
    .col-lg-3.header__info_button,
    .col-lg-4.align-items-center.header__logo.logo {
        display: none;
    }

    .header__info_phone a {
        font-size: 14px;
    }

    h2, h3{
        text-align: center;
    }

    .about {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 10px;
        background-image: url("../img/zzz.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .about__content h1 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about__content p {
        font-size: 16px;
    }

    .about__content_desc {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
        flex-direction: row;
        align-items: center;
    }

    .about__content_desc img {
        width: 60px;
        margin-right: 10px;
    }

    .phone-button {
        font-size: 16px;
        padding: 12px 40px;
        margin: 30px 0;
    }

    .center-button {

        justify-content: center;
        align-items: center;
        height: auto;
        padding-top: 19rem;
    }

    .footer_logo img,
    .footer_logo h2 {
        display: none;
    }

    .footer__copy {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

    .footer__copy .web-studio {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer__copy .copyright {
        font-size: 12px;
        margin-top: 10px;
    }

    .credit {
        font-size: 16px;
        padding: 3px 3px;
        border-radius: 12px;
        background: linear-gradient(180deg, #FF9D33 0%, #FF8400 100%);
        color: #fff !important;
    }
}

@media (max-width: 460px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 70px;
        padding: 10px 0 70px;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .header img {
        max-height: 20px;
    }

    .header p {
        font-size: 12px;
    }

    .header__info div.header__info_city,
    .col-lg-3.header__info_button,
    .col-lg-4.align-items-center.header__logo.logo {
        display: none;
    }

    .header__info_phone a {
        font-size: 14px;
    }

    h2, h3{
        text-align: center;
    }

    .about {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 10px;
        background-image: url("../img/zzz.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .about__content h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about__content p {
        font-size: 14px;
    }

    .about__content_desc {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
        flex-direction: row;
        align-items: center;
    }

    .about__content_desc img {
        width: 50px;
        margin-right: 10px;
    }

    .phone-button {
        font-size: 16px;
        padding: 12px 30px;
        margin: 30px 0;
    }

    .center-button {

        justify-content: center;
        align-items: center;
        height: auto;
        padding-top: 15rem;
    }

    .footer_logo img,
    .footer_logo h2 {
        display: none;
    }

    .footer__copy {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

    .footer__copy .web-studio {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer__copy .copyright {
        font-size: 12px;
        margin-top: 10px;
    }

    .credit {
        font-size: 16px;
        padding: 3px 3px;
        border-radius: 12px;
        background: linear-gradient(180deg, #FF9D33 0%, #FF8400 100%);
        color: #fff !important;
    }
}