.flatContainerWrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 24px;
}
.main__filters-right-wrapper {
	flex-direction: column;
}
.property-list__pager {
	display: none !important;
}
.flatContainerWrap .empty-list {
	margin: 0 auto;
	width: 50%;
	margin-top: 10%;
	font-weight: 400;
	font-size: 30px;
}