/* TOP BAR */
.top-bar {
    font-size: 13px;
    background: #111;
    color: #fff;
}
/*.top-bar > .container {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.top-bar-bd {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-bar-promo {
    flex: 1;
    color: #ccc;
    font-size: 13px;
    text-align: center;
}
.top-bar-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-self: end;
}
.top-bar-lang {
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}
