@charset "UTF-8";
:root {
  --bg:#0f1115;
  --panel:#151822;
  --accent:#3da9fc;
  --muted:#8a8f98;
  --text:#e6e9ef;
  --btn:#1e2230; }

@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Metropolis/Metropolis-Regular.otf); }
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Metropolis/Metropolis-Medium.otf); }
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Metropolis/Metropolis-SemiBold.otf); }
@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Metropolis/Metropolis-Bold.otf); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Inter/Inter_18pt-Light.ttf); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter/Inter_18pt-Regular.ttf); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter/Inter_18pt-Medium.ttf); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter/Inter_18pt-Bold.ttf); }
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #30364d; }

::-webkit-scrollbar-thumb {
  background: #4a5375; }

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 100%;
  font-family: 'Metropolis', sans-serif;
  color: #e6e9ef;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #0f1115;
  overflow: hidden; }

body.tour-active .pano2vr_container {
  display: block; }

.pano2vr_container {
  display: none;
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #000;
  transition: all 1s ease; }

html.with-fancybox,
body.hide-scrollbar {
  width: 100% !important; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w0 {
  width: 0% !important; }

.w1 {
  width: 1% !important; }

.w2 {
  width: 2% !important; }

.w3 {
  width: 3% !important; }

.w4 {
  width: 4% !important; }

.w5 {
  width: 5% !important; }

.w6 {
  width: 6% !important; }

.w7 {
  width: 7% !important; }

.w8 {
  width: 8% !important; }

.w9 {
  width: 9% !important; }

.w10 {
  width: 10% !important; }

.w11 {
  width: 11% !important; }

.w12 {
  width: 12% !important; }

.w13 {
  width: 13% !important; }

.w14 {
  width: 14% !important; }

.w15 {
  width: 15% !important; }

.w16 {
  width: 16% !important; }

.w17 {
  width: 17% !important; }

.w18 {
  width: 18% !important; }

.w19 {
  width: 19% !important; }

.w20 {
  width: 20% !important; }

.w21 {
  width: 21% !important; }

.w22 {
  width: 22% !important; }

.w23 {
  width: 23% !important; }

.w24 {
  width: 24% !important; }

.w25 {
  width: 25% !important; }

.w26 {
  width: 26% !important; }

.w27 {
  width: 27% !important; }

.w28 {
  width: 28% !important; }

.w29 {
  width: 29% !important; }

.w30 {
  width: 30% !important; }

.w31 {
  width: 31% !important; }

.w32 {
  width: 32% !important; }

.w33 {
  width: 33% !important; }

.w34 {
  width: 34% !important; }

.w35 {
  width: 35% !important; }

.w36 {
  width: 36% !important; }

.w37 {
  width: 37% !important; }

.w38 {
  width: 38% !important; }

.w39 {
  width: 39% !important; }

.w40 {
  width: 40% !important; }

.w41 {
  width: 41% !important; }

.w42 {
  width: 42% !important; }

.w43 {
  width: 43% !important; }

.w44 {
  width: 44% !important; }

.w45 {
  width: 45% !important; }

.w46 {
  width: 46% !important; }

.w47 {
  width: 47% !important; }

.w48 {
  width: 48% !important; }

.w49 {
  width: 49% !important; }

.w50 {
  width: 50% !important; }

.w51 {
  width: 51% !important; }

.w52 {
  width: 52% !important; }

.w53 {
  width: 53% !important; }

.w54 {
  width: 54% !important; }

.w55 {
  width: 55% !important; }

.w56 {
  width: 56% !important; }

.w57 {
  width: 57% !important; }

.w58 {
  width: 58% !important; }

.w59 {
  width: 59% !important; }

.w60 {
  width: 60% !important; }

.w61 {
  width: 61% !important; }

.w62 {
  width: 62% !important; }

.w63 {
  width: 63% !important; }

.w64 {
  width: 64% !important; }

.w65 {
  width: 65% !important; }

.w66 {
  width: 66% !important; }

.w67 {
  width: 67% !important; }

.w68 {
  width: 68% !important; }

.w69 {
  width: 69% !important; }

.w70 {
  width: 70% !important; }

.w71 {
  width: 71% !important; }

.w72 {
  width: 72% !important; }

.w73 {
  width: 73% !important; }

.w74 {
  width: 74% !important; }

.w75 {
  width: 75% !important; }

.w76 {
  width: 76% !important; }

.w77 {
  width: 77% !important; }

.w78 {
  width: 78% !important; }

.w79 {
  width: 79% !important; }

.w80 {
  width: 80% !important; }

.w81 {
  width: 81% !important; }

.w82 {
  width: 82% !important; }

.w83 {
  width: 83% !important; }

.w84 {
  width: 84% !important; }

.w85 {
  width: 85% !important; }

.w86 {
  width: 86% !important; }

.w87 {
  width: 87% !important; }

.w88 {
  width: 88% !important; }

.w89 {
  width: 89% !important; }

.w90 {
  width: 90% !important; }

.w91 {
  width: 91% !important; }

.w92 {
  width: 92% !important; }

.w93 {
  width: 93% !important; }

.w94 {
  width: 94% !important; }

.w95 {
  width: 95% !important; }

.w96 {
  width: 96% !important; }

.w97 {
  width: 97% !important; }

.w98 {
  width: 98% !important; }

.w99 {
  width: 99% !important; }

.w100 {
  width: 100% !important; }

.pad0 {
  padding: 0 !important; }

.paragraphs p:first-child {
  margin-top: 0; }
.paragraphs p:last-child {
  margin-bottom: 0; }

.wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  z-index: 100;
  overflow: hidden; }

