.callbackform__message {
    --form-bg: #fef7ed;
    --form-title-color: #2A2A37; 
    --form-text-color: #717171;
    --form-padding: 40px;
    --from-padding-m: 32px 24px; 
    --form-radius: 32px;
    --form-radius-m: 20px;
}

.callbackform__inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.popup .callbackform__inputs-wrapper {
    display: flex;
    flex-direction: column;
}

.callbackform__inputs-wrapper .callbackform__input-container {
    margin: 0;
}

.form-step.js-form-step-1 .form-block__label {
    background: transparent;
    border: none;
    padding: 0;
}

.form-step.js-form-step-1 .callbackform__title {
    display: none;
}

.form-step.js-form-step-1 .form-block__phonemask .form-block__input {
    padding-left: 75px;
}

.form-step.js-form-step-1 .callbackform__flag-container {
    bottom: 5px;
    left: 5px;
    top: unset;
    transform: none;
}

.form-step.js-form-step-1 .form-block__input {
    padding: 14px 16px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E4;
    border-radius: 8px;
    margin-top: 6px;
}

.popup .popup__close {
    top: 20px;
    right: 20px;
}

.callbackform__message .register-btn {
    text-align: center;
    justify-content: center;
    background-color: var(--color-blue);
}

.callbackform__message .register-btn::after {
    content: none;
}

@media screen and (max-width: 750px) {
    .callbackform__inputs-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}
