@media (max-width: 1199px) {
    .callback-form input[type=tel] {
        width: 230px;
    }

    .animate_button {
        padding: 12px 45px;
    }
}

@media (max-width: 1023px) {
    .header {
        padding-bottom: 20px;
    }

    .header__logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
    }

    .header__info {
        margin-bottom: 10px;
    }

    .header__info div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .header__info_work-time {
        text-align: center;
        margin-bottom: 20px;
    }

    .about__cards_card:not(:last-child) {
        margin-right: 10px;
    }

    .about__cards_card {
        width: 47%;
        margin: 10px;
    }

    .section-1 {
        padding-bottom: 50px;
    }

    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .header__info div.header__info_city {
        display: none;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about__content h1 {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center;
    }

    .about__content p:nth-child(4) {
        margin-bottom: 50px;
    }

    .callback-form input[type=tel] {
        width: 100%;
        margin-bottom: 20px;
    }

    .callback-form_button {
        display: block;
        width: 100%;
    }

    .about__cards_card {
        width: 95%;
    }

    .section-3 .row {
        width: 100% !important;
    }
}