

/* Start:/local/components/dev/bx.catalog.section/templates/news/style.css?17265708242062*/
.filt-container.viol-filter {
    padding: 0 !important;
}

.base-title-articles {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb-wrap {
    overflow: auto;
    user-select: none;
    padding-top: 9px;
    white-space: nowrap;
}

.bx-breadcrumb {
    font-size: 20px;
}

.bx-breadcrumb-item a {
    color: #867E8F;
    font-size: 20px;
}

.article-sections-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.article-sections-list ul li {
    display: flex;
    margin-bottom: 4px;
}

.article-sections-list ul li:before {
    content: "• ";
    color: rgb(229, 17, 147);
    font-size: 27px;
    padding-right: 8px;
}

body .bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.catalog-item-detail-text a{
    color: #000000;
}

.article-items-wrap {
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (calc(25% - 15px)) [4];
    grid-template-columns: repeat(4, calc(25% - 15px));
    padding-bottom: 28px;
}

.short-prod-item a {
    color: #000000;
}

.short-prod-item a:hover {
    color: #000000;
}

@media (max-width: 1265px) {
    .article-items-wrap {
        grid-template-columns: repeat(3, calc(33.5% - 15px));
    }
}

@media (max-width: 860px) {
    .article-items-wrap {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
}

@media (max-width: 540px) {
    .article-items-wrap {
        grid-template-columns: repeat(1, calc(100% - 10px));
    }
}

@media (max-width: 769px) {
    .filt-container {
        position: static !important;
        height: auto !important;
        overflow-x: auto !important;
    }
}

@media (max-width: 990px) {
    .separate-breadcrumb {
        display: none;
    }
    body .bx-breadcrumb .bx-breadcrumb-item span {
        padding: 5px 7px;
        border: 1px solid #f5f5f5;
        border-radius: 2px;
        text-decoration: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/news/style.css?1730977301636*/
.catalog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.catalog-item-detail-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    color: black;
}

.catalog-item-detail-text a {
    color: #000000;
}

.short-prod-item .short-prod-inf.short-prod-inf_without-preview-text {
    height: 80px;
}


.catalog-item-date {
    padding-top: 20px;
    color: #867E8F;
    font-size: 12px;
}
/* End */
/* /local/components/dev/bx.catalog.section/templates/news/style.css?17265708242062 */
/* /local/templates/.default/components/bitrix/catalog.item/news/style.css?1730977301636 */
