:root {
    --color-black: #231F20;
    --color-white: #fff;
}
html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-y: scroll!important;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #000000;
}
body {
    background-color: var(--color-black);
    color: var(--color-white);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.video-player {
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(50%, 50%);
    width: 100%;
    height: 100%;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
}

.site-main {
    /* overflow: hidden; */
}



.ginput_container > input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid white;
    color: var(--color-white);
    font-family: knockout;
    font-style: normal!important;
    text-transform: uppercase;
    font-weight: 400!important;
    font-size: 31px!important;
    line-height: 39px!important;
    letter-spacing: 0.03em!important;
}
.ginput_container > input::placeholder {
    color: var(--color-white);
    text-transform:  uppercase;
    font-family: knockout;

}
#gform_submit_button_1 {
    background-color: transparent;
    display: flex;
    padding: 12px 20px;
    color: white;
    text-transform: uppercase;
    transition: all .2s;
    cursor: pointer;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01em;
    border: 0;
    margin: 0;
    font-size: 36px;
    line-height: 0.2em;
}



#gform_submit_button_1:hover {
}
.gform_wrapper {
    font-family: knockout!important;
}
.gfield {
    margin: 0!important;
}
.gform_wrapper form {
    position: relative;
}
.gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: fit-content!important;
    margin-right: 20px!important;
    margin-bottom: -7px!important;
}


.validation_error, .validation_message {
    color: #bd4444!important;
    font-family: montserrat, sans-serif;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #bd4444!important;
    font-family: montserrat, sans-serif;
}








.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-mobile {
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    background-color: #231F20;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .swiper-mobile .swiper-wrapper .swiper-slide {
    justify-content: center;
    align-items: flex-start;
  }
  .swiper-slide > img {
    max-height: calc(100% - 85px);
    width: calc(100% - 70px);
    object-fit: contain;
    margin: 0;
  }
  .swiper-slide-gallery > img {
    max-height: none!important;
    height: 100%;
  }
  .swiper-button-prev {
    right: 0;
    left: auto;
    transform: rotate(90deg) scale(.6);
    color: white;
    top: 12px;
  }
  .swiper-button-next {
    transform: rotate(90deg) scale(.6);
    color: white;
    top: 37px;
    right: 0;
  }
.slider-next, .slider-prev {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translate(50%, -50%);
    cursor: pointer;
    width: 12px;
}


.welcome-header {
    display: flex; 
    flex-direction: column;
    align-items:center;
    margin-bottom: 3em;
}

.slider-next {
    transform: translate(-50%, -50%);
    right: 10px;

}
.slider-prev {
    left: 10px;
}

.content-sidebar-mobile-title {
    display: block;
}
.content-sidebar-desktop-title {
    display: none;
}

  .tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    background: white;
    color: black;
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'Knockout';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 6px;
    transition: .2s opacity;
    pointer-events: none;
    cursor: pointer;
    z-index: 20;
  }
  .tooltip-show {
      opacity: 1;
      display: block;
      pointer-events: auto;
  }


  #arrow {
    position: absolute;
    background: #fff;
    width: 12px;
    height: 12px;
    transform: translateX(50%) rotate(45deg);
    right: 50%;
  }


input {
    color: white!important;
    text-transform: uppercase!important;
    font-family: knockout;

}
h1 {
    font-family: Knockout;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.01em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}


