.calback-form {
    display: flex;
    gap: 40px;
}
.calback-form__picture {
    width: calc(50% - 20px);
    object-fit: cover;
}
.calback-form__form {
    width: calc(50% - 20px);
}
.block-callback-form .section-header {
    margin-bottom: 20px;
}
.block-callback-form .section-title-descr {
    line-height: 100%;
}
.callback-form__send-success {
    display: none;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 140%;
    color: #9c9a8b;
    background-color: #f5f5f5;
    border: 1px solid var(--adv-gold);
}
@media (max-width: 767px) {
    .block-callback-form {
        padding-bottom: 0;
    }
    .calback-form {
        flex-direction: column-reverse;
    }
    .calback-form__picture {
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
        max-height: 468px;
        margin-left: -16px;
        margin-right: -16px;
        object-position: top;
    }
    .calback-form__form {
        width: 100%;
    }
}
