.premium-category-page {
	background: #f5f7f9;
	color: #17202a;
	padding-bottom: 68px;
}

.premium-category-page__header {
	background: #fff;
	border-bottom: 1px solid #e0e5ea;
	margin-bottom: 28px;
	padding: 23px 0 27px;
}

.premium-category-page__header .breadcrumbs {
	margin: 0 0 15px;
}

.premium-category-page__header .breadcrumbs li,
.premium-category-page__header .breadcrumbs a,
.premium-category-page__header .breadcrumbs h5 {
	color: #74808b;
	font-size: 12px;
	font-weight: 600;
}

.premium-category-page__header .breadcrumbs a:hover,
.premium-category-page__header .breadcrumbs a:focus {
	color: #17202a;
	text-decoration: none;
}

.premium-category-page__title {
	color: #17202a;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0;
}

.premium-category-page__intro {
	color: #596571;
	font-size: 15px;
	line-height: 1.65;
	margin-top: 12px;
	max-width: 850px;
}

/*
 * Подзаголовки разделов на тёмном фоне: светлый основной цвет и
 * спокойный фирменный акцент без изменения содержимого полей UMI.CMS.
 */
section.premium-catalog-root--internal .premium-category-page__intro,
section.premium-category-page--listing .premium-category-page__intro {
	border-left: 2px solid rgba(244, 189, 0, 0.72);
	color: #e3e6ea;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	max-width: 900px;
	padding-left: 13px;
}

section.premium-catalog-root--internal .premium-category-page__intro {
	margin: 0 0 28px;
}

section.premium-catalog-root--internal .premium-catalog-root__top-description {
	margin: 14px 0 0;
}