.h1-floors {
    font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
align-items: center;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.h1-nav {
    font-family: Knockout;
    font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 62px;
text-align: center;
cursor: pointer;
margin-bottom:0;
}

.h1-slide {
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 62px;
letter-spacing: 0.02em;
text-transform: uppercase;
margin:0;
padding-left: 54px;
}


p {
    font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.01em;
}
.p-category {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 36px;
letter-spacing: 0.02em;
text-transform: uppercase;
user-select: none;
pointer-events: none;
}
.gallery-counter > p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


.btn {
    background-color: transparent;
    display: flex;
    padding: 12px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 4px;
    width: fit-content;
    user-select: none;
    /* height: fit-content; */
}
.btn img {
    margin-left: 20px;
}
.btn:hover {
    background-color: var(--color-white);
    color: var(--color-black);

}
.btn-center {
    margin-left: auto;
    margin-right: auto;
}
.btn-close-floorplans {
    position: absolute;
    cursor: pointer;
    right: 0;
    pointer-events:auto;
    top: -130px;
}
.btn-modal-close {
    position: absolute;
    cursor: pointer;
    user-select: none;
    right: 0;
    margin: 20px;
    z-index:5;
}
.btn-modal-close img {
    width: 20px;
}
.menu-button-close img {
    width: 20px;
}

.burger-menu-main img {
    width: 27px;
}
.welcome-arrow {
    pointer-events: none;
}
.section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.section-width {
    width: 100%;
}
.section-padding {
    padding: 20px;
}
.section-padding-caroursel {
    padding-top:0;
    padding-bottom:0;
}
.section-content {}
.section-content-center {
    text-align: center;
}
.section-login{
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-content-login {
    max-width: 370px;
    margin: 0 auto 0 auto;
}
.section-floating-images {
    display: block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.img-floating {
    filter: drop-shadow(2px 2px 20px rgba(35, 31, 32, .6));
    width: 60vw;
    position: absolute;
    opacity: 0;
}
.img-floating-landscape {
    width: 80vw;
}
.modal {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--color-black);
    height: 100%;
    opacity: 1;
    transition: all .5s;
    z-index: 20;
    visibility: visible;
}
.modal-hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.modal-swiper-image {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.nested-modal {
    display: flex;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.nested-button-holder {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
.nested-button-holder .icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    cursor: pointer;
}
#modal-welcome {
    z-index: 15;
    display: flex;
    justify-content: center;
    overflow: scroll;
    height: 100vh;
}
#modal-welcome > section {
    width: 725px;
}
.welcome-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;

}
.gallery-counter {
    position: absolute;
top: 0;
width: 100%;
display: none;
justify-content: flex-end;
padding-right: 150px;
align-items: center;
pointer-events: none;
}


.icon {
    width: 25px;
}
.carousel-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15vh 85vh 0;
}


.watch-film {
    position: absolute;
    top: 46px;
    right: 120px;
    z-index: 10;
}
.watch-film a {
    padding: 10px 24px;
    color: black;
    font-family: 'Knockout';
    text-decoration: none;
    transition: all;
    transition-duration: 300ms;
    background-color: #27aae1;
    border-radius: 4px;
}
.watch-film a:hover {
    background-color: #ec008c;
}

.content-menu {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #231f20f2;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}
.content-menu-grid > div {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
    width: 100%;
}
.content-menu-grid::-webkit-scrollbar {
    width: initial;
}
.content-menu-grid::-webkit-scrollbar-thumb {
    background: #444;
}



.content-menu-grid div:nth-child(1) {
    grid-column: 2 / 3;
    grid-row: 1;
}
.content-menu-grid div:nth-child(2) {
    grid-column: 4 / 5;
    grid-row: 1;
}
.content-menu-grid div:nth-child(3) {
    grid-column: 6 / 7;
    grid-row: 1;
}
.content-menu-grid div:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}
.content-menu-grid div:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}
.content-menu-grid div:nth-child(6) {
    grid-column: 5;
    grid-row: 2;
}
.content-menu-grid div:nth-child(7) {
    grid-column: 7;
    grid-row: 2;
}

.content-menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}
.content-menu-footer > img {
    max-width:206px;
    width: 100%;
}
.content-menu-footer > p {
    font-size: 12px;
    margin:0;
}
.login-branding {
    max-width: 250px;
}

