.wrapModal.klumba-callback-modal {
    width: min(440px, calc(100vw - 28px));
    max-height: calc(100dvh - 28px);
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-radius: 24px;
    background: #fffefa;
    box-shadow: 0 24px 70px rgba(67, 45, 46, .25);
    z-index: 10002;
}
.klumba-callback-modal .modal {
    display: block;
    width: 100%;
}
.klumba-callback-modal .modal-close {
    z-index: 3;
    right: 12px;
    top: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(84, 67, 72, .12);
    color: #704e59;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}
.klumba-callback-modal .modal-close:hover { background: #fff; }
.klumba-modal-head {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
    padding: 20px 134px 18px 24px;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(118deg, #fff0eb 0%, #fff3dc 62%, #e5f4e6 100%);
}
.klumba-modal-head::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .75;
    background: radial-gradient(circle at 9% 21%, #f6b8a9 0 3px, transparent 4px),
        radial-gradient(circle at 20% 83%, #aad1a4 0 4px, transparent 5px),
        radial-gradient(circle at 57% 22%, #d9b7d9 0 3px, transparent 4px),
        radial-gradient(circle at 69% 82%, #f4bc77 0 3px, transparent 4px),
        radial-gradient(circle at 41% 74%, #f6b8a9 0 2px, transparent 3px);
}
.klumba-modal-kicker {
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    font: 700 11px/1.3 Ubuntu, Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #a85e76;
}
.klumba-callback-modal .modal-title {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    color: #554557;
    font: 700 25px/1.17 Ubuntu, Arial, sans-serif;
    text-align: left;
    overflow-wrap: break-word;
}
.klumba-modal-balloons {
    position: absolute;
    z-index: 0;
    right: 55px;
    top: 14px;
    width: 84px;
    height: 90px;
    pointer-events: none;
}
.klumba-modal-intro {
    margin: 0;
    padding: 17px 28px 12px;
    color: #665e61;
    font: 400 14px/1.5 Ubuntu, Arial, sans-serif;
    text-align: left;
}
.klumba-callback-modal .modalForm {
    display: block;
    padding: 0 28px 28px;
}
.klumba-callback-modal .modalForm-input { margin: 0; }
.klumba-callback-modal .modalForm-input input,
.klumba-callback-modal .modalForm-input textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 11px;
    padding: 13px 16px;
    border: 1px solid #e9dfdf;
    border-radius: 13px;
    outline: none;
    background: #fff;
    color: #3c3c3c;
    font: 400 15px/1.4 Ubuntu, Arial, sans-serif;
    box-shadow: none;
    transition: border-color .2s, box-shadow .2s;
}
.klumba-callback-modal .modalForm-input input:focus,
.klumba-callback-modal .modalForm-input textarea:focus {
    border-color: #9dc7a0;
    box-shadow: 0 0 0 3px rgba(157,199,160,.18);
}
.klumba-callback-modal .modalForm-input textarea {
    min-height: 91px;
    max-height: 160px;
    resize: vertical;
}
.klumba-consent {
    position: relative;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 11px 0 17px;
    color: #5b5657;
    font: 400 12px/1.5 Ubuntu, Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}
.klumba-consent > input[type="checkbox"] {
    position: absolute !important;
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: 0 !important;
    overflow: hidden;
}
.klumba-consent__mark {
    position: relative;
    display: block !important;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 2px solid #9fbd9f;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(84,107,89,.1);
}
.klumba-consent > input:checked + .klumba-consent__mark {
    border-color: #83af89;
    background: #83af89;
}
.klumba-consent > input:checked + .klumba-consent__mark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.klumba-consent > input:focus-visible + .klumba-consent__mark {
    outline: 3px solid #f1b3bd;
    outline-offset: 2px;
}
.klumba-consent__text {
    display: block;
    flex: 1;
    padding-top: 2px;
}
.klumba-consent a {
    color: #b75e70;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.klumba-callback-modal .klumba-send {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(105deg, #9bc79d, #79af84);
    box-shadow: 0 7px 15px rgba(121,175,132,.22);
    color: #fff;
    font: 700 16px/1.3 Ubuntu, Arial, sans-serif;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}
.klumba-callback-modal .klumba-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 19px rgba(121,175,132,.28);
}
.klumba-callback-modal .klumba-send:disabled { opacity: .65; cursor: wait; transform: none; }
.klumba-captcha { max-width: 100%; min-height: 80px; margin: 12px auto; overflow: hidden; }
.klumba-form-status { margin: 12px 0 0; font: 400 13px/1.4 Ubuntu, Arial, sans-serif; text-align: center; }
.klumba-form-status[hidden] { display: none !important; }
.klumba-form-status--success {
    box-sizing: border-box;
    margin-top: 15px;
    padding: 12px 14px;
    border: 1px solid #d4e8d8;
    border-radius: 12px;
    background: #f2faf3;
    font: 600 16px/1.4 Ubuntu, Arial, sans-serif;
}
.wrapModal2, .wrapModal4, .wrapModal5 { max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; box-sizing: border-box; }
.wrapModal5 .modal5Form { max-width: 100%; }
@media (max-width: 600px) {
    .wrapModal5 .modal5Form-right { display: none; }
    .wrapModal5 .modal5Form-left { width: 100%; max-width: 100%; }
}
@media (max-width: 480px) {
    .wrapModal.klumba-callback-modal { width: calc(100vw - 24px); border-radius: 19px; }
    .klumba-modal-head { min-height: 108px; padding: 18px 105px 17px 22px; }
    .klumba-callback-modal .modal-title { font-size: 22px; }
    .klumba-modal-balloons { right: 54px; top: 21px; width: 60px; height: 65px; }
    .klumba-modal-intro { padding: 17px 22px 10px; font-size: 13px; }
    .klumba-callback-modal .modalForm { padding: 0 22px 24px; }
}
@media (max-width: 360px) {
    .klumba-modal-head { padding-right: 105px; }
    .klumba-callback-modal .modal-title { font-size: 20px; }
    .klumba-modal-kicker { font-size: 10px; }
    .klumba-modal-balloons { width: 56px; height: 61px; }
}
