@import url("components/fonts.css");

html{
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    min-height: 100%;
    font-family: 'PlusJakartaSans', sans-serif;
    color: #054105;
    font-weight: 500;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6,
p{
    font-weight: normal;
    margin: 0;
}
button, input, textarea{
    outline: none;
}
a, a:hover, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: 0;
}
a, a span{
    /* Fade-in / Fade-out */
    -o-transition:color .5s ease-out, background 5s ease-in;
    -ms-transition:color .5s ease-out, background 5s ease-in;
    -moz-transition:color .5s ease-out, background 5s ease-in;
    -webkit-transition:color .5s ease-out, background 5s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .5s ease-out, background 5s ease-in;
}

a{
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

img {
    max-width: 100%;
}

h3.section-header{
    color: #1e1e1c;
    font-size: 75px;
    letter-spacing: 8px;
    font-weight: 800;
    padding-top: 50px;
    padding-bottom: 15px;
}
@media (max-width: 991px){
    h3.section-header{
        font-size: 60px;
        letter-spacing: 8px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .hidden-on-small {
        display: none!important;
    }
}
@media (max-width: 767px){
    h3.section-header{
        font-size: 45px;
        letter-spacing: 5px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .hidden-on-small {
        display: none!important;
    }
}
@media (max-width: 480px){
    h3.section-header{
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.t-width-large{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 10px;
}
@media(max-width: 1200px){
    .t-width-large{
        max-width: 940px;
    }
}
@media(max-width: 992px){
    .t-width-large{
        max-width: 100%;
        padding: 0 10px;
    }
}

.custom-button{
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #1E6919;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*js-helper*/
#window-width_helper{width: 1px}
@media(min-width: 768px) and (max-width: 991px){
    #window-width_helper{width: 768px;}
}
@media(min-width: 992px) and (max-width: 1199px){
    #window-width_helper{width: 992px;}
}
@media(min-width: 1200px){
    #window-width_helper{width: 1200px;}
}


.fixed-header {
    margin-top: 190px;
}

section{
    position: relative;
}
.position-helper{
    position: absolute;
    z-index: -100;
    top: -90px; left: 0;
}
.fixed-header .position-helper#anchor-home {
    top: -190px;
}
.fixed-header .position-helper{
    top: -70px;
}
.relative{
    position: relative;
}
.clear{
    clear: both;
}
@media(max-width: 991px){
    .fixed-header {
        margin-top: 65px;
        z-index: 5;
    }
    .position-helper{
        top: -65px;
    }
    .fixed-header .position-helper#anchor-home {
        top: -165px;
    }
    .fixed-header .position-helper{
        top: -65px;
    }
}






#responsive-menu-button {
    display: none;
    width: 30px;
    height: 30px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    -webkit-transition: all 0.252s; /* Safari */
    transition: all 0.25s;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}

#responsive-menu-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #525152;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    -webkit-transition: all 0.252s; /* Safari */
    transition: all 0.25s;
}
#responsive-menu-button span:nth-child(1) {
    top: 0;
}
#responsive-menu-button span:nth-child(2),span:nth-child(3) {
    top: 13px;
}
#responsive-menu-button span:nth-child(4) {
    top: 26px;
}

.openMenu #responsive-menu-button span:nth-child(1) {
    left: 50%; top: 13px;
    width: 0%;
}

.openMenu #responsive-menu-button span:nth-child(1) {
    left: 50%; top: 13px;
    width: 0%;
}

.openMenu #responsive-menu-button span:nth-child(2) {
    top: 13px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}

.openMenu #responsive-menu-button span:nth-child(3) {
    top: 13px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
}

.openMenu #responsive-menu-button span:nth-child(4) {
    left: 50%; top: 13px;
    width: 0%;
}

/*///////////////////////////////////////////////////////////////////
// Header
///////////////////////////////////////////////////////////////////*/

#heder-box{}
#header{

}
.logo-header{
    display: inline-block;
    width: 240px; height: auto;
    margin: 35px 0 30px;
}
#header .right-block{
    display: inline-block;
    vertical-align: top;
    width: 940px;
    padding: 45px 0 0 0;
    position: relative;
    float: right;
}
#header .right-block .wa{
    float: right;
    margin-left: 30px;
}
.main-navigation ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    margin: 0;
}
.main-navigation li{
    flex-grow: 1;
    padding: 0 20px;
}

.main-navigation a{
    display: block;
    padding: 10px 0 20px 0;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1E6919;
}
.main-navigation a:hover{
    text-decoration: none;
    color: inherit;
}
.main-navigation a span{
    height: 20px;
    width: auto;
    line-height: 20px;
    position: relative;
    text-align: center; display: inline-block;

    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.main-navigation a:hover span,
.main-navigation a.nav-active span{
    color: #96B40A;
}
.main-navigation a.nav-active span:after{position: absolute; height: 3px; width: 70%; background: #96B40A; bottom: -20px; left: 50%; content: ""; transform: translate(-50%,0); }
.main-navigation a.nav-active span.home:after{width: 100%;}

.languages{
    position: absolute;
    top: 75px;
    right: 75px;
    margin: 0; padding: 0;
    display: none;
}
.languages div>li{
    display: inline-block;
    list-style: none;
    position: relative;
    margin-left: 15px;
    color: #032d3c;
}
.languages div>li:first-of-type:after{
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background-color: #e6875a;
    top: 15px; right: -6px;
}
.languages div>li a{
    display: block;
    line-height: 20px;
    height: 50px;
    padding: 10px 5px 20px 5px;
}
.languages div>li a.active{
    color: #e6875a;
}

.onlyMobile{
    display: none;
    height: 50px;
    line-height: 50px;
}
.visible-on-mob{
    display: none;
}
.invisible-on-mob{
    display: block;
    float: right;
    width: 880px;
}

.fixed-header #header{
    position: fixed;
    width: 100%;
    top: 0;
    animation-duration: 600ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    box-shadow: 0 0 3px #666666;
    height: 78px;
    z-index: 10;
    background:#FFFFFF;
}
.fixed-header .logo-header{
    height: 55px; margin-top: 10px; margin-bottom: 0;
    /* background: url("../images/logo-s2.svg") no-repeat center; */
    background-size: contain;
}
.fixed-header .logo-header img{
    height: 100%;
}
.fixed-header #header .right-block{
    padding: 12px 60px 0px 60px;
}
.fixed-header #header .languages{
    top: 25px;
}
.fixed-header .invisible-on-mob{ width: auto; }


