@media (max-width: 1366px) {
    .plan {
        max-height: 650px;
        height: calc(100vh - 95px) !important;
    }
}

.plan {
    position: relative;
}

.plan > img {
    position: absolute;
    max-width: none;
    z-index: 2;
    left: 0px;
    top: 0px;
    transition: opacity 0.1s ease;
    -webkit-transition-delay: .4s;
    /* Safari */
    transition-delay: .4s;
    opacity: 0;
}

.plan > img.fake {
    visibility: hidden;
    z-index: 0;
    position: relative;
    width: 100%;
}

.plan > img.active {
    transition: opacity 0.5s ease;
    -webkit-transition-delay: 0s;
    /* Safari */
    transition-delay: 0s;
    opacity: 1;
    z-index: 3;
}

.plan .svg {
    top: 0;
    position: absolute;
    z-index: 2;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.plan .svg img {
    max-width: none;
}

.plan .svg.active {
    transition: opacity 0.5s ease;
    -webkit-transition-delay: 0s;
    /* Safari */
    transition-delay: 0s;
    opacity: 1;
    z-index: 4;
}

.plan .svg g {
    cursor: pointer;
    transition: all 0.2s ease;
}

.plan .svg svg.parking g {
    cursor: default;
}

.plan .svg g.flat > * {
    fill: #738f42;
    fill-opacity: 0;
}

.plan .svg g.flat.active * {
    fill: #738f42;
    fill-opacity: 0.5;
}

.plan .svg g.flat * {
    fill: #738f42;
    fill-opacity: 0.5;
}

.plan .svg g.flat.hidden * {
    fill-opacity: 0;
}

.plan .svg g.flat:hover * {
    fill-opacity: 0.7;
}

.plan .svg g.flat.sold *, .plan .svg g.reserved * {
    fill: #000000;
    fill-opacity: 0.4;
}

.plan .svg g.flat.sold {
    cursor: not-allowed;
}

.plan .svg g.flat.sold:hover *, .plan .svg g.reserved:hover * {
    fill-opacity: 0.6;
}

.plan .svg g.floor {
    fill: #ffffff;
    fill-opacity: 0;
}

.plan .svg g.floor:hover {
    fill-opacity: 0.3;
}

.compass, .house-item, .lvl-select {
    z-index: 5;
}

.house-item.hide {
    transition: all 1s ease;
    top: -999px;
    opacity: 0;
}

.lvl-select a .name {
    left: 60px;
    opacity: 0;
    transition: all 0.5s ease;
    font-size: 15px;
}

.lvl-select a.active .name {
    left: 43px;
    opacity: 1;
}

.site-header {
    z-index: 14;
}

img {
    vertical-align: middle;
}

.apartament-middle .house-name {
    cursor: pointer;
}

.toggle-view {
    margin-top: 20px;
    margin-bottom: 0;
}

.apartament-middle .house-name {
    margin-top: 20px;
}

.plan .loading {
    z-index: 5;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

.house-item-1 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    right: 41%;
    top: 15%;
}

.house-item-2 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    right: 36%;
    bottom: 65%;
}

.house-item-3 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    left: 53%;
    bottom: 59%;
}

.house-item-4 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    bottom: 32%;
    right: 44%;
}

.house-item-5 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    top: 36%;
    left: 41%;
}

.house-item-6 {
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    top: 56%;
    left: 31.5%;
}

.house-item-7 {
    display: none;
}

.object-list-table td {
    cursor: pointer;
}

.object-list-table .sold td {
    cursor: not-allowed;
}

.object-list-table tr:hover td {
    background: #e5e6e7;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.house-item .item-inner {
    opacity: 0;
    transition: all 0.8s ease;
}

.form-messages.error {
    margin-bottom: 15px;
    color: #9c0000;
}

.hero-slider {
    position: relative;
    /*min-height: 800px;*/
    max-height: 100vh;
}

.hero-slider .controls {
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    position: absolute;
    text-align: center;
}

