@media(max-width: 1024px) {
    .callback-form {
        padding: 30px;
    }
}

@media(max-width: 1023px) {
    .about-cards__blocks {
        display: block !important;
    }

    .about-cards__blocks > div {
        padding: 30px 10px;
    }

    .about-cards__blocks img {
        height: 0;
    }
}

@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;
    }
    .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% !important;
        /* margin: 10px; */
        border-radius: 3px;
    }
    
    .custom-button {
        width: 100%;
        /* margin: 10px; */
        border-radius: 3px;
    }
    /*.custom-button {
        width: 250px;
        margin: 10px;
        border-radius: 5px;
    } */

    .about__content {
        padding-bottom: 0;
    }

    .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;
    }

    .about__content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-cards__content img {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .about-cards__content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}