

/* Start:/local/templates/new100del/components/bitrix/catalog/new/style.css?17683506412695*/
.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;
	
}
.bx_filter_title {
    gap: 15px;
    font-family: 'Stolzlmedium';
	color: var(--bs-gray);
}
.catalog-count-product {
	color: var(--bs-secondary);
}
.catalog-sort-view {
	/* padding: 0 10px; */
	grid-column: span 3;
	display: flex;
	height: 60px;
	/* background-color: aqua; */
	justify-content: space-between;
}


.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;
}

.catalog-line {
	align-items: center;
}
.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: 1200px) {
	.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;
	}
	.catalog-line {
		height: auto;
	}
}

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

@media (max-width: 576px) {
	.catalog-sort-view {
		height: auto;
	}
	.catalog__items-list__upper-flex__view-item {
		width: 48px;
		height: 48px;
	}

	.catalog__items-list__upper-flex__view-item > svg {
		width: 20px;
		height: 20px;
	}

	.catalog-count-product {
		flex-direction: column;
		align-items: start;
	}
}

/* End */


/* Start:/local/templates/new100del/components/bitrix/catalog/new/bitrix/catalog.section.list/all.sections/style.css?17517131871618*/

.catalog-title {
	font-family: 'StolzlMedium';
	font-style: normal;
	font-size: 40px;
	line-height: 130%;
	color: #4A4A49;
	margin-bottom: 40px;
}

.deep-list__one {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	@media (max-width: 1200px) {
		grid-template-columns: repeat(2, 1fr);
	}
	@media (max-width: 768px) {
		grid-template-columns: repeat(1, 1fr);
	}
	
}

.deep-list__one>li {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-start;
}

.deep-list__one>li>div>a {
	text-decoration: none;
	font-family: 'StolzlMedium';
	font-size: 22px;
	line-height: 140%;
	color: #4A4A49;
	margin-bottom: 60px;
	@media (max-width: 768px) {
		font-size: 20px;
	}
}

.deep-list__one>li>ul {
	flex-direction: column;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	gap: 16px; 
}

.deep-list__one>li>ul>li>div>a {
	font-family: 'Stolzl';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #4A4A49;
	text-decoration: none;
}

.all-sections .sections-show-more {
    font-size: 12px;
    line-height: 150%;
    color: #EA5B0C;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    white-space: nowrap;
}

.close-more {
	width: 80px;
	font-family: 'Stolzl';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #EA5B0C;
	cursor: pointer;
}

.show-hr {
	width: 100%;
	border: 0.5px solid #EBEBEB;
}

.show-div {
	display: flex;
	align-items: baseline;
	/* width: 465px; */
	gap: 8px;
}

.catalog__flex-div {
	display: flex;
	width: 466px;
	flex-wrap: wrap;
	gap: 40px;
}
/* End */
/* /local/templates/new100del/components/bitrix/catalog/new/style.css?17683506412695 */
/* /local/templates/new100del/components/bitrix/catalog/new/bitrix/catalog.section.list/all.sections/style.css?17517131871618 */
