.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 25px;
    margin-bottom: -10px;
}

.breadcrumbs__item {
    font-size: 12px;
    line-height: 140%;
    color: #666666;
    padding-left: 37px;
    margin-bottom: 10px;
    position: relative;
}

.global_font-1 .breadcrumbs__item {
    font-size: 14px;
}

.global_font-2 .breadcrumbs__item {
    font-size: 16px;
}

.global_font-3 .breadcrumbs__item {
    font-size: 18px;
}

.global_background-dark .breadcrumbs__item {
    color: #ffffff;
}

.breadcrumbs__item:first-child {
    padding-left: 0;
}

.breadcrumbs__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 5px;
    height: 9px;
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 5 9' fill='%23666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.17 8.76a.58.58 0 00.64.13.58.58 0 00.19-.13l3.86-3.93a.47.47 0 00.1-.51.47.47 0 00-.1-.15L1 .24a.58.58 0 00-.83 0 .6.6 0 000 .84L3.54 4.5.17 7.93a.6.6 0 000 .83z'/%3E%3C/svg%3E") no-repeat center;
}

.global_font-1 .breadcrumbs__item:before {
    width: 6px;
    height: 10px;
}

.global_font-2 .breadcrumbs__item:before {
    width: 8px;
    height: 12px;
}

.global_font-3 .breadcrumbs__item:before {
    width: 8px;
    height: 12px;
}

.global_background-dark .breadcrumbs__item:before {
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 5 9' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.17 8.76a.58.58 0 00.64.13.58.58 0 00.19-.13l3.86-3.93a.47.47 0 00.1-.51.47.47 0 00-.1-.15L1 .24a.58.58 0 00-.83 0 .6.6 0 000 .84L3.54 4.5.17 7.93a.6.6 0 000 .83z'/%3E%3C/svg%3E") no-repeat center;
}

.breadcrumbs__item:first-child:before {
    display: none;
}

.breadcrumbs__item_home .breadcrumbs__item:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 5 9' fill='%23ED7453' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.17 8.76a.58.58 0 00.64.13.58.58 0 00.19-.13l3.86-3.93a.47.47 0 00.1-.51.47.47 0 00-.1-.15L1 .24a.58.58 0 00-.83 0 .6.6 0 000 .84L3.54 4.5.17 7.93a.6.6 0 000 .83z'/%3E%3C/svg%3E");
}

.global_font-1 .breadcrumbs__icon {
    width: 18px;
    height: 18px;
}

.global_font-2 .breadcrumbs__icon {
    width: 20px;
    height: 20px;
}

.global_font-3 .breadcrumbs__icon {
    width: 22px;
    height: 22px;
}
