body, html {
max-width: 100%;
overflow-x: hidden;
}

.new-top {
position: relative;
margin-top: -125px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.new-top .container {
position: relative;
z-index: 2;
color: #fff;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
text-align: center;
max-width: 610px;
padding-top: 150px;
padding-bottom: 150px;
}

.new-top:after {
display: block;
content: ' ';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
mix-blend-mode: normal;
top: 0;
left: 0;
z-index: 1;
}

.new-top_main-bg {
position: absolute;
width: 100%;
z-index: -1;
}

.new-top-title {
width: 100%;
font-size: 5rem;
margin-bottom: 0;
text-transform: uppercase;
}

.new-top-2title {
font-size: 1.9rem;
text-transform: uppercase;
margin-bottom: 1.5rem;
}

.new-top-stitle {
width: 100%;
font-size: 1.4rem;
line-height: 1.5;
margin-bottom: 2rem;
}

.new-top__buttons {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
}

.new-button {
margin: 0 10px;
min-width: 263px;
}

.new-top__buttons .btn::before, .new-top__buttons .bttn::before {
background: linear-gradient(180deg, #873FFF 0%, #AA77FF 100%);
}

.new-button:hover {
background: linear-gradient(180deg, #873FFF 0%, #AA77FF 100%);
color: #fff;
border:1px solid transparent;
}

.new-button_2 {
border:1px solid #fff;
color: #fff;
background: none;
}

.new-button_2:before {
display: none;
}

.upcoming-events {
	margin-top: 50px;
	margin-bottom: 120px;
}

.upcoming-events__headline {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

.upcoming-events__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.upcoming-events__item {
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-top: 5px solid transparent;
}

a.upcoming-events__item:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.upcoming-events__pic {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.upcoming-events__content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.upcoming-events__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.upcoming-events__date {
	opacity: 0.7;
	margin-bottom: 20px;
}

.upcoming-events__button {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 5px;
	color: #ffffff;
	transition: filter 0.2s ease;
}

a.upcoming-events__item:hover .upcoming-events__button {
	filter: brightness(1.1);
}

.upcoming-events__button-icon {
	margin-left: 10px;
	transition: transform 0.2s ease-in-out;
	filter: brightness(0) invert(1);
}

a.upcoming-events__item:hover .upcoming-events__button-icon {
	transform: translateX(5px);
}

.upcoming-events__item_971 { border-color: #298A8A }
.upcoming-events__item_971 .upcoming-events__button { background-color: #298A8A; }

.upcoming-events__item_968 { border-color: #e7b941 }
.upcoming-events__item_968 .upcoming-events__button { background-color: #e7b941; }

.upcoming-events__item_966 { border-color: rgb(170, 119, 255); }
.upcoming-events__item_966 .upcoming-events__button { background-color: rgb(170, 119, 255); }

.upcoming-events__item_9607 { border-color: rgb(41, 138, 138) }
.upcoming-events__item_9607 .upcoming-events__button { background-color: rgb(41, 138, 138); }

.upcoming-events__item_5184 { border-color: #ff6c00 }
.upcoming-events__item_5184 .upcoming-events__button { background-color: #ff6c00 }

.upcoming-events__item_5833 { border-color: #e7b941 }
.upcoming-events__item_5833 .upcoming-events__button { background-color: #e7b941 }

.new__awards {
position: relative;
}

.new__awards-bg {
position: absolute;
width: 100%;
z-index: -1;
}

.new__awards:after {
display: block;
content: ' ';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
mix-blend-mode: normal;
top: 0;
left: 0;
z-index: 1;
}

.new__awards .container {
position: relative;
z-index: 2;
color: #fff;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
text-align: center;
max-width: 580px;
padding-top: 200px;
padding-bottom: 200px;
}

.new__awards-title {
font-size: 54px;
line-height: 58px;
text-transform: uppercase;
color: #fff;
margin-bottom: 30px;
}

.new__awards-text {
margin-bottom: 30px;
}

.new__awards-text p {
font-size: 1.4rem;
line-height: 1.5;
padding-bottom: 15px;
}

.new__awards-facts {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 60px;
}

.new__awards-facts-item {
width: calc(33.33% - 20px);
}

.new__awards-facts-item span {
font-size: 3rem;
font-weight: 600;
display: block;
}

.new__awards-facts-vote:hover {
background: linear-gradient(180deg, #873FFF 0%, #AA77FF 100%);
color: #fff;
}

.new__past {
margin-top: 50px;
margin-bottom: 120px;
}

.new__past .headline {
margin: 0;
border-top: 0;
}

.new__past-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 60px;
}

.new__past-top-nav {

}

.new__past-top-nav {
display: flex;
align-items: center;
align-content: center;
}

.new__past-top-prev {
margin-right: 1rem;
}

.new__past-top-prev, .new__past-top-next {
font-size: 3rem;
color: #444444;
cursor: pointer;
transition: 300ms;
}

.new__past-top-prev:hover, .new__past-top-next:hover {
color: #873FFF;
}

.new__past-top-nav .swiper-button-disabled {
cursor: not-allowed;
color: rgba(153, 153, 153, 0.5);
}

.reviews__nav .swiper-button-disabled {
cursor: not-allowed;
color: rgba(153, 153, 153, 0.2);
}

.new__past-slider-item-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
margin-top: 10px;
}

.new__past-slider-item-date {
opacity: .6;
margin-bottom: 10px;
}

.new__past-slider .swiper-slide {
width: 520px;
transform: scale(0.7) !important;
transition: 300ms;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
text-decoration: none;
color: inherit;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-top: 5px solid transparent;
}

.new__past-slider-item-text {
padding: 20px;
}

.new__past-slider-item-button {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
margin-top: auto;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 20px;
border-radius: 5px;
color: #ffffff;
transition: filter 0.2s ease;
background: #ff0000;
}

.upcoming-events-list-button-icon {
margin-left: 10px;
filter: brightness(0) invert(1);
}

.new__past-slider .swiper-slide-active {
transform: scale(1) !important;
}

.new__past-slider-item-pic {
width: 100%;
}

.socials__icon {
max-width: 220px;
width: 100%;
}

.footer {
position: relative;
}

.footer:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: block;
content: ' ';
background: rgba(73, 160, 249, 0.9);
z-index: 1;
background-blend-mode: hard-light, darken;
mix-blend-mode: normal;
}

.footer-bg {
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
}

.footer {
position: relative;
}

.footer:after {
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: block;
content: ' ';
background: rgba(73, 160, 249, 0.9);
z-index: 1;
background-blend-mode: hard-light, darken;
mix-blend-mode: normal;
}

.footer-bg {
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
}

.footer .container {
z-index: 2;
color: #fff;
position: relative;
}

.footer__top-title {
font-size: 2.40rem;
max-width: 75%;
padding-bottom: 1.50rem;
}

.footer__top-text {
font-size: 0.90rem;
max-width: 75%;
}

.footer__top-mail {
color: #fff;
font-size: 2rem;
margin-bottom: 7.50rem;
display: flex;
padding-top: 1rem;
}


.footer__bottom {
border-top: 1px solid rgba(255,255,255,.3);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 1.5rem;
padding-bottom: 2.5rem;
}

.footer__bottom-col:nth-child(1) {
width: calc(30% - 2rem);
}

.footer__bottom-col:nth-child(2) {
width: calc(55% - 2rem);
}

.footer__bottom-col {
width: calc(15% - 2rem);
}

.footer__bottom-col-contacts {
display: flex;
flex-wrap: wrap;
}

.footer__bottom-col-contacts-item {
margin-right: 1rem;
width: calc(33.33% - 1rem);
}

.footer__bottom__logo {
width: 4rem;
height: 4rem;
}

.footer__bottom-col-title {
font-size: 0.80rem;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 0.5rem;
width: 100%;
}

.footer__bottom-cr {
font-size: 0.80rem;
padding-top: 2rem;
}

.footer__bottom-col-block {
font-size: 0.80rem;
padding-bottom: 0.40rem;
}

.footer__bottom-col-soc {
display: flex;
flex-wrap: wrap;
}

.footer__bottom-col-soc-item {
width: 1.60rem;
height: 1.60rem;
border:1px solid rgba(255,255,255,0.6);
border-radius: 50%;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
margin-right: 0.5rem;
transition: 300ms;
}

.footer__bottom-col-soc-item-icon-01 {
width: 0.40rem;
height: 0.80rem;
fill:#fff;
}

.footer__bottom-col-soc-item-icon-02 {
width: 0.80rem;
height: 0.80rem;
fill:#fff;
}

.footer__bottom-col-soc-item-icon-03 {
width: 0.80rem;
height: 0.55rem;
fill:#fff;
}

.footer__bottom-col-soc-item-icon-04 {
width: 0.80rem;
height: 0.80rem;
fill:#fff;
}

.footer__bottom-col-soc-item:hover {
background: #fff;
}

.footer__bottom-col-soc-item:hover svg {
fill:var(--blue);
}

.c_africa .new-button_1, .c_africa  .new-top__buttons .btn::before, .c_africa  .new-top__buttons .bttn::before {
background: linear-gradient(180deg, #405A59 0%, #298A8A 100%);
}

.c_philippines .new-button_1, .c_philippines .new-top__buttons .btn::before, .c_philippines .new-top__buttons .bttn::before {
background: linear-gradient(360deg, #E7B941 0%, #BE9730 100%);
}

.c_mexico .new-button_1, .c_mexico .new-top__buttons .btn::before, .c_mexico .new-top__buttons .bttn::before {
background: linear-gradient(180deg, #b754e1 0%, #e062cf 100%);
}

.c_davao .new-button_1, .c_davao .new-top__buttons .btn::before, .c_davao .new-top__buttons .bttn::before {
background: linear-gradient(360deg, #E7B941 0%, #BE9730 100%);
}

.c_africa #zoomControls button {
background: #298A8A;
}

.c_davao #zoomControls button {
background: #E7B941;
}

.floorplan {
margin-top: 5rem;
border-top: 1px solid #000;
position: relative;
z-index: 3;
}

.floorplan .headline {
padding-bottom: 1rem;
font-size: 50px;
border: none;
margin-bottom: 0;
}

#container {
	display: flex;
	width: 100%;
	height: 40rem;
	position: relative;
	
}

.c_philippines #container {
height: 63rem;
}

@media (max-width:990px) {
	.c_philippines #container {
	height: auto;
	}
}

/* --- SIDEBAR LAYOUT --- */
#sidebar {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	height: 100%; /* Наследует высоту от #container (70rem) */
	
	/* Flexbox магия для правильного скролла */
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Скрываем всё, что вылезает за пределы сайдбара */
}

#sidebar h2.headline {
	margin-top: 0;
	flex-shrink: 0; /* Заголовок не сжимается */
}

/* Поля ввода не сжимаются */
#search, #filterSelect {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	flex-shrink: 0; 
}

/* --- LIST SCROLL & STYLING --- */
#boothList {
	list-style: none;
	padding: 0;
	margin: 0;
	
	/* ЛОГИКА СКРОЛЛА */
	overflow-y: auto;  /* Вертикальный скролл */
	overflow-x: hidden; /* Прячем горизонтальный скролл */
	flex: 1;           /* Занимает всё оставшееся место по высоте */
	min-height: 0;     /* Важный фикс для Firefox/Flexbox */
	
	/* Отступ для скроллбара */
	padding-right: 5px; 
}

/* Стилизация скроллбара (для Chrome/Safari/Edge) */
#boothList::-webkit-scrollbar {
	width: 6px;
}
#boothList::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
#boothList::-webkit-scrollbar-thumb {
	background: #ccc; 
	border-radius: 3px;
}
#boothList::-webkit-scrollbar-thumb:hover {
	background: #aaa; 
}

/* Элементы списка */
#boothList li {
	padding: 12px 15px;
	background: #fff;
	margin-bottom: 8px;
	cursor: pointer;
	transition: all 0.2s;
	border-radius: 8px;
	border-left: 4px solid transparent;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	
	/* ЛОГИКА ОБРЕЗКИ ТЕКСТА (чтобы не вылезало вбок) */
	white-space: nowrap;      /* Текст в одну строку */
	overflow: hidden;         /* Обрезаем лишнее */
	text-overflow: ellipsis;  /* Добавляем троеточие (...) */
	max-width: 100%;          /* Не шире родителя */
}

#boothList li strong {
	font-size: 15px;
	display: block;
	
	/* Также обрезаем заголовок */
	overflow: hidden;
	text-overflow: ellipsis;
}

#boothList li .status-text {
	/* И статус тоже обрезаем, если вдруг длинный */
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 4px;
}