section.premium-category-page--listing {
	--premium-catalog-root-accent: var(--listing-accent, #f4bd00);
	--premium-catalog-root-text: var(--listing-text, #ffffff);
}

section.premium-category-page--listing .premium-catalog-root__warning {
	grid-column: 1 / -1;
	margin-top: 17px;
	max-width: 620px;
}

section.premium-category-page--listing .premium-catalog-root__warning-text {
	margin: 0;
}

.premium-category-page__intro_empty,
.premium-category-page__bottom-description_empty {
	display: none;
}

.premium-category-page > .container {
	align-items: flex-start;
}

.premium-category-page__filters {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	margin-right: 24px;
	padding: 0 18px 18px;
}

.premium-category-page__filter-form > .col-md-12 {
	border-bottom: 1px solid #edf0f2;
	padding: 15px 0;
}

.premium-category-page__filter-form > .col-md-12:last-child {
	border-bottom: 0;
	display: flex;
	gap: 9px;
	padding-bottom: 0;
}

.premium-category-page__filter-form .arrow_product p {
	color: #17202a;
	font-size: 13px;
	font-weight: 800;
	margin: 0;
}

.premium-category-page__filter-form .arrow_dropdown {
	color: #a87900;
}

.premium-category-page__filter-form .product_form,
.premium-category-page__filter-form .progress_hide {
	padding-left: 0;
	padding-right: 0;
}

.premium-category-page__filter-form label {
	color: #596571;
	font-size: 13px;
	line-height: 1.45;
}

.premium-category-page__filter-form input[type="text"] {
	border: 1px solid #d9dfe5;
	border-radius: 6px;
	box-shadow: none;
	color: #17202a;
	font-size: 13px;
	padding: 7px 8px;
}

.premium-category-page__filter-form input[type="text"]:focus {
	border-color: #f6c544;
	box-shadow: 0 0 0 3px rgba(246, 197, 68, 0.22);
	outline: none;
}

.premium-category-page__filter-form .show_result,
.premium-category-page__filter-form .reset {
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	min-height: 38px;
	padding: 0 11px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.premium-category-page__filter-form .show_result {
	background: #f6c544;
	border: 1px solid #f6c544;
	color: #17202a;
}

.premium-category-page__filter-form .show_result:hover,
.premium-category-page__filter-form .show_result:focus {
	background: #ffda65;
	border-color: #ffda65;
	outline: none;
}

.premium-category-page__filter-form .reset {
	background: #fff;
	border: 1px solid #d9dfe5;
	color: #596571;
}

.premium-category-page__filter-form .reset:hover,
.premium-category-page__filter-form .reset:focus {
	border-color: #a87900;
	color: #17202a;
	outline: none;
}

.premium-category-page__content {
	background: transparent;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}

.premium-category-page__toolbar-row {
	margin-left: 0;
	margin-right: 0;
}

.premium-category-page__toolbar {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 22px;
	padding: 13px 16px;
}

.premium-category-page__toolbar .sort_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 15px;
	margin: 0;
}

.premium-category-page__toolbar .sort_list li {
	color: #74808b;
	font-size: 12px;
	font-weight: 700;
}

.premium-category-page__toolbar .sort_list li:first-child {
	color: #17202a;
}

.premium-category-page__toolbar .sort_list a {
	color: #596571;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: color 180ms ease;
}

.premium-category-page__toolbar .sort_list a:hover,
.premium-category-page__toolbar .sort_list a:focus,
.premium-category-page__toolbar .sort_list .active a {
	color: #a87900;
	outline: none;
}

.premium-category-page__toolbar .sort_btn {
	display: flex;
	gap: 4px;
	margin: 0;
}

.premium-category-page__toolbar .sort_btn a {
	align-items: center;
	border: 1px solid #d9dfe5;
	border-radius: 6px;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	transition: border-color 180ms ease, background-color 180ms ease;
	width: 32px;
}

.premium-category-page__toolbar .sort_btn a:hover,
.premium-category-page__toolbar .sort_btn a:focus {
	background: #fff8df;
	border-color: #f6c544;
	outline: none;
}

.premium-category-page__content > .premium-catalog-grid {
	margin-bottom: 28px;
}

.premium-category-page__pagination {
	border-top: 1px solid #e0e5ea;
	margin: 8px 0 26px;
	padding-top: 25px;
}

.premium-category-page .pagination_numbers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin: 0;
}

.premium-category-page .pagination_numbers li,
.premium-category-page .pagination_numbers a {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	min-width: 36px;
}

.premium-category-page .pagination_numbers a {
	border: 1px solid #d9dfe5;
	color: #596571;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.premium-category-page .pagination_numbers li.active a,
.premium-category-page .pagination_numbers a:hover,
.premium-category-page .pagination_numbers a:focus {
	background: #f6c544;
	border-color: #f6c544;
	color: #17202a;
	outline: none;
}

.premium-category-page__bottom-description {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	color: #596571;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 28px;
	padding: 23px 26px;
}

.premium-category-page__subcategories {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin: 0;
}

.premium-category-page__subcategory-card {
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.premium-category-page__subcategory-card:hover,
.premium-category-page__subcategory-card:focus {
	border-color: #f6c544;
	box-shadow: 0 14px 28px rgba(16, 24, 34, 0.12);
	outline: none;
	text-decoration: none;
	transform: translateY(-3px);
}

.premium-category-page__subcategory-image {
	align-items: center;
	background: #f4f6f8;
	display: flex;
	height: 170px;
	justify-content: center;
	overflow: hidden;
}

.premium-category-page__subcategory-image img {
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform 200ms ease;
	width: 100%;
}

.premium-category-page__subcategory-card:hover .premium-category-page__subcategory-image img,
.premium-category-page__subcategory-card:focus .premium-category-page__subcategory-image img {
	transform: scale(1.04);
}

.premium-category-page__subcategory-title {
	color: #17202a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	padding: 16px;
}

@media (max-width: 1199px) {
	.premium-category-page__filters {
		margin-right: 18px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.premium-category-page__toolbar {
		align-items: flex-start;
		gap: 12px;
	}
}

@media (max-width: 991px) {
	.premium-category-page > .container {
		display: block;
	}

	section.premium-catalog-root--internal .premium-category-page__intro {
		margin-bottom: 22px;
	}

	.premium-category-page__content {
		width: 100%;
	}

	section.premium-category-page--listing .premium-catalog-root__warning {
		grid-row: 2;
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}

	section.premium-category-page--listing .premium-category-page__intro {
		grid-row: 3;
	}

	section.premium-category-page--listing .sort_mobile {
		grid-row: 4;
	}
}

@media (max-width: 767px) {
	.premium-category-page {
		padding-bottom: 42px;
	}

	.premium-category-page__header {
		margin-bottom: 18px;
		padding: 16px 0 20px;
	}

	.premium-category-page__title {
		font-size: 25px;
	}

	.premium-category-page__intro {
		font-size: 14px;
	}

	section.premium-catalog-root--internal .premium-category-page__intro,
	section.premium-category-page--listing .premium-category-page__intro {
		font-size: 14px;
		padding-left: 11px;
	}

	section.premium-catalog-root--internal .premium-category-page__intro {
		margin-bottom: 18px;
	}

	.premium-category-page__toolbar {
		margin-bottom: 16px;
		padding: 11px 12px;
	}

	.premium-category-page__toolbar .sort_list {
		gap: 6px 11px;
	}

	.premium-category-page__subcategories {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-category-page__subcategory-image {
		height: 130px;
	}

	.premium-category-page__subcategory-title {
		font-size: 13px;
		padding: 12px;
	}

	.premium-category-page__bottom-description {
		border-radius: 8px;
		font-size: 14px;
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-category-page__filter-form .show_result,
	.premium-category-page__filter-form .reset,
	.premium-category-page__toolbar .sort_list a,
	.premium-category-page__toolbar .sort_btn a,
	.premium-category-page .pagination_numbers a,
	.premium-category-page__subcategory-card,
	.premium-category-page__subcategory-image img {
		transition: none;
	}
}
