.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.men-cat-page {
	--men-cream: #ebe4de;
	--men-green: #74c5a5;
	--men-range: #9ccdb5;
	--men-overlay: rgba(13, 8, 8, 0.7);
}

.men-cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.men-cat-icon img,
.men-cat-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.men-cat-heart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #2d1d1b;
}

.men-cat-heart svg {
	width: 21.5px;
	height: 17.5px;
}

.men-cat-heart svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.favorite-active .men-cat-heart {
	color: var(--men-green);
}

.favorite-active .men-cat-heart svg path {
	fill: var(--men-green);
	stroke: var(--men-green);
}

.men-cat-hero .men-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: var(--men-overlay);
	pointer-events: none;
}

.men-cat-hero__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	width: 100%;
	height: 100%;
	padding: 40px;
	text-align: center;
	pointer-events: none;
}

.men-cat-hero__title {
	margin: 0;
	font-family: var(--men-display);
	font-weight: 300;
	font-size: clamp(38px, 8vw, 154px);
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}

.men-cat-hero__cta {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	pointer-events: auto;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: var(--men-muted);
}

.men-cat-toolbar,
.catalog-filter-modal {
	display: none;
}

.men-cat-filters,
.men-cat-cards,
.men-cat-card,
.catalog-filters,
.catalog-filter,
.catalog-filter__price,
.catalog-filter__bedrooms,
.catalog-filter__floors,
.catalog-filter__field,
.men-cat-filters__actions {
	display: flex;
}

.catalog-filters,
.catalog-filter,
.catalog-filter__price,
.men-cat-filters,
.men-cat-filters__fields {
	flex-direction: column;
}

.catalog-filter {
	gap: 4px;
	width: 100%;
}

.catalog-filter--bedrooms,
.catalog-filter--floors {
	width: auto;
}

.catalog-filter__label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}

.catalog-filter__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 46px;
}

.catalog-filter__price-field {
	width: 100%;
}

.catalog-filter__price-row {
	display: flex;
	align-items: stretch;
	gap: 2px;
	width: 100%;
	margin-bottom: -8px;
}

.catalog-filter__price-group {
	display: flex;
	flex: 1 0 0;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	height: 46px;
	padding: 11px;
	overflow: hidden;
	background: var(--men-cream);
	color: #2d1d1b;
}

.catalog-filter__price-values {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
}

.catalog-filter__price-prefix {
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--men-muted);
}

.catalog-filter__price-input {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #2d1d1b;
	outline: none;
}

.catalog-filter__price-group .men-cat-icon {
	flex-shrink: 0;
}

.catalog-filter__range {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	width: 100%;
	height: 14px;
}

.catalog-filter__range-track {
	position: absolute;
	top: 6px;
	left: 5px;
	right: 5px;
	height: 2px;
	background: var(--men-range);
}

.catalog-filter__range-fill {
	display: none;
}

.catalog-filter__range-thumb {
	position: absolute;
	top: -5px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.catalog-filter__range-thumb--min {
	left: 0;
	transform: none;
}

.catalog-filter__range-thumb--max {
	right: 0;
	left: auto;
	transform: none;
}

.catalog-filter__range-thumb::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	background: var(--men-accent);
	transform: translate(-50%, -50%);
}

.catalog-filter__bedrooms,
.catalog-filter__floors {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.catalog-filter__bedroom-btn,
.catalog-filter__floor-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 11px;
	background: var(--men-cream);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #2d1d1b;
}

.catalog-filter__bedroom-btn.is-active,
.catalog-filter__floor-btn.is-active {
	background: var(--men-green);
}

.catalog-filter__field {
	position: relative;
	z-index: 1;
	width: 100%;
}

.catalog-filter__field.is-open {
	z-index: 12;
}

.catalog-filter__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	height: 46px;
	padding: 11px;
	background: var(--men-cream);
	text-align: left;
}

.catalog-filter__field.has-value:not(.is-open) .catalog-filter__trigger {
	background: var(--men-accent);
}

.catalog-filter__value {
	min-width: 0;
	overflow: hidden;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #2d1d1b;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.catalog-filter__field.is-open .catalog-filter__trigger .men-cat-icon {
	transform: rotate(180deg);
}

.catalog-filter__trigger .men-cat-icon {
	transition: transform 0.2s ease;
}

