.countdown-item {
    min-width: 80px;
    padding: .6rem .8rem;
    border-radius: .75rem;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(215, 179, 106, .35);
}

.countdown-value {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #d7b36a; 
    font-family: inherit;
}

.countdown-label {
    margin-top: .25rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.85);
}

.text-uncapitalize {
    text-transform:none !important;
}

.blog-body {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.expert-photo {
    border-radius: 14px 0 14px 0;
}



.schedule-main-body {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.schedule-list .schedule-item {
    border-color: rgba(255, 255, 255, 0.06); /* как у прайсинга */
}

.schedule-time {
    min-width: 120px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #d7b36a; /* ваш «золотой» */
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.schedule-body {
    color: #ffffff;
}

.schedule-title {
    font-weight: 600;
    margin-bottom: .15rem;
}

.schedule-title-latin {
    font-style: italic;
    color: #d7b36a;
}

.schedule-title-ru {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.schedule-talk {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.schedule-speaker {
    margin-top: .15rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}




.custom-select,
.custom-select:focus {
    background-color: #2b2924;
    color: #ffffff;            
    border: 1px solid #4a463f; 
}


.custom-checkbox .form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(255,255,255,.35);
    background-color: #00000033;
    position: relative;
    margin: 0;
    padding: 16px 16px;
}

.custom-checkbox .form-checkbox:hover {
    border-color: var(--gold);
}

.custom-checkbox .form-checkbox:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.custom-checkbox .form-checkbox:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.custom-checkbox .form-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 16px;
    height: 19px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
}

.custom-checkbox label {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.custom-checkbox .privacy-link {
    color: var(--text-muted);
    font-size: 0.95rem;
    text-decoration: underline;
}

.custom-checkbox .privacy-link:hover {
    color: #fff;
}



.textarea-wrapper {
    max-width: 960px;  
    width: 100%;
    margin: 0 auto;     
}


.custom-textarea {
    width: 100%;
    background-color: #1a1815;                
    border: 1px solid rgba(255,255,255,.25);  
    color: #fff;                               
    padding: 0.75rem 1rem;
    border-radius: 12px;                       
    resize: vertical;                         

}

.custom-textarea::placeholder {
    color: rgba(255,255,255,0.45);
}


.custom-textarea:focus {
    background-color: #1a1815;
    color: #fff;
    border-color: rgba(255,255,255,.45);
    box-shadow: none;                          
}


.legals-body {
    min-width: 60%;
    max-width: 960px;
}


.form-checkbox-area{
    margin: 0 auto;
}

#schedule {
    scroll-margin-top: 90px;
}

.legal-text {
    max-height: 60vh;
    overflow-y: auto;
    padding: 16px;
    background: #1a1815;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
    color: #fff;
}


.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1055 !important;
}


@media (max-width: 575.98px) {
    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .schedule-time {
        margin-bottom: .25rem;
    }

    .text-center-desktop-only {
        text-align: left !important;
    }
}