.centered {
  text-align: center !important; }

.tright {
  text-align: right !important; }

img {
  max-width: 100%;
  vertical-align: top;
  transition: all 0.3s ease; }

hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background: #C6C7C7;
  margin: 30px 0; }

.svg {
  filter: grayscale(1);
  transition: all 0.3s ease; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

img.fleft,
img[align="left"] {
  margin-right: 30px;
  margin-bottom: 10px; }

img.fright,
img[align="right"] {
  margin-left: 30px;
  margin-bottom: 10px; }

.row {
  width: 100%;
  display: block;
  float: left; }

.flex {
  display: flex; }

.justify-between {
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap; }

.align-center {
  align-items: center; }

.ib {
  display: inline-block; }

.sec {
  display: block;
  float: left;
  width: 100%;
  text-align: center; }

* {
  outline: none;
  box-sizing: border-box;
  vertical-align: top; }

a {
  text-decoration: none;
  color: #0088AE;
  transition: all 0.3s ease; }

a:hover {
  color: #00a4d2;
  text-decoration: none; }

a:after, a:before,
button, input, select, textarea {
  transition: all 0.3s ease; }

select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/* SITE STYLES */
.logo_overlay {
  position: fixed;
  z-index: 10;
  top: 80px;
  left: 50%;
  transform: translateX(-50%); }

.sounds_switcher_box {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.canvas-wrap {
  position: absolute;
  inset: 0; }

canvas#viewer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: grab;
  z-index: 0; }

canvas#viewer.dragging {
  cursor: grabbing; }

.tabs {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #171a24, #12151d);
  border-bottom: 1px solid #1f2330; }

.tab-btn {
  border: 1px solid #242a3a;
  height: 34px;
  background: var(--btn);
  color: var(--text);
  padding: 0px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px; }

a.tab-btn {
  line-height: 34px;
  font-weight: 400;
  font-size: 15px; }

.tab-btn.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in lab, var(--accent) 30%, transparent); }

.content {
  position: relative;
  width: 100%;
  height: calc(100% - 54px); }

.working_main {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.poi-open_gallery {
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 6px; }

.zoom_overlay {
  position: relative;
  display: block;
  overflow: hidden; }
  .zoom_overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../ui/i_gallery.png") no-repeat center center;
    background-size: 40px;
    opacity: 0;
    transform: scale(0.6); }
  .zoom_overlay:hover img {
    transform: scale(1.05);
    opacity: 0.7; }
  .zoom_overlay:hover:after {
    opacity: .9;
    transform: scale(1); }

