.logout-btn
{
  text-align: end;
  padding: 30px 40px;
}

.lan-change
{
  text-align: left;
  padding: 30px 40px;
}
.gold-header-zone {
    display: block;
    position: relative;
    width: 100%;
    padding: 40px 0 20px;
    z-index: 10; /* поднимаем над видео */
}

.gold-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    color: #f0d38a;
    letter-spacing: 1px;
  text-shadow: 0 0 12px rgba(240, 211, 138, 0.6);
}

/* линии */
.gold-section-title::before {
    content: "";
    flex: 1;
    height: 1px;
    margin-right: 20px;
    background: linear-gradient(to right, transparent, #f0d38a);
}

.gold-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    margin-left: 20px;
    background: linear-gradient(to left, transparent, #f0d38a);
}

.belief-block {
    max-width: 700px;
    margin: 0px auto;
    padding: 0px 50px;
    text-align: center;

    /* фон и прозрачность */
    background: rgba(10, 10, 30, 0.55);
    border-radius: 20px;

    /* внутренняя подсветка / свечение */
    box-shadow:
        inset 0 0 20px rgba(255, 215, 130, 0.25),
        0 0 15px rgba(0, 0, 0, 0.7);
    
    border: 1px solid rgba(255, 215, 130, 0.35);
}

/* Заголовок */
.belief-title {
    font-size: 40px;
    color: #f0d38a;
    margin-bottom: 20px;
    text-shadow: 0 0 12px rgba(240, 211, 138, 0.6);
}

.belief-title-small {
    font-size: 25px;
    color: #f0d38a;
    margin-bottom: 20px;
    text-shadow: 0 0 12px rgba(240, 211, 138, 0.6);
}

/* Основной текст */
.belief-text {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Малый текст */
.belief-small {
    color: rgba(240, 211, 138, 0.3);
    font-size: 18px;
    margin-top: 10px;
}
.mst-footer {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px;
    margin-top: 40px;
    position: relative;
}

/* Золотая линия поверх */
.mst-footer-line {
    width: 80%;
    height: 1px;
    margin: 0 auto 20px;
    background: linear-gradient(to right, transparent, #f0d38a, transparent);
    opacity: 0.7;
}

/* Текст футера */
.mst-footer-text {
    color: #ffffffaa !important;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-shadow: 0 0 6px rgba(255,255,255,0.35);
}