.catalog-filter__popup {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 8;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 11px;
	background: var(--men-cream);
}

.catalog-filter__popup[hidden] {
	display: none;
}

.catalog-filter__popup-item,
.catalog-filter__floor-item,
.catalog-filter__sort-item {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 100%;
	cursor: pointer;
}

.catalog-filter__floor-input,
.catalog-filter__sort-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.catalog-filter__floor-checkbox,
.catalog-filter__sort-radio {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.catalog-filter__floor-checkbox::before,
.catalog-filter__sort-radio::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border: 1.5px solid var(--men-muted);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.catalog-filter__sort-radio::before {
	border-radius: 50%;
}

.catalog-filter__floor-input:checked + .catalog-filter__floor-checkbox::before {
	border-color: #2d1d1b;
	background: var(--men-green);
}

.catalog-filter__floor-input:checked + .catalog-filter__floor-checkbox::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 5px;
	border-left: 1.5px solid #2d1d1b;
	border-bottom: 1.5px solid #2d1d1b;
	transform: translate(-50%, -60%) rotate(-45deg);
}

.catalog-filter__sort-input:checked + .catalog-filter__sort-radio::before {
	border-color: #2d1d1b;
}

.catalog-filter__sort-input:checked + .catalog-filter__sort-radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--men-green);
	transform: translate(-50%, -50%);
}

.catalog-filter__floor-text,
.catalog-filter__sort-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2d1d1b;
}

.men-cat-fav-btn,
.men-cat-reset,
.men-cat-open-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 46px;
	padding: 11px;
	background: var(--men-cream);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #2d1d1b;
}

.men-cat-fav-btn.is-active {
	background: var(--men-accent);
	color: #000;
}

.men-cat-fav-btn.is-active .men-cat-heart {
	color: #000;
}

.men-cat-fav-btn.is-active .men-cat-heart svg path {
	fill: none;
	stroke: currentColor;
}

.men-cat-reset--icon,
.men-cat-open-filters {
	justify-content: center;
}

.men-cat-reset--icon {
	width: 46px;
	padding: 11px;
}

.men-cat-reset:not(.is-active) {
	opacity: 1;
	cursor: default;
	background: var(--men-cream);
	color: var(--men-muted);
}

button.men-cat-reset.is-active,
.men-cat-reset.is-active {
	color: #2d1d1b;
	cursor: pointer;
}

.men-cat-reset.is-active:disabled {
	opacity: 1;
	color: #2d1d1b;
	cursor: pointer;
}

.men-cat-icon img.men-cat-reset-icon__active {
	display: none;
}

.men-cat-reset.is-active .men-cat-icon img.men-cat-reset-icon__idle {
	display: none;
}

.men-cat-reset.is-active .men-cat-icon img.men-cat-reset-icon__active {
	display: block;
}

.men-cat-icon img.men-cat-funnel__active {
	display: none;
}

.men-cat-open-filters.is-active .men-cat-icon img.men-cat-funnel__idle {
	display: none;
}

.men-cat-open-filters.is-active .men-cat-icon img.men-cat-funnel__active {
	display: block;
}

.catalog-count-btn,
.catalog-filter-modal__apply {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 46px;
	padding: 14px 20px;
	background: var(--men-accent);
	color: #2d1d1b;
}

.catalog-count-btn__content,
.catalog-filter-modal__apply-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.men-cat-card {
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	background: var(--men-cream);
	color: #2d1d1b;
	text-decoration: none;
}

.men-cat-card__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.men-cat-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.men-cat-card__num {
	font-family: var(--men-headline);
	font-weight: 300;
	font-size: 56px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--men-muted);
}

.men-cat-card__fav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.men-cat-card__plan {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 0;
	overflow: hidden;
}

.men-cat-card__plan img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.men-cat-card__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.men-cat-card__name {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.18;
	color: var(--men-muted);
}

.men-cat-card__cols {
	display: flex;
	align-items: stretch;
	gap: 40px;
	width: 100%;
}

.men-cat-card__specs,
.men-cat-card__finish {
	flex: 1 0 0;
	min-width: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #2d1d1b;
}

.men-cat-card__cols::before {
	content: none;
}

.men-cat-card__specs {
	border-right: 1.5px solid #2d1d1b;
	padding-right: 40px;
}

