@font-face { font-family: 'futuris'; src: url("../fonts/futuris.eot"); src: url("../fonts/futuris.eot?#iefix") format("embedded-opentype"), url("../fonts/futuris.woff2") format("woff2"), url("../fonts/futuris.woff") format("woff"), url("../fonts/futuris.ttf") format("truetype"), url("../fonts/futuris.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'futurisBold'; src: url("../fonts/futurisBold.eot"); src: url("../fonts/futurisBold.eot?#iefix") format("embedded-opentype"), url("../fonts/futurisBold.woff2") format("woff2"), url("../fonts/futurisBold.woff") format("woff"), url("../fonts/futurisBold.ttf") format("truetype"), url("../fonts/futurisBold.svg") format("svg"); font-weight: normal; font-style: normal; }

.contentBlock.apartaments{
    padding: 0;
}

.ev-frame-convas,
.ev-frame-convas *{
    font-family: "futuris", Verdana, Helvetica, Arial, sans-serif;
}
.ev-frame-convas {
    position: relative;
    width: 100%;
    min-height: 600px;
    font-size: 18px !important;
    color: #666666 !important;
}

.expander {
    display: table;
    min-height: 600px;
    height: 600px;
    table-layout: fixed;
    width: 100%;
}

.expander-col::before {
    background-color: rgba(59, 74, 120, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 3;
}

.expander-col::after {
    /* background-color: rgba(255, 255, 255, 0.2); */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.expander-col {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    float: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
    width: 33%;
    z-index: 3;
    cursor: pointer;
}

.expander-col.hid{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.expander-col.visible{
    -webkit-filter: none;
    filter: none;
    vertical-align: top;
    margin-top: 20px
}

.exp-col-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    z-index: 10;
}
.exp-col-info h4{
    color: #FFFFFF !important;
    text-shadow: black 1px 2px 3px,
                 0 0 0.8em black,
                 0 0 0.8em black,
                 0 0 0.8em black;
}
.exp-col-info h4 span{
    display: block;
    width: 100%;
    font-size: 70%;
    line-height: 1;
}
.exp-col-2{
    border-width: 0 3px;
    border-color: #FFFFFF;
    border-style: solid;
    overflow: hidden;
}


.expander-col.visible .exp-col-info h4 span{
    display: none;
}


.expander-col.visible.exp-col-1 .exp-col-info h4 span{
    display: block;
}
.expander-col.exp-col-1.visible{
    vertical-align: middle !important;
}

.svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    margin: auto;
    z-index: 5;
}

.explorer .svg{
    top: -200%;
    max-height: none;
    min-height: 100%;
}

.svg image{
    z-index: -1;
}

.svg g polygon{
    transition: all 0.3s ease-out;
}
.svg g.hover polygon,
.svg g:hover polygon{
    fill: rgba(255,255,255, 0.7);
    opacity: 1;
    stroke: #FFFFFF;
    stroke-width: 2.5px;
}

.svg-wrapp{
    display: none;
}



.svg-wrapp .floor-elevator{
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
    width: auto;

}
.svg-wrapp .floor-elevator .floor{
    position: relative;
    width: 70px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #37102D;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.1s ease-out;
    color: #37102D;
}
.svg-wrapp .floor-elevator .floor i{
     position: absolute;
     top: 35%;
     right: -5px;
     display: inline-block;
     width: 10px;
     height: 10px;
     background-color: #37102D;
     border-radius: 50%;
     transition: all 0.1s ease-out;
 }
.svg-wrapp .floor-elevator .floor.hover span,
.svg-wrapp .floor-elevator .floor:hover span{
    font-weight: bolder;
    font-size: 1.5em;
}
.svg-wrapp .floor-elevator .floor.hover i,
.svg-wrapp .floor-elevator .floor:hover i{
    width: 20px;
    height: 20px;
    right: -10px;
    top: 20%;
    border: 5px solid #37102D;
    background-color: #FFFFFF;
}

.svg-wrapp .floor-elevator h4{
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    width: 120px;
}


.floor-popup .house-floors{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.floor-popup .house-floors button.mfp-close{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3em;
    margin-top: 0;
}

.floor-popup .house-floors .slick-arrow{
    position: absolute;
    bottom: 25px;
    z-index: 10;
    font-size: 1.8em;
    text-decoration: none;
    color: #37102D;
    font-family: "futuris", Verdana, Helvetica, Arial, sans-serif;
    transition: all 0.1s ease-out;
}
.floor-popup .house-floors .slick-arrow:hover{
    text-decoration: underline;
}
.floor-popup .house-floors .slick-arrow:hover:active,
.floor-popup .house-floors .slick-arrow:active{
    color: red;
    text-decoration: none;
}
.floor-popup .house-floors .slick-arrow.prew{
    left: 50px;
    right: auto;
}
.floor-popup .house-floors .slick-arrow.next{
    right: 50px;
    left: auto;
}
.floor-popup .house-floors .slick-arrow.prew:active{
    left: 25px;
}
.floor-popup .house-floors .slick-arrow.next:active{
    right: 25px;
}

.floor-popup .house-floors .slick-arrow.slick-disabled{
    display: none !important;
}


.floor-popup .svg-wrapp.floor{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0 50px 0;
    background: #FFFFFF;

    /*
    background-image: url("../apartaments/RoseOfWind.png");
    background-repeat: no-repeat;
    background-position: 88% 85%;
    */
}


.floor-popup .svg-wrapp.floor h4{
    text-align: center;
    font-size: 2em;
    color: #37102D;
    font-family: "futuris", Verdana, Helvetica, Arial, sans-serif;
}

.floor-popup .svg-wrapp.floor .svg g{
    cursor: pointer;
}
.floor-popup .svg-wrapp.floor g[status="sold"] polygon,
.floor-popup .svg-wrapp.floor .svg g:hover polygon{
    fill: #512f48;
    opacity: 0.8;
}

.floor-popup .svg-wrapp.floor .colums{
    position: relative;
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 10px;
}

.floor-popup .svg-wrapp.floor .colums.info{
    width: 30%;
}
.floor-popup .svg-wrapp.floor .colums.street{
    width: 10%;
    position: relative;
    height: 50vh;

    background-image: url("../apartaments/RoseOfWind.png");
    background-repeat: no-repeat;
    background-position: 60% 85%;
    background-size: 70%;
}

.floor-popup .svg-wrapp.floor .colums.street .street-road{
    position: absolute;
    /* transform:  translate( 10px, 10px ); */
    transform:  rotate( -90deg );
    transform-origin: 20% 50%;
    top: 50%;
    width: 300px;

    border-width: 1px 0;
    border-style: solid;
    color: #512f48;

    font-family: "futuris", Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
}
.floor-popup .svg-wrapp.floor .colums.street .street-road p{
    font-size: 1.5em;
}

.floor-popup .svg-wrapp.floor .colums.floor{
    width: 85%;
}

.floor-popup .svg-wrapp.floor .colums.floor .svg{
    position: relative;
    width: 100%;
}

.hide{
    display: none;
}


.floor-popup .svg-wrapp.floor g foreignObject{
    display: table;
}

.floor-popup .svg-wrapp.floor g[status="sold"] foreignObject .info,
.floor-popup .svg-wrapp.floor g:hover foreignObject .info{
    display: table-cell;
}
.floor-popup .svg-wrapp.floor g foreignObject .info{
    display: none;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    font-family: "futuris", Verdana, Helvetica, Arial, sans-serif;
    transition: all 0.1s ease-out;
}

.floor-popup  .svg-wrapp.floor#d-34_floor-1 foreignObject .info .info-content{
    margin: 0 auto;
    width: 60%; height: auto;
    padding: 10px;
    background-color:  rgba( 81, 47, 72, 0.4 );
}
.floor-popup .svg-wrapp.floor foreignObject .info .title{
    font-size: 1.6em;
    font-weight: bolder;
}

.floor-popup .svg-wrapp.floor foreignObject .info .desc{
    font-size: 1.1em;
}

.floor-popup .svg-wrapp.floor foreignObject .info .sup{
    display: inline-block;
    vertical-align: top;
    font-size: 70%;
    margin-top: -0.5em;
}



.floor-popup #d-30-floors.house-floors{
    width: 800px;
}
html:not(.explorer) .floor-popup #d-30-floors.house-floors .slick-list.draggable,
html:not(.explorer) .floor-popup #d-30-floors.house-floors .svg{
    height: auto !important;
}
.floor-popup #d-30-floors.house-floors .colums.street{
    background-position: 60% 90%;
}
.floor-popup #d-30-floors.house-floors .colums.street .street-road{
    transform-origin: 20% 150% 0;
}
.floor-popup #d-30-floors.house-floors .svg-wrapp.floor foreignObject .info .title{
    font-size: 2.6em;
}