/* Ховер */
#boothList li:hover {
	transform: translateX(3px); /* Чуть меньше сдвиг, чтобы не вылезло */
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Цветовые статусы (дублируем из прошлого ответа для целостности) */
#boothList li.item-available {
	border-left-color: #28a745;
	background-color: #f0fff4;
}
#boothList li.item-available .status-text {
	color: #28a745;
	font-weight: bold;
	text-transform: uppercase;
}

#boothList li.item-sold {
	border-left-color: #dc3545;
	background-color: #f8f9fa;
}
#boothList li.item-sold .status-text {
	color: #dc3545;
	font-weight: bold;
}
#boothList li.item-sold strong {
	color: #6c757d;
}

#filterSelect {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	appearance: none;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 4px;
}

#floorplan {
	width: 72%;
	position: relative;
	overflow: hidden;
	margin-left: 3%;
	margin-top: 100px;
}

#floorplanCanvas {
	width: 100%;
	height: 100%;
	cursor: grab;
}

#zoomControls {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
}

#zoomControls button {
padding: .79rem 1rem;
border-radius: 50%;
margin: 2px 0;
background-color: #b754e1;
color: white;
border: none;
cursor: pointer;
font-size: 1rem;
}

#zoomControls button:hover {
opacity: .9;
}

.floorplan__controls button {
width: 45px;
height: 45px;
padding: 0 !important;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.floorplan__controls-in, .floorplan__controls-out, .floorplan__controls-fit {
fill:#fff;
width: 16px;
height: 16px;
}

#boothDetails {
	position: absolute;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 10;
	border-radius: 10px;
	max-width: 35rem;
	min-width: 20rem;
}

