.catalog-geobar__breadcrumbs {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    margin: 0 24px;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs {
    display: flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    margin: 0;
    color: #8a98aa;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs > a {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    color: #52677f;
    font-weight: 650;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color .18s;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs > a:hover {
    color: var(--pc-pink, #ec2d71);
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs > a:focus-visible {
    outline: 3px solid rgba(42, 164, 207, .22);
    outline-offset: 2px;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs .icon-home {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    color: #168db7;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs .icon-home:before {
    width: 13px;
    height: 13px;
    background: currentColor;
    content: "";
    font-family: inherit;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2 2.7 11l1.3 1.55 1.5-1.25V21h5.25v-5.8h2.5V21h5.25v-9.7l1.5 1.25L21.3 11 12 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2 2.7 11l1.3 1.55 1.5-1.25V21h5.25v-5.8h2.5V21h5.25v-9.7l1.5 1.25L21.3 11 12 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs > span[aria-hidden="true"] {
    color: #c3ccd5;
    font-size: 16px;
    font-weight: 400;
}

.catalog-geobar__breadcrumbs .vz-breadcrumbs > span:last-child,
.catalog-geobar__breadcrumbs .vz-breadcrumbs > span[aria-current="page"] {
    min-width: 0;
    overflow: hidden;
    color: #263d58;
    font-weight: 700;
    text-overflow: ellipsis;
}

@media (max-width: 1100px) {
    .catalog-geobar__breadcrumbs {
        margin-right: 14px;
        margin-left: 14px;
    }

    .catalog-geobar__breadcrumbs .vz-breadcrumbs {
        gap: 7px;
        font-size: 12.5px;
    }
}
