

/* Start:/local/templates/new100del/components/bitrix/news/sales/style.css?17772589252376*/
.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap.big .btn-simple,
.actions-list .tile-wrap:first-child .btn-simple { display: none; }
/* Mobile slide-out filter, synced with catalog template */
.catalog-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: 60px;
    align-items: center;
}

.bx_filter_title,
.catalog-count-product,
.catalog-actions-product {
    display: flex;
    align-items: center;
}

.bx_filter_title {
    gap: 15px;
    font-family: 'Stolzlmedium', sans-serif;
    color: var(--bs-gray, #4A4A49);
}

.catalog-sort-view {
    grid-column: span 3;
    display: flex;
    height: 60px;
    justify-content: space-between;
}

.bx_filter_title.btn,
.btn.catalog-items-close-mobile-filter {
    box-shadow: none !important;
    padding: 0;
}

.mobile-filter-head {
    display: none;
    margin-bottom: 24px;
}

.mobile-filter-head:after {
    content: "";
    display: block;
}

.catalog-items-close-mobile-filter {
    display: inline-flex !important;
    gap: 4px;
    align-items: center;
    font-size: 12px !important;
    font-family: 'Stolzlregular', sans-serif;
    line-height: 140% !important;
}

.mobile-filter-head:after,
.catalog-items-close-mobile-filter {
    width: 60px;
}

.mobile-filter-head__title {
    font-size: 14px;
    font-family: 'Stolzlregular', sans-serif;
    line-height: 140%;
}

@media (max-width: 1199.98px) {
    .catalog-items-filter {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        padding: 14px 20px;
        opacity: 0;
        transition: right .35s cubic-bezier(.4, 0, .2, 1), opacity .20s ease-in-out;
    }

    .catalog-items-filter.mobile-show {
        right: 0;
        opacity: 1;
    }

    .catalog-items-filter.mobile-show .mobile-filter-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    body.catalog-mobile-filter-open {
        overflow: hidden;
    }

    .catalog-line {
        height: auto;
    }
}

@media (max-width: 768px) {
    .catalog-sort-view {
        grid-column: span 4;
        gap: 20px;
        align-items: center;
    }
}

/* End */


/* Start:/local/templates/new100del/components/bitrix/news/sales/bitrix/news.detail/.default/style.css?17772589252190*/

.sections-list  {
	padding-left: 0;
	display: grid;	
	gap: 20px;
    margin-bottom: 24px;
    grid-template-columns: repeat(1, 1fr);
    @media (min-width: 565px) {
        grid-template-columns: repeat(2, 1fr);    
    }
    @media (min-width: 979px) {
        grid-template-columns: repeat(3, 1fr);    
    }
    @media (min-width: 1480px) {
        grid-template-columns:  repeat(4, 1fr);    
    }
}
.sections-list .item {
	padding: 20px 10px 20px 20px;
	height: 130px;
	background: #F8F8F8;
    display: flex;
}
.sections-list .item li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}
.sections-list .item .logo-section {
    max-width: 40%;
    max-height: 98%;	
}
.sections-list .item h2 {
    font-family: 'StolzlMedium';
    font-size: 16px;
    font-weight: 400;
	width: 70%;
}
.sections-list .item:hover h2 {
	color: #4A4A49;
}


.catalog-line {
 	display: grid; /* Включаем Grid-раскладку */
    grid-template-columns: repeat(4, 1fr); /* Создаем 4 равные колонки */
    gap: 10px; /* Промежуток между ячейками */
	height: 60px;
	/* background-color: antiquewhite; */
}
.bx_filter_title, .catalog-count-product, .catalog-actions-product {
    display: flex;
    align-items: center;	
}
.catalog-actions-product {
    @media (width <= 991px) {
        display: none;
    }	
}

.bx_filter_title {
    gap: 5px;
    font-family: 'Stolzl';
	color: var(--bs-gray);
}
.catalog-count-product {
	color: var(--bs-secondary);
}
.catalog-sort-view {
	grid-column: span 3;
	display: flex;
	height: 60px;
	justify-content: space-between;
    @media (width <= 991px) {
        justify-content: flex-end;
    }
}

.catalog__items-list__upper-flex__view {
	display: flex;
	align-items: center;
	gap: 16px;
}

.catalog__items-list__upper-flex__view-item {
	width: 60px;
	height: 60px;
	justify-content: center;
	background-color: #F8F8F8;
	display: flex;
	align-items: center;
}
.catalog-element__row .viewed {
    margin-top: 50px;
}

.limiter .pager {
    display: flex;
    justify-content: center;
}
/* End */
/* /local/templates/new100del/components/bitrix/news/sales/style.css?17772589252376 */
/* /local/templates/new100del/components/bitrix/news/sales/bitrix/news.detail/.default/style.css?17772589252190 */