.hero-slider .controls .dot {
    display: inline-block;
    background: url(../img/icon-dot.png) no-repeat center top;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
    opacity: 0.5;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.hero-slider .controls .dot.active, .hero-slider .controls .dot:hover {
    opacity: 1;
}

.hero-slide {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.8s ease-in;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.section-hero .slide-content {
    position: absolute;
    min-width: 30%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 4;
}

.quick-search-wrap {
    z-index: 5;
}

.hero-slide {
    max-height: 100vh;
    min-height: 0;
}

.main-menu-block {
    z-index: 14;
}

@media (max-width: 960px) {
    .quick-search-wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    #sukis_canvas {
        width: 280px;
    }

    .apartaments-map {
        display: none;
    }

    .hero-slider {
        height: 400px;
        min-height: 0;
    }

    .section-hero .slide-content {
        top: auto;
        bottom: 20px;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

}

@media (max-width: 1024px) {
    .main-menu-block {
        top: 0 !important;
    }

    .main-menu-block {
        z-index: 13;
    }
}

.map-title {
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #c0c3c5;
    padding: 5px 0 10px 0;
    font-size: 14px;
}

.map-description {
    font-size: 15px;
    padding: 10px 0 5px 0;
}

.map-description .map-walk, .map-description .map-drive {
    display: inline-block;
    margin-right: 15px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}

.map-description .map-walk {
    background-image: url(../img/ico-walk.png);
    padding-left: 40px;
}

.map-description .map-drive {
    background-image: url(../img/ico-drive.png);
    padding-left: 50px;
}

@media (max-width: 960px) {
    #map {
        width: 100%;
    }

    .solutions-block {
        padding-top: 20px;
    }

    .list-bottom-controls {
        padding: 40px 0;
    }

    .section-big-links a:before {
        padding-top: 40%;
    }

    .flat-place {
        display: none;
    }

    .simple-grid.grid-dark .grid-item-image, .simple-grid .grid-item-image, .big-item-image {
        height: auto;
    }

    .video-block {
        min-height: 0 !important;
    }

    .video-block video {
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        float: left;
    }
}

@media (max-width: 1024px) {
    #map-features {
        height: 440px;
    }

    .grid-item-image:before, .video-block:before, .big-item-image {
        pointer-events: none;
    }
}

@media (max-width: 1100px) {
    .section-features {
        padding-top: 80px;
    }
}

.wow {
    visibility: hidden;
}

@media (max-width: 900px) {
    .section-hero-image {
        height: auto;
        padding: 50px 0;
        text-align: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .section-hero-image .hero-content {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: inline-block;
    }
}

.mobile-vizulke {
    display: none;
}

.mobile-vizulke img {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .mobile-vizulke {
        display: block;
    }
}

.replay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(../img/replay.png) center center no-repeat;
    z-index: 10;
    display: none;
}

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

.inner-page-content {
    background: #f4f4f5;
}

.inner-page.site-center {
    padding-top: 95px;
}


#homeVideo {
    width: 100%;
    z-index: 3;
}

.hero-slide img {
    display: none;
}

.hero-slide {
    background-position: center center;
}

@media (min-width: 960px) {
    .hero-slide {
        background: none !important;
    }
}

@media (max-width: 960px) {
    .hero-slide img {
        display: inline-block;
    }

    .hero-slider {
        min-height: 800px;
    }

    #homeVideo {
        display: none

    }
}

.contact-form {
    position: relative;
}

.contact-form .col-2-of-5,
.contact-form .col-3-of-5,
.contact-form .col-2-of-3,
.contact-form .col-1-of-2,
.contact-form .col-1-of-3,
.contact-form .col-1-of-4 {
    min-height: 0px;
    background-color: #e8e9ea;
    position: relative;
}

#head-img {
    width: 100%;
}

.main-logo img {
    max-width: 150px;
}

