@media(max-width: 1024px) {
    .callback-form {
        padding: 30px;
    }
}

@media(max-width: 1023px) {
    /* .bg-img {
        background-position: top left 30%;
    } */

    .about-cards__blocks {
        display: block !important;
    }

    .about-cards__blocks > div {
        padding: 30px 10px;
    }

    .about-cards__blocks img {
        height: 0;
    }

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

@media(max-width: 767px) {
    .logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
    }

    .header__contact > * {
        margin-bottom: 15px;
    }

    .header__contact {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }

    .header__contact_city img,
    .header__contact_city h2 {
        display: none;
    }

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

    .callback-form > div {
        width: 100% !important;
    }

    /* .callback-form input[type=tel] {
        width: 250px;
        margin: 10px;
        border-radius: 5px;
    }*/
    .callback-form input[type=tel],
    .callback-form input[type=text] {
        width: 100%;
        margin: 10px;
        border-radius: 3px;
    }
    
    .custom-button {
        /* width: 100%;
        margin: 10px;
        border-radius: 3px; */
    }

    .about__content_right {
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .about__content_right > div {
        width: unset;
        margin: 0;
        padding: 10px;
    }

    .about-cards__blocks {
        margin-top: 30px;
    }
}