

.gdys__modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(32, 32, 32, 0.8);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.gdys__loader-wrapper {
    background: var(--gdys__main_white);
    padding: 30px 40px;
    border-radius: 14px;
    border: 1px solid var(--gdys__main_border_color);
    box-shadow: 0 8px 30px rgba(146, 138, 146, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 340px;
    width: 100%;
    font-family: var(--gdys__font_family), sans-serif;
    color: var(--gdys__pastel_dark);
    animation: modalFadeIn 0.3s ease-out;
    text-align: center;
}

@keyframes modalFadeIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.gdys__spinner {
    width: 36px;
    height: 36px;
    border: 4px solid var(--gdys__pastel_white);
    border-top: 4px solid var(--gdys__main_color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.gdys__message_loading {
    font-size: 16px;
    font-weight: 500;
    color: var(--gdys__dark_accent);
    margin: 0;
}

.gdys__message_success {
    font-size: 18px;
    font-weight: bold;
    color: var(--gdys__main_dark);
    margin: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.gdys__custom-simple-block6 {
        opacity: 90%;
    }






.gdys__custom-simple-block6 {
        opacity: 90%;
    }

.gdys__custom-simple-block6 {
        opacity: 90%;
    }