@media (max-width: 768px) {
    .hidden {
        display: none;
    }

    .d-none-m {
        display: none;
    }
}

@media (min-width: 769px) {
    .d-none-d {
        display: none;
    }
}

.table-wrap:not(:first-child) {
    padding-top: 50px;
}

.grid-item-image, .big-item-image {
    display: flex;
    justify-content: center;
}

/* APARTMENT */
.apartment-image {
    align-self: center;
    display: inline-block;
    position: relative;
}

.apartment-image img {
    width: 100%;
    object-fit: contain;
}

.apartment-image > img {
    display: none;
}

.apartment-image.active > img {
    display: block;
}

.apartment-image .apartment-image-full-screen, .apartment-image .apartment-back-link {
    display: none;
}

.apartment-image.active .apartment-image-full-screen, .apartment-image.active .apartment-back-link {
    display: block;
}


/**
NEW GALLERY
 */
.new-section-gallery.section-gallery .gallery-image {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}

.new-section-gallery.section-gallery .gallery-item:hover .gallery-image {
    filter: grayscale(0);
}

.new-section-gallery.section-gallery .gallery-item {
    padding: 0;
}

.new-section-gallery.section-gallery .gallery-item .link-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1260px) {
    .new-section-gallery.section-gallery .gallery-item {
        width: 100%;
    }
}

.section-home-video {
    margin-bottom: 60px;
    overflow: hidden;
}

.home-video {
    position: relative;
    max-height: 100vh;
}


/**
 NEW MENU
 */

.new_menu .inner-page.site-center {
    padding-top: 150px;
}

#header {
    height: 150px;
    position: fixed;
    z-index: 300;
    background: #fff;
    background: lightgray;
    left: 0;
    top: 0;
    right: 0;
}

.pre-sticky #header {
    height: 50px;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

#header .header-content {
    padding: 0 20px;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header .logo > img {
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 140px;
}

.pre-sticky #header .logo > img {
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 40px;
}

#header .new-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    position: fixed;
    width: 50%;
    height: 100%;
    padding: 0 30px;
    top: 0;
    bottom: 0;
    left: -51%;
    background: #fff;
    z-index: 100;
    box-shadow: 1px 0px 5px 0px #494949;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* material acceleration */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#header.visible .new-menu-container {
    left: 0;
    box-shadow: 1px 0px 5px 0px;
    -webkit-: translate(0);
    -moz-: translate(0);
    -ms-: translate(0);
    -o-: translate(0);
    transform: translate(0);
}

#header ul.new-menu > li {
    position: relative;
}

#header ul.new-menu > li > a {
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    font-size: 2rem;
}

#header ul.new-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #cfcfcf;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    opacity: 0;
    visibility: hidden;
}

#header ul.new-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header ul.new-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#header .new-hamburger {
    z-index: 101;
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
}

#header .bar {
    display: block;
    height: 2px;
    width: 44px;
    background: #6FFFE9;
    margin: 11px auto;
}

.pre-sticky #header .bar {
    margin: 10px auto;
}

#header .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

#header .new-hamburger:hover .bar {
    background: #f92c8c;
}

#header .arrow-bottom-fall,
#header .arrow-top-fall {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

#header.visible .new-hamburger .arrow-top-fall {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#header.visible .new-hamburger .arrow-bottom-fall {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

#header .menu-icon {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    margin-right: 10px;
}

#header .menu-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    min-height: 100px;
}

#header .menu-body {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    color: black;
}

#header .menu-left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
}

#header .menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

#header .menu-overlay {
    display: none;
    position: fixed;
    background: #2023208c;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

#header.visible .menu-overlay {
    display: block;
}

#header.visible {
    z-index: 500;
}