.branding {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-start;
    z-index: 10;
    pointer-events: none;
}
.in-app-branding {
    display: flex; 
    flex-direction: column;
    max-width: 105px;
    align-items:center;
}
.in-app-branding img:nth-child(1) {
    width: 105px;
}
.in-app-branding img:nth-child(2) {
    width:6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.in-app-branding img:nth-child(3) {
    width: 60px;
}
.table-data-section {
    position:absolute;
    pointer-events: none;
    opacity: 0;
    top: 0;
    z-index: 10;
    display: none;
    /* background-color: #231f20; */
}
.table-data-section-show {
    position:relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-168px);
    display: block;
}
.content-menu-show {
    opacity: 1;
    pointer-events: auto;
}
.content-menu>div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
    background-color: #231f20;
}
.content-sidebar {
    position: absolute;
    right: 0;
    height: 100vh;
    z-index: 10;
    pointer-events: none;
}
.content-sidebar > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 93px;
    overflow: hidden;
}

.content-sidebar-info {
    position: absolute;
    width: 178px;
    transform: translateX(-58px) translateY(-50%);
    top: 50%;
}
.content-sidebar-info>h1 {
    font-size: 18px;
    transform: rotate(90deg);
    text-align: center;
}
.nav-gallery-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.nav-gallery-holder-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity:0;
    pointer-events: none;
}
.nav-gallery-holder > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.nav-gallery-holder > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.nav-gallery-holder > div:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}
.nav-gallery-holder > div:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}
.nav-gallery-holder > div:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}
.nav-gallery-holder > div:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
}
.nav-gallery-holder > div:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
}
.nav-gallery-holder > div:nth-child(8) {
    grid-column: 1;
    grid-row: 4;
}

.nav-gallery-holder > div:nth-child(9) {
    display: none;
}

.nav-gallery-container {
    display: flex;
    height: 100vh;
    max-height: 490px;
    max-width: 1502px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
}
#nav-gallery-holder-images {
    pointer-events: none;
}
#nav-gallery-holder-images div {
    background-size: cover; 
    background-position: center center;
    display: inherit;
    align-items: center;
    opacity: 0;
    transition: .3s opacity;
}
.gallery-image-show {
    opacity: 1!important;
}

#nav-gallery-holder-images > div:nth-child(1) {
    grid-column: 2 / span 3;
    grid-row: 1 / 4;
}
#nav-gallery-holder-images > div:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 3 / span 4;
}
#nav-gallery-holder-images > div:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
}
#nav-gallery-holder-images > div:nth-child(4) {
    grid-column: 2 / span 3;
    grid-row: 1 / span 3;
}
#nav-gallery-holder-images > div:nth-child(5) {
    display: none;
}
#nav-gallery-holder-images > div:nth-child(6) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
}
#nav-gallery-holder-images > div:nth-child(7) {
    grid-column: 2 / 4!important;
    grid-row: 1 / span 3!important;
}
#nav-gallery-holder-images > div:nth-child(8) {
    grid-column: 2 / 4!important;
    grid-row: 1 / span 3!important;
}
.content-menu-button {
    margin-bottom: 30px;
    transform: translateY(25px);
    cursor: pointer;
    transition: color .2s;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.content-menu-button:hover:nth-child(1) {
    color: #EF4136;
}
.content-menu-button:hover:nth-child(2) {
    color: #426AB3;
}
.content-menu-button:hover:nth-child(3) {
    color: #F7941D;
}
.content-menu-button:hover:nth-child(4) {
    color: #EC008C;
}
.content-menu-button:hover:nth-child(5) {
    color: #63B2AD;
}
.content-menu-button:hover:nth-child(6) {
    color: #27AAE1;
}
.content-menu-button:hover:nth-child(7) {
    color: #FFD100;
}
.mobile-spinner {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100px;
    z-index: 14;
}
table, td, th {
    border: 0;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}


.floor-table-header {
    display: none;
    align-items: center;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 150px;
    
  }
td {
    padding: 4px;
    text-transform: uppercase;
}

td:nth-child(4) {
    text-align: right;
    cursor: pointer;
    min-width: 139px;
    white-space: nowrap;
}

td:nth-child(4):hover div {
    transition: .2s all;
}





  .table-row-download{
    margin-left: 20px;
    height: 26px;
  }


.hori-ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    padding-left: 54px;
}
.hori-ul li {
    cursor: pointer;
    margin-right: 25px;
    height: 52px;
    border-bottom: 2px solid transparent;
    transition: .2s border-color;
    /* white-space: nowrap; */
}


