body .entry-content {
  background: #ffffff;
}

.views {
  position: relative;
}
.views img.view-2 {
  display: none;
}
.views.a-1 img.view-1 {
  display: block;
}
.views.a-1 .view-2 {
  display: none;
}
.views.a-2 img.view-2 {
  display: block;
}
.views.a-2 .view-1 {
  display: none;
}
.views.view-1 .view-1.active {
  display: block;
  transition: display 0.4s ease-in-out;
}
.views.view-1 .view-2 {
  display: none;
  transition: display 0.4s ease-in-out;
}
.views.view-2 .view-2.active {
  display: block;
  transition: display 0.4s ease-in-out;
}
.views.view-2 .view-1 {
  display: none;
  transition: display 0.4s ease-in-out;
}
.views > div > img.view-2 {
  display: none;
}
.views .views-inner.view-2 {
  display: none;
}
.views .views-inner svg {
  position: absolute;
}
.views svg g polygon {
  transition: fill 0.25s ease, opacity 0.25s ease;
}
.views.view-1 foreignObject.node, .views.view-2 foreignObject.node {
  background: #fafafa;
  width: 330px;
  height: 353px;
  font-size: 40px;
  line-height: 0.1;
  padding: 12px 24px;
  transform: translate(-90px, -300px);
}
.views.view-1 foreignObject.node p.prg-k, .views.view-2 foreignObject.node p.prg-k {
  font-size: 50px;
}
.views.view-1.data-1 .apt-1 *, .views.view-1.data-2 .apt-2 *, .views.view-1.data-3 .apt-3 *, .views.view-1.data-4 .apt-4 *, .views.view-1.data-5 .apt-5 *, .views.view-1.data-6 .apt-6 *, .views.view-1.data-7 .apt-7 *, .views.view-1.data-8 .apt-8 *, .views.view-1.data-9 .apt-9 *, .views.view-1.data-10 .apt-10 *, .views.view-1.data-11 .apt-11 *, .views.view-1.data-12 .apt-12 * {
  fill: #c4d4d9 !important;
  opacity: 0.5;
}
.views.view-2.data-1 .apt-1 *, .views.view-2.data-2 .apt-2 *, .views.view-2.data-3 .apt-3 *, .views.view-2.data-4 .apt-4 *, .views.view-2.data-5 .apt-5 *, .views.view-2.data-6 .apt-6 *, .views.view-2.data-7 .apt-7 *, .views.view-2.data-8 .apt-8 *, .views.view-2.data-9 .apt-9 *, .views.view-2.data-10 .apt-10 *, .views.view-2.data-11 .apt-11 *, .views.view-2.data-12 .apt-12 * {
  fill: #c4d4d9 !important;
  opacity: 0.5;
}

g.highlighted * {
  fill: #c4d4d9;
}

.inner-row.plans-tabs .top {
  display: flex;
  gap: 40px;
}
@media (max-width: 1100px) {
  .inner-row.plans-tabs .top {
    flex-direction: column-reverse;
  }
}
.inner-row.plans-tabs .top-left {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.inner-row.plans-tabs .top-left h2 {
  color: #000;
  font-size: 24px;
}
@media (max-width: 1100px) {
  .inner-row.plans-tabs .top-left {
    width: 100%;
  }
}
.inner-row.plans-tabs .top-left .parking-storage-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 2em;
  font-family: "Gt walsheim";
  font-size: 15px;
  text-align: center;
}
.inner-row.plans-tabs .top-left .parking-storage-table th {
  font-weight: 400;
  padding: 10px 8px;
  color: #50666D;
}
.inner-row.plans-tabs .top-left .parking-storage-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  cursor: default;
  text-align: left;
}
.inner-row.plans-tabs .top-left .parking-storage-table td:last-child {
  color: #333;
  text-align: right;
  font-weight: 500;
}
.inner-row.plans-tabs .top-left .parking-storage-table tbody tr {
  position: relative;
}
.inner-row.plans-tabs .top-left .parking-storage-table tbody tr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  cursor: pointer;
}
.inner-row.plans-tabs .top-left .parking-storage-table tbody tr:hover td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.inner-row.plans-tabs .top-left .parking-storage-table tbody tr:hover td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.inner-row.plans-tabs .views {
  width: 40%;
}
@media (max-width: 1100px) {
  .inner-row.plans-tabs .views {
    width: 100%;
  }
}
.inner-row.plans-tabs .views img {
  height: auto;
}
.inner-row.plans-tabs .views .plan-image {
  position: absolute;
  margin: 40px auto;
  display: none;
}
@media (max-width: 1100px) {
  .inner-row.plans-tabs .views .plan-image {
    position: unset;
    margin: 40px auto 0 auto;
  }
}
.inner-row.plans-tabs .views .plan-image.active {
  display: block;
}
.inner-row.plans-downloads {
  display: flex;
  gap: 40px;
  margin: 0;
}
@media (max-width: 520px) {
  .inner-row.plans-downloads {
    display: flex;
    gap: 12px;
    margin: 0;
    flex-direction: column;
  }
}
.inner-row.plans-images-svg {
  position: relative;
  margin: 0 auto;
  min-height: 500px;
}
@media (max-width: 1100px) {
  .inner-row.plans-images-svg {
    min-height: unset;
  }
}
.inner-row.plans-images-svg .plan-svg-overlay {
  position: absolute;
  left: 0;
  width: 100%;
}
.inner-row .plans-images-regular {
  margin: 120px auto;
}
.inner-row .plans-images-regular img {
  max-width: unset;
  margin: 120px auto;
}
.inner-row .title-downloads h3 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Gt walsheim";
  color: #000;
  font-size: 24px;
}

