.bcContainer {
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
    margin: 50px 0;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    line-height: 1;
}

.bcItem,
.bcSeparator {
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 400;
}


/* "Главная" – чёрный, подчёркнутый */

.bcItemLink {
    color: #12100F;
    text-decoration: underline;
    text-decoration-style: solid;
}


/* Разделитель "/" – чёрный */

.bcSeparator {
    color: #12100F;
}


/* Текущая страница – серый */

.bcItemCurrent {
    color: #A39B97;
}

@media screen and (max-width:485px) {
    .bcContainer {
        margin-bottom: 20px;
    }
}