@media(min-width: 992px) and (max-width: 1200px){
    .logo-header {
        width: 110px;;
    }
    #header .right-block {
        width: 780px; padding: 30px 20px 0 0;
    }
    .main-navigation ul {
        text-align: right;
    }
    .main-navigation li {
        padding: 0 3px;
    }
    #header .right-block .wa{margin-left: 10px;}
    #header .languages {
        top: 25px;        right: 3px;
    }
    .invisible-on-mob {
        width: 770px;
    }
    .fixed-header #header .right-block{
        /*padding: 35px 0px 0px 10px; */
        padding-left: 0;
        padding-right: 20px;
    }
    .fixed-header .invisible-on-mob{width: 700px;}
    .fixed-header #header .languages{ top: 0; right: 3px;}
    .fixed-header .logo-header {margin-top: 15px;}
    .main-navigation a.nav-active span::after{bottom: -15px;}
}
@media (min-width: 640px) and (max-width: 991px) {
    #header{
        height: auto;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .logo-header{
        display: block;
        width: 100%;
    }
    #header .right-block,
    .fixed-header #header .right-block{
        display: block;
        width: 100%;
        padding: 10px 10px 5px 10px;
        position: relative;
        background: #032d3c;
        /*border-bottom: 1px solid #e4e1de;*/
    }
    .main-navigation ul{
        color: #fff;
    }
    .main-navigation li{
        padding: 0;
        vertical-align: top;
    }
    .main-navigation a {
        padding: 10px 14px 20px 14px;
        height: 50px;
    }
    .main-navigation a span.home{
        background-position: -30px 0;
    }
    .main-navigation a.nav-active span:before {
        bottom: -12px;
    }

    .languages,
    .fixed-header #header .languages{
        top: 10px;
        right: 10px;
    }
    .languages div>li {
        color: #fff;
    }
}
@media(max-width: 991px){
    .visible-on-mob{
        display: block;
    }
    .invisible-on-mob{
        display: none;
    }
    .mobileMenuNav{
        display: inline-block;
        height: 50px; width: 50px;
        background: url("../images/menu-icon.svg") no-repeat;
        cursor: pointer;
    }

    #header {
        height: auto;
        color: #fff;
        z-index: 5;
        position: relative;
        box-shadow: 0 0 3px #666666;
    }
    .fixed-header #header {
        height: 65px;
    }
    #header li{
        color: #fff;
        height: auto;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .logo-header {
        display: none;
        width: 100%;
    }
    .fixed-header  .logo-header {
        display: none;
    }
    .languages,
    .fixed-header #header .languages{
        top: 10px;
        right: 10px;
    }
    #header .right-block, .fixed-header #header .right-block {
        display: block;
        width: 100%;
        padding: 10px 10px 5px 10px;
        position: relative;
        background: #FFFFFF url("../images/logo-svg2.svg") no-repeat center;
        background-size: auto 34px;
        height: 65px;
    }
    .menu-container{
        background-color: #FFFFFF;
        height: 100%;
        left: 0;
        margin: 0;
        position: fixed;
        top: -100%;
        width: 100%;
        z-index: 4;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .main-navigation {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .menu-container ul{
        display: block;
        padding: 105px 0 0 0;
    }
    .menu-container ul li{
        display: block;
        text-align: center;
    }
    .menu-container ul li a{
        display: inline-block;
        padding-left: 10px; padding-right: 10px;
        color: #212121;
        font-size: 18px;
    }
    .main-navigation a span.home {
        width: 30px;
        background: url("../images/home-i.svg") no-repeat 0 0;
    }
    .main-navigation a.nav-active span:before{
        bottom: -10px;
    }
    .openMenu .menu-container{
        top: 0;
    }
    .onlyMobile{
        display: block !important;
    }
    #header .right-block .wa{display: none;}
    .main-navigation a.nav-active span::after{bottom: -7px;}
}

/*/////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
// Home
///////////////////////////////////////////////////////////////////*/
.btn-green{
    background-color: #054105;
    border: 1px solid #054105;
    color: #fff !important;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 17px 10px;
}
.btn-green .svg-icon{
    position: absolute;
    right: 1px;
    top: 2px;
}
.btn-green:hover{
    background-color: #DCFF05;
    border: 1px solid #DCFF05;
    color: #054105 !important;
}
.btn-grey{
    background-color: #C8D2E1;
    border: 1px solid #C8D2E1;
    color: #054105;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 12px 10px;   
}
.btn-grey .svg-icon{
    position: absolute;
    right: 2px;
    top: 2px;
}
.btn-grey:hover{
    background-color: #DCFF05;
    border: 1px solid #DCFF05;
    color: #054105 !important;
}
.btn-yellow{
    background-color: #DCFF05;
    border: 1px solid #DCFF05;
    color: #054105;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 9px 41px 9px 10px;
    font-size: 22px;
    max-width: 435px;
    font-weight: 700;
}
.btn-yellow .svg-icon{
    position: absolute;
    right: 2px;
    top: 2px;
}
.btn-yellow:hover{
    background-color: #054105;
    border: 1px solid #054105;
    color: #fff !important;
}
.btn-white{
    background-color: #fff;
    border: 1px solid #fff;
    color: #054105;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 12px 40px 12px 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}
.btn-white .svg-icon{
    position: absolute;
    right: 2px;
    top: 2px;
}
.btn-white:hover{
    background-color: #054105;
    border: 1px solid #054105;
    color: #fff !important;
}

.flex-top {
  display: flex;
  padding: 40px 0 30px 0;
}
.top-half{
    flex: 1;
    width: 50%;
    line-height: 1;
}

.flex-top .top-text{font-size: 28px;font-weight: bold;margin-top: 44px;}
.flex-top .top-title{font-size: 65px;font-weight: bold;margin-top: 30px;}
.flex-top .btn-green{margin: 82px auto 0 auto;}
.flex-top .left-half{text-align: center;}
.flex-bottom {
  display: flex;
  align-items: center;
  padding: 5px 0 30px 0;
}
.flex-bottom .right-half .btn-grey{font-size: 20px; font-weight: bold;}
.flex-bottom .top-text{font-size: 28px;font-weight: bold;text-align: center;}
#text-area.map-text{padding: 0 0 0;  display: table; width: 100%; z-index: 1;}
#text-area.map-text .img-map{position: relative;background: #EBF0F2; }
.img-map .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-button{
    margin-top: 20px;
}
.map-button .btn-yellow{
   margin: 0 auto;
   cursor: pointer;
   -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.map-button.map-b .btn-yellow{
    font-size: 12px;
    max-width: 220px;
    padding: 9px 41px 9px 10px;
}
.map-button.map-b .btn-yellow .svg-icon{
    width: 30px;
    height: 30px;
}
.availability-info{
    text-align: center;
    margin-top: 40px;
}
.availability-info .bg-yellow{
    background-color: #DCFF05;
    border: 1px solid #DCFF05;
    color: #054105;
    border-radius: 40px;
    display: inline-block;
    padding: 9px 25px;
    font-size: 22px;
    font-weight: 700;
}
.info-block {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
.info-text{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.info-text span{
    font-weight: 400;
}
#text-area.map-text .img-map img{
    width: 100%;
}
#text-area.map-text .img-map .t-width-large{}
#text-area.map-text .img-map h2{
    color: #054105; 
    font-size: 88px; 
    line-height: 1; 
    font-weight: 700; 
    padding-top: 95px; 
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
#text-area.map-text .img-map h2 span{color: #DCFF05;}
#text-area.map-text .img-map p{color: #96B40A; font-size: 25px; line-height: 1; font-weight: 700;}

/*#text-area .t-width-large > div{display: inline-block; vertical-align: top;}
#text-area .t-width-large > div:nth-child(2){width: 300px; float: right;}
#text-area h2{color: #000000;font-size: 80px; line-height: 1; font-weight: 700; padding-bottom: 40px; position: relative; margin-bottom: 30px;}
#text-area h2:before{content: ''; height: 14px; width: 100px; background-color: #000; position: absolute; left: 0; bottom: 0;}
#text-area h2 span{color: #FFFFFF;}
#text-area .t-width-large > div:nth-child(1) p{font-size: 26px;}
#text-area .links {margin:20px 0 74px;}
#text-area .links a{font-size: 18px; display: block; line-height: 22px; margin-bottom: 38px; position: relative;}
#text-area .links a:before{background: url("../images/arrow-b.svg") left center no-repeat; content: ''; padding: 0 0 0 38px;}
#text-area .links a:after{background: url("../images/arrow.svg") left center no-repeat; content: ''; padding: 0 0 0 38px;
position: absolute; left: 0px; top: -1px; z-index: 2; width: 14px; height: 24px; }
#text-area .links a:after, #text-area .links a:before{
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;}
#text-area .links a:hover{color: #FFFFFF;}
#text-area .links a:hover:after{opacity: 0;}
#text-area .contact-i > div{display: inline-block; vertical-align: top;}
#text-area .contact-i > div:nth-child(1){background: url("../images/wa.svg") left top no-repeat; width: 22px; height: 56px; margin: 0 15px 0 0; text-indent: -99999px;}
#text-area .contact-i a:hover{color: #FFFFFF;}
*/

#image-card{position: relative;}
#image-card .image-holder{margin-top: -50px; z-index: 0;}
.tree-button{display: table; text-align: center; width: 100%; z-index: 2; margin-top: -90px; position: relative; }
.tree-button > div{height: 90px; display: table-cell; vertical-align: middle; border-radius: 0 40px 0 0; width: 34%;
    color: #FFFFFF; font-size: 20px; font-weight: bold; text-transform: uppercase; cursor: pointer }
.tree-button > div:nth-child(1){background: #FFCE00; color: #235023; }
.tree-button > div:nth-child(2){background: #96B40A; }
.tree-button > div:nth-child(3){background: #235023; }

.map-on-home {
    background: url('../images/home-map.png') no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 30px 0;
}

.apartments-148 {
    display: inline-block;
}
.apartments-148 img {
    height: 300px;
}
/*#iframe-modal{max-width: 380px!important;}*/
#iframe-modal .md-content{
    background-color: #DDD9D6;
    color: #333;
    padding: 70px 20px 70px 20px; text-align:center;
}
#iframe-modal .md-close{
     position: absolute;
     right: 20px;
     top: 20px;
     display: inline-block;
     width: 25px;
     height: 25px;
     background: url("../images/gallery-close.svg") no-repeat;
     cursor: pointer;
 }
#iframe-modal .banner-title{
    font-size: 24px;
    letter-spacing: 1px;
    line-height:100%;
    color: #1E1E1C; margin-bottom:30px; font-weight:700;
}

#open-doors, #media{
    max-width: 380px!important;
}
#open-doors .md-content, #media .md-content{
    background-color: #DDD9D6;
    color: #333;
    padding: 70px 20px 70px 20px; text-align:center;
}
#open-doors .md-close, #media .md-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
}
#open-doors .banner-title, #media .banner-title{
    font-size: 24px;
    letter-spacing: 1px;
	line-height:100%;
    color: #1E1E1C; margin-bottom:30px; font-weight:700;
}
#open-doors h3, #media h3{
    font-size: 18px;
    letter-spacing: normal; color:#ffffff;
	background:#96B40A; text-align:center;  padding:7px 10px; margin-bottom:30px;
}
#open-doors h3 strong{color: #333333;}
#open-doors h4, #media h4{
    font-size: 18px;
    letter-spacing: normal;
    color: #b1a79f;
}

#open-doors .box p, #media .box p{line-height:260%; font-weight: bold; font-size: 16px;}

#open-doors table,
#open-doors table tr,
#open-doors table td{
    border: none;
    padding: 5px 0;
}
#open-doors table{
    margin-top: 20px;
    font-size: 12px;
}
#open-doors table tr>td:nth-of-type(1){
    width: 60px;
}
#open-doors table tr>td:nth-of-type(2){ }

#media .box a{
    font-size: 18px;
    letter-spacing: normal;
    color: #333;
    text-align: center;
    padding: 7px 10px;
    display: block;
    line-height: 130%;
}
#media .box p:hover{
    background: #96B40A;
    color: #FFF;
    cursor: pointer;
}
#media .banner-title{font-weight: 500; text-transform: uppercase;}

.links-bellow-map {
    height: 120px;
}

.links-bellow-map .link {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 50%;
}

.links-bellow-map .pos-helper {
    position: relative;
    height: 80px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #e6af41;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.links-bellow-map .left-link .pos-helper:before {
    content: '';
    position: absolute;
    right: 100%; top: 0;
    height: 100%; width: 5000px;
    background-color: #e6af41;
}

.links-bellow-map .right-link .pos-helper:before {
    content: '';
    position: absolute;
    left: 100%; top: 0;
    height: 100%; width: 5000px;
    background-color: #e6af41;
}