.apartment-tooltip {
  max-width: 260px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  font-family: "GT Walsheim", sans-serif;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.apartment-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}
.apartment-tooltip .tooltip-inner h2 {
  margin: 0 0 8px;
  font-size: 22px;
}
.apartment-tooltip .tooltip-inner p {
  margin: 4px 0;
  font-size: 14px;
}
.apartment-tooltip .tooltip-inner strong {
  font-weight: 500;
  margin-top: 6px;
  font-size: 16px;
}
.apartment-tooltip .tooltip-price {
  margin-top: 6px;
  font-size: 16px;
}
.apartment-tooltip .tooltip-price .old-price {
  text-decoration: line-through;
  color: #d9534f;
  display: block;
}
.apartment-tooltip .tooltip-price .discount-price {
  color: #5cb85c;
  display: block;
}
.apartment-tooltip .tooltip-status {
  margin-top: 4px;
}
.apartment-tooltip .tooltip-status.status-sold {
  color: #d9534f;
}
.apartment-tooltip .tooltip-status.status-booked {
  color: #f0ad4e;
}

.plans-left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.plan-download {
  display: flex;
}
.plan-download a {
  font-family: "General Sans";
  transition: all 0.3s ease;
}
.plan-download a:hover {
  background: #809aa2;
  color: #fff;
  transition: all 0.3s ease;
}

a.download-btn {
  line-height: 1em;
  font-size: 16px;
  padding: 0 40px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  transition: all 0.3s ease;
  position: relative;
  width: fit-content;
  overflow: hidden;
  font-family: "Gt walsheim";
  background: transparent;
  color: #809aa2;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #809aa2;
}
@media (max-width: 520px) {
  a.download-btn {
    min-width: 131px;
  }
}

rect,
path,
polygon {
  fill: transparent;
}
rect:hover,
path:hover,
polygon:hover {
  fill: #c4d4d9;
  opacity: 0.5;
}

.hover polygon,
.hover path,
.hover rect {
  fill: #c4d4d9;
  transition: opacity 0.3s ease;
}

.plans-tabs .price-list-table tr.sold, .plans-tabs .price-list-table tr.booked {
  opacity: 0.6;
  background: rgba(128, 128, 128, 0.1803921569);
  pointer-events: none;
}
.plans-tabs .price-list-table tr.discount .dsc-wrap {
  display: flex;
  flex-direction: column;
}
.plans-tabs .price-list-table tr.discount span.price {
  text-decoration: line-through;
  color: #d20909;
  height: 14px;
  margin-top: -1px;
}
@media (max-width: 520px) {
  .plans-tabs .price-list-table tr.discount span.price {
    height: unset;
  }
}
.plans-tabs .price-list-table tr.discount span.discount {
  height: 14px;
}

@media (max-width: 680px) {
  .plans-tabs .price-list-table td:nth-child(3), .plans-tabs .price-list-table td:nth-child(5) {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .price-list-section > table > thead > tr > th:nth-child(5) {
    max-width: 80px;
    line-height: 1em;
  }
  .price-list-section {
    width: calc(100% + 24px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .plans-tabs .price-list-table td {
    padding: 10px 0;
  }
  table.price-list-table {
    min-width: 500px;
    width: 100%;
    border-collapse: collapse;
  }
  .price-list-section::-webkit-scrollbar {
    height: 8px;
  }
  .price-list-section::-webkit-scrollbar-thumb {
    background: #C4D4D9;
    border-radius: 10px;
  }
  .price-list-section {
    scrollbar-color: #C4D4D9 #f5f5f5;
    scrollbar-width: thin;
  }
}
@media (max-width: 580px) {
  body .plans-all .nav-buttons {
    /*  display: flex; */
    position: absolute;
    top: 162px;
    width: 100%;
    opacity: 0.6;
  }
}
.plans-all .nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  width: 100%;
  margin-top: -18px;
  display: none;
}

.plans-all .nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.plans-all .nav-btn img {
  width: 24px;
  height: 24px;
}

.plans-all .nav-btn:hover {
  background: #333;
}