

/* Start:/local/templates/burburo/components/bitrix/catalog.smart.filter/sections/style.css?174593443910845*/
.filter-collection__h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #152e54c2;
}

.filter-collection__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	scroll-snap-type: x mandatory;
	overflow: visible auto;
	padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
	.filter-collection__list {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
	}
}

.filter-collection__item {
	position: relative;
	gap: 6px;
	border-radius: 12px;
	background: #d9deec45;
	transition: .2s ease;
	scroll-snap-align: start;
	scroll-margin-left: 8px;
	border: 2px solid transparent;
}

.filter-collection__item:has(label.disabled) {
	opacity: 0.6;
	pointer-events: none;
	user-select: none;
}

.filter-collection__picture {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	grid-area: img;
}

.filter-collection__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scroll-to-section {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 9px;
	border-radius: 10px;
	background-color: #1b1b1c85;
	color: var(--eblgray);
	transform: translateX(10px);
	transition: .2s ease;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.filter-collection__item:has(input[type="radio"]:checked) .scroll-to-section {
	visibility: visible;
	opacity: 1;
	transition: .2s ease;
	transform: translateX(0);
}

.scroll-to-section:hover {
	background: #1b1b1cc2;
	color: var(--ozone);
}

.filter-collection__label {
	position: relative;
	min-width: 198px;
	display: grid;
	grid-template-columns: 80px auto;
	grid-template-rows: 140px auto;
	grid-template-areas:
		"img img"
		"above tittle";
	gap: 6px;
	padding: 6px;
	transition: .5s ease-out;
	cursor: pointer;
}

.filter-collection__title {
	display: flex;
	align-items: center;
	height: 100%;
	max-width: 120px;
	font-size: 13px;
}

.filter-collection__above {
	border-radius: 8px;
	overflow: hidden;
	grid-area: above;
}

.filter-collection__above img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.05s ease-in-out;
}

.filter-collection input[type="radio"] {
	position: absolute;
	top: 10px;
	left: 10px;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	opacity: 0;
	z-index: 1;
	transition: .2s ease;
	user-select: none;
	pointer-events: none;
}

.filter-collection__item:hover input[type="radio"] {
	background-color: #bdc6d97d;
	opacity: 1;
}

.filter-collection input[type="radio"]:checked {
	background-color: #435dd8;
	-webkit-animation: pulse 0.7s forwards;
	animation: pulse 0.7s forwards;
	opacity: 1;
}

.filter-collection input[type="radio"]:after {
	content: '';
	transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	inset: 6px;
	position: absolute;
	border-radius: 10px;
	transform: scale(0);
}

.filter-collection__item:hover {
	border-color: #bdc6d97d;
	background: #f0f0f6;
}

.filter-collection__item:has(input[type="radio"]:checked) {
	background: rgb(182 202 251 / 16%);
	border-color: #b6cafb;
}

.filter-collection input[type="radio"]:checked::after {
	transform: scale(1);
	background-color: var(--pure-white);
}

.catalog-top__controls-wrapper {
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 17px;
	color: var(--blue);
}

@media screen and (max-width: 720px) {
	.catalog-top__controls-wrapper {
		margin-bottom: 10px;
	}
}

.accordeon-arrow__svg {
	color: var(--some-gray);
	color: var(--ozone);
	transition: .2s ease;
}

[data-accordeon-trigger].active .accordeon-arrow__svg {
	transform: rotate(-180deg);
}

.catalog-top__selectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.catalog-top__selector {
	position: relative;
	display: inline-grid;
	justify-content: start;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: 100%;
	height: 48px;
	min-width: 250px;
	gap: 1.25rem;
	border-radius: 8px;
	padding-inline: 16px;
	background: #f1f2f6;
	font-size: 14px;
	white-space: nowrap;
	transition: .2s ease-out;
}

.catalog-top__selectors .select-items__picker {
	width: 100%;
}

@media screen and (min-width: 720px) {
	.catalog-top__selectors {
		flex-direction: row;
	}

	.catalog-top__selectors .select-items__picker {
		width: unset;
	}

	.catalog-top__selector {
		width: unset;
	}
}

.select-items__picker-block {
	display: flex;
	align-items: center;
	gap: 8px;
}

.catalog-top__selector-name {
	font-weight: 400;
}

.catalog-top__selector img {
	max-width: 50px;
}

.catalog-top__collections svg * {
	transition: fill 0.3s ease-out;
}

.catalog-top__collections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 19px;
	border-radius: 9px;
	background-color: #f0f0f6;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: 600;
}

@media screen and (min-width: 480px) {
	.catalog-top__collections {
		gap: 36px;
		font-size: 24px;
	}
}

@media screen and (min-width: 720px) {
	.catalog-top__collections {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 20px 30px;
	}
}

.catalog-top__collections img {
	max-width: 62px;
}

@media screen and (min-width: 480px) {
	.catalog-top__collections img {
		max-width: 126px;
	}
}

.catalog-top__collections-ic {
	height: 100%;
	width: 36px;
}

@media screen and (min-width: 480px) {
	.catalog-top__collections-ic {
		width: 44px;
	}
}

.select-items__picker-wrapper {
	position: absolute;
	left: 0;
	top: calc(100% + 11px);
	border-radius: 10px;
	width: max-content;
	min-width: 100%;
	padding: 16px 10px;
	font-size: 15px;
	background: var(--white);
	box-shadow: var(--block-shadow);
}