#boothDescription {
	
	margin-top: 1rem;
}

#boothCompany {
margin-bottom: 1rem;
}

#boothAction {
max-width: 10rem;
text-decoration: none;
margin-top: 1rem;
}

#closeDetails {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

/* --- APPLE STYLE TOOLTIP (LIGHT) --- */
#canvas-tooltip {
	display: none;
	position: fixed;
	z-index: 1000;
	pointer-events: none; /* Важно: на десктопе мышь проходит сквозь тултип */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Карточка */
.tooltip-card {
	background: rgba(255, 255, 255, 0.95); /* Полупрозрачный белый */
	backdrop-filter: blur(10px); /* Эффект матового стекла iOS */
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 14px; /* Скругление Apple */
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); /* Мягкая, дорогая тень */
	width: 360px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	color: #1d1d1f; /* Apple Dark Grey */
}

/* Левая часть (Картинка/Лого) */
.tooltip-image {
	width: 130px;
	background-color: #f5f5f7; /* Светло-серый фон под фото */
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	flex-shrink: 0;
	border-right: 1px solid rgba(0,0,0,0.05);
}

.tooltip-image.img-cover { background-size: cover; }
.tooltip-image.img-contain { background-size: 70%; }

/* Заглушка */
.tooltip-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #86868b;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #f5f5f7;
}