.button {
  display: inline-block;
  border-radius: 6px;
  border: none;
  background: #1e2230;
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  cursor: pointer; }
  .button:hover {
    background: red;
    color: #fff; }
  .button.button-dtour:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -2px;
    background: url("../ui/i_joystick.png") no-repeat center center;
    background-size: auto 26px;
    margin-right: 10px; }
  .button.button-plan:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-top: -2px;
    background: url("../ui/i_plan.png") no-repeat center center;
    background-size: auto 26px;
    margin-right: 10px; }
  .button.red {
    background: #e74e4e; }
    .button.red:hover {
      background: #a60101; }
  .button.closePanotour {
    display: none;
    font-size: 33px;
    font-weight: 300; }

.poi-info {
  position: absolute;
  z-index: 20;
  max-width: 280px;
  background: #12151d;
  color: #e6e9ef;
  border: 1px solid #23283a;
  border-radius: 12px;
  padding: 12px 12px 10px 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
  .poi-info[hidden] {
    display: none !important; }
  .poi-info p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #cfd3da; }
  .poi-info h3 {
    margin: 0 0 6px 0;
    font-size: 16px; }
  .poi-info .button {
    width: 100%; }
    .poi-info .button:not(:first-of-type) {
      margin-top: 5px; }

.close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 1px solid #2b3144;
  border-radius: 50%;
  background: #1e2230;
  color: #e6e9ef;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease; }
  .close:hover {
    background: red;
    border-color: red; }
  .close.close-apartment, .close.close-section {
    top: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23px; }

.hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  color: #9aa0aa;
  background: color-mix(in lab, var(--panel) 70%, transparent);
  border: 1px solid #23283a;
  padding: 8px 10px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  z-index: 10; }

.markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity .225s ease; }

.marker {
  position: absolute;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -100%);
  pointer-events: auto;
  opacity: .8;
  cursor: pointer; }
  .marker:hover {
    opacity: 1; }

.marker img {
  width: 100%;
  height: 100%;
  display: block; }

.controls {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: repeat(3, 40px);
  grid-auto-rows: 40px;
  gap: 6px;
  background: color-mix(in lab, var(--panel) 70%, transparent);
  border: 1px solid #23283a;
  backdrop-filter: blur(6px);
  padding: 8px;
  border-radius: 12px;
  z-index: 10;
  user-select: none;
  touch-action: none; }

.controls button {
  background: var(--btn);
  color: var(--text);
  border: 1px solid #2b3144;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer; }

.controls .label {
  grid-column: span 3;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding-bottom: 2px;
  transition: .2s; }

.floorplan_section {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  text-align: center; }
  .floorplan_section h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    display: block;
    width: 100%; }

.hidden_for_pano2vr {
  display: none !important; }

.overlay_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: left;
  width: calc(100% - 60px);
  max-width: 1200px;
  max-height: calc(95vh - 60px);
  border: 1px solid #23283a;
  border-radius: 12px;
  padding: 12px 12px 10px 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  background: #12151d;
  color: #e6e9ef;
  overflow-y: auto; }
  .overlay_content.medium {
    width: 100%;
    max-width: 1100px; }
  .overlay_content.specific {
    display: none; }

.floorplan_box {
  position: relative; }
  .floorplan_box img {
    width: 100%;
    height: 100%;
    object-fit: fill; }