.stacking-holder {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top:50px;
}
.stacking-holder > .stacking {
    position: absolute;
    top:0;
    width: 100%;
}
.stacking-holder-rotate {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    user-select:none;
    
}
.stacking-holder-rotate > img {
    animation-duration: 1s;
    animation-iteration-count: 2;
    
}


@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-20px);} 
    60% {-webkit-transform: translateY(-10px);} 
 } 
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-20px);} 
    60% {transform: translateY(-10px);} 
 }
 
 .bounce:hover {
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
    animation-timing-function: ease;
}
.stacking {
    opacity:0;
    pointer-events: none;  
    transition: .4s opacity;
    display: flex;
    flex-direction: column;
}
.show-stacking-plan {
    opacity:1!important;
    position: static!important;
    pointer-events: all!important;
}
.stacking-background {
    position: absolute;
    top: 34%;
    width: 100%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: -1;
    perspective: 100cm;
}
.stacking-background > img {
    /* max-height: 70vh;
    width: 100%;
    transform: scale(1.62); */
    max-height: 70vh;
    width: 100%;
    transform: scale(1.55);
}
/* stacking svg */

.feature-floor {
    transition: opacity .4s;
}
.stacking-plan-svg {
    max-height: 65vh;
}
.stacking-view {
    z-index: 0;
}
.stacking-view-active {
    z-index: 1;
}

/* floor toast */
.floor-toast {
    position: absolute;
    justify-content: flex-end;
    opacity:0;
    transition: .2s opacity;
    pointer-events: none;
    display: flex;
    align-items: center;
    transform: translateY(0);
}
.floor-toast-show {
    opacity:1;

}


.mover {
    opacity: 0;
}

.orientation-test {
    display: none;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: #231F20;
    justify-content: center;
    align-items: center;
}
.orientation-test > h1 {
    font-family: 'Knockout';
font-style: normal;
font-weight: 400;
font-size: 44px;
line-height: 42px;
align-items: center;
text-align: center;
letter-spacing: 0.04em;
}

@media (orientation: portrait) and (max-width: 1136px) {
    .orientation-test {
        display: flex;
    }
  }

@media (orientation: portrait) and (max-width: 490px) {
    .content-menu-grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .content-menu-grid div:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .content-menu-grid div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    .content-menu-grid div:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }
}

@media (orientation: landscape) and (max-height: 720px) {
    .nested-modal {
        height: 100vh;
    }
}

@media (min-width: 720px) {
    .img-floating {
        
        width: 50vh;
    }
    .img-floating-landscape {
        width: 70vh;
    }
    
    .content-sidebar > div {
        padding: 50px;
        padding-left: 24px;
    width: 120px;
    }
}