.floor-popup #d-30-floors.house-floors foreignObject .desc{
    font-size: 180%;
}

.residence-2{
    max-width: 1024px;
    background-image: url("../apartaments/RoseOfWind.png");
    background-repeat: no-repeat;
    background-position: 0  0;
    background-size: 10%;
}
.residence-2 .bookit{
    margin-top: 130px;
}
.residence-2 .apart{
    float: left;
    width: 32%;
    font-size: 1.2em;
}
.residence-2 .apart span{
    display: inline-block;
    font-size: 1.5em;
    margin: 10px 0;
}
.residence-2 .bigScheme img{
    width: 100%;
}
.residence-2 .bigScheme{
    float: left;
    width: 68%;
}

.residence-2  .wrapper{
    width: auto;
    max-width: none;
}

.residence-2 .titleScheme{
    margin-bottom: 50px;
}


@media (min-aspect-ratio: 16/9) {
    .residence-2 .bigScheme img {
        width: 90%;
    }

}



    @media only screen and (max-width: 1024px) {
    .floor-popup .house-floors{width: 100%;}
    .floor-popup .svg-wrapp.floor .colums.street .street-road{transform-origin: 20% 100% 0;}
    .floor-popup #d-30-floors.house-floors .colums.street,
    .floor-popup .svg-wrapp.floor .colums.street{ background-position: 60% 100%;}
}