.links-bellow-map .pos-helper > span {
    position: absolute;
    left: 50%; top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.link-bellow-map {
    /*padding: 20px;*/
}
.link-bellow-map > div{
    position: relative;
    height: 80px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #e6af41;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.link-bellow-map > div > span{
    position: absolute;
    left: 50%; top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.building-block{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.building-item p{
    margin-top: 5px;
    filter: grayscale(100%) brightness(90%);
    opacity: 0.6;
}
.building-item img{
    filter: grayscale(100%) brightness(90%);
    opacity: 0.6;
}
.build-2{
    margin-bottom: 50px;
}
.building-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.lossy{
    position: absolute;
    top: -40px;
    width: 100px;
    height: 65px;
    left: -20px;
}
.ligne{
    position: absolute;
    bottom: -30px;
    right: -3px;
    width: 70px;
    height: 50px;
}
.building-item.active p{
    filter: unset;
    opacity: 1;
}
.building-item.active img{
    filter: unset;
    opacity: 1;
}
.total-available {
    display: block; 
    position: relative; 
    padding-bottom: 30px; 
}
.total-available p{
    font-size: 28px; 
    font-weight: 700; 
    line-height: 1;
    color: #054105; 
}

@media (max-width: 991px) {
    .link-bellow-map {
        /*padding: 10px;*/
    }
}
@media (max-width: 480px) {
    .link-bellow-map > div{
        font-size: 11px;
        height: 50px;
    }
}

.home-image {
    position: relative;
    height: 440px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-image .text-block {
    font-size: 45px;
    color: #f1f1ec;
    position: absolute;
    left: 20px; top: 20px;
}

.home-image .text-block p {
    margin: 0;
    font-weight: 800;
    letter-spacing: 5px;
}

.home-about {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    background-color: #f1f1ec;
}

.home-about .media-event {
    padding: 0 40px 0 45px;
    background: url('../images/media-arr.png') no-repeat left 10px top 50%;
}

.home-about .contact {
    padding-left: 65px;
    background: url('../images/icon-phone.png') no-repeat left 10px top 50%;
}

.home-about .contact a{
    display: block;
}
.home-about .home-logo{
    padding-left: 40px;
}
.table-cell .m-table{display: none;}
@media (min-width: 768px) and (max-width: 991px) {
    .apartments-148 img {
        height: 260px;
    }
    .links-bellow-map {
        height: 100px;
    }
    .links-bellow-map .left-link .pos-helper:before,
    .links-bellow-map .right-link .pos-helper:before {
        display: none;
    }
    .links-bellow-map .left-link {
        padding: 10px 5px 10px 0;
    }
    .links-bellow-map .right-link {
        padding: 10px 0 10px 5px;
    }

    .home-image {
        height: 360px;
    }
    .home-image .text-block {
        font-size: 32px;
        left: 10px; top: 10px;
    }
    .home-image .text-block p {
        letter-spacing: 3px;
    }

}
@media (max-width: 991px) {
    .table-cell .m-table{display: table-cell !important;}
    .table-cell .d-table{display: none;}
    .order-flex{
        display: flex;
        flex-direction: column;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .order-3 {
        order: 3;
    }
    .total-available{
        padding-top: 30px;
        padding-bottom: 20px;
    }
     .building-block{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;
        margin: 20px 0;
    }
    
    .building-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .ligne,
    .lossy{
        display: none;
    }
    .info-text {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .apartments-148 img {
        height: 200px;
    }


    .links-bellow-map {
        height: 100px;
    }
    .links-bellow-map .left-link .pos-helper:before,
    .links-bellow-map .right-link .pos-helper:before {
        display: none;
    }
    .links-bellow-map .left-link {
        padding: 10px 5px 10px 0;
    }
    .links-bellow-map .right-link {
        padding: 10px 0 10px 5px;
    }
    .map-button .btn-yellow{
        font-size: 16px;
        padding: 6px 30px 7px 10px;
        max-width: 320px;
    }
    .map-button .btn-yellow .svg-icon {
        width: 30px;
        height: 30px;
    }

    .home-image {
        height: 300px;
    }
    .home-image .text-block {
        font-size: 26px;
        left: 10px; top: 10px;
    }
    .home-image .text-block p {
        letter-spacing: 3px;
    }

    .home-about {
        display: block;
        padding: 20px 10px;
    }
    .home-about > div{
        margin-bottom: 15px;
    }
    .home-about .media-event {
        padding: 0 0 0 55px;
        background: url('../images/media-arr.png') no-repeat left 15px top 0;
    }
    .home-about .contact {
        padding-left: 55px;
        background: url('../images/icon-phone.png') no-repeat left 0 top 0;
    }
    .home-about .contact a{
        display: block;
    }
    .home-about .home-logo{
        padding-left: 48px;
        margin-bottom: 0;
    }
   
    .building-item p {
        font-size: 9px;
    }
    
    
    .total-available p{
        font-size: 18px;
    }
    .availability-info {
        margin-top: 20px;
    }
    .availability-info .bg-yellow{
        font-size: 16px;
        padding: 7px 20px;
    }
    .info-block{
        flex-direction: column;
        gap: 0;
        margin-top: 20px;
    }
    .info-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .map-on-home {
        background-position: calc(50% + 65px) 50%;
    }
    .apartments-148 img {
        height: 160px;
    }

    .links-bellow-map {
        height: 70px;
    }
    .links-bellow-map .pos-helper {
        font-size: 11px;
        height: 50px;
    }
}

/*/////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
// SVG app
///////////////////////////////////////////////////////////////////*/
.building-change {
    display: none;
    justify-content: center;
    
}
.building-change.active {
    display: flex;
}
.build-1{
    margin-top: -60px;
}
.build-1 .compas{
    top: 60px;
}
.build-2{
    margin-top: -90px;
}
.build-2 .compas{
    top: 90px;
}
.build-3{
    margin-top: -140px;
}
.build-3 .compas{
    top: 140px;
}
.build-4{
    margin-top: -70px;
}
.build-4 .compas{
    top: 70px;
}
.compas{
    position: absolute;
    right: 0;
}
.building-b{
    position: relative;
}
.building-a1{
    width: 383px;
    height: 420px;
}
.environment-a1 {
  position: absolute;
  bottom: 0;
  width: 383px;
  height: 400px;
  transform: translateY(30px);
}
.building-a2{
    width: 300px;
    height: 400px;
}
.environment-a2 {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 400px;
  transform: translateY(88px);
}
.building-b1{
    width: 330px;
    height: 470px;
}
.environment-b1 {
  position: absolute;
  bottom: 0;
  width: 330px;
  height: 400px;
  transform: translateY(56px);
}
#EnvironmentA1{
    transform: translateY(100px);
}
.building-b2{
    width: 383px;
    height: 420px;
}
.environment-b2 {
  position: absolute;
  bottom: 0;
  width: 383px;
  height: 400px;
  transform: translateY(60px);
}


@media (max-width: 1200px){
    .build-1{
        margin-top: -20px;
    }
    .build-1 .compas{
        top: 20px;
    }
    .build-2{
        margin-top: -70px;
    }
    .build-2 .compas{
        top: 70px;
    }
    .build-3{
        margin-top: -100px;
    }
    .build-3 .compas{
        top: 100px;
    }
    .build-4{
        margin-top: -20px;
    }
    .build-4 .compas{
        top: 20px;
    }
    .building-a1 {
        width: 310px;
    }
    .environment-a1{
        width: 300px;
    }
    .building-a2{
        width: 290px;
    }
    .environment-a2{
        width: 290px;
    }
    .building-b1{
        width: 290px;
    }
    .environment-b1{
        width: 290px;
    }
    .building-b2{
        width: 290px;
    }
    .environment-b2{
        width: 290px;
        transform: translateY(45px);
    }
}

@media (max-width: 790px){
    .compas{
        width: 60px;
    }
    .build-1{
        margin-top: -120px;
    }
    .build-1 .compas{
        top: 120px;
    }
    .build-2{
        margin-top: -120px;
        margin-bottom: 0;
    }
    .build-2 .compas{
        top: 120px;
    }
    .build-3{
        margin-top: -120px;
    }
    .build-3 .compas{
        top: 120px;
    }
    .build-4{
        margin-top: -120px;
    }
    .build-4 .compas{
        top: 120px;
    }

    .building-a1 {
        height: 320px;
    }
    .environment-a1{
        height: 320px;
        transform: translateY(5px);
    }
    .building-a2{
        height: 320px;
        width: 230px;
    }
    .environment-a2{
        height: 320px;
        width: 230px;
        transform: translateY(40px);
    }
    .building-b1{
        height: 320px;
        width: 230px
    }
    .environment-b1{
        height: 320px;
        width: 230px;
        transform: translateY(35px);
    }
    .building-b2{
        height: 320px;
        width: 290px;
        transform: translateY(25px);
    }
    .environment-b2{
        height: 320px;
        width: 290px;
        transform: translateY(45px);
    }
}


/* .module-svg{background: url('../images/isometry-bg.svg') no-repeat; background-size: 706px 510px; background-position: 0px 160px; padding-bottom: 10px;} */
.module-svg {
    position: relative;
    z-index: 1;
}
.module-svg svg{
    /* width: auto;  */
    /* margin-left: 106px; */
}

.module-svg polygon{stroke-linejoin: round; stroke-width: .8px; stroke: #000;}

.module-svg #etage-0_1{position: relative; z-index: 0; transition: all .3s ease-in-out;transform: translateY(200px);}
.module-svg #etage-1_1{position: relative; z-index: 1; transition: all .3s ease-in-out;transform: translateY(200px);}
.module-svg #etage-2_1{position: relative; z-index: 2; transition: all .3s ease-in-out;transform: translateY(200px);}
.module-svg #etage-3_1{position: relative; z-index: 3; transition: all .3s ease-in-out;transform: translateY(200px);}
.module-svg #etage-4_1{position: relative; z-index: 4; transition: all .3s ease-in-out;transform: translateY(200px);}
.module-svg #etage-5_1{position: relative; z-index: 5; transition: all .3s ease-in-out;transform: translateY(200px);}

.module-svg #etage-0_2{position: relative; z-index: 6; transition: all .3s ease-in-out; transform: translateY(220px);}
.module-svg #etage-1_2{position: relative; z-index: 7; transition: all .3s ease-in-out; transform: translateY(220px);}
.module-svg #etage-2_2{position: relative; z-index: 8; transition: all .3s ease-in-out; transform: translateY(220px);}
.module-svg #etage-3_2{position: relative; z-index: 9; transition: all .3s ease-in-out; transform: translateY(220px);}
.module-svg #etage-4_2{position: relative; z-index: 4; transition: all .3s ease-in-out; transform: translateY(220px);}
.module-svg #etage-5_2{position: relative; z-index: 5; transition: all .3s ease-in-out; transform: translateY(220px);}

.module-svg #etage-0_3{position: relative; z-index: 6; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-1_3{position: relative; z-index: 7; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-2_3{position: relative; z-index: 8; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-3_3{position: relative; z-index: 9; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-4_3{position: relative; z-index: 4; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-5_3{position: relative; z-index: 5; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-6_3{position: relative; z-index: 6; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-7_3{position: relative; z-index: 7; transition: all .3s ease-in-out;transform: translateY(230px);}
.module-svg #etage-8_3{position: relative; z-index: 8; transition: all .3s ease-in-out;transform: translateY(230px);}

.module-svg #etage-0_4{position: relative; z-index: 9; transition: all .3s ease-in-out;transform: translateY(165px);}
.module-svg #etage-1_4{position: relative; z-index: 4; transition: all .3s ease-in-out;transform: translateY(165px);}
.module-svg #etage-2_4{position: relative; z-index: 5; transition: all .3s ease-in-out;transform: translateY(165px);}
.module-svg #etage-3_4{position: relative; z-index: 6; transition: all .3s ease-in-out;transform: translateY(165px);}
.module-svg #etage-4_4{position: relative; z-index: 7; transition: all .3s ease-in-out;transform: translateY(165px);}
.module-svg #etage-5_4{position: relative; z-index: 8; transition: all .3s ease-in-out;transform: translateY(165px);}

/* b-a1 */
.module-svg.b-a1 #etage-0_1:hover ~ #etage-1_1, .module-svg.b-a1 #etage-0_1.hover ~ #etage-1_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-0_1:hover ~ #etage-2_1, .module-svg.b-a1 #etage-0_1.hover ~ #etage-2_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-0_1:hover ~ #etage-3_1, .module-svg.b-a1 #etage-0_1.hover ~ #etage-3_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-0_1:hover ~ #etage-4_1, .module-svg.b-a1 #etage-0_1.hover ~ #etage-4_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-0_1:hover ~ #etage-5_1, .module-svg.b-a1 #etage-0_1.hover ~ #etage-5_1{ transform: translateY(-120px);}

.module-svg.b-a1 #etage-1_1:hover ~ #etage-2_1, .module-svg.b-a1 #etage-1_1.hover ~ #etage-2_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-1_1:hover ~ #etage-3_1, .module-svg.b-a1 #etage-1_1.hover ~ #etage-3_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-1_1:hover ~ #etage-4_1, .module-svg.b-a1 #etage-1_1.hover ~ #etage-4_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-1_1:hover ~ #etage-5_1, .module-svg.b-a1 #etage-1_1.hover ~ #etage-5_1{ transform: translateY(-120px);}

.module-svg.b-a1 #etage-2_1:hover ~ #etage-3_1, .module-svg.b-a1 #etage-2_1.hover ~ #etage-3_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-2_1:hover ~ #etage-4_1, .module-svg.b-a1 #etage-2_1.hover ~ #etage-4_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-2_1:hover ~ #etage-5_1, .module-svg.b-a1 #etage-2_1.hover ~ #etage-5_1{ transform: translateY(-120px);}

.module-svg.b-a1 #etage-3_1:hover ~ #etage-4_1, .module-svg.b-a1 #etage-3_1.hover ~ #etage-4_1{ transform: translateY(-120px);}
.module-svg.b-a1 #etage-3_1:hover ~ #etage-5_1, .module-svg.b-a1 #etage-3_1.hover ~ #etage-5_1{ transform: translateY(-120px);}

.module-svg.b-a1 #etage-4_1:hover ~ #etage-5_1, .module-svg.b-a1 #etage-4_1.hover ~ #etage-5_1{ transform: translateY(-120px);}

/* b-a2 */


.module-svg.b-a2 #etage-0_2:hover ~ #etage-1_2, .module-svg.b-a2 #etage-0_2.hover ~ #etage-1_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-0_2:hover ~ #etage-2_2, .module-svg.b-a2 #etage-0_2.hover ~ #etage-2_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-0_2:hover ~ #etage-3_2, .module-svg.b-a2 #etage-0_2.hover ~ #etage-3_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-0_2:hover ~ #etage-4_2, .module-svg.b-a2 #etage-0_2.hover ~ #etage-4_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-0_2:hover ~ #etage-5_2, .module-svg.b-a2 #etage-0_2.hover ~ #etage-5_2{ transform: translateY(-50px);}

.module-svg.b-a2 #etage-1_2:hover ~ #etage-2_2, .module-svg.b-a2 #etage-1_2.hover ~ #etage-2_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-1_2:hover ~ #etage-3_2, .module-svg.b-a2 #etage-1_2.hover ~ #etage-3_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-1_2:hover ~ #etage-4_2, .module-svg.b-a2 #etage-1_2.hover ~ #etage-4_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-1_2:hover ~ #etage-5_2, .module-svg.b-a2 #etage-1_2.hover ~ #etage-5_2{ transform: translateY(-50px);}

.module-svg.b-a2 #etage-2_2:hover ~ #etage-3_2, .module-svg.b-a2 #etage-2_2.hover ~ #etage-3_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-2_2:hover ~ #etage-4_2, .module-svg.b-a2 #etage-2_2.hover ~ #etage-4_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-2_2:hover ~ #etage-5_2, .module-svg.b-a2 #etage-2_2.hover ~ #etage-5_2{ transform: translateY(-50px);}

.module-svg.b-a2 #etage-3_2:hover ~ #etage-4_2, .module-svg.b-a2 #etage-3_2.hover ~ #etage-4_2{ transform: translateY(-50px);}
.module-svg.b-a2 #etage-3_2:hover ~ #etage-5_2, .module-svg.b-a2 #etage-3_2.hover ~ #etage-5_2{ transform: translateY(-50px);}

.module-svg.b-a2 #etage-4_2:hover ~ #etage-5_2, .module-svg.b-a2 #etage-4_2.hover ~ #etage-5_2{ transform: translateY(-50px);}



/* b-b1 */

.module-svg.b-b1 #etage-0_3:hover ~ #etage-1_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-1_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-2_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-2_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-3_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-3_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-4_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-4_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-5_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-5_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-0_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-0_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-1_3:hover ~ #etage-2_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-2_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-3_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-3_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-4_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-4_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-5_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-5_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-1_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-1_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-2_3:hover ~ #etage-3_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-3_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-2_3:hover ~ #etage-4_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-4_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-2_3:hover ~ #etage-5_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-5_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-2_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-2_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-2_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-2_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-3_3:hover ~ #etage-4_3, .module-svg.b-b1 #etage-3_3.hover ~ #etage-4_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-3_3:hover ~ #etage-5_3, .module-svg.b-b1 #etage-3_3.hover ~ #etage-5_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-3_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-3_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-3_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-3_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-3_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-3_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-4_3:hover ~ #etage-5_3, .module-svg.b-b1 #etage-4_3.hover ~ #etage-5_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-4_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-4_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-4_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-4_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-4_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-4_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-5_3:hover ~ #etage-6_3, .module-svg.b-b1 #etage-5_3.hover ~ #etage-6_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-5_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-5_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-5_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-5_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-6_3:hover ~ #etage-7_3, .module-svg.b-b1 #etage-6_3.hover ~ #etage-7_3{ transform: translateY(-90px);}
.module-svg.b-b1 #etage-6_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-6_3.hover ~ #etage-8_3{ transform: translateY(-90px);}

.module-svg.b-b1 #etage-7_3:hover ~ #etage-8_3, .module-svg.b-b1 #etage-7_3.hover ~ #etage-8_3{ transform: translateY(-90px);}


/* b-b2 */
.module-svg.b-b2 #etage-0_4:hover ~ #etage-1_4, .module-svg.b-b2 #etage-0_4.hover ~ #etage-1_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-0_4:hover ~ #etage-2_4, .module-svg.b-b2 #etage-0_4.hover ~ #etage-2_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-0_4:hover ~ #etage-3_4, .module-svg.b-b2 #etage-0_4.hover ~ #etage-3_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-0_4:hover ~ #etage-4_4, .module-svg.b-b2 #etage-0_4.hover ~ #etage-4_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-0_4:hover ~ #etage-5_4, .module-svg.b-b2 #etage-0_4.hover ~ #etage-5_4{ transform: translateY(-120px);}

.module-svg.b-b2 #etage-1_4:hover ~ #etage-2_4, .module-svg.b-b2 #etage-1_4.hover ~ #etage-2_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-1_4:hover ~ #etage-3_4, .module-svg.b-b2 #etage-1_4.hover ~ #etage-3_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-1_4:hover ~ #etage-4_4, .module-svg.b-b2 #etage-1_4.hover ~ #etage-4_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-1_4:hover ~ #etage-5_4, .module-svg.b-b2 #etage-1_4.hover ~ #etage-5_4{ transform: translateY(-120px);}

.module-svg.b-b2 #etage-2_4:hover ~ #etage-3_4, .module-svg.b-b2 #etage-2_4.hover ~ #etage-3_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-2_4:hover ~ #etage-4_4, .module-svg.b-b2 #etage-2_4.hover ~ #etage-4_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-2_4:hover ~ #etage-5_4, .module-svg.b-b2 #etage-2_4.hover ~ #etage-5_4{ transform: translateY(-120px);}

.module-svg.b-b2 #etage-3_4:hover ~ #etage-4_4, .module-svg.b-b2 #etage-3_4.hover ~ #etage-4_4{ transform: translateY(-120px);}
.module-svg.b-b2 #etage-3_4:hover ~ #etage-5_4, .module-svg.b-b2 #etage-3_4.hover ~ #etage-5_4{ transform: translateY(-120px);}

.module-svg.b-b2 #etage-4_4:hover ~ #etage-5_4, .module-svg.b-b2 #etage-4_4.hover ~ #etage-5_4{ transform: translateY(-120px);}


/* .module-svg #etage-1{position: relative; z-index: 1; transform: translateY(36px); transition: all .3s ease-in-out;}
.module-svg #etage-2{position: relative; z-index: 2; transform: translateY(18px); transition: all .3s ease-in-out;}
.module-svg #etage-3{position: relative; z-index: 3; transition: all .3s ease-in-out;}
.module-svg #etage-2:hover + #etage-3, .module-svg #etage-2.hover + #etage-3{ transform: translateY(-228px);}
#etage-1:hover ~ #etage-2, #etage-1.hover ~ #etage-2{ transform: translateY(-210px);}
#etage-1:hover ~ #etage-3, #etage-1.hover ~ #etage-3{ transform: translateY(-228px);} */

.module-svg g > g polygon{fill:#78B428;}
.module-svg g > g.rented polygon{fill:#dcdcdc;} /* Siva */
.module-svg g > g.reserved polygon{fill:#333333;}
.module-svg g > g.corridor polygon{fill:#7C7F80;} /* Siva tamno */
.module-svg g > g.free polygon{fill:#78B428;} /* Zelena */
.module-svg g > g.b-green polygon{fill:#1E6919;} /* Zelena */
.module-svg g > g.yellow polygon{fill:#DCFF05;}
.module-svg g > g.yellow:hover polygon {opacity: 0.7;}
.module-svg g > g:hover polygon{fill:#DCFF05; cursor: pointer;}
@media (max-width: 790px){
    .module-svg{
        margin-bottom: 30px;
}
}



/*///////////////////////////////////////////////////////////////////
// Projects
///////////////////////////////////////////////////////////////////*/
.custom-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 3fr; /* 4 kolone, različite širine */
  grid-template-rows: auto auto;
  gap: 12px;
}


.custom-grid .concept {
  grid-column: 1 / 2;
  font-size: 14px;
  color: #C8D2E1;
}

.custom-grid .quote {
  grid-column: 2 / 5;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 32px;
}

.custom-grid .bignum {
  grid-column: 1 / 2;
  background: #e0e5ec;
  padding: 25px 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.custom-grid .bignum .label {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 40px;
}

.custom-grid .bignum .number {
  font-size: 120px;
  font-weight: bold;
  color: #DCFF05;
  margin: 0;
  line-height: 1;
}

.custom-grid .bignum .desc {
  font-weight: bold;
  font-size: 28px;
}
.custom-grid .img-block{
    display: flex;
    flex-direction: column;
    gap: 12px;
    grid-column: 2 / 3;
}
.custom-grid .img-block .img {
  border-radius: 20px;
  overflow: hidden;
}

.custom-grid .img-block .img img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-grid .textblock {
  grid-column: 3 / 5;
  background: #d6e0e9;
  border-radius: 20px;
  padding: 25px 40px;
}
.custom-grid .textblock p{
    font-size: 28px;
    font-weight: 500;
}
.custom-grid .textblock .first-text{
    margin-bottom: 20px;
}
#project{
    padding-top: 55px;
}
.le-project{
    padding-bottom: 25px;
    background: linear-gradient(to bottom, #ffffff 0%, #C8D2E1 100%);
}
.le-project-block{
    padding-top: 80px;
}
.le-project-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid #054105;
}
.le-project-item:last-of-type{
    border-bottom: unset;
}
.le-project-item .le-project-img{
    display: flex;
    align-items: center;
    gap: 50px;
}
.le-project-item .le-project-img p{
    font-size: 28px;
    font-weight: bold;
}
.le-project-item .le-project-text {
  font-size: 28px;
  font-weight: 500;
  max-width: 683px;
}
#project .block-appar{background-color: #C8D2E1;}
#project .img-flex{display: flex; flex-direction: column; gap: 12px;}
#project .image-holder {display: block; width: auto; height: auto; margin-bottom: 70px; }
.le-project h3.title {
    font-size: 88px; 
    line-height: 1.1;
    padding-bottom: 50px; 
    position: relative; 
    font-weight: 700;
}
#project .title-box, #project .text{ display: inline-block; width: 50%; vertical-align: top; }
#project .title-box p{font-size: 35px; padding-bottom: 55px; font-weight: 500;}
#project .title-box p span{background: #FFCE00; padding: 4px 7px; border-radius: 4px;}
#project .title-box table.desktop{display: table;}
#project .title-box table h3{font-size: 22px; font-weight: bold;}
#project .title-box table p{font-size: 14px; padding: 0 0 20px; font-weight: 400; }
#project .title-box table p:last-child{padding-bottom: 0;}
#project .title-box table strong{font-weight: 700;}

#project .title-box .download {
    padding: 0 15px 0 40px; line-height: 28px;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #235023;
    position: relative;
    margin-bottom: 20px;
    white-space: nowrap;
}
#project .title-box .download:hover{color: #96B40A; }
#project .title-box .download:after{background: url('../images/download-green.svg') no-repeat left 0 top 50%; content: '';
width: 28px; height: 28px; position: absolute; left: 0;}
#project .title-box .download:before{background: url('../images/download-green-h.svg') no-repeat left 0 top 50%; content: '';
width: 28px; height: 28px; position: absolute; left: 0;}
#project .title-box .download:after, #project .title-box .download:before{
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
#project .title-box .download:hover:after{opacity: 0;}
#project .title-box .download.arrow-r:after{background: url('../images/arrow-r.svg') no-repeat left 0 top 50%; content: '';}
#project .title-box .download.arrow-r:before{background: url('../images/arrow-r-h.svg') no-repeat left 0 top 50%; content: '';}


#project .text table.mobile{display: none;}
#project .text{float: right; width: 36%;}
#project .text h3{ font-size: 22px; font-weight: bold; letter-spacing: 1px; }
#project .text p{ text-align: justify; }
#project td{padding: 15px 15px 20px; background: #FFCE00;}

.download-item{
    text-align: left;
    padding: 0 20px;
    position: relative;
}
.download-item:before{
    content: "";
    position: absolute;
    height: 100%; width: 3px;
    right: -11px;
    background-color: #fff;
}
#download-file .row{
    margin: 0;
}
#download-file .row>div:last-of-type .download-item:before{
    display: none;
}
#download-file{
    max-width: 1100px!important;
}
#download-file .md-content{
    background-color: #efefea;
    border: 3px solid #032d3c;
}
#download-file .md-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
    z-index: 1;
}
#download-file .md-content > div{
    padding: 40px;
}
.download-item .download-heading{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}
.download-item .desc{
    margin-top: 10px;
}
.download-item .desc p{
    font-size: 11px;
    color: #9c938e;
    margin: 5px 0 0 0;
    line-height: 20px;
}
#project #download-file p{
    padding-bottom: 0;
}
.download-link-popup{
    display: block;
    width: 100%; height: 60px;
    background: #212121 url("../images/download-icon.svg") no-repeat center;
}
@media(max-width: 1199px){
    #download-file .md-content > div {
        padding: 20px 20px;
    }
    #download-file .md-close{
        right: 10px;
        top: 10px;
    }
}
@media(max-width: 991px){
    .download-item .download-heading{
        display: table;
        height: 40px;
    }
    .download-item .download-heading span{
        line-height: 20px;
        display: table-cell;
    }
}
@media(max-width: 767px){
    .download-item{
        margin-bottom: 20px;
    }
    .download-item:before{
        display: none;
    }
    #download-file .row>div{
        padding: 0;
    }
    .download-item .download-heading span{
        vertical-align: middle;
    }
    #project .title-box, #project .text{width: 100%; float: none;}
    #project .text tr > td {
        display: block;
        width: 100%;
    }
    #project .text tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
        display: none;
    }
    #project .title-box table.desktop{display: none;}
    #project .text table.mobile{display: table;}
    #project .text table.mobile td strong{display: block;}


}

