

/* Start:/local/templates/ricci/components/bitrix/news.list/how_to_index/style.css?1781198647909*/
.how-to-breadcrumbs {
    margin: 50px 0;
}

.how-to-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.how-to-breadcrumbs__item {
    display: flex;
    align-items: center;
    min-width: 0;
}

.how-to-breadcrumbs__item:not(:last-child)::after {
    content: "/";
    margin-left: 12px;
    color: #8a8ca4;
}

.how-to-breadcrumbs__link,
.how-to-breadcrumbs__current {
    color: #1e1f45;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.how-to-breadcrumbs__link:hover,
.how-to-breadcrumbs__current {
    color: #2b47ef;
}

.how-to-index {
    padding: 0 0 110px;
}

.how-to-index__empty {
    color: #1e1f45;
    font-size: 22px;
}

@media (max-width: 720px) {
    .how-to-breadcrumbs {
        margin: 32px 0;
    }

    .how-to-index {
        padding-bottom: 72px;
    }
}

/* End */
/* /local/templates/ricci/components/bitrix/news.list/how_to_index/style.css?1781198647909 */
