@media screen and (max-width: 740px) {
    .xxx-modal-contacts .xxx-modal-default__body {
        flex-direction: column;
        min-height: unset;
    }
    .xxx-modal-contacts__left {
        width: 100%;
        border-radius: 5px 5px 0 0;
        height: 100px;
    }
    .xxx-modal-contacts__right {
        width: 100%;
        padding: 30px 15px;
    }
    .xxx-modal-contacts__title {
        font-size: 20px;
        line-height: 24px;
    }
    .xxx-modal-contacts .xxx-modal-close {
        padding: 7px;
        background: rgba(51, 62, 80, 0.5);
        border-radius: 50%;
    }
    .xxx-modal-contacts .xxx-modal-default__top {
        padding: 0;
    }
    .xxx-modal-contacts .xxx-g-checkbox_label .xxx-g-link {
        display: block;
    }
    .xxx-modal-contacts__image {
        object-position: center;
    }
    .xxx-modal-contacts__image-icon {
        margin-top: 0;
    }
}