.clear {
    clear: both;
}

/*/////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////
// Video
///////////////////////////////////////////////////////////////////*/
.img-block{
display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.img-block img{
    width: 100%;
}
.img-1{
    grid-column: 1 / 2;
}
.img-svg{
    grid-column: 2 / 4;
}
.img-svg .svg-belfaux{
    position: relative;
    left: -207px;
    margin-bottom: 50px;
}
.img-3{
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}


#video{
    background-color: #C8D2E1;
    z-index: 1;
}
.video-holder{position: relative;}
.video-holder video{ width: 100% !important;

    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}
.video-holder:hover video{opacity: 0.7;}
#video-playback{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url("../images/video-play.svg") no-repeat center;
    border: none;
    -webkit-transition: all .4s; /* Safari */
    transition: all .4s;
}
#video-playback:hover {
    opacity: 0.8;
}
#video-playback.playing{
    background: url("../images/video-pause.svg") no-repeat center;
    opacity: 0;
    -webkit-transition: all .4s; /* Safari */
    transition: all .4s;

}
.video-holder:hover #video-playback.playing{
    opacity: 1;
}
.video-holder #video-playback.playing:hover{
    opacity: 0.8;
}

.video-bottom { padding: 50px 0 0 0;}
.video-bottom .text, .video-bottom .map-box{display: inline-block; vertical-align: top; position: relative}
.video-bottom .text .minute-text{color: #FFCE00; font-size: 22px; font-weight: bold; background: #1E1E1C; padding: 2px 10px; margin-bottom: 35px; display: inline-block;}
.video-bottom .text th{text-align: left; font-size: 22px; font-weight: 500; padding-bottom: 15px; vertical-align: top; padding-right: 30px;}
#video .video-bottom .text td h3{font-size: 22px; font-weight: 500; color: #212121;}
.video-bottom .text td{line-height: 1.4; font-size: 15px; }
.video-bottom .text td:first-child{padding-right: 30px;}
.video-bottom .text.culture td:first-child{padding-right: 0;}
.video-bottom .text td:first-child td{padding-right: 0;}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
}