.floorplan_svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* чтобы клики проходили если надо */ }
  .floorplan_svg .floor,
  .floorplan_svg .mapper {
    fill: rgba(0, 180, 255, 0.4);
    stroke: rgba(0, 180, 255, 0.9);
    stroke-width: 0.4;
    /* в “процентах” viewBox */
    transition: .15s ease;
    pointer-events: auto;
    /* если хочешь кликабельные этажи */
    cursor: pointer;
    opacity: 0; }
    .floorplan_svg .floor:hover,
    .floorplan_svg .mapper:hover {
      opacity: 1; }
    .floorplan_svg .floor.sold,
    .floorplan_svg .mapper.sold {
      fill: rgba(220, 76, 76, 0.4);
      stroke: rgba(255, 56, 56, 0.9);
      cursor: not-allowed; }
    .floorplan_svg .floor.active,
    .floorplan_svg .mapper.active {
      fill: rgba(255, 200, 0, 0.35);
      stroke: #ffc800; }

.floor-tooltip {
  position: absolute;
  z-index: 999;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  pointer-events: none;
  transform: translate(-50%, -120%); }

.apartment_box {
  min-width: 800px;
  display: flex; }

.apartment_floors_slider_box,
.floorplan_slider_box {
  flex-shrink: 0;
  position: relative;
  padding-left: 53px;
  margin-right: 30px; }
  .apartment_floors_slider_box img,
  .floorplan_slider_box img {
    max-width: 330px;
    border-radius: 8px; }

.floorplan_slider_box {
  padding-left: 0; }

.slider-controls {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  transform: rotate(90deg);
  transform-origin: bottom left; }
  .slider-controls .button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-right: 5px;
    white-space: nowrap; }
    .slider-controls .button.active, .slider-controls .button:hover {
      background: #4c5575; }

.slider-slides {
  margin-bottom: 20px; }

.apartment_floors_info {
  width: 100%; }

.apartment_legend {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0; }
  .apartment_legend li {
    margin-bottom: 10px; }
    .apartment_legend li b {
      font-weight: 500; }
    .apartment_legend li:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 10px; }
    .apartment_legend li.legend-orange:before {
      background: #fd7f40; }
    .apartment_legend li.legend-ment:before {
      background: #d9e8da; }
    .apartment_legend li.legend-sand:before {
      background: #e8dcbb; }
    .apartment_legend li.legend-darksand:before {
      background: #d4cbba; }

.apartment_perks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px; }
  .apartment_perks div {
    margin-bottom: 10px; }
    .apartment_perks div b {
      display: block;
      text-transform: uppercase;
      margin-bottom: 5px; }

.apartment_info_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.callme_form {
  width: 330px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 5px solid rgba(255, 255, 255, 0.05);
  background: #273048;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center; }
  .callme_form .input_text {
    margin-right: 0;
    margin-bottom: 10px; }
  .callme_form h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase; }
  .callme_form h4 + p {
    margin-top: 0; }

.input_text {
  height: 45px;
  padding: 0 15px;
  border-radius: 6px;
  border: none;
  color: #000;
  margin-right: 5px; }

.transitions_box {
  position: relative; }

.transitions_nav button {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%); }
.transitions_nav .transitionNext {
  right: 15px; }
.transitions_nav .transitionPrev {
  left: 15px; }

.transitions_container {
  border-radius: 10px;
  overflow: hidden; }

.transition-key {
  position: relative;
  width: 100%; }
  .transition-key img,
  .transition-key video {
    width: 100%; }

.transition-fly video {
  width: 100%; }

.transition-step {
  display: none; }
  .transition-step.active {
    display: block; }

.toolbox {
  position: fixed;
  z-index: 9999;
  top: 7px;
  right: 10px; }
  .toolbox .button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

.sounds-toggle {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px; }
  .sounds-toggle.on {
    background-image: url(../ui/i_sound_on.png); }
  .sounds-toggle.off {
    background-image: url(../ui/i_sound_off.png); }
  .sounds-toggle:hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px; }

.ask_sounds_splash {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(6px); }

.ask_sounds_box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: color-mix(in lab, var(--panel) 70%, transparent);
  padding: 20px;
  border-radius: 10px;
  text-align: center; }
  .ask_sounds_box div {
    font-size: 18px;
    margin-bottom: 10px; }
  .ask_sounds_box .sounds-toggle {
    width: 70px;
    height: 70px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center; }
    .ask_sounds_box .sounds-toggle:hover {
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: center center; }
    .ask_sounds_box .sounds-toggle.on:hover {
      background-color: #00d25b; }

.noBG {
  background: none !important; }

.apartment_info_area {
  display: flex;
  align-items: flex-start; }

.apartment_perks {
  padding-right: 30px; }

.aparment_sidebar {
  flex-shrink: 0;
  width: 330px; }
  .aparment_sidebar video {
    width: 100%; }

.pano_desc {
  color: #fff !important;
  width: 40% !important;
  font-size: 16px;
  font-weight: 400;
  pointer-events: none !important; }
  .pano_desc h1 {
    font-size: 24px; }
  .pano_desc > *:last-child {
    margin-bottom: 0; }

.info_popup {
  display: inline-block; }
  .info_popup .ggskin_container {
    position: static !important;
    display: inline-block;
    width: 100% !important; }
  .info_popup .ggskin_text {
    position: static !important;
    padding: 20px; }

/*# sourceMappingURL=style.css.map */