.men-cat-card__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}

.men-cat-card__price {
	margin: 0;
	font-family: var(--men-headline);
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #2d1d1b;
	white-space: nowrap;
}

.men-cat-card__currency {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.men-cat-card__currency img {
	width: 24px;
	height: 24px;
}

.men-cat-card__fav--price {
	display: none;
}

@media (min-width: 1024px) {
	.men-cat-hero .men-hero__media,
	.men-cat-hero__content {
		top: var(--men-header-h);
		left: 0;
		right: 0;
		bottom: 0;
	}

	.men-cat-hero__content {
		position: absolute;
		width: auto;
		height: auto;
		padding: calc(40 * var(--men-s));
		gap: calc(40 * var(--men-s));
		transition: inset 0.85s cubic-bezier(0.22, 1, 0.36, 1), padding 0.85s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.men-cat-hero.is-inset .men-hero__media,
	.men-cat-hero.is-inset .men-cat-hero__content {
		top: calc(var(--men-header-h) + 40 * var(--men-s));
		left: calc(var(--men-ox) + 40 * var(--men-u));
		right: calc(var(--men-ox) + 40 * var(--men-u));
		bottom: calc(var(--men-oy) + 40 * var(--men-s));
	}

	.men-cat-hero .men-hero__cta,
	.men-cat-hero.is-inset .men-hero__cta {
		position: relative;
		left: auto;
		bottom: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		opacity: 1;
		pointer-events: auto;
		color: var(--men-muted);
	}

	.men-cat-hero .men-hero__cta > span:not(.men-hero__bar) {
		font-size: 15px;
		line-height: 1.6;
		font-weight: 500;
		text-transform: uppercase;
		color: var(--men-muted);
	}

	.men-cat-hero.is-inset .men-hero__cta .men-hero__bar::after {
		animation-play-state: running;
	}

	.men-cat-hero__title {
		font-size: calc(154 * var(--men-s));
		line-height: 1;
		white-space: nowrap;
	}

	.men-cat-board {
		display: flex;
		flex: 0 0 auto;
		align-items: stretch;
		height: 100%;
		min-height: 100%;
	}

	.men-cat-filters {
		position: sticky;
		left: 0;
		z-index: 4;
		flex: 0 0 auto;
		justify-content: space-between;
		overflow: visible;
		width: calc(564 * var(--men-s));
		height: 100%;
		padding: calc(116 * var(--men-s)) calc(40 * var(--men-s)) calc(40 * var(--men-s));
		background: var(--men-bg);
	}

	.men-cat-filters__fields {
		display: flex;
		flex-direction: column;
		gap: calc(40 * var(--men-s));
		width: 100%;
	}

	.catalog-filter--bedrooms,
	.catalog-filter--floors {
		width: auto;
	}

	.catalog-filter__bedroom-btn,
	.catalog-filter__floor-btn {
		width: calc(46 * var(--men-s));
		height: calc(46 * var(--men-s));
	}

	.men-cat-fav-btn {
		width: max-content;
	}

	.men-cat-filters__actions {
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
	}

	.men-cat-filters__actions .men-cat-reset {
		width: max-content;
	}

	.men-cat-cards {
		align-items: center;
		gap: calc(40 * var(--men-s));
		height: 100%;
		padding: calc(116 * var(--men-s)) calc(40 * var(--men-s)) calc(28 * var(--men-s));
	}

	.men-cat-card {
		flex: 0 0 auto;
		width: calc(524 * var(--men-s));
		height: calc(936 * var(--men-s));
		max-height: 100%;
		padding: calc(40 * var(--men-s));
		min-height: 0;
		overflow: hidden;
	}

	.men-cat-card__main {
		flex: 1 1 auto;
		min-height: 0;
		gap: calc(20 * var(--men-s));
		overflow: hidden;
	}

	.men-cat-card__top,
	.men-cat-card__body,
	.men-cat-card__bottom {
		flex-shrink: 0;
	}

	.men-cat-card__plan {
		flex: 0 1 auto;
	}

	.men-cat-card__num {
		font-size: calc(56 * var(--men-s));
	}

	.men-cat-card__name {
		font-size: calc(28 * var(--men-s));
	}

	.men-cat-card__cols,
	.men-cat-card__specs {
		gap: calc(40 * var(--men-s));
	}

	.men-cat-card__specs {
		padding-right: calc(40 * var(--men-s));
	}

	.men-cat-card__specs,
	.men-cat-card__finish {
		font-size: calc(20 * var(--men-s));
	}

	.men-cat-card__price {
		font-size: calc(40 * var(--men-s));
	}

	.catalog-filter-modal {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.men-cat-hero {
		height: 600px;
		scroll-margin-top: 0;
	}

	.men-cat-hero .men-hero__media {
		inset: 0;
	}

	.men-cat-hero .men-hero__media img {
		object-position: 34% center;
	}

	.men-cat-hero__content {
		height: 100%;
		padding: 15px;
		gap: 40px;
		justify-content: center;
	}

	.men-cat-hero__title {
		width: 100%;
		max-width: 100%;
		font-size: 38px;
		line-height: 1.2;
		font-weight: 300;
		white-space: normal;
		overflow: visible;
	}

	.men-cat-hero .men-hero__cta,
	.men-cat-hero .men-cat-hero__cta {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: auto;
		max-width: 100%;
		padding: 0;
		gap: 10px;
		color: var(--men-muted);
	}

	.men-cat-hero .men-hero__cta > span:not(.men-hero__bar) {
		font-size: 15px;
		line-height: 1.6;
		font-weight: 500;
		text-transform: uppercase;
		white-space: nowrap;
		color: var(--men-muted);
	}

	.men-cat-hero .men-hero__bar {
		width: 2px;
		height: 60px;
	}

	.men-cat-filters {
		display: none;
	}

	.men-cat-board {
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: 100%;
		padding: 40px 15px;
		background: var(--men-bg);
		scroll-margin-top: var(--men-header-h);
	}

	.men-cat-toolbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		gap: 12px;
	}

	.men-cat-reset--icon {
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
		padding: 11px;
	}

	.men-cat-open-filters {
		flex: 0 0 auto;
		width: auto;
		min-width: max-content;
		margin-left: 0;
		gap: 10px;
		padding: 11px;
		overflow: visible;
		white-space: nowrap;
		background: var(--men-cream);
	}

	.men-cat-open-filters.is-active {
		background: var(--men-cream);
	}

	.men-cat-funnel {
		position: relative;
	}

	.men-cat-open-filters > span:not(.men-cat-icon) {
		flex: 0 0 auto;
		font-size: 20px;
		line-height: 1.2;
		font-weight: 400;
		color: #2d1d1b;
		white-space: nowrap;
	}

	.men-cat-cards {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
		width: 100%;
		padding: 0;
	}

	.men-cat-card {
		width: 100%;
		height: 561px;
		min-height: 561px;
		padding: 20px;
		gap: 20px;
		align-items: flex-end;
		justify-content: space-between;
		overflow: hidden;
	}

	.men-cat-card__main {
		flex: 1 1 auto;
		width: 100%;
		min-height: 0;
		gap: 20px;
		overflow: hidden;
	}

	.men-cat-card__top {
		position: relative;
		z-index: 1;
		flex-shrink: 0;
		min-height: 40px;
	}

	.men-cat-card__plan {
		flex: 1 1 auto;
		width: 100%;
		aspect-ratio: 1 / 1;
	}

	.men-cat-card__body {
		flex-shrink: 0;
		gap: 20px;
	}

	.men-cat-card__fav {
		position: relative;
		z-index: 1;
		flex-shrink: 0;
	}

	.men-cat-card__num {
		font-size: 36px;
		line-height: 1.1;
	}

	.men-cat-card__name {
		font-size: 18px;
		line-height: 1.18;
		color: var(--men-muted);
	}

	.men-cat-card__cols {
		align-items: stretch;
		gap: 10px;
	}

	.men-cat-card__specs {
		padding-right: 10px;
		border-right: 1.5px solid #2d1d1b;
	}

	.men-cat-card__specs,
	.men-cat-card__finish {
		font-size: 14px;
		line-height: 1.2;
		color: #2d1d1b;
	}

	.men-cat-card__bottom {
		width: auto;
		align-self: flex-end;
		flex-shrink: 0;
		gap: 8px;
	}

	.men-cat-card__price {
		font-size: 20px;
		line-height: 1.2;
		text-align: right;
	}

	.men-cat-card__currency {
		display: flex;
	}

	.men-cat-card__fav--price {
		display: none;
	}

	.men-cat-contacts .men-contacts__phone {
		font-size: 36px;
		line-height: 1.1;
	}

	.catalog-filter-modal {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: var(--men-header-h);
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 40;
		background: var(--men-bg);
	}

	.catalog-filter-modal[hidden] {
		display: none !important;
	}

	.catalog-filter-modal__body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
		min-height: 0;
		width: 100%;
		padding: 20px 15px max(20px, env(safe-area-inset-bottom));
		box-sizing: border-box;
	}

	.catalog-filter-modal__filters {
		display: flex;
		flex-direction: column;
		flex: 0 1 auto;
		gap: 20px;
		width: 100%;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.catalog-filter-modal__section {
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 100%;
		flex-shrink: 0;
	}

	.catalog-filter-modal .catalog-filter__label {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 0;
		text-transform: uppercase;
		color: #fff;
	}

	.catalog-filter-modal .catalog-filter__price {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		height: 46px;
	}

	.catalog-filter-modal .catalog-filter__price-row {
		gap: 2px;
		margin-bottom: -8px;
	}

	.catalog-filter-modal .catalog-filter__price-group {
		gap: 6px;
		justify-content: flex-start;
		height: 46px;
		padding: 11px;
	}

	.catalog-filter-modal .catalog-filter__price-prefix {
		font-size: 18px;
		line-height: 1.18;
		color: var(--men-muted);
	}

	.catalog-filter-modal .catalog-filter__price-input {
		flex: 0 1 auto;
		width: auto;
		min-width: 0;
		font-size: 14px;
		line-height: 1.2;
		color: #2d1d1b;
	}

	.catalog-filter-modal .catalog-filter__range {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 14px;
		margin-top: 0;
	}

	.catalog-filter-modal .catalog-filter__bedrooms,
	.catalog-filter-modal .catalog-filter__floors {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 4px;
		width: 100%;
		padding: 0;
		background: transparent;
		overflow: visible;
		justify-content: flex-start;
	}

	.catalog-filter-modal .catalog-filter__bedroom-btn,
	.catalog-filter-modal .catalog-filter__floor-btn {
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
		padding: 11px;
		font-size: 20px;
		line-height: 1.2;
		font-weight: 400;
		white-space: nowrap;
		background: var(--men-cream);
		color: #2d1d1b;
	}

	.catalog-filter-modal .catalog-filter__bedroom-btn.is-active,
	.catalog-filter-modal .catalog-filter__floor-btn.is-active {
		background: var(--men-green);
		color: #2d1d1b;
	}

	.catalog-filter-modal .catalog-filter__sort-text {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.2;
		text-transform: uppercase;
		color: #2d1d1b;
	}

	.catalog-filter__sort {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 100%;
		padding: 11px;
		background: var(--men-cream);
	}

	.catalog-filter-modal .catalog-filter__sort-item {
		width: 100%;
	}

	.catalog-filter-modal .men-cat-fav-btn {
		justify-content: space-between;
		width: 100%;
		height: 46px;
		padding: 11px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2;
		color: #2d1d1b;
	}

	.catalog-filter-modal .men-cat-fav-btn .men-cat-heart,
	.catalog-filter-modal .men-cat-fav-btn .men-cat-heart svg {
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		overflow: visible;
	}

	.catalog-filter-modal .men-cat-fav-btn.is-active {
		background: var(--men-accent);
		color: #000;
	}

	.catalog-filter-modal .men-cat-fav-btn.is-active .men-cat-heart {
		color: #000;
	}

	.catalog-filter-modal__footer {
		display: flex;
		align-items: stretch;
		flex-shrink: 0;
		gap: 20px;
		width: 100%;
		padding-top: 0;
	}

	.catalog-filter-modal__footer .men-cat-reset--icon {
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
		padding: 11px;
	}

	.catalog-filter-modal__apply {
		flex: 1 1 auto;
		width: auto;
		height: 46px;
		padding: 14px 20px;
	}

	.catalog-filter-modal__apply-content {
		gap: 5px;
		white-space: nowrap;
	}

	html.catalog-filter-modal-open,
	html.catalog-filter-modal-open body {
		overflow: hidden !important;
	}
}