.map-trigger_holder{
    display: inline-block;
}
.map-trigger{
    position: relative;
    text-align: left;
    display: block;
    cursor: pointer;
    line-height: 28px;
    padding: 0 0 0 40px;
    margin: 10px 0 20px;
}
.map-trigger:hover, .map-trigger:focus{color: #96B40A; }
.map-trigger:after{background: url('../images/arrow-r.svg') no-repeat left 0 top 50%; content: '';
    width: 28px; height: 28px; position: absolute; left: 0;}
.map-trigger:before{background: url('../images/arrow-r-h.svg') no-repeat left 0 top 50%; content: '';
    width: 28px; height: 28px; position: absolute; left: 0;}
.map-trigger:after, .map-trigger:before{
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.map-trigger:hover:after{opacity: 0;}

.map-modal .md-content{
    max-width: 1100px!important;;
}
.map-modal .md-content>div{
    width: 100%;
}
.map-modal .md-content iframe{
    width: 100%;
}
.map-modal .md-close{
    position: absolute;
    right: 20px;
    top: 40px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////
// Apartments
///////////////////////////////////////////////////////////////////*/

#apartments{ 
    padding-top:100px; padding-bottom: 100px; 
}
#apartments h3 {
    color: #054105;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
}
#apartments .text-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
}
#apartments .btn-green{
    min-width: 300px;
    padding: 15px 10px;
}
#apartments .caves-btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

#apartments .caves-btn .pdf-c{
    max-width: 161px;
    padding: 14px 40px 14px 14px;
    margin: 0;
}

.filters-block{
    max-width: 300px;
}
.filters-row-title{
    font-size: 14px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.filters-row{
    display: grid;
    grid-template-columns: repeat(9, 26px);
    gap: 5px; 
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .total-available {
        float: none;
    }
    .filters-block{
        float: none;
        max-width: unset;
    }
}
@media (max-width: 767px) {
    #apartments .btn-green{
        min-width: unset;
        padding: 10px 40px 10px 20px;
        position: relative;
        z-index: 2;
    }
    #apartments h3{
        font-size: 22px;
    }
}

