.rs-catalog {
	padding-top: 0px;
}

@media (min-width: 1629.98px) {
	.rs-catalog.rs-catalog-map {
		padding-top: 90px;
		padding-bottom: 120px;
	}
}

.rs-catalog__head {
	padding: 20px 0px;
	border-top: 1px solid rgba(211, 178, 152, 0.3);
	border-bottom: 1px solid rgba(211, 178, 152, 0.3);
	margin-bottom: 40px;
	position: relative;
	z-index: 100;
}

@media (max-width: 1439.98px) {
	.rs-catalog__head {
		padding: 10px 0px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-catalog__head {
		margin-bottom: 20px;
	}
}

.rs-catalog__select {
	margin-top: 13px;
}

@media (max-width: 1439.98px) {
	.rs-catalog__select {
		margin-top: 10px;
	}
}

.rs-catalog__select_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px;
}

@media (max-width: 1439.98px) {
	.rs-catalog__select_list {
		margin: -5px;
	}
}

@media (max-width: 991.98px) {
	.rs-catalog__select_list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0;
	}

	.rs-catalog__select_list::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
}

.rs-catalog__select_item {
	margin: 8px;
	padding: 8px 16px;
	border-radius: 35px;
	background: rgba(229, 209, 193, 0.3);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width: 1439.98px) {
	.rs-catalog__select_item {
		margin: 5px;
		padding: 8px 10px;
	}
}

@media (max-width: 991.98px) {
	.rs-catalog__select_item {
		padding: 5px 10px;
	}
}

.rs-catalog__select_title {
	color: var(--font-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 25.6px */
}

@media (max-width: 1439.98px) {
	.rs-catalog__select_title {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	.rs-catalog__select_title {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

.rs-catalog__select_del {
	margin-left: 8px;
}

.rs-catalog__select_clear {
	padding: 0px 0px 2px;
	border-radius: 0px;
	background: transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.rs-catalog__select_clear .rs-catalog__select_title {
	color: #000e1c;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 1.75px;
	text-transform: uppercase;
	border-bottom: 1px dashed var(--primary-color);
}

.rs-catalog__products-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
}

@media (max-width: 1439.98px) {
	.rs-catalog__products-list {
		gap: 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-catalog__products-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 767.98px) {
	.rs-catalog__products-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.filter__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -8px;
}

@media (max-width: 1439.98px) {
	.filter__list {
		margin: -5px;
	}
}

@media (max-width: 1169.98px) {
	.filter__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 991.98px) {
	.filter__list {
		margin: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.filter__item {
	position: relative;
	padding: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
}

@media (max-width: 1439.98px) {
	.filter__item {
		padding: 5px;
	}
}

@media (max-width: 1169.98px) {
	.filter__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.33333%;
		flex: 1 1 33.33333%;
	}
}

@media (max-width: 991.98px) {
	.filter__item {
		margin: 0px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
	}
}

.filter__item._select-open {
	z-index: 10;
}

.filter__item._select-open .filter__title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter__body {
	position: relative;
	width: 100%;
}

.filter__title {
	color: #122223;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 17.6px;
	/* 110% */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 16px;
	border: 1px solid var(--primary-color);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 1439.98px) {
	.filter__title {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
		padding: 8px 10px;
	}
}

@media (max-width: 991.98px) {
	.filter__title {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

.filter__title span.filter__title-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}

.filter__title span.filter__title-count {
	color: #fff;
	height: 18px;
	min-width: 19px;
	padding: 2px 6px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 14.4px */
	border-radius: 22px;
	background: #00172f;
	margin-left: 8px;
	display: none;
}

.filter__title:after {
	content: "";
	background-image: url("caret-down-icon.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.filter__options {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	left: 0px;
	z-index: 10;
	padding: 16px;
}

@media (max-width: 1439.98px) {
	.filter__options {
		padding: 10px;
	}
}

.filter__scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

.filter__scroll::-webkit-scrollbar {
	cursor: pointer;
	width: 6px;
	background: #fff;
}

.filter__scroll::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: var(--primary-color);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.filter__all {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(211, 178, 152, 0.3);
}

.filter__option:not(:last-child) {
	margin-bottom: 8px;
}

.filter__option label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	position: relative;
	text-align: left;
	position: relative;
}

.filter__option label input {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	font-size: 0px;
	z-index: 10;
	cursor: pointer;
}

.filter__option label .checkbox {
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	min-height: 20px;
	min-width: 20px;
	max-height: 20px;
	max-width: 20px;
	background-color: transparent;
	border: 1px solid #00172f;
	margin-right: 12px;
	margin-top: 3px;
	transition: all 0.3s ease 0s;
}

.filter__option label .checkbox::before {
	content: "";
	background-image: url("check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: ease-out 0.15s;
	transition: ease-out 0.15s;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter__option label input:checked~.checkbox {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.filter__option label input:checked~.checkbox::before {
	opacity: 1;
}

.filter__option .checkbox-label {
	color: #122223;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 25.6px */
}

@media (max-width: 1439.98px) {
	.filter__option .checkbox-label {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	.filter__option .checkbox-label {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}