/* Правая часть (Контент) */
.tooltip-content {
	padding: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* Бейдж (Presale / Sold) */
.tooltip-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px; /* Полное скругление */
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
	width: fit-content;
	letter-spacing: 0.3px;
}
/* Зеленый/Синий для доступных, Серый для проданных */
.badge-available { background: #e8f2ff; color: #0071e3; } 
.badge-booked { background: #f5f5f7; color: #86868b; }

/* Заголовки */
.tooltip-title {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 2px 0;
	line-height: 1.2;
	color: #1d1d1f;
}

.tooltip-subtitle {
	font-size: 13px;
	color: #86868b; /* Apple Secondary Text */
	font-weight: 500;
	margin-bottom: 8px;
}

/* Описание */
.tooltip-desc {
	font-size: 12px;
	line-height: 1.4;
	color: #424245;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Метраж и статус */
.tooltip-meta {
	font-size: 12px;
	color: #86868b;
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

.tooltip-meta span {
	padding-right: 8px;
	border-right: 1px solid #e5e5e5;
}
.tooltip-meta span:last-child { border: none; }

/* Кнопка (Стиль App Store "Get") */
.tooltip-btn {
	background: #0071e3; /* Apple Blue */
	color: white;
	text-align: center;
	padding: 6px 16px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 10px;
	cursor: pointer;
	transition: background 0.2s;
	text-decoration: none;
	display: block;
	width: fit-content;
}
.tooltip-btn:hover { background: #0077ED; }

.tooltip-note {
	font-size: 10px;
	color: #86868b;
	margin-top: 6px;
}

/* MOBILE OVERRIDES */
@media (max-width: 990px) {
	#canvas-tooltip {
		pointer-events: auto; /* На мобилке кликать можно */
		padding: 16px;
		bottom: 0;
	}
	.tooltip-card {
		width: 100%;
		box-shadow: 0 -10px 40px rgba(0,0,0,0.15);
	}
}

.accommodation-item-pic {
position: relative;
font-size: 0;
margin-bottom: 1rem;
}

.accommodation-item_sa {
position: absolute;
max-width: 225px;
top:1.25rem;
left: 1.25rem;
}

.accommodation-item__offer {
width: 100%;
height: 5.1875rem;
flex-shrink: 0;
background: linear-gradient(180deg, #C39731 0%, #E5B842 100%);
display: flex;
align-items: center;
align-content: center;
font-size: 2rem;
color: #fff;
padding: 0 1.5rem;
position: absolute;
bottom: 0;
left: 0;
}

.accommodation-item__offer span {
font-weight: 700;
margin-left: 1rem;
}

@media (max-width:1200px) {

.new-top-title {
font-size: 3rem;
}

.new-top-stitle {
font-size: 1.2rem;
}

.new-button {
width: 100%;
margin-bottom: 1rem;
}

}

@media (max-width:990px) {
	
.new-top-title {
font-size: 2.5rem;
margin-bottom: 0.2rem;
}

.new-top-2title {
font-size: 1.5rem;
}

.new-top .container {
padding-top: 110px;
}

.new__upcoming-list-item {
width: 100%;
margin-bottom: 30px;
margin-right: 0px !important;
}

.new__upcoming-list-button span {
display: none;
}

.new__upcoming-list-item:nth-child(2n+2) {
margin-right: 0 !important;
}

.new__upcoming-list-item:nth-child(3n+3) {
margin-right: 20px;
}

.new__upcoming-list-title {
font-size: 20px;
}

.new__awards .container {
padding-top: 100px;
padding-bottom: 100px;
}

.new__awards-text p {
font-size: 1.1rem;
}

.new__past-slider .swiper-slide {
width: 70vw;
}

.new__past-top-nav {
display: none;
}

.footer__top-title {
font-size: 1.50rem;
max-width: 100%;
}

.footer__top-text {
font-size: 1rem;
max-width: 100%;
}

.footer__bottom-col, .footer__bottom-col:nth-child(2) {
width: 100% !important;
margin-bottom: 2rem;
}

.footer__bottom-col-contacts-item {
width: calc(50% - 1rem);
}

.footer__top-mail {
font-size: 1.5rem;
}

.floorplan {
padding-top: 2rem;
}

#container {
flex-wrap: wrap;
height: auto !important;
}

#sidebar {
width: 100%;
order: 1;
padding: 0;
padding-bottom: 2rem;
}

#floorplan {
width: 100%;
order: 2;
margin-left: 0;
height: 70vh;
margin-top: 0;
}

#zoomControls {
top: auto;
bottom: 10px;
}

.header .btn-menu {
background-color: transparent !important;
background-image: url("../img/menu_n.svg");
}

.header .nav__link {
color: #000 !important;
}

.accommodation-item_sa {
max-width: 175px;
}

.accommodation-item__offer {
height: 3.19rem;
font-size: 1.5rem;
}
	
}