/*fake checkbox*/
.fake-checkbox label{
    text-align: center;
    color: #054105;
    background-color: #DCDCDC;
    line-height: 24px;
    height: 26px;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 9px;
    font-weight: 400;
    border: 1px solid #DCDCDC;
    border-radius: 100%;


    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.fake-checkbox label .text{font-size: 13px; line-height: 1; display: block; font-weight: 900;}
.fake-checkbox label.active, .fake-checkbox label:hover{
    color: #fff;
    background-color: #78B428;
    border-color: #78B428;
}
.fake-checkbox label.active:before{
    content: "";
    position: absolute; 
    top: -3px;
    right: -2px;
    width: 8px; height: 9px;
    background: url("../images/check-close.svg") no-repeat;
}

.adaptation .fake-checkbox label{line-height: 38px; font-size: 34px;}

.reset{white-space: nowrap; margin: 40px 0 20px;}
.button_r{
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    line-height: 1;
    height: 39px;
    display: block;
    width: 76px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border: 4px solid #96B40A;
    border-radius: 7px;
    display: inline-block;
    margin: 0 6px 0 0;

    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.reset span{font-size: 13px;}

.legend{clear: both;float: right;}
.legend td{padding-right: 15px; line-height: 40px; font-size: 13px; font-style: italic; font-weight: 400;}
.legend td:first-child{padding-right: 20px;}
.legend td:last-child{padding-right: 0;}
.legend .square{border: 1px solid #555; height: 18px; width: 18px; display: inline-block; margin-right: 8px; margin-bottom: -4px;}
.yellow{background:#FFCE05;}
.light{background:#E9EFF1;}
.green{background:#95B321;}
.grey{background:#7D7F80;}

/*tabe - owl*/
.apartments-table{
    margin-top: 45px;
    position: relative;
}
.building-table{
    display: none;
}
.building-table.active{
    display: block;
}
.fake-table{
    display: table;
    width: 100%;
    font-size: 11px;
    
    border-collapse: collapse;
}
.table-row{
    display: table-row;
}
.table-cell{
    display: table-cell;
    padding: 5px 0;
    width: 9%;
    vertical-align: middle;
    text-align: left;
}
.fake-table > .table-row.table-head .table-cell{vertical-align: top;}
.fake-table .table-row>.table-cell:nth-of-type(1){
    width: 6%;
    
}
.fake-table .table-row>.table-cell:nth-of-type(2){
    width: 5%;
}
.fake-table .table-row>.table-cell:nth-of-type(3){
    width: 5%;
}
.fake-table .table-row>.table-cell:nth-of-type(4){
    width: 6%;
}
.fake-table .table-row>.table-cell:nth-of-type(5){
    width: 6%;
}
.fake-table .table-row>.table-cell:nth-of-type(6){  
    width: 9%;
}
.fake-table .table-row>.table-cell:nth-of-type(7){
    width: 9%;
}
.fake-table .table-row>.table-cell:nth-of-type(8){
    width: 5%;
}
.fake-table .table-row>.table-cell:nth-of-type(9){
    width: 8%;
    text-align: center;
}
.fake-table .table-row>.table-cell:nth-of-type(10){
    width: 7%;
    min-width: 200px;
}

.fake-table>.table-row.table-head {
    font-weight: bold;
}
.fake-table>.table-row:not(.table-head):not(last-of-type) .table-cell {
    border-bottom: 1px solid #fff;
}
.table-download-pdf{
    display: inline-block;
    width: 26px; height: 26px;
    /* background: url("../images/download-table.svg") no-repeat; */
}
.fake-table .table-row:not(.table-head){
    /* background: linear-gradient( to bottom, #ffffff 0%, #fcfcfc 53%, #f2f2f2 95%, #f0f0f0 100% ); */
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.fake-table .table-row:not(.table-head):hover, .fake-table .table-row:not(.table-head).click{
    color: #78B428;
}

.fake-table .table-row:not(.table-head):hover svg path{
    fill: #78B428;
}
.fake-table .table-row .custom-button{
    border: 1px solid #1E6919;
    border-radius: 20px;
    line-height: 15px;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.fake-table .table-row:hover .custom-button, .fake-table .table-row.click .custom-button {
    background-color: #78B428;
    border-color: #78B428;
    color: #fff;
}
.fake-table .table-row:hover .table-download-pdf, .fake-table .table-row.click .table-download-pdf{
    background-position: 0 -26px;
}
.fake-table .table-row.reserved,
.fake-table .table-row.reserved:hover{
    color: #333333;
}
.fake-table .table-row.rented:hover,
.fake-table .table-row.rented{
    color: #dcdcdc;
}
.fake-table .table-row.reserved .table-download-pdf,
.fake-table .table-row.rented .table-download-pdf{
    background-position: 0 -52px;
}
.fake-table .table-row.reserved .custom-button{
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
}
.fake-table .table-row.rented .custom-button{
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #fff;
}
.btn-r{display: none;}
.slide-position-holder{
    display: none;
}

/*incription form*/
.incription-form{
    max-width: 800px!important;
}
.incription-form .md-content{
    background-color: #efefea;
    color: #333;
}
.incription-form .md-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
}
.incription-form .md-content > div {
    padding: 20px;
    text-align: left;
}
.incription-form .contact-form_title{
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 25px;
}
.incription-form .contact-right{
    align-items: unset;
}
.incription-form .contact-right .phone{
    padding-top: 20px;
}
.incription-form .contact-r {
  width: 100%;
}


@media(min-width: 992px) and (max-width: 1200px) {
    #text-area.map-text .img-map h2{
        font-size: 50px;
        padding-top: 4%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(4) {
        width: 6%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(8){
        width: 7%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(12) {
        width: 15%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(11){padding-left: 0;}
    .fake-table .table-row > .table-cell:nth-of-type(11) img, .fake-table .table-row > .table-cell:nth-of-type(11) .table-download-pdf{ margin-left: 20px;}
}
@media(max-width: 991px){
    .three-links{
        margin: 20px 0 0 0;
    }
    .apartments-table {
        position: relative;
        padding: 10px 0;
    }
    .fake-table .table-row{
        /*display: block!important;*/
    }
    .table-cell{
        font-size: 10px;
    }
    .fake-table>.table-row:not(.table-head) {
        border-bottom: none;
    }
    
    .fake-table .table-row>.table-cell:nth-of-type(2),
    .fake-table .table-row>.table-cell:nth-of-type(5){
        display: none;
    }
    
    .fake-table .table-row .custom-button{
        
    }

    .slide-position-holder{
        position: absolute;
        width: 100%;
        left: 0; top: -50px;
        text-align: center;
        display: block
    }
    #slide-position{
        display: inline-block;
        font-size: 22px;
    }
    /*owl carousel*/
    .apartments-table .owl-controls{
        position: absolute;
        top: -50px;
        width: 100%;
        left: 0;
        z-index: 1;
        text-align: center;
    }
    /* Styling Next and Prev buttons */
    .apartments-table .owl-next,
    .apartments-table .owl-prev{
        margin: 0 40px;
        display: inline-block;
        padding: 10px;
        cursor: pointer;
    }
    .apartments-table .owl-prev span{
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 14px 8px 0;
        border-color: transparent #F1C3CD transparent transparent;
    }
    .apartments-table .owl-next span{
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 14px;
        border-color: transparent transparent transparent #F1C3CD;
    }
    .owl-wrapper-outer{
        overflow: hidden;
    }

    .apartments-table .owl-item > div img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom:4px;
    }
    .apartments-table .owl-item{
        display: inline-block;
        vertical-align: top;
    }
    .apartments-preview_img {
        width: 100%;
        z-index: -1;
    }
   
    .reset{display: none;}
    .legend{display: none;}
}
@media(max-width: 767px){
    .fake-table{font-size: 13px;}
    .filters-block {
        width: 100%;
    }
    .apartments-preview_img {
        position: relative;
        width: 100%;
        margin-top: 10px;
        z-index: 0;
    }
    .fake-table > .table-row.table-head > .table-cell span{display: none;}
    
    /* .fake-table .table-row > .table-cell:nth-of-type(1){width: 14%;}
    .fake-table .table-row > .table-cell:nth-of-type(4){width: 14%;}
    .fake-table .table-row > .table-cell:nth-of-type(7){width: 14%;}
    .fake-table .table-row > .table-cell:nth-of-type(10){width: 14%;} */

}
@media(max-width: 480px){
    .apartment-select .block-title {
        font-size: 18px;
    }
    .incription-form .required-text{
        line-height: 25px;
        position: relative;
        top: -3px;
    }
    .incription-form.custom-form input.button{
        width: 100%;
        display: block;
    }
    .incription-form #recaptcha-holder{
        transform: scale(0.5) !important;
    }
    .incription-form .contact-right .text{
        font-size: 9px;
        margin-bottom: 10px;
    }
    .incription-form .contact-right .phone{
        gap: 10px;
    }
    .incription-form .contact-right .phone .wa{
        margin-bottom: 4px;
        width: 15px;
    }
    .incription-form .contact-right .text-editor p{
        font-size: 9px;
    }
    .fake-table > .table-row:not(.table-head):not(last-of-type) .table-cell{border: none;}

    .table-cell {
        font-size: 9px;
    }
    .fake-table .table-row > .table-cell:nth-of-type(1),
    .fake-table .table-row > .table-cell:nth-of-type(4),
    .fake-table .table-row > .table-cell:nth-of-type(7),
    .fake-table .table-row > .table-cell:nth-of-type(8),
    .fake-table .table-row > .table-cell:nth-of-type(9){
        width: 12%;
    }
    
    .fake-table .table-row > .table-cell:nth-of-type(3){
        width: 10%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(6){
        width: 17%;
    }
    .fake-table .table-row > .table-cell:nth-of-type(10){
        width: 1%;
        min-width: 60px;
    }
    .fake-table .table-row .custom-button{
        min-width: unset;
        font-size: 8px;
        padding: 4px 3px;
    }

}

.note{padding: 15px 0 0; font-size: 12px; font-style: italic;}

/*/////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
// Gallery
///////////////////////////////////////////////////////////////////*/

#gallery{
    position: relative;
    background-color: #C8D2E1;
    padding: 0 0 100px 0;
    margin-top: -40px;
}
#gallery .t-width-large{position: relative; z-index: 1;}
#gallery h3 {color: #121212; font-size: 50px;  padding-bottom: 30px; margin-bottom: 0; font-weight: 700;line-height: 1; text-transform: uppercase;}
#gallery .title-btn{
    display: flex; 
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
}
.trigger-3d {
    display: block;
    width: 400px;
    background-color: #fff;
    color: #054105;
    font-weight: 700;
    padding: 12px 10px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    border-radius: 40px;
    line-height: 1;

    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.trigger-3d .svg-icon{
    position: absolute;
    right: 2px;
    top: 2px;
}
.trigger-3d:hover{
    background-color: #054105;
    border-color: #054105;
    color: #fff;
}

.gallery-slider-top{width: 80%; margin: 0 auto;}
.gallery-slider{
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.gallery-slider .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery-slider .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.gallery-slider .owl-item{
    float: left;
}
.gallery-slider .owl-item>div{
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.gallery-slider img{width: 100%;}

.gallery-slider .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.gallery-slider .owl-buttons .owl-prev{
    position: absolute;
    display: inline-block;
    width: 51px; height: 51px;
    left: 24px;
    cursor: pointer;
}
.gallery-slider .owl-buttons .owl-prev:before {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    background-image: url('data:image/svg+xml,<svg width="52" height="51" viewBox="0 0 52 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.9999 50.1797C39.8291 50.1797 51.0399 38.9689 51.0399 25.1396C51.0399 11.3104 39.8291 0.0996094 25.9999 0.0996094C12.1707 0.0996094 0.959961 11.3104 0.959961 25.1396C0.959961 38.9689 12.1707 50.1797 25.9999 50.1797Z" fill="%23DCFF05"/><path d="M15 25.2305H37.01" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/><path d="M21.11 19.1201L15 25.23" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/><path d="M21.11 31.3506L15 25.2305" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.gallery-slider .owl-buttons .owl-prev:hover:before{border-color: transparent #96B40A transparent transparent;}

.gallery-slider .owl-buttons .owl-next{
    position: absolute;
    display: inline-block;
    width: 51px; height: 51px;
    right: 24px;
    cursor: pointer;
}
.gallery-slider .owl-buttons .owl-next:before{
    content: '';
    position: absolute;
    left: 50%; top: 50%;
    width: 51px;
    height: 51px;
    background-image: url('data:image/svg+xml,<svg width="52" height="51" viewBox="0 0 52 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.9999 50.1797C39.8291 50.1797 51.0399 38.9689 51.0399 25.1396C51.0399 11.3104 39.8291 0.0996094 25.9999 0.0996094C12.1707 0.0996094 0.959961 11.3104 0.959961 25.1396C0.959961 38.9689 12.1707 50.1797 25.9999 50.1797Z" fill="%23DCFF05"/><path d="M37.01 25.0498H15" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/><path d="M30.8896 31.1602L37.0096 25.0498" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/><path d="M30.8896 18.9395L37.0096 25.0493" stroke="%23054105" stroke-width="3.01" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);

    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.gallery-slider .owl-buttons .owl-next:hover:before{border-color: transparent transparent transparent #96B40A;}

.gallery-slider-bottom {
    padding: 20px 0;
    background: #e6875a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}
#gallery-counter {
    display: none;
    position: relative;
    left: 50%; margin-left: -115px;
    width: 230px; color: #121212;
    font-size: 20px;
    text-align: center;
    padding-bottom: 35px;
}
#gallery-counter > span {
    display: inline-block;
    width: 20px;
    text-align: center;
}
#gallery-counter > span:first-of-type {
    text-align: right;
}
#gallery-counter > span:last-of-type {
    text-align: left;
}






/* General styles for the modal */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100%;;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    overflow: auto;
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(82,81,82,0.85);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-active .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Content styles */
.md-content {
    color: #fff;
    position: relative;
    margin: 0 auto;
}
.gallery-in-modal .md-content > div {
    padding: 50px;
    text-align: center;
}
.md-content img{
    max-width: 100%;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.iframe-modal{
    overflow: hidden;
}
.iframe-modal .md-content{
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 100%;
}
.iframe-modal .md-close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
    z-index: 1;
}

/*#iframe-modal{max-width: 380px!important;}
#iframe-modal .md-content{background-color: #DDD9D6; color: #333; padding: 70px 20px 70px 20px; text-align:center;}
#iframe-modal .md-close{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/gallery-close.svg") no-repeat;
    cursor: pointer;
}
#iframe-modal .banner-title { font-size: 24px; letter-spacing: 1px; line-height: 100%; color: #1E1E1C; margin-bottom: 30px; font-weight: 500; }*/


#theFrame{
    height: 600px;
    max-height: 100%;
}
@media(max-width: 991px){
    .iframe-modal {
        /*position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 2000;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%)translateY(0%);
        max-height: 100%;
        overflow: hidden;*/
    }
    .iframe-modal.md-show {
        visibility: visible;
    }
    .iframe-modal .md-content{
        width: 100%;
        max-width: 1100px;
        height: 100%;
        max-height: 100%;
    }
    #theFrame {
        min-height: 400px;
    }
}

/*/////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
// Contact
///////////////////////////////////////////////////////////////////*/

#contact{
    background-color: #C8D2E1;
    font-weight: 500;
    font-size: 13px;
    padding: 40px 0 30px 0;
}
#contact .contact-box{
    padding: 50px 0 0 0;
}
#contact h3 {color: #054105; font-size: 64px;  padding-bottom: 38px; font-weight: 700; line-height: 1; position: relative; display: inline-block;}
#contact .c-text{
    font-size: 18px;
    font-weight: 500;
}
.m-b-20{
    margin-bottom: 20px;
}
#contact .c-img{text-align: center; width: 100%; margin-bottom: 50px;}

#contact .wecky-aeby-logo{}
.contact-right .phone{display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;}
.contact-right .phone .wa{
    margin-bottom: 8px;
}
.contact-right .phone a:hover{color: #96B40A;}
.contact-right .text{font-size: 12px; font-weight: bold; margin-bottom: 30px;}
.contact-right .text-editor p{
    font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.4;
}
#contact .image-holder a{display: inline-block;}
#contact .image-holder a.mrach{ margin-right: 275px;}

#contact .contact-form_title{
    
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 22px;
}
#contactForm{
    position: relative;
}
#contact_form_error{position: absolute; bottom: -40px;}
#contact_form_error > p, #appartments_form_error > p{color: #cc0000; padding-bottom: 10px; }

#contact .custom-form {
    position: relative;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.contact-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.c-form{
    max-width: 650px;
    width: 100%;
}
.contact-r {
  width: 400px;
}
.contact-info{

}
.custom-form input,
.custom-form  textarea{
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 20px;
    padding: 13px 21px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.custom-form input::placeholder {
    color: #C8D2E1;
    opacity: 1;
}

.custom-form input::-webkit-input-placeholder {
    color: #C8D2E1;
    opacity: 1;
}

.custom-form input::-moz-placeholder {
    color: #C8D2E1;
    opacity: 1;
}

.custom-form input:-ms-input-placeholder {
    color: #C8D2E1;
    opacity: 1;
}

.custom-form input::-ms-input-placeholder {
    color: #C8D2E1;
    opacity: 1;
}

.custom-form  textarea{
    min-height: 120px;
    resize: vertical;
    width: 100%;
}
.custom-form input.error,
.custom-form  textarea.error{
    border-color: #e6875a;
}
.custom-form  input::-webkit-input-placeholder,
.custom-form  textarea::-webkit-input-placeholder {
    color: #151517;
}
.custom-form  input:-moz-placeholder,
.custom-form  textarea:-moz-placeholder { /* Firefox 18- */
    color: #151517;
}
.custom-form  input::-moz-placeholder,
.custom-form  textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #151517;
}
.custom-form  input:-ms-input-placeholder,
.custom-form  textarea:-ms-input-placeholder {
    color: #151517;
}
.pdf-c{
    cursor: pointer;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 14px 10px;
    background-color: #054105;
    color: #fff !important;
    position: relative;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;

    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.pdf-c .svg-icon{
    position: absolute;
    right: 3px;
    top: 4px;
}
.pdf-c:hover{background-color: #96B40A; }

.pdf-c::before, .pdf-c::after {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#userfile-label{
    cursor: pointer;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 14px 10px;
    background-color: #054105;
    color: #fff !important;
    position: relative;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
#userfile-label .svg-icon{
    position: absolute;
    right: 3px;
    top: 3px;
}

#contact_userfile,
#appartments_userfile{
    display: none!important;
}
.required-text{
    color: #fff;
    display: block;
    line-height: 20px;
    font-size: 11px;
    /* margin-bottom: 25px; */
    font-weight: 500;
    text-transform: uppercase;
}
.custom-form input.button{
    line-height: 20px;
    padding: 14px 10px;
    text-transform: uppercase;
    background-color: #DCFF05;
    border: none;
    color: #054105;
    margin-bottom: 0;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
#userfile-label:hover, .pdf-c:hover{background-color: #DCFF05;color: #054105 !important; }
.custom-form input.button:hover{background-color: #054105; color: #fff; }
#success{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #032d3c;
    display: block;
    width: 100%;
    line-height: 65px;
    text-align: center;
    color: #e6875a;
    font-size: 12px;
    font-weight: 500;
}
.foo-copyright {
    text-align: center;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #EBF0F2;
}
.foo-copyright p {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    color: #B9BEC0;
}
.links-bellow-map .pos-helper > span .pdf_download{ text-align: right; padding-right: 13%; width:100%; display:block; text-transform:uppercase; }
.links-bellow-map .pos-helper > span .pdf_download:hover{text-decoration:underline;}
.plan{position: absolute; right: -140px; z-index: 9;}

@media(max-width: 991px) {
    #contact table {
        max-width: 575px;
    }

    #contact .custom-form {
        position: relative;
        top: 0;
        margin-top: 30px;
        z-index: 1;
    }
    .foo-copyright {
        margin-top: 20px;
    }
	.plan{position: relative; right:auto; z-index: 999999; padding-left:10px;}
	.links-bellow-map .pos-helper > span .pdf_download{padding-right:0; text-align:center; }
}

@media(max-width: 767px) {
    #contact table {
        max-width: 575px;
    }

    #contact tr > td:nth-of-type(1){
        padding-left: 60px;
        background: url('../images/home-logo.png') no-repeat left top 5px;
        padding-right: 20px;
        background-size: 50px;
    }

    .image-holder {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media(max-width: 480px) {

    #contact tr > td:nth-of-type(1){
        display: block;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    #contact tr > td:nth-of-type(2){
        display: block;
        width: 100%;
    }

    .image-holder {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .foo-copyright p {
        font-size: 12px;
    }
}

.desktop-pagination {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.pag-prev,
.pag-next {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.pag-next .pag-next-text{
    font-size: 9px;
    font-weight: bold;
}
.pag-prev span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 14px 8px 0;
    border-color: transparent #96B40A transparent transparent;
}
.pag-next span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #96B40A;
}
.serial-number {
    width: 80px;
    display: inline-block;
    font-size: 22px;
}

.modal-popup{
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
}
.modal-popup-block{
    padding: 50px 10px;
    border: 8px solid #054105;
    text-align: center;
    position: relative;
}
.title-m {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.title-m.m-20-0{
    margin: 20px 0;
}
.text-m {
    font-size: 30px;
    font-weight: 700;
    background-color: #DCFF05;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 40px;
}
.text-editor-m p{
    font-size: 25px;
    font-weight: 700;
}
.text-editor-m h2{
    font-size: 40px;
    font-weight: 700;
}
.modal-popup .md-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
/*///////////////////////////////////////////////////////////////////
// RESPONSIVE
///////////////////////////////////////////////////////////////////*/

@media(min-width: 1200px) {
    #contact .image-holder a.mrach.mobile{display: none;}
    
}

@media(max-width: 1200px) {
    .flex-bottom .right-half .btn-grey{
        font-size: 15px;
        padding: 14px 10px;
    }
    .flex-top .left-half .left-svg{
        width: 75px;
        height: 75px;
    }
    .flex-top .top-text{
        font-size: 20px;
        margin-top: 30px;
    }
    .flex-top .top-title{
        font-size: 50px;
    }
    .flex-bottom .top-text{
        font-size: 20px;
    }
    .le-project h3.title{
        font-size: 60px;
    }
    .img-svg .svg-belfaux {
        left: -160px;
        margin-bottom: 20px;
        width: 770px;
        height: 115px;
    }
    
    #gallery{
        margin-top: -31px;
    }
    .custom-grid .quote{
        font-size: 20px;
    }
    .custom-grid .bignum{
        padding: 20px;
    }
    .custom-grid .bignum .label{
        left: 20px;
    }
    .custom-grid .bignum .number{
        font-size: 90px;
    }
    .custom-grid .bignum .desc{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .custom-grid .textblock{
        padding: 20px;
    }
    .custom-grid .textblock p{
        font-size: 20px;
    }
    .le-project-item .le-project-img{
        gap: 20px;
        flex: 1;
    }
    .le-project-item .le-project-img svg{
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .le-project-item .le-project-img p{
        font-size: 20px;
    }
    .le-project-item .le-project-text{
        font-size: 20px;
        flex: 3;
    }
    #gallery .title-btn{
        align-items: end;
    }
    #gallery .title-btn .g-title{
        width: 56%;
        height: auto;
    }
    .trigger-3d{
        font-size: 17px;
        max-width: 320px;
        width: 100%;
        padding: 14px 10px;
    }
    .btn-white{padding: 15px 40px 15px 10px; font-size: 16px;}
    #contact h3{
        font-size: 48px;
    }
    .contact-right{
        align-items: unset;
    }
    #contact .contact-form_title{
        font-size: 17px;
    }
    .contact-r {
        width: auto;
    }

    #text-area {padding: 0 0 350px; }
    #text-area .links {margin: 20px 0 44px;}
    #text-area .t-width-large > div:nth-child(2){float: left; padding-top: 30px; }

    #project .image-holder{top: 0; width: auto; height: auto; padding:0 0 20px 60px;}
    #project .image-holder img{max-width: unset;  width: 100%;}

    .video-bottom .text {padding-bottom: 20px;}
    .video-bottom .text .map-t { position: relative; bottom: 0;}

    #contact .image-holder a.ciepp{margin-bottom: 30px;}
    #contact .image-holder a.mrach {margin-right: 100px; display: none;}
    #contact .image-holder a.mrach.mobile{display: block;}
    .contact-right{
        align-items: unset;
    }
    .contact-r {
        width: auto;
    }
}

@media(max-width: 992px) {
    .top-block .flex-top{width: 100%;}
    
    .flex-top .left-half .left-svg{
        width: 65px;
        height: 65px;
    }
    .flex-top .top-text{
        font-size: 16px;
        margin-top: 20px;
    }
    .flex-top .top-title{
        font-size: 40px;
        margin-top: 20px;
    }
    .flex-bottom .top-text{
        font-size: 16px;
    }
    .flex-bottom .right-half .btn-grey {
        font-size: 12px;
        padding: 15px 10px;
    }
    .btn-green{
        font-size: 10px;
    }

    #text-area.map-text .img-map h2{
        font-size: 40px;
        padding-top: 4%;
    }
    .custom-grid .bignum{
        grid-column: 1 / 5;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .custom-grid .bignum .label{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        font-size: 12px;
    }
    .custom-grid .quote{
        font-size: 16px;
    }
    .custom-grid .bignum .number{
        width: 50%;
    }
    .custom-grid .bignum .desc{
        width: 50%;
        font-size: 16px;
    }
    .custom-grid .img-block{
        grid-column: 1 / 5;
        flex-direction: row;
    }
    .custom-grid .textblock p{
        font-size: 16px;
    }
    .custom-grid .img-block .img{
        flex: 1;
    }
    .custom-grid .textblock{
        grid-column: 1 / 5;
    }
    .le-project-block {
        padding-top: 40px;
    }
    .le-project h3.title {
        font-size: 50px;
        padding-bottom: 30px;
    }
    .le-project-item .le-project-img{
        gap: 10px;
    }
    .le-project-item .le-project-img svg{
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
    .le-project-item .le-project-img p{
        font-size: 16px;
    }
    .le-project-item .le-project-text{
        font-size: 16px;
    }
    .trigger-3d{
        font-size: 13px;
        padding: 16px 10px;
    }
    .btn-white{font-size: 13px;padding: 16px 40px 15px 10px;}
    .img-svg .svg-belfaux{
        left: -25%;
        width: 120%;
        height: auto;
        margin-bottom: 10px;
    }

    .tree-button > div{font-size: 16px;}
    #text-area {padding: 100px 20px 30px; }
    #text-area .t-width-large > div:nth-child(2){float: none; display: block; }

    .text-box{padding: 0 20px;}

    /* #project {padding-bottom: 40px;} */
    #project{
        padding-top: 35px;
    }

    #project .title-box p{width: auto;}

    #video {padding-bottom: 40px;}
    .video-bottom .text{width: 100%;}
    .video-bottom .text .map-t{width: auto;}
    #video .left{padding: 40px 0 40px 0;}
    #video .right{padding: 40px 20px 40px 20px;}

    #apartments{ padding-top: 40px; padding-bottom: 40px;}
    #apartments .t-width-large{padding: 0 10px;}
    .apartments-table{margin-top: 0;}
    #gallery{
        margin-top: -70px;
        padding:  0 0 50px 0;
    }

    #gallery .t-width-large {padding: 0 20px;}
    .gallery-slider-top{width: 100%;}

    #contact{
        padding-top: 30px;
    }
    #contact > .t-width-large {padding: 0 20px;}
    #contact h3{
        font-size: 50px;
        padding-bottom: 30px;
    }
    #contact .contact-form_title{
        font-size: 13px;
    }
    .pdf-c,
    #userfile-label,
    .custom-form input.button{
        font-size: 10px;
    }
    #apartments .caves-btn .pdf-c{
        max-width: 141px;
        padding: 9px 30px 9px 14px;
    }
    .desktop-pagination{
        margin: 0 0 20px 0;
    }
    .img-map .overlay {
        background: rgba(0, 0, 0, 0.03);
    }
}
@media(max-width: 767px){
    .btn-green {
        font-size: 10px;
        padding: 12px 10px;
    }
    .btn-green .svg-icon{
        width: 30px;
        height: 30px;
    }
    .flex-bottom .right-half .btn-grey{
        padding: 13px 30px 13px 10px;
        font-size: 9px;
    }
    .btn-grey .svg-icon{
        width: 30px;
        height: 30px;
    }
    .trigger-3d{
        font-size: 11px;
        padding: 11px 40px 11px 20px;
        max-width: unset;
        width: auto;
    }
    .trigger-3d .svg-icon{
        width: 30px;
        height: 30px;
    }
    .btn-white{
        font-size: 11px;
        padding: 11px 30px 11px 20px;
    }
    .btn-white .svg-icon{
        width: 30px;
        height: 30px;
        top: 1px;
    }
    .flex-top .btn-green{
        margin: 20px auto 0 auto;
    }
    .top-block .flex-top{
        gap: 20px;
    }
    .flex-bottom .top-text{
        font-size: 14px;
    }
    .flex-bottom{
        gap: 20px;
    }
    .flex-top .left-half .left-svg {
        width: 40px;
        height: 40px;
    }
    .flex-top .top-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .flex-top .top-title{
        font-size: 25px;
        margin-top: 20px;
    }
    
    .pdf-c{
        font-size: 10px;
        padding: 9px 10px;
    }
    .pdf-c .svg-icon{
        width: 30px;
        height: 30px;
    }
    #apartments .caves-btn{
        margin-top: 20px;
    }
    #apartments .caves-btn .pdf-c{
        font-size: 8px;
        max-width: 120px;
        padding: 4px 35px 4px 14px;
    }
    #apartments .caves-btn .pdf-c .svg-icon{
        right: 3px;
        top: 2px
    }
    #userfile-label{
        font-size: 10px;
        padding: 9px 10px;
    }
    #userfile-label .svg-icon {
        width: 30px;
        height: 30px;
    }
    .custom-form input.button{
        padding: 9px 10px;
        font-size: 13px;
    }
    .custom-form input, .custom-form textarea{
        padding: 9px 10px;
    }
    #text-area.map-text .img-map h2{
        font-size: 40px;
        padding-top: 4%;
    }
    #text-area h2, #project h3.blue-title,  #gallery h3, #contact h3{font-size: 50px;}
    #apartments h3{
        font-size: 43px;
    }
    #text-area.map-text .img-map .t-width-large h2{font-size: 44px;}
    #text-area.map-text .img-map .t-width-large p{font-size: 18px;}
    .tree-button > div{font-size: 12px;}
    .tree-button > div:nth-child(1){padding: 10px;}

    #project{padding-top: 40px;}
    #project h3.title{}
    #project .image-holder{padding: 0 0 50px; margin: 0;}
    #project .title-box p {font-size: 28px; padding-bottom: 20px;}
    #project .title-box p br{display: none;}

    #video h3{font-size: 28px;}
    #video .t-width-large{display: block;}
    #video .left{width: 100%;float: none;display: block;}
    #video .right{width: 100%;float: none;display: block;padding-bottom: 0;}
    .video-bottom .text .map-t::before{display: none;}
    .video-bottom .text .map-t::after{top: 11px;}

    #video .video-bottom .text td h3{white-space: nowrap;}
    .video-bottom .text.temps td:first-child td:first-child{width: 53px !important;}
    .video-bottom .text.temps td{width: 49%; display: inline-block;}

    .total-available{
        padding-top: 0;
        padding-bottom: 5px;
    }
    .total-available span{font-size: 70px;}
    .filters-block {padding-top: 10px; max-width: unset;}

    #contact h3{}
 

    .modal-popup{
        max-width: 95%;
    }
    .modal-popup-block{
       padding: 40px 10px;
    }
    .title-m{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .text-m{
        font-size: 17px;
        margin-bottom: 25px;
    }
    .text-editor-m p{
        font-size: 15px;
    }
    .text-editor-m h2{
        font-size: 24px;
    }
}
@media(max-width: 540px) {
    .btn-green {
        font-size: 8px;
        padding: 11px 10px;
    }
    .btn-green .svg-icon {
        width: 26px;
        height: 26px;
    }
    .btn-grey .svg-icon {
        width: 26px;
        height: 26px;
    }
    .flex-top {
        display: flex;
        padding: 20px 0 ;
    }
    .flex-bottom{
        padding: 0 0 20px 0;
        gap: 10px;
    }
    .flex-bottom .right-half .btn-grey {
        padding: 12px 30px 12px 5px;
        font-size: 6px;
    }
    .flex-bottom .top-half.left-half{
        visibility: hidden;
    }
    .top-block .flex-top {
        gap: 10px;
    }
    .flex-top .left-half .left-svg{
        width: 30px;
        height: 30px;
    }
    .flex-top .top-text{
        font-size: 11px;
    }
    .flex-top .top-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .flex-bottom .top-text {
        font-size: 11px;
    }
    #text-area.map-text .img-map h2{
        font-size: 20px;
    }
    .custom-grid .concept{
        font-size: 8px;
    }
    .custom-grid .quote {
        font-size: 11px;
        margin-bottom: 5px;
    }
     .custom-grid .bignum .number {
        font-size: 80px;
    }
    .custom-grid .bignum .desc {
        font-size: 22px;
    }
    .custom-grid .textblock p {
        font-size: 11px;
    }
    .le-project-item{
        padding: 10px 0;
    }
    .le-project h3.title{
        font-size: 30px;
        margin-bottom: 0;
    }
    
    .le-project-item .le-project-img p {
        font-size: 11px;
        min-width: 62px;
    }
    .le-project-item .le-project-text {
        font-size: 11px;
    }
    .trigger-3d {
        font-size: 8px;
        padding: 11px 30px 11px 8px;
        max-width: unset;
        width: auto;
    }
    .trigger-3d .svg-icon {
        width: 25px;
        height: 25px;
    }
    .btn-white {
        font-size: 6px;
        padding: 11px 27px 11px 0px;
        max-width: unset;
        width: auto;
        margin-top: 10px;
    }
    .btn-white .svg-icon {
        width: 25px;
        height: 25px;
    }
    .pdf-c {
        font-size: 6px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
    .pdf-c .svg-icon {
        width: 20px;
        height: 20px;
    }
    #apartments .caves-btn .pdf-c{
        max-width: 100px;
        padding: 2px 35px 2px 14px;
    }
    #userfile-label{
        font-size: 6px;
        padding: 4px 10px;
    }
    #userfile-label .svg-icon {
        width: 20px;
        height: 20px;
    }
    .required-text{
        font-size: 8px;
    }

    #gallery{
        margin-top: -58px;
    }
    #gallery .title-btn{
        margin-bottom: 20px;
    }
    .custom-form input, .custom-form textarea{
        padding: 3px 10px;
    }
    .custom-form input.button {
        padding: 4px 10px;
        font-size: 6px;
    }
    .gallery-slider .owl-buttons .owl-prev{
        width: 20px;
        height: 20px;
        left: 12px;
    }
    .gallery-slider .owl-buttons .owl-next{
        width: 20px;
        height: 20px;
        right: 12px;
    }
    .gallery-slider .owl-buttons .owl-prev::before{
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .gallery-slider .owl-buttons .owl-next::before{
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    #contact{
        padding-top: 30px;
    }
    #contact > .t-width-large{
        padding: 0 10px;
    }
    #contact .custom-form{
        margin-top: 20px;
    }
    #contact .contact-form_title{
        margin-bottom: 10px;
    }
    .custom-form input, .custom-form textarea{
        margin-bottom: 10px;
    }
    #contact h3{
        font-size: 30px;
    }
    #contact .c-text{
        font-size: 16px;
    }
    #contact .text{
        font-size: 8px;
        margin-bottom: 10px;
    }
    #contact .text-editor p{
        font-size: 8px;
    }
    #contact .phone .wa{
        width: 11px;
    }
    #recaptcha-holder-contact{
        transform: scale(0.5) !important;
    }
    #apartments h3{
        font-size: 22px;
    }
    #video .video-bottom .text td h3{white-space: normal;}
    .video-bottom .text.temps table table{margin-bottom: 40px;}
    .video-bottom .text.temps td{width: 100%; display: block;}
    .video-bottom .text.temps td td{display: inline-block;}
    .video-bottom .text.temps td td:last-child{width: 75%;}
  
}
@media(max-width: 380px){
    #text-area h2, #project h3.blue-title,  #gallery h3, #contact h3{font-size: 38px;}
    
    #project .title-box p{font-size: 22px;}
    #project .title-box .download {padding: 0 0 0 50px; background-position: left top; }
    .video-bottom .map-box{width: auto;}
    #contact .image-holder a.mrach{margin-bottom: 25px;}

}