@media (max-width: 1024px) {
    #header {
        height: 100px;
    }

    .new_menu .inner-page.site-center {
        padding-top: 100px;
    }

    .pre-sticky #header {
        height: 50px;
    }

    #header .logo > img {
        height: auto;
        width: 100%;
        max-width: 200px;
        max-height: 90px;
    }

    #header .new-menu-container {
        width: 100%;
    }

    #header .menu-header {
        justify-content: flex-start;
    }

    #header .new-hamburger {
        margin-right: 0px;
    }

    #header .menu-header img {
        max-height: 200px;
    }

    #header .menu-right {
        align-items: flex-end;
        height: 100%;
    }
}

body.side_menu {
    padding-left: 100px;
}

body.side_menu .inner-page.site-center {
    padding-top: 0;
}

@media(max-width: 1024px) {
    body.side_menu .site-footer {
        padding-bottom: 110px;
    }
}

#header.side-hamburger .search-wrap {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;

    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header.side-hamburger .search-wrap img {
    min-width: 80px;
    max-width: 80px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

#header.side-hamburger .search-wrap .choose-flat {
    color: #fff;
}

#header.side-hamburger {
    width: 100px;
    height: 100%;
    background: #1B232F;
}

#header.side-hamburger .new-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
}

#header.side-hamburger .menu-header {
    min-width: 0;
    padding-top: 15px;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

#header.side-hamburger .menu-header img {
    width: 85%;
    /*margin: 0 auto;*/
}

#header.side-hamburger .new-menu-container {
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    visibility: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;

    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#header.side-hamburger.visible .new-menu-container {
    top: 0;
    visibility: visible;
    opacity: 1;

    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#header.side-hamburger .menu-body {
    background-color: rgba(27, 35, 47, 0.6);
}

#header.side-hamburger .menu-overlay {
    display: none;
}

@-webkit-keyframes mover {
    0% { transform: translateY(20px); }
    100% { transform: translateY(10px); }
}

@keyframes mover {
    0% { transform: translateY(20px); }
    100% { transform: translateY(10px); }
}

@media(max-width: 1024px) {
    body.side_menu {
        padding-left: 0px;
        padding-bottom: 90px;
    }

    #header.side-hamburger {
        width: 80px;
    }

    #header.side-hamburger .new-menu-container,
    #header.side-hamburger.visible .new-menu-container {
        width: 100%;
        padding: 0;
    }

    #header.side-hamburger.is-visible .new-menu-container {
        top: 100px;
        height: calc(100vh - 100px);
    }
}

@media(max-width: 1024px) {
    #header.side-hamburger {
        height: 100px;
        position: fixed;
        left: auto;
        background: transparent;
        width: 100%;
        right: 0;
        justify-content: flex-end;
        display: flex;
    }

    #header.side-hamburger .search-wrap,
    #header.side-hamburger .side-hamburger-logo {
        display: none;
    }

    #header.side-hamburger .new-menu-container,
    #header.side-hamburger.visible .new-menu-container {
        left: 0;
        width: 100%;
    }

    #header.side-hamburger .new-menu-container {
        padding: 0;
    }
}

#header.side-hamburger,
#header.side-hamburger-mobile {
    -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
}

#header.side-hamburger-mobile {
    bottom: -100%;
    position: fixed;
    top: auto;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 90px;
    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

#header.side-hamburger-mobile .bar {
    margin: 10px auto;
}

#header.side-hamburger-mobile.is-visible {
    bottom: 0;

    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

#header.side-hamburger-mobile .search-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header.side-hamburger-mobile .search-wrap img {
    width: 55px;
}

#header.side-hamburger-mobile .search-wrap p {
    margin: 0;
}

@media(min-width: 1024px) {
    #header.side-hamburger-mobile {
        display: none !important;
    }
}

@media(max-width: 1024px) {
    #header.side-hamburger {
        top: -100%;

        -moz-transition: top 0.5s;
        -o-transition: top 0.5s;
        -ms-transition: top 0.5s;
        -webkit-transition: top 0.5s;
        transition: top 0.5s;
    }

    #header.side-hamburger.is-visible {
        top: 0;

        -moz-transition: top 0.5s;
        -o-transition: top 0.5s;
        -ms-transition: top 0.5s;
        -webkit-transition: top 0.5s;
        transition: top 0.5s;
    }

    #header.side-hamburger .new-hamburger {
        left: auto;
    }
}