@media (min-width: 1136px) {
    td:nth-child(4):hover div {
        filter: drop-shadow(0px 0px 3px white);
    }
    .swiper {
        height: calc(100vh - 88px);
        width: calc(100% - 100px);
        
      }
      .swiper-gallery {
        height: calc(100vh - 200px)!important;
      }
      .slider-next, .slider-prev {
        width: 18px;
    }
    .slider-next {
    
        right: 50px;
    
    }
    .slider-prev {
        left: 50px;
    }
    
    .welcome-header {
        margin-bottom: 9em;
    }
    .stacking-holder {
        margin-top:0;
    }
    .section-padding {
        padding: 50px;
    }
    .section-padding-caroursel {
        padding-top:0;
        padding-bottom:0;
    }
    .gallery-counter {
        display: flex;
    }
    h1 {
        font-size: 48px;
    line-height: 62px;
    letter-spacing: 0.04em;
    }
    .h1-slide {
        font-size: 42px;
        line-height: 62px;
        letter-spacing: 0.02em;
        }
    .h1-nav {
        font-weight: 400;
        font-size: 34px;
        line-height: 62px;
        }
    .tooltip {
        font-size: 18px;
        line-height: 36px;
    }
    .login-branding {
        max-width: 360px;
    }
    .in-app-branding {
        max-width: 175px;
    }
    .carousel-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        height: 100%;
    }
    .gallery-counter {
        height: 69px;
    }

    .floor-table-header {
        display: flex;
    }

    .icon {
        width: 40px;
    }

    #modal-welcome {
        justify-content: center;
    }
    #modal-welcome > section {
        width: 795px;
    }
    .mobile-spinner {
        display: none;
    }

    .table {
        margin-top: 50px;
      }

      tr {
        border-top: 1px solid white;
    }
    table, td, th {
        border-bottom: 1px solid white;
    }
    td {
        padding: 20px;
    }
      .stacking-holder {
        margin-top:0;
    }

    .btn-close-floorplans {
        top: 0;
    }


    .content-sidebar-mobile-title {
        display: none;
    }
    .content-sidebar-desktop-title {
        display: block;
    }

    .hori-ul {
        display: inline-flex;
        margin-bottom: 33px;
        min-height: 52px;
    }
    .btn-modal-close {
        margin: 53px;
        margin-top: 41px;
    }






    .in-app-branding {
        max-width: 175px;
    }
    .in-app-branding img:nth-child(1) {
        width: 175px;
    }
    .in-app-branding img:nth-child(2) {
        width:10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .in-app-branding img:nth-child(3) {
        width: 90px;
    }
    
.content-menu>div {
    width: 400px;
    padding: 50px;
}


.content-menu-grid {
    flex-grow: 1;
}
.content-menu-grid > div {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow-y: auto;
    flex-grow: 1;
    justify-content: start;
}
.content-menu-grid div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.content-menu-grid div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
.content-menu-grid div:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}
.content-menu-grid div:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}
.content-menu-grid div:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
}
.content-menu-grid div:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
}
.content-menu-grid div:nth-child(7) {
    grid-column: 1;
    grid-row: 7;
}

.content-menu-footer img {
    max-width:206px;
    width: 100%;
}
.content-menu-footer p {
    font-size: 12px;
}

.nav-gallery-holder {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}



.nav-gallery-holder-images {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    opacity:1;
    pointer-events: auto;
}
.nav-gallery-holder > div:nth-child(1) {
    grid-column: 1!important;
    grid-row: 2!important;
}
.nav-gallery-holder > div:nth-child(2) {
    grid-column: 2!important;
    grid-row: 2!important;
}
.nav-gallery-holder > div:nth-child(3) {
    grid-column: 3!important;
    grid-row: 2!important;
}
.nav-gallery-holder > div:nth-child(4) {
    grid-column: 1!important;
    grid-row: 3!important;
}
.nav-gallery-holder > div:nth-child(5) {
    grid-column: 2!important;
    grid-row: 3!important;
}
.nav-gallery-holder > div:nth-child(6) {
    grid-column: 3!important;
    grid-row: 3!important;
}
.nav-gallery-holder > div:nth-child(7) {
    grid-column: 2!important;
    grid-row: 4!important;
}
.nav-gallery-holder > div:nth-child(8) {
    grid-column: 1!important;
    grid-row: 4!important;
}
.nav-gallery-holder > div:nth-child(9) {
    display: block;
    grid-column: 3!important;
    grid-row: 4!important;
}

.burger-menu-main img {
    width: 36px;
}

.gallery-counter > p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
.btn-modal-close img {
    width: 30px;
}
}


@media (min-width: 1560px) {
    .h1-slide {
        font-size: 43px;
        line-height: 93px;
        letter-spacing: 0.02em;
        margin:0;
        }
        .h1-nav {
            font-weight: 400;
            font-size: 51px;
            line-height: 92px;
            }
        .p-category {
            font-size: 14px;
            }
    .btn-modal-close {
        margin-top: 37px;
    }
    .btn-modal-close img {
        width: 30px;
    }
    .menu-button-close img {
        width: 30px;
    }
    .burger-menu-main img {
        width: 54px;
    }

    .hori-ul li {
        margin-right: 57px;
        margin-bottom: 26px;
        margin-top: 0;
    }

    .gallery-counter {
        height: 125px;
    }
    .nav-gallery-container {
        max-height: 790px;
        max-width: 1502px;
    }
}
