

/* Start:/local/templates/photoitem/components/bitrix/catalog.section.list/catalog2/style.css?17806755213533*/
.catalog2 {
	position: relative;
	padding: 0 0 100px;
	overflow: hidden;
}

.catalog2__hero {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(231, 231, 231, 0.9);
}

.catalog2__title {
	margin: 0 0 12px;
	font-family: "Open Sans", sans-serif;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	color: #2d2d2d;
}

.catalog2__lead {
	margin: 0;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.55;
	color: #6b6b6b;
}

.catalog2__empty {
	padding: 48px 0;
	text-align: center;
	color: #888;
	font-size: 16px;
}

.catalog2-breadcrumb__list {
	margin: 0;
}

/* Вариант 6 — баннеры + подразделы с картинками */
.catalog2-v6__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.catalog2-v6__block {
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
}

.catalog2-v6__banner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 140px;
	padding: 24px 28px;
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.catalog2-v6__banner:hover {
	opacity: 0.95;
	color: #fff;
}

.catalog2-v6__banner::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

.catalog2-v6__banner--eq {
	background: linear-gradient(120deg, #4c88e9, #6ba3f0);
}

.catalog2-v6__banner--rm {
	background: linear-gradient(120deg, #59d1b0, #7de0c4);
}

.catalog2-v6__banner-title {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.catalog2-v6__banner-count {
	margin-top: 6px;
	font-size: 13px;
	opacity: 0.95;
	position: relative;
	z-index: 1;
}

.catalog2-v6__subs {
	padding: 8px 20px 16px;
}

.catalog2-v6__sub {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	color: #444;
	transition: background 0.15s ease;
}

.catalog2-v6__sub:last-child {
	border-bottom: none;
}

.catalog2-v6__sub:hover .catalog2-v6__sub-name {
	color: #4c89e8;
}

.catalog2-v6__block--rm .catalog2-v6__sub:hover .catalog2-v6__sub-name {
	color: #5ad5ae;
}

.catalog2-v6__sub-thumb {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	overflow: hidden;
	background: #f0f4f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog2-v6__block--rm .catalog2-v6__sub-thumb {
	background: #eef8f4;
}

.catalog2-v6__sub-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.catalog2-v6__sub-thumb-placeholder {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: linear-gradient(135deg, #dce8f8, #e8f5f1);
}

.catalog2-v6__sub-text {
	min-width: 0;
	flex: 1;
}

.catalog2-v6__sub-name {
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #2d2d2d;
	transition: color 0.15s ease;
}

.catalog2-v6__sub-hint {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.35;
	color: #999;
}

@media (max-width: 991.98px) {
	.catalog2-v6__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 575.98px) {
	.catalog2 {
		padding-bottom: 60px;
	}

	.catalog2__hero {
		margin-bottom: 28px;
	}

	.catalog2-v6__banner {
		min-height: 120px;
		padding: 20px 22px;
	}

	.catalog2-v6__banner-title {
		font-size: 22px;
	}
}

/* End */
/* /local/templates/photoitem/components/bitrix/catalog.section.list/catalog2/style.css?17806755213533 */
