

/* Start:/local/templates/1.0/components/bitrix/catalog/.default/style.css?17842048513958*/
.catalog {
	padding: 0 0 60px;
}
.catalog__inner {
	display: flex;
	gap: 28px;
	align-items: flex-start;
}
.catalog__sidebar {
	width: 280px;
	flex-shrink: 0;
	position: sticky;
	top: 80px;
	z-index: 200;
}
.catalog__products {
	flex: 1;
	min-width: 0;
}
.catalog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.catalog__count {
	font-size: .85rem;
	color: var(--ct3);
}
.catalog__count strong {
	color: var(--ct);
	font-weight: 800;
}
.catalog__toolbar {
	display: flex;
	align-items: center;
	gap: 8px;
}
.view-toggle {
	display: flex;
	gap: 2px;
	background: var(--cbr2);
	padding: 4px;
	border-radius: var(--r1);
	border: 1px solid var(--cbr);
}
.view-toggle__btn {
	width: 26px;
	height: 24px;
	border: none;
	background: transparent;
	border-radius: var(--r1);
	cursor: pointer;
	color: var(--ct3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--tr);
}
.view-toggle__btn.active {
	background: var(--cw);
	color: black;
	box-shadow: var(--sh1);
}
.view-toggle__btn:not(.active):hover {
	color: var(--ct);
}
.view-toggle__btn .icon {
	width: 16px;
	height: 16px;
}
.catalog__actions .btn-filter,
.catalog__actions .btn-sort {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	background: var(--cw);
	border: 1px solid var(--cbr);
	border-radius: var(--r1);
	font-weight: 600;
	font-size: .82rem;
	cursor: pointer;
	transition: var(--tr);
	flex: 1;
	color: var(--ct2);
}
.catalog__actions .btn-filter:hover,
.catalog__actions .btn-sort:hover {
	border-color: var(--c1);
	color: var(--c1);
}
.catalog__actions .btn-filter .icon,
.catalog__actions .btn-sort .icon {
	width: 16px;
	height: 16px;
}
.sort-wrapper {
	position: relative;
}
.sort-wrapper .btn-sort {
	display: flex;
	width: 100%;
}
.sort-dropdown {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	min-width: 220px;
	background: var(--cw);
	border-radius: var(--r2);
	box-shadow: var(--sh3);
	border: 1px solid var(--cbr);
	padding: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: var(--tr);
	z-index: 50;
}
.sort-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.sort-dropdown button {
	display: block;
	width: 100%;
	padding: 9px 14px;
	border: none;
	background: transparent;
	font-size: .82rem;
	color: var(--ct2);
	cursor: pointer;
	transition: var(--tr);
	text-align: left;
	font-weight: 500;
	border-radius: var(--r1);
}
.sort-dropdown button:hover {
	background: var(--c1bg);
	color: var(--c1);
}
.sort-dropdown button.active {
	background: var(--c1bg);
	color: var(--c1);
	font-weight: 700;
}
.catalog__active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.catalog__more {
	text-align: center;
	margin-bottom: 32px;
}
.catalog__more .btn {
	min-width: 240px;
}
@media(max-width:900px) {
	.catalog__inner {
		flex-direction: column;
		gap: 16px;
	}
	.catalog__sidebar {
		width: 100%;
		position: relative;
		top: 0;
	}
	.catalog__actions .btn-filter,
	.catalog__actions .btn-sort {
		display: flex;
	}
	.catalog__actions {
		width: 100%;
		display: flex;
		gap: 8px;
	}
	.catalog__header {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}
	.catalog__toolbar {
		width: 100%;
	}
	.catalog__count {
		order: 3;
		width: 100%;
		text-align: center;
		font-size: .78rem;
	}
	.view-toggle {
		display: none;
	}
	.sort-dropdown {
		left: 0;
		right: 0;
	}
}
@media(max-width:640px) {
	.catalog {
		padding: 0 0 32px;
	}
	.catalog__actions .btn-filter,
	.catalog__actions .btn-sort {
		font-size: .78rem;
		padding: 8px 12px;
	}
	.catalog__more {
		margin-top: 3rem;
	}
}
/* End */


/* Start:/local/templates/1.0/components/bitrix/catalog.section.list/production/style.css?17842824123892*/
.production-main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 60px;
}
.production-main__card {
	display: flex;
	align-items: stretch;
	background: var(--cbr2);
	border-radius: var(--r3);
	padding: 20px;
	transition: var(--tr);
}
.production-main__card:hover .production-main__card--name {
	color: var(--c1);
}

.production-main__card--data {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding-right: 20px;
}

.production-main__card--name {
	font-family: var(--ff);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ct);
	margin-bottom: 12px;
	line-height: 1.2;
}

.production-main__cart--price {
	color: var(--ct3);
	font-size: 1rem;
	margin-bottom: 16px;
}

.production-main__cart--button {
	margin-top: auto;
}

.production-main__card--picture {
	flex: 0 0 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: -20px;
}

.production-main__card--picture img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ===== PRODUCTION SINGLE (TABS) ===== */
.production-single__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 32px;
}

.production-single__nav--item {
	background: transparent;
	border: none;
	padding: 12px 0;
	font-size: 1rem;
	font-weight: 400;
	color: var(--ct3);
	cursor: pointer;
	position: relative;
}

.production-single__nav--item:hover {
	color: var(--ct);
}

.production-single__nav--item.active {
	color: var(--c3);
	font-weight: 500;
}

.production-single__nav--item.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--c3);
	border-radius: 2px;
}

/* Скрываем неактивные ряды */
.production-single__row {
	display: none;
}

/* Активный ряд делаем сеткой карточек */
.production-single__row.active {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
}

.production-single__col {
	display: flex;
	flex-direction: column;
	background: var(--cbr2);
	border-radius: var(--r2);
	overflow: hidden;
	transition: var(--tr);
}

.production-single__col:hover .production-single__col--name {
	color: var(--c1);
}

.production-single__col--name {
	padding: 20px 20px 8px;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--ct);
}

.production-single__col--price {
	padding: 0 20px 16px;
	color: var(--ct3);
	font-size: 1em;
}

.production-single__col--picture {
	margin-top: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.production-single__col--picture img {
	max-width: 170px;
	height: auto;
	display: block;
}

.production-buttons {
	margin-top: 2rem;
	display: flex;
	gap: 15px;
	justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	.production-main {
		grid-template-columns: 1fr;
	}

	.production-main__card--picture {
		flex: 0 0 35%;
	}

	.production-main__card--name {
		font-size: 1.2rem;
	}

	.production-main__cart--price {
		font-size: 0.9rem;
	}

	.production-main__card--name,
	.production-main__cart--price,
	.production-main__cart--button {
		text-align: center;
	}

	.production-single__row.active {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.production-single__col--name {
		padding: 10px 20px 8px;
		font-size: 0.9rem;
		text-align: center;
	}

	.production-single__col--price {
		font-size: 0.8em;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.production-main__card {
		flex-direction: column;
	}

	.production-main__card--data {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.production-main__card--picture {
		flex: 0 0 auto;
		width: 100%;
	}
}
/* End */
/* /local/templates/1.0/components/bitrix/catalog/.default/style.css?17842048513958 */
/* /local/templates/1.0/components/bitrix/catalog.section.list/production/style.css?17842824123892 */
