.anatomy-form-status {
    width: 100%;
    margin: 10px 0 0;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.anatomy-form-status:empty {
    display: none;
}

.anatomy-form-status.is-error {
    color: #b42318;
}

.anatomy-form-status.is-success {
    color: #1d6f42;
    font-weight: 600;
}

.anatomy-form-status__clear {
    margin: 7px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.anatomy-form-status__clear:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.is-site-form-locked {
    opacity: .88;
}

.anatomy-captcha-overlay,
.anatomy-callback-modal {
    position: fixed;
    z-index: 2147483646;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding: 64px 18px 24px;
}

.anatomy-captcha-overlay.is-visible,
.anatomy-callback-modal.is-open {
    display: flex;
}

.anatomy-callback-modal {
    align-items: center;
    padding: 20px 16px;
}

.anatomy-captcha-overlay {
    z-index: 2147483647;
    background: rgba(0, 0, 0, .5);
}

.anatomy-captcha-panel {
    width: min(420px, 100%);
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
    color: #222;
    font-family: Arial, sans-serif;
    text-align: center;
}

.anatomy-captcha-panel p {
    margin: 8px 0 0;
}

.anatomy-captcha-overlay.is-challenge .anatomy-captcha-panel {
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.anatomy-captcha-overlay.is-challenge .anatomy-captcha-panel > strong,
.anatomy-captcha-overlay.is-challenge .anatomy-captcha-panel > p {
    display: none;
}

.anatomy-callback-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.anatomy-callback-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
    color: #232323;
    font: 14px/1.4 Arial, sans-serif;
}

.anatomy-callback-modal__dialog h2 {
    margin: 0 38px 20px 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.anatomy-callback-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 32px;
    line-height: 34px;
    cursor: pointer;
}

.anatomy-callback-modal__close:focus-visible,
.anatomy-callback-fab:focus-visible,
.anatomy-callback-submit:focus-visible,
.anatomy-callback-secondary:focus-visible {
    outline: 3px solid #572357;
    outline-offset: 3px;
}

.anatomy-callback-field {
    display: block;
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.anatomy-callback-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
}

.anatomy-callback-fields .anatomy-callback-field:last-child {
    grid-column: 1 / -1;
}

.anatomy-callback-field > span,
.anatomy-callback-time__later label > span {
    display: block;
    margin-bottom: 6px;
}

.anatomy-callback-field small {
    font-weight: 400;
}

.anatomy-callback-field input,
.anatomy-callback-field textarea,
.anatomy-callback-time__later input {
    width: 100%;
    min-height: 42px;
    box-sizing: border-box;
    padding: 9px 11px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font: inherit;
}

.anatomy-callback-field textarea {
    min-height: 100px;
    resize: vertical;
}

.anatomy-callback-field input:focus,
.anatomy-callback-field textarea:focus,
.anatomy-callback-time__later input:focus {
    border-color: #5a5a5a;
    outline: 2px solid rgba(90, 90, 90, .2);
}

.anatomy-callback-time {
    min-width: 0;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.anatomy-callback-time legend {
    display: block;
    width: auto;
    margin: 0 0 7px;
    padding: 0;
    border: 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.anatomy-callback-time > label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 18px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

.anatomy-callback-time input[type="radio"] {
    position: static !important;
    display: inline-block !important;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 16px;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    appearance: auto;
    -webkit-appearance: radio;
}

.anatomy-callback-time__later {
    margin-top: 12px;
}

.anatomy-callback-time__later[hidden] {
    display: none;
}

.anatomy-callback-time__later small {
    display: block;
    margin-top: 6px;
    color: #666;
    line-height: 1.35;
}

.anatomy-callback-modal .anatomy-callback-submit {
    flex: 1 1 0;
    width: auto;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid #29a915;
    border-radius: 4px;
    background: #29a915;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.anatomy-callback-modal .anatomy-callback-submit:hover {
    background: #238f12;
}

.anatomy-message-modal .anatomy-callback-submit {
    width: 100%;
}

.anatomy-callback-actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.anatomy-callback-secondary {
    flex: 1 1 0;
    min-height: 42px;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid #572357;
    border-radius: 4px;
    background: #fff;
    color: #572357;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.anatomy-callback-secondary:hover {
    background: #f7f0f7;
}

.anatomy-callback-modal .anatomy-callback-submit:disabled {
    opacity: .58;
    cursor: wait;
}

.anatomy-callback-modal .site-consent {
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    line-height: 1.45;
}

.anatomy-callback-modal .anatomy-form-status {
    margin-bottom: 10px;
}

.anatomy-callback-fab {
    position: fixed;
    z-index: 9999;
    right: 45px;
    bottom: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #29b513;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .28);
    color: #fff;
    font: 28px/1 Arial, sans-serif;
    cursor: pointer;
}

.anatomy-callback-fab:hover {
    background: #229c0f;
}

.anatomy-message-fab {
    right: 53px;
    bottom: 115px;
    width: 44px;
    height: 44px;
    background: #572357;
    font-size: 32px;
}

.anatomy-message-fab:hover {
    background: #431943;
}

.anatomy-callback-fab__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.has-anatomy-callback-modal {
    overflow: hidden;
}

@media (max-width: 570px) {
    .anatomy-callback-modal,
    .anatomy-captcha-overlay {
        align-items: flex-start;
        padding: 16px 10px;
    }

    .anatomy-callback-modal__dialog {
        max-height: calc(100vh - 32px);
        padding: 22px 18px;
    }

    .anatomy-callback-modal__dialog h2 {
        font-size: 19px;
    }

    .anatomy-callback-fields {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .anatomy-callback-fields .anatomy-callback-field:last-child {
        grid-column: auto;
    }

    .anatomy-callback-time > label {
        margin: 0 14px 0 0;
    }

    .anatomy-callback-actions {
        flex-direction: column;
        gap: 8px;
    }

    .anatomy-callback-secondary {
        width: 100%;
    }

    .anatomy-callback-fab {
        right: 20px;
        bottom: 20px;
    }

    .anatomy-message-fab {
        right: 28px;
        bottom: 90px;
    }
}
