section.page-title span {
  overflow: hidden;
  display: block;
}

.section-prices {
  padding-bottom: 80px;
}
.section-prices .nav-row {
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .section-prices .nav-row {
    width: calc(100% - 24px);
  }
}
.section-prices .nav-row .prices-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-prices .nav-row .prices-nav .price-nav-button {
  background-color: #F5F2ED;
  border: 1px solid #0D0D0D;
  line-height: 2.5em;
  padding: 0 24px;
  margin: 0 4px;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  transition: 0.4s;
  margin-bottom: 8px;
}
.section-prices .nav-row .prices-nav .price-nav-button:hover, .section-prices .nav-row .prices-nav .price-nav-button.active {
  background-color: #0D0D0D;
  color: #F5F2ED;
  transition: 0.4s;
}
@media (max-width: 520px) {
  .section-prices .nav-row .prices-nav .price-nav-button {
    padding: 0 20px;
  }
}
.section-prices .inner-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.section-prices .inner-row .prices-left-col {
  flex-basis: 460px;
  width: 460px;
}
@media (min-width: 1040px) {
  .section-prices .inner-row .prices-left-col {
    position: sticky;
    top: 124px;
  }
}
.section-prices .inner-row .prices-left-col .building-carousel {
  position: relative;
}
.section-prices .inner-row .prices-left-col .building-carousel .building-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg {
  width: 100%;
  height: 100%;
}
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g {
  cursor: pointer;
}
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g path,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g rect,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g polygon {
  fill: transparent;
  transition: 0.4s;
}
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g.active path,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g.active rect,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g.active polygon, .section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g:hover path,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g:hover rect,
.section-prices .inner-row .prices-left-col .building-carousel .building-svg svg g:hover polygon {
  fill: #40D429;
  transition: 0.4s;
}
.section-prices .inner-row .prices-left-col .building-nav {
  display: inline-flex;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0px 8px;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 12px;
  margin-left: calc(50% - 48px);
  gap: 8px;
}
.section-prices .inner-row .prices-left-col .building-nav button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-prices .inner-row .prices-left-col .building-nav button img {
  width: 24px;
  height: 18px;
  object-fit: contain;
}
.section-prices .inner-row .prices-left-col .building-nav #prev-slide img {
  transform: rotate(180deg);
}
.section-prices .inner-row .prices-right-col {
  top: 0;
  right: 0;
  flex-basis: calc(100% - 500px);
  width: calc(100% - 500px);
}
.section-prices .inner-row .prices-right-col .price-table-footer {
  margin-top: 24px;
}
.section-prices .inner-row .prices-right-col .price-table-footer .price-table-footer-info p {
  font-family: BBModernPro;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 400;
  color: #0D0D0D;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-prices .inner-row .prices-right-col .price-table-footer .price-table-footer-info p {
    font-size: 24px;
  }
}
.section-prices .inner-row .floor-plan-image {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1040px) {
  .section-prices .inner-row {
    flex-direction: column;
  }
  .section-prices .inner-row .prices-left-col {
    flex-basis: 100%;
    width: 100%;
  }
  .section-prices .inner-row .prices-right-col {
    flex-basis: 100%;
    width: 100%;
  }
  .section-prices .inner-row .floor-plan-image {
    margin-top: 24px;
  }
}