.d-inline-block {
    vertical-align: middle;
    display: inline-block;
}


/* Video slider */
.video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video {
    min-width: 100%;
    min-height: 100%;

    width: auto;
    height: auto;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-button {
    color: #000;
    background-size: 32px;
    border: 0;
    width: 32px;
    height: 32px;
    text-indent: -999px;
    bottom: 0;
    right: 15px;
    position: absolute;
    z-index: 100;
    bottom: 15px;
    display: block;
}

.slider-actions {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100px;
    margin: 0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-size: contain;
    z-index: 10;
    margin: auto;
}

.slider-actions.plus {
    width: 200px;
    height: 200px;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    right: 30px;
}

.slider-actions.minus {
    width: 200px;
    height: 200px;
    background: linear-gradient(#fff, #fff);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    left: 30px;
}

@media (max-width: 768px) {
    .image-slider .controls {
        width: 200px;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-8-5 20:5:13
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.tracking-in-contract {
    animation: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s normal both running tracking-in-contract;
}

.landing-animista-title {
    font-size: 10vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: white;
    margin: 0;
}

.landing-animista-text {
    font-size: 1.5vw;
    line-height: 1.5;
    white-space: pre;
    color: white;
    padding: 0 5%;
}


/* fixed button */
.absolute-button {
    position: fixed;
    top: 95px;

    padding: 20px 0;
    width: 100px;
    text-align: center;
    transition: all 0.5s;
    z-index: 12;
    background: #202932;
    color: #fff;
}

.absolute-button:hover {
    width: 120px;
}

/* fixed button end */

/* home button*/
.image-home-button {
    position: absolute;
    border: 2px solid #d9aa49;
    bottom: 16%;
    width: 360px;
    height: 60px;
    border-radius: 30px;
    z-index: 10;
}

.image-home-button > div {
    position: relative;
    background: #d9aa4940;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.image-home-button > a {
    position: absolute;
    top: 0;
    text-align: center;
    letter-spacing: 5px;
    display: block;
    color: #d9aa49;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    line-height: 57px;
    z-index: 1001;
}

.image-home-button:hover > div {
    background: #d9aa4961;
}

@media (max-width: 640px) {
    .image-home-button {
        width: 250px;
        height: 40px;
    }

    .image-home-button > a {
        line-height: 40px;
        font-size: 12px;
    }
}

/* home button end*/

/* 60 40 text block */
.section-60-40-img-text {
    display: flex;
    min-height: 1000px;
    font-size: .56vw;
}

.section-60-40-img-text--img,
.section-60-40-img-text--img-mobile {
    background: no-repeat center center;
    background-size: cover;
    flex: 1 1 60%;
}

.section-60-40-img-text--img-mobile {
    display: none;
    min-height: 300px;
}

@media (max-width: 991px) {
    .section-60-40-img-text--img-mobile {
        display: block;
    }

    .section-60-40-img-text--img {
        display: none;
    }
}

.section-60-40-img-text--text-block {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 150px;
    position: relative;
}

.section-60-40-img-text--text-block .text-wrap {
    position: relative;
}

.block-title-text-background,
.contacts-form-partial,
.icon-5-block {
    position: relative;
}

.block-title-text-background {
    padding: 1px 0;
}

.position-relative {
    position: relative;
}

.section-60-40-img-text--text-block::before,
.block-title-text-background::before,
.contacts-form-partial::before ,
.icon-5-block::before {
    background: no-repeat center center;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-60-40-img-text--img-right {
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 50px;
    right: 70px;
}

@media (max-width: 1200px) {
    .section-60-40-img-text--img-right {
        width: 150px;
        height: 150px;
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    .section-60-40-img-text--img-right {
        width: 110px;
        height: 110px;
    }
}

.section-60-40-img-text--text-block p {
    margin: 10px 0;
}

.section-60-40-img-text--link {
    font-size: 17px;
    margin-top: 20px;
    border: 2px solid black;
    border-radius: 50px;
    padding: 15px;
    width: auto;
    display: inline-block;
    align-self: flex-start;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 99;
}

.section-60-40-img-text--link:hover {
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

@media (max-width: 1700px) {
    .section-60-40-img-text {
        min-height: 900px;
    }

    .section-60-40-img-text--text-block {
        flex-basis: 45% !important;
        padding: 50px;
    }

    .section-60-40-img-text--img {
        flex-basis: 55% !important;
    }
}

@media (max-width: 1200px) {
    .section-60-40-img-text--title * {
        font-size: 29px !important;
    }

    .section-60-40-img-text {
        flex-wrap: wrap;
    }

    .section-60-40-img-text--text * {
        font-size: 20px !important;
    }

    .section-60-40-img-text--img {
        flex-basis: 100% !important;
        min-height: 500px;
    }

    .section-60-40-img-text--link {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media(max-width: 768px) {
    .section-60-40-img-text--text-block {
        padding: 50px 30px;
    }
}

/* end 60 40 text block */
#header.only-hamburger-animation .new-menu-container {
    visibility: hidden;
    left: -10%;
    opacity: 0;

    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    #header.only-hamburger-animation .new-menu-container {
        left: -20%;
    }
}

#header.only-hamburger-animation .menu-overlay {
    display: block;
    visibility: hidden;

    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.only-hamburger-animation.visible .new-menu-container {
    visibility: visible;
    left: 0%;
    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.only-hamburger-animation.visible .menu-overlay {
    visibility: visible;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mouse-follow {
    position: fixed;
    transform: translate(15px, 15px);
    visibility: hidden;
    border: 1px solid #EDEFF0;
    background: #EDEFF0;
    padding: 10px 15px;
    border-radius: 149px;
    z-index: 9999;
}

#mouse-follow.visible {
    visibility: visible;
}

#mouse-follow.hidden {
    display: none;
}

/* Letter splitting functinoality */
.block-image-with-text .main-image-wrap {
    width: 100%;
    height: 100%;
    min-height: 450px;
}

.block-image-with-text .main-image-title--position-right-corner {
    opacity: 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: white;
    margin: 0;
    font-size: 4vw !important;
    position: absolute;
    top: 100px;
    right: calc(100px * var(--word-total));
    min-width: 300px;
    min-height: 300px;
    text-align: left !important;
}

/*.block-image-with-text.img-animation-4blocks {*/
/*    flex-wrap: wrap;*/
/*}*/

.block-image-with-text.img-animation-4blocks .main-image-wrap {
    opacity: 0;
}

.block-image-with-text.img-animation-4blocks .main-image-wrap .main-image {
    width: 25%;
    background-repeat: no-repeat;
    background-size: 400% 100%;
}

.block-image-with-text .main-image-title--position-right-corner.visible,
.block-image-with-text.img-animation-4blocks .main-image-wrap.visible {
    opacity: 1;
}

.block-image-with-text .splitting .char {
    opacity: 0;
    -webkit-animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
    animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}

.block-image-with-text .splitting .word {
    display: block;
    opacity: 0;
    position: absolute;
    left: calc(100px * var(--word-index));
    top: calc(90px * var(--word-index));
    -webkit-animation: slide-in-words 1s cubic-bezier(.5, 0, .5, 1) both;
    animation: slide-in-words 1s cubic-bezier(.5, 0, .5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--word-index));
    animation-delay: calc(60ms * var(--word-index));
}

.block-image-with-text.img-animation-4blocks .main-image-wrap .main-image {
    -webkit-animation: slide-in-img 1s cubic-bezier(.5, 0, .5, 1) both;
    animation: slide-in-img 1s cubic-bezier(.5, 0, .5, 1) both;
}

.block-image-with-text.img-animation-4blocks .main-image-wrap .main-image:nth-of-type(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.block-image-with-text.img-animation-4blocks .main-image-wrap .main-image:nth-of-type(3) {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.block-image-with-text.img-animation-4blocks .main-image-wrap .main-image:nth-of-type(4) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.block-image-with-text .splitting .whitespace {
    display: none;
}

@keyframes slide-in-words {
    from {
        -moz-transform: translateX(-70%) scale(0.7);
        -o-transform: translateX(-70%) scale(0.7);
        -ms-transform: translateX(-70%) scale(0.7);
        -webkit-transform: translateX(-70%) scale(0.7);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0) scale(1);
        -o-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes slide-in-img {
    from {
        -moz-transform: translateX(-50%) scale(0.95);
        -o-transform: translateX(-50%) scale(0.95);
        -ms-transform: translateX(-50%) scale(0.95);
        -webkit-transform: translateX(-50%) scale(0.95);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0) scale(1);
        -o-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@media (max-width: 1550px) {
    .block-image-with-text .main-image-title--position-right-corner.visible {
        top: 50px;
        right: calc(50px * var(--word-total));
        font-size: 3vw !important;
    }

    .block-image-with-text .splitting .word {
        top: calc(50px * var(--word-index));
    }
}

@media (max-width: 1200px) {
    .block-image-with-text .main-image-title--position-right-corner.visible {
        right: calc(10px * var(--word-total));
        font-size: 35px !important;
        min-width: 200px;
        min-height: 200px;
    }

    .block-image-with-text .splitting .word {
        left: calc(30px * var(--word-index));
    }
}

@media (max-width: 991px) {
    .block-image-with-text .main-image-title--position-right-corner.visible {
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* Block with image image animations */
@media (min-width: 1024px) {
    .block-image-with-text.img-animation-zoom {
        overflow: hidden;
    }

    .block-image-with-text.img-animation-zoom .main-image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 7s ease-in-out;
        transition: -webkit-transform 7s ease-in-out;
        -o-transition: transform 7s ease-in-out;
        transition: transform 7s ease-in-out;
    }

    .block-image-with-text.img-animation-zoom:hover .main-image {
        -webkit-transition: -webkit-transform 7s ease-in-out;
        transition: -webkit-transform 7s ease-in-out;
        -o-transition: transform 7s ease-in-out;
        transition: transform 7s ease-in-out;
    }

    .block-image-with-text.img-animation-zoom:hover .main-image {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: -webkit-transform 7s ease-in-out;
        transition: -webkit-transform 7s ease-in-out;
        -o-transition: transform 7s ease-in-out;
        transition: transform 7s ease-in-out, -webkit-transform 7s ease-in-out;
    }
}

.apartment-plan-background {
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
    padding-bottom: 60px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
}

@media (max-width: 960px) {
    .apartment-plan-background {
        overflow-y: visible;
        max-height: initial;
    }
}

.apartment-plan-background .contacts-menu li {
    cursor: pointer;
}

.apartment-plan-background .contacts-menu img {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
}

.apartment-left-additional-image {
    width: 100%;
    margin: 15px 0;
}

.parallax-block-wrapper {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-block-wrapper .container {
    max-width: 800px;
    /*margin: 0 auto;*/
    padding: 100px 15px;
}

.parallax-block-wrapper .container.text-centered {
    text-align: center;
}

.parallax-block-wrapper .container.text-right {
    text-align: right;
}

.parallax-block-wrapper .image-home-button {
    position: relative;
    width: 250px;
    height: 50px;
    margin: 50px auto 0;
}

.parallax-block-wrapper .image-home-button a {
    line-height: 50px;
}

.parallax-block {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (max-width: 768px) {
    .parallax-block {
        background-attachment: initial;
    }
}

/*.wow {*/
/*    visibility: visible !important;*/
/*}*/