

/* Start:/local/templates/main/components/bitrix/breadcrumb/breacrumbs/style.min.css?176575060449*/
span.breadcrumbs-list__link {
    opacity: .5;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?1771403239829*/
/* Базовые стили для анимации новых карточек */
.js-load-item.new-item {
    opacity: 0;
    transform: translateY(1.875rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-load-item.new-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}
.sort {
    background: #ccc;
    border: 1px solid #000;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex!important;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
}
/* Важно: задержка будет задаваться динамически через JS,
   поэтому статические nth-child можно убрать или оставить как fallback */

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/breacrumbs/style.min.css?176575060449 */
/* /local/templates/main/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?1771403239829 */
