

/* Start:/bitrix/templates/bank/components/bitrix/breadcrumb/sgb/style.css?17870417242051*/
/* Landing breadcrumbs — Figma 1532:86 / 1532:97 (bitrix:breadcrumb / sgb) */
.sgb-bc {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
}

.sgb-bc *,
.sgb-bc *::before,
.sgb-bc *::after {
    box-sizing: border-box;
}

.sgb-bc__scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sgb-bc__scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.sgb-bc__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    width: max-content;
    max-width: none;
}

.sgb-bc__item {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.sgb-bc__link,
.sgb-bc__current {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
    letter-spacing: -0.01em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.5) !important;
    vertical-align: middle;
    white-space: nowrap;
}

.sgb-bc__link:hover,
.sgb-bc__link:focus-visible {
    color: #265bc1 !important;
    text-decoration: none !important;
}

.sgb-bc__link:focus-visible {
    outline: 2px solid #265bc1;
    outline-offset: 2px;
}

.sgb-bc__current {
    color: #265bc1 !important;
    cursor: default;
}

.sgb-bc__dot {
    display: inline-block;
    flex: 0 0 auto;
    width: 4px;
    height: 4px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.sgb-bc__dot--current {
    background: #265bc1;
}

/* End */
/* /bitrix/templates/bank/components/bitrix/breadcrumb/sgb/style.css?17870417242051 */