.price-table-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 1040px) {
  .price-table-wrapper {
    margin-top: 24px;
  }
}
.price-table-wrapper .price-table-header h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .price-table-wrapper .price-table-header h3 {
    font-size: 12px;
  }
}
.price-table-wrapper .price-table-header .price-table-header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-table-wrapper .price-table-header .price-table-header-buttons .price-table-header-button-all {
  background-color: transparent;
  border: 1px solid #0D0D0D;
  line-height: 2.5em;
  padding: 0 24px;
  margin: 0 4px;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  transition: 0.4s;
}
.price-table-wrapper .price-table-header .price-table-header-buttons .price-table-header-button-all:hover, .price-table-wrapper .price-table-header .price-table-header-buttons .price-table-header-button-all.active {
  background-color: #0D0D0D;
  color: #F5F2ED;
  transition: 0.4s;
}
@media (max-width: 1040px) {
  .price-table-wrapper .price-table-header .price-table-header-buttons {
    flex-wrap: wrap;
  }
}
.price-table-wrapper .price-table-header .floor-nav-wrapper {
  flex-basis: calc(100% - 208px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1040px) {
  .price-table-wrapper .price-table-header .floor-nav-wrapper {
    flex-basis: 100%;
    margin-top: 24px;
  }
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .floor-scroll-container {
  display: flex;
  width: 100%;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x; /* This is the key for mobile drag */
  user-select: none; /* Prevents accidental text selection while dragging */
  padding: 16px 0;
  cursor: grab;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .floor-scroll-container::-webkit-scrollbar {
  display: none;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .floor-scroll-container.dragging {
  cursor: grabbing;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: #F5F2ED;
  background: linear-gradient(280deg, rgba(245, 242, 237, 0) 0%, rgb(245, 242, 237) 100%);
  pointer-events: none;
  z-index: 2;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: #F5F2ED;
  background: linear-gradient(90deg, rgba(245, 242, 237, 0) 0%, rgb(245, 242, 237) 100%);
  pointer-events: none;
  z-index: 2;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button {
  background-color: transparent;
  border: 1px solid #0D0D0D;
  padding: 0 !important;
  margin: 0 4px;
  width: 32px;
  min-width: 32px !important;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  transition: 0.4s;
  z-index: 4;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button:hover {
  background-color: #0D0D0D;
  color: #F5F2ED;
  transition: 0.4s;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button.active {
  background-color: #0D0D0D;
  color: #F5F2ED;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button.prev-floor {
  transform: rotate(180deg);
  border: 0;
  min-width: 32px !important;
  height: 32px;
  border: 0;
  transition: 0.4s;
  position: relative;
  z-index: 3;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button.prev-floor:hover img {
  transition: 0.4s;
  filter: invert(1);
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button.next-floor {
  min-width: 32px !important;
  border: 0;
  height: 32px;
  border: 0;
  transition: 0.4s;
  position: relative;
  z-index: 3;
}
.price-table-wrapper .price-table-header .floor-nav-wrapper .price-table-header-nav button.next-floor:hover img {
  transition: 0.4s;
  filter: invert(1);
}
.price-table-wrapper .table-container {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.price-table-wrapper table {
  margin-top: 24px;
  border-collapse: collapse;
}
.price-table-wrapper table thead tr th {
  color: #0D0D0D;
  font-size: 15px;
  font-weight: 400;
  font-family: Inter;
  border-bottom: 1px solid #0D0D0D;
  padding-top: 12px;
  text-align: left;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
  background-color: #F5F2ED;
  z-index: 3;
}
.price-table-wrapper table thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 12px;
}
.price-table-wrapper table thead tr th:last-child {
  text-align: right;
  padding-right: 12px;
}
.price-table-wrapper table tbody tr.is-hidden {
  display: none;
}
.price-table-wrapper table tbody tr.visible-important {
  display: table-row !important;
}
.price-table-wrapper table tbody tr.hide-rooms {
  display: none !important;
}
.price-table-wrapper table tbody tr.show-rooms {
  display: table-row !important;
}
.price-table-wrapper table tbody tr td {
  color: #0D0D0D;
  font-size: 15px;
  font-weight: 400;
  font-family: Inter;
  border-bottom: 1px solid #0D0D0D;
  line-height: 50px;
  cursor: pointer;
  transition: 0.4s;
}
.price-table-wrapper table tbody tr td:nth-child(1) {
  text-align: left;
  padding-left: 12px;
}
.price-table-wrapper table tbody tr td:last-child {
  text-align: right;
  padding-right: 12px;
}
.price-table-wrapper table tbody tr.active td, .price-table-wrapper table tbody tr:hover td {
  background-color: #0D0D0D;
  color: #F5F2ED;
}
.price-table-wrapper table tbody tr.is-sold {
  pointer-events: none;
  opacity: 0.5;
}
.price-table-wrapper table tbody tr.is-sold.active, .price-table-wrapper table tbody tr.is-sold:hover {
  pointer-events: none;
  opacity: 0.8;
}
.price-table-wrapper table tbody tr.is-sold.active td, .price-table-wrapper table tbody tr.is-sold:hover td {
  background-color: transparent;
  color: #0D0D0D;
}
@media (max-width: 500px) {
  .price-table-wrapper .price-table-header-buttons {
    width: calc(100% + 24px);
  }
  .price-table-wrapper .table-container {
    overflow-x: auto;
    width: calc(100% + 24px);
  }
  .price-table-wrapper .table-container table {
    min-width: 600px;
  }
}
@media (max-width: 480px) {
  .price-table-wrapper .price-table-header-buttons {
    width: calc(100% + 12px);
  }
  .price-table-wrapper .table-container {
    width: calc(100% + 12px);
  }
}

.price-table-footer .link-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.price-table-footer .floor-plan-toggle.is-hidden {
  display: none;
}
.price-table-footer .floor-plan-toggle .floor-plan-link-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.price-table-footer .floor-plan-toggle .floor-plan-link-wrapper a {
  background-color: #F5F2ED;
  border: 1px solid #0D0D0D;
  color: #0D0D0D;
  line-height: 2.5em;
  padding: 0 24px;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  transition: 0.4s;
}
.price-table-footer .floor-plan-toggle .floor-plan-link-wrapper a:hover {
  background-color: #0D0D0D;
  color: #F5F2ED;
  transition: 0.4s;
}
.price-table-footer .floor-plan-toggle .floor-plan-link-wrapper a.active {
  background-color: #0D0D0D;
  color: #F5F2ED;
}
.price-table-footer .primary-link.is-active svg {
  transform: rotate(90deg);
}

.appartment-info {
  background-color: #0D0D0D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 18px;
  width: 168px;
  min-width: 168px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translate(-50%, 0);
}
.appartment-info.active {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transform: translate(-50%, 10px);
}
.appartment-info .appartment-info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.appartment-info .appartment-info-item span {
  font-size: 15px;
  font-weight: 400;
  font-family: Inter;
  color: #F5F2ED;
}
.appartment-info .appartment-info-item #appartment-number {
  color: #F5F2ED;
  font-family: BBModernPro;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 400;
  color: #F5F2ED;
  margin-bottom: 24px;
}