
.breadcrumb__list a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #E4E2E7;
    position: relative;
    padding-right: 16px;

}
.breadcrumb__list a ._current {
    color: rgba(191, 187, 194, 1);

}
.breadcrumb__list a:before {
     position: absolute;
     top: 13px;
     right: 3px;
     width: 5px;
     height: 5px;
     border-radius: 50%;
     background: #BFBBC2;
     content: '';
 }
.breadcrumb__list span{
    display: block;
    overflow: hidden;
    min-width: 100px;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.breadcrumb__list span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(191, 187, 194, 1)
}