@media only screen and (max-width: 800px) {
    .svg.house{ left: -100%;   margin: auto;  right: -100%;   width: 150%; }

    .residence-2 .apart span{font-size: 1em; margin: 5px 0;}
    .residence-2 .bookit{margin-top: 50px;}

    .residence-2 .apart { float: none; font-size: 1em;  margin-top: 20px; text-align: center; width: 100%;}
    .residence-2 .apart { float: none; font-size: 1em;  margin-top: 20px; text-align: center; width: 100%;}
    .residence-2 .bigScheme{float: none; width: 100%;}
}
@media only screen and (max-width: 640px) {

    .svg.house{ left: 0;   margin: auto;  right: auto;   width: 100%; }
    .svg.floor{ height: auto; }

    .expander{ display: block;height: auto; min-height: 100%;}
    .expander-col{width: 100%; display: inline-block; height: 40vh; background-image: none !important;}
    .svg-wrapp.house{display: block;}

    .floor-popup #d-30-floors.house-floors{ width: 100%;}
    .exp-col-info h4 span{ display: none}

    .floor-popup #d-30-floors.house-floors .colums.street .street-road{transform-origin: 20% 150% 0;}
    .floor-popup #d-30-floors.house-floors .colums.street{ height: 35vh;}

    .floor-popup .svg-wrapp.floor .colums.street{ height: 24vh;}
    .floor-popup .svg-wrapp.floor .colums.street .street-road p{font-size: 1em;}
    .floor-popup .svg-wrapp.floor .colums.street .street-road {transform-origin: 20% 120% 0; width: 200px}

    .floor-popup .house-floors .slick-arrow{font-size: 1em;}

    .floor-popup .house-floors .slick-list.draggable{ height: auto !important; }


    .svg-wrapp .floor-elevator{left: 0; top: 5xp;}
    .svg-wrapp .floor-elevator h4{ font-size: 1em; width: 80px;}
    .svg-wrapp .floor-elevator .floor{width: 40px; padding: 5px 0; font-size: 80%}
    .popup-block-content{top: 90px !important;}
    .residence-2{overflow: auto;}
}

@media only screen and (max-width: 540px) {
    .expander-col{ height: 34vh;}
    .mfp-container{ position: absolute;}
}
@media only screen and (max-width: 480px) {
    /* .expander-col{ height: 100vh;} */

    .floor-popup .house-floors .colums.street{ display: none;}
    .floor-popup .svg-wrapp.floor .colums.floor{ width: 70%; margin: 0 auto; float: none;}
    .floor-popup .svg-wrapp.floor h4{font-size: 1.2em;}

}