@media(max-width: 1024px) {
}

@media(max-width: 1023px) {
    
}

@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 {
        width: 100%;
        -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: 100% !important;
        margin: 10px;
        border-radius: 5px;
    }
    
    .custom-button {
        width: 100%;
        margin: 10px;
        border-radius: 5px;
    }

    .block {
        padding-top: 50px;
    }

    .contacts {
        padding-bottom: 0;
    }
    .contacts__block h3 {
        text-align: center;
    }
    .contacts__block h5 {
        text-align: center;
        margin-top: 10px;
    }
    .contacts__block img {
        margin-right: 0;
    }
    .logo img {
        margin-right: 0;
    }
    
}