.compass img {
	margin: 5px;
}

.compass-top img {
	transform: rotate(0deg);
}

.compass-left img {
	transform: rotate(0);
}

.compass-right img {
	transform: rotate(180deg);
}

.compass-bottom img {
	transform: rotate(270deg);
}

.compass-top {
	flex-direction: column;
}

.compass-left {
	flex-direction: row;
}

.compass-right {
	flex-direction: row-reverse;
}

.compass-bottom {
	flex-direction: column-reverse;
}

.floor__list-el a {
	text-decoration: none;
	font-family: "Mont";
	font-weight: 500;
	font-size: 24px;
	line-height: 1em;
	color: #EAF1FF;
}

.appart__hover {
	opacity: 0.9;
	fill: #2f5677b8;
}

.appart__hover:hover {
	opacity: 0.5;
}


#news-footer .footer__logo {
	width: min(12.25vw, 312px);
	height: min(6.65625vw, 243px);
}

@media (max-width: 1300px) {
	#news-footer .footer__logo {
		width: min(15.25vw, 312px);
		height: min(9.65625vw, 243px);
	}
}

#document-footer .footer__logo {
	width: min(16.25vw, 312px);
	height: min(10.65625vw, 243px);
}

.construction-title-fix {
	font-size: min(2.7vw, 56px);
}

@media (max-width: 1700px) {
	font-size: min(2.91667vw, 56px);
}

.infrastructure__image img {
	width: 25px;
	height: 25px;
}

#construction .construction-title-fix {
	font-size: min(2.7vw, 50px);
}

.popup-form-bg {
	z-index: 219
}

.chooseFlat__card-img {
	margin-bottom: auto;
	height: 200px;
	object-fit: contain;
}

.list-buttons .svg-bg-3d {
	fill: #c58a60;
	stroke: #c58a60;
}



a.js-flat-item.chooseFlat__card[data-floor="-1"] {
	display: none !important;
}

a.js-flat-item.chooseFlat__card[data-floor="1"] {
	display: none !important;
}

.floor__filter-wrap [data-floor="0"] {
	display: none;
}

.floor__filter-wrap [data-floor="1"] {
	display: none;
}

.floor__filter-wrap [data-floor="-1"] {
	display: none;
}

/* ovv */
.filter-checkbox-block {
	display: flex;
	column-gap: 40px;
	margin-bottom: 10px;
}

.filter-checkbox-label {
	position: relative;
	cursor: pointer;
}

.filter-checkbox-label input {
	position: absolute;
	opacity: 0;
}

.filter-checkbox-text {
	background-color: transparent;
	padding: 8px 20px 8px 8px;
	border: 2px solid #61afaa;
	font-family: "Mont", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	color: #eaf1ff;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.filter-checkbox-text::before {
	content: '';
	display: block;
	width: 8px;
	height: 9px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background-color: #eaf1ff;
}

.filter-checkbox-label input:checked+.filter-checkbox-text::before {
	background-color: #61afaa;
}

.filter-checkbox-text:hover {
	background-color: #61afaa;
}

@media (max-width: 1440px) {
	.filter-checkbox-text {
		font-size: 14px;
	}

	.filter-checkbox-block {
		column-gap: 20px;
		row-gap: 10px;
		flex-wrap: wrap;
	}
}


/* вспливаюча підказка */
.appart__hover {
	position: relative;
}
.appart__hover.appart__hover-color{
	opacity: 0.7;
	fill:#c58a60;
}

.tooltip {
	position: absolute;
	pointer-events: none;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	color: #eaf1ff;
	display: none;
	background-color: #2f5677;
	padding: 5px;
	z-index: 9999;
	transition: all 0.3s;
	padding: 4px 8px 4px 8px;
}

.tooltip::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px;
	border-color: #2f5677 transparent transparent transparent;
	bottom: -15px;
	left: 50%;
	margin-left: -8px;
}

.tooltip span {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.tooltip span::before {
	content: '';
	display: block;
	width: 8px;
	height: 9px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background-color: #c58a60;
}