.select-items__picker-content {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	max-height: 280px;
}

.select-items__picker-content::-webkit-scrollbar {
	width: 5px;
}

.select-items__picker-content::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: var(--some-gray);
}

.selec-items__picker-img {
	position: relative;
	width: 80px;
	height: 44px;
	border-radius: 12px;
	overflow: hidden;
}

.selec-items__picker-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
}

.select-items__picker-content input[type="checkbox"],
.catalog-top-collection-type-drop-menu__list-item input[type="checkbox"] {
	position: absolute;
	z-index: -2;
}


.select-items__picker-content label {
	padding: 8px 12px;
	display: inline-grid;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	justify-content: start;
	grid-template-columns: auto 1fr auto;
	width: 100%;
}

.select-items__picker-item:not(.disabled):hover {
	background-color: var(--ozone-hover);
	color: var(--ozone);
}

.select-items__picker-value:has(svg) {
	display: flex;
	align-items: center;
	gap: 3px;
}

.select-items__picker-count {
	color: #bdc7d9;
	font-weight: 300;
	font-size: 14px;
	justify-self: flex-end;
}

.filter label .checkbox {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid var(--some-gray);
	border-radius: 5px;
	flex: 0 0 20px;
}

.filter label:not(.disabled):hover .checkbox {
	border-color: var(--ozone);
}

.filter label .checkbox svg {
	position: absolute;
	top: -2px;
	left: -2px;
}

.filter .checkbox svg path {
	fill: none;
	stroke: var(--ozone);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all 0.6s ease;
}

.filter .checkbox polyline {
	fill: none;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
}

input[type="checkbox"]:checked+label.select-items__picker-item .checkbox svg path {
	fill: var(--ozone);
	stroke-dashoffset: 0;
}

label.select-items__picker-item .selec-items__picker-img:after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	transform: scale(0);
}

input[type="checkbox"]:checked+label.select-items__picker-item .selec-items__picker-img:after {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29' fill='%237c99ff'/%3E%3Cpath fill='%23ffffff' d='m24.262 42.07-6.8-6.642a1.534 1.534 0 0 1 0-2.2l2.255-2.2a1.621 1.621 0 0 1 2.256 0l4.048 3.957 11.353-17.26a1.617 1.617 0 0 1 2.2-.468l2.684 1.686a1.537 1.537 0 0 1 .479 2.154L29.294 41.541a3.3 3.3 0 0 1-5.032.529z'/%3E%3C/svg%3E");
	transform: scale(1);
	transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

input[type="checkbox"]:checked+label.select-items__picker-item .checkbox svg polyline {
	stroke-dashoffset: 0;
}

input[type="checkbox"]:disabled+label.select-items__picker-item,
input[type="checkbox"]:disabled+label.select-items__picker-item .checkbox svg path {
	color: #a6acca;
	fill: #e2e5f3;
	stroke: #e2e5f3;
	cursor: default;
}

input[type="checkbox"]:disabled+label.select-items__picker-item .selec-items__picker-img img {
	filter: saturate(0) opacity(.7);
}

.filter label.disabled .checkbox {
	background: var(--stroke_black);
}

.selected-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
}

.selected-filters:has(div) {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.selected-filter {
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 25px;
	padding-inline: 12px;
	white-space: nowrap;
	min-height: 32px;
	font-size: 13px;
	background: #f0f0f6;
	color: var(--blue);
	user-select: none;
	cursor: default;
}

.selected-filter:has(svg) {
	padding-inline: 12px 8px;
}

.clear-all-filters {
	cursor: pointer;
}

.filter-selected_delete {
	cursor: pointer;
}

.filter-selected_delete:hover {
	color: var(--red);
}

.selected-filters:has(.clear-all-filters:hover) .selected-filter {
	background: rgb(255 100 145 / 8%);
	color: var(--red);
}

.selected-filters .clear-all-filters:hover {
	background: #ff6566 !important;
	color: var(--pure-white) !important;
}

.catalog-top__reload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	padding-inline: 12px;
	font-size: 15px;
	gap: 6px;
	transition: .3s ease-out;
}

.catalog-top__reload:hover,
.catalog-top__reload:hover svg {
	background-color: var(--ozone-hover);
	color: var(--ozone);
}

.catalog-top__reload.hidden {
	display: none;
}
/* End */


/* Start:/local/templates/burburo/components/bitrix/system.pagenavigation/.default/style.css?1744626625766*/
.page-navigation {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.page-navigation__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	background: var(--somber-sky);
	color: var(--blue);
	border-radius: 8px;
	transition: .2s ease-out !important;
}

.page-navigation__btn.disabled {
	pointer-events: none;
	color: var(--some-gray);
}

.page-navigation__btn.page-navigation__current {
	background-color: var(--blue);
	color: var(--pure-white);
}

.page-navigation__btn:not(.page-navigation__current):hover {
	background-color: var(--sky);
	color: var(--blue);
}

.page-navigation__load-more {
	min-width: 300px;
	font-size: 14px;
}
/* End */
/* /local/templates/burburo/components/bitrix/catalog.smart.filter/sections/style.css?174593443910845 */
/* /local/templates/burburo/components/bitrix/system.pagenavigation/.default/style.css?1744626625766 */
