* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    /*overflow: hidden;*/
}

body, html {
    overflow-x: hidden;
}

button {
    background: none;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

input {
    outline: none;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/MyriadGEOMtavruliMedium.ttf") format("truetype");
}

@font-face {
    font-family: "FiraGo";
    src: url("../fonts/45-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}

.zoom {
    transition: transform .5s;
    margin: 0 auto;
    z-index: 1;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    z-index: 1;
}

/*custom*/

.img1 {
    background-image: url("/img/bg1.png");
    background-size: calc(90vw * (9 / 16)) !important;
    height: 320%;
    width: 100%;
    background-repeat: no-repeat;
    /* background-position: bottom,right; */
    /*z-index: 1;*/
    position: absolute;
    /* background-position-x: left; */
    /* background-position-y: unset; */
    left: 0;
    top: -55%;
}

.img2 {
    background-image: url("/img/bg2.png");
    background-size: calc(15vw * (9 / 16)) !important;
    height: 115%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    left: 90%;
    top: 0;
}

.popup {
    /*padding-top: 100px !important;*/
    background: #254b338f !important;
}

.popup-title {
    font-family: "Helvetica Neue";
    font-size: calc(25px + (25 - 25) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
    color: #254b33eb !important;
}

/*.popup-timer {*/
/*    font-family: "Helvetica Neue";*/
/*    font-size: calc(25px + (55 - 25) * ((100vw - 300px) / (1600 - 300)));*/
/*    text-align: center;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    -webkit-box-orient: vertical;*/
/*    text-overflow: ellipsis;*/
/*    white-space: normal;*/
/*    z-index: 3;*/
/*    color: #254b33eb !important;*/
/*}*/

.popup-timer-number {
    font-family: "Helvetica Neue";
    font-size: calc(15px + (35 - 15) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
    /*color: #254b33eb !important;*/
    color: #fff !important;
}

.popup-timer-text {
    font-family: "Helvetica Neue";
    font-size: calc(4px + (10 - 4) * ((100vw - 300px) / (1600 - 300))) !important;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
    /*color: #254b33eb !important;*/
    color: #fff !important;
}

.popup-top-section {
    margin-bottom: 0px !important;
    border-radius: 5px 5px 0px 0px !important;
    background-color: #05291d !important;
    border-bottom: 1px solid white !important;
}

.popup-bottom-section {
    margin-top: 0px !important;
    border-radius: 0px 0px 5px 5px !important;
    background-color: #083828 !important;
    border: 0px !important;
}

.popup-description {
    /* padding: 4%; */
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* white-space: normal; */
    z-index: 3;
    text-align: center;
}

.popup-image {
    height: 250px !important;
    /*height: calc(25vw * (9 / 16)) !important;*/
    object-fit: cover;
}

.popup-button {
    background: #254b33 !important;
    color: white !important;
}

.modal-footer {
    flex-wrap: wrap !important;
    border:unset !important;
}

/*.img3 {*/
/*    background-image: url("/img/bg3.png");*/
/*    background-size: 800px;*/
/*    height: 100%;*/
/*    width: 470px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: bottom,left;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    !* background-position-x: left; *!*/
/*    !* background-position-y: unset; *!*/
/*    right: 0;*/
/*    !* top: 1348px; *!*/
/*    bottom: 0;*/
/*}*/

.card {
    border: unset !important;
}

.custom-background {
    background-image: url("/img/bc2.png");
    background-size: 19% 55%;
    background-repeat: no-repeat;
    background-position: 1%;
}

.tiny-img {
    width: 100%;
    height: calc(76vw * (9 / 16)) !important;
    object-fit: cover;
}
.tiny-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 24%;
    margin-left: 9%;
    transform: translate(12%);
    align-items: flex-start;
    background: #254b33;
    opacity: 0.8999999761581421;
    /*padding: 50px;*/
    padding: 2.5%;
    border-radius: 1%;
    width: calc(66vw * (9 / 16));
    height: calc(38vw * (9 / 16));
    /* max-height: calc(45em * (9 / 16)); */
    justify-content: space-between;
}

.tns-outer {
    position: relative;
}

[data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 1;
    background: transparent;
}

[data-controls="prev"] {
    left: 10%;
    top: 40%;
    width: calc(5.678vw * (9 / 16));
    height: calc(5.678vw * (9 / 16));
    background: white;
    /*border: 1px solid #31503d;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

[data-controls="next"] {
    right: 10%;
    top: 40%;
    width: calc(5.678vw * (9 / 16));
    height: calc(5.678vw * (9 / 16));
    background: white;
    /*border: 1px solid #31503d;*/
    transform: scalex(-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.previous img {
    width: fit-content;
    height: fit-content;
}

.next img {
    width: fit-content;
    height: fit-content;
}

.slider-description {
    color: #fff;
    height: calc(16vw * (9 / 16));
    font-family: "Helvetica Neue";
    font-size: calc(4px + (20 - 4) * ((100vw - 300px) / (1600 - 300)));
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    /* display: block; */
    /* -webkit-line-clamp: 2; */
    /* display: -webkit-box; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
}

.slider-button {
    display: flex;
    border: 1px solid #fff;
    padding: 2.5% 5%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}


.slider-button a{
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: calc(4px + (12.5 - 4) * ((100vw - 300px) / (1600 - 300)));
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.slider-button a:hover {
    color: white;
}

.advantage-main-title {
    font-size: calc(14px + (25 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    /* margin: 2% 0 2%; */
}

.advantages {
    /*padding: 0 10% !important;*/
}

.container-fluid {
    padding: 0 10% !important;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.flex-container > div {
    /*margin: 10px;*/
    background-color: #f8f8f8;
}

.advantage-box {
    position: relative;
    width: calc(48vw * (9 / 16)) !important;
    height: calc(90vw * (9 / 16)) !important;
    z-index: 1;
}

.advantage-box:first-child {
    margin-right: 1.5rem!important;
}

.advantage-box:last-child {
    margin-left: 1.5rem!important;
}

.advantage-img {
    width: 100%;
    height: calc(35vw * (9 / 16)) !important;
    object-fit: cover;
}

.advantage-icon {
    width: 55px;
    height: 55px;
}

.advantage-title-box {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 5%;
}

.advantage-title {
    margin-left: 5%;
    font-size: calc(3px + (17 - 3) * ((100vw - 300px) / (1600 - 300)));
}

.advantage-description{
    padding: 0 5%;
    font-size: calc(3px + (13 - 3) * ((100vw - 300px) / (1600 - 300))) !important;
    height: 35%;
    font-family: Helvetica Neue !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: block; */
    /* -webkit-line-clamp: 2; */
    /* display: -webkit-box; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
}

.advantage-button {
    position: absolute;
    margin: 0 5%;
    bottom: 4%;
    z-index: 5;
    color: #054e00;

}

.advantage-button  a{
    font-size: calc(3px + (12 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: #054e00 !important;
    font-weight: 600;
    border-bottom: 1px solid #054e00;
}

.banner {
    /*display: flex;*/
    /*height: 220px !important;*/
    /*margin: 5% 8%;*/
}

.banner-box1 {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background: #264633;
}

.banner-box1 img{
    display: flex;
    width: calc(13.5vw * (9 / 16)) !important;
    height: calc(9vw * (9 / 16)) !important;
    background: #264633;
    align-content: center;
    flex-wrap: wrap;
}

.banner-button {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    padding: 16px 35px 12px !important;;
    margin: 20px 0 0 0 !important;;
    padding: 21px 46px 17px;
    margin: 40px 0 0 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.banner-box2 {
    width: 100%;
}

.banner-box2 img{
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}

.service-box {
    position: relative;
    width: calc(48vw * (9 / 16));
    height: calc(90vw * (9 / 16)) !important;
}

.service-box:first-child {
    padding-left: 0!important;
}

.service-box:last-child {
    padding-right: 0!important;
}

.service-img {
    width: 100%;
    height: calc(35vw * (9 / 16)) !important;
    object-fit: cover;
}

.service-icon {
    width: 55px;
    height: 55px;
}

.service-title-box {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 5%;
}

.service-title {
    margin-left: 5%;
    font-size: calc(3px + (17 - 3) * ((100vw - 300px) / (1600 - 300)));
}

.service-description{
    padding: 5%;
    font-size: calc(3px + (13 - 3) * ((100vw - 300px) / (1600 - 300)));
    /* display: block; */
    /* -webkit-line-clamp: 2; */
    /* display: -webkit-box; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
}

.service-button {
    position: absolute;
    margin: 0 5%;
    bottom: 4%;
    z-index: 5;
    color: #054e00;

}

.service-button  a{
    font-size: calc(3px + (12 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: #054e00 !important;
    font-weight: 600;
    border-bottom: 1px solid #054e00;
}

.post-box div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.post-img {
    width: 100%;
    height: calc(27vw * (9 / 16)) !important;
    object-fit: cover;
}

.post-title {
    /*margin-left: 5%;*/
    /*font-size: 20px;*/
    font-size: calc(3px + (17 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: #403737;
}

.post-description{
    font-size: calc(3px + (14 - 3) * ((100vw - 300px) / (1600 - 300)));
    /* font-size: 16px; */
    line-height: 1.7;
    color: #4d4b4b;
}

.post-show-description {
    font-size: calc(3px + (15 - 3) * ((100vw - 300px) / (1600 - 300)));
    /* font-size: 16px; */
    line-height: 1.7;
    color: #4d4b4b;
}

.post-button {
    /* position: absolute; */
    /* bottom: 4%; */
    width: max-content;
    flex-direction: row !important;

}

.post-button a {
    /* position: absolute; */
    /* bottom: 4%; */
    font-size: calc(3px + (12 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: #054e00 !important;
    font-weight: 600;
    border-bottom: 1px solid #054e00;
}

.post-box-text {
    font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
    /*-webkit-text-stroke-width: 0.3px;*/
    text-shadow: #cfcfcf 0px 0px 1px;
}

.post-slider-box {
    position: relative;
    /* width: calc(48vw * (9 / 16)) !important; */
    height: calc(64vw * (9 / 16)) !important;
    background-color: #f8f8f8;
}

.post-slider-box:first-child {
    margin-left: 0 !important;
}

.post-slider-img {
    width: 100%;
    height: calc(35vw * (9 / 16)) !important;
    object-fit: cover;
}

.post-slider-title {
    display: flex;
    align-items: center;
    font-size: calc(3px + (16 - 3) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bolder;
    /* padding: 5%; */
}

.post-slider-description {
    font-size: calc(3px + (13 - 3) * ((100vw - 300px) / (1600 - 300)));
    height: calc(650px * (9 / 16)) !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    z-index: 3;
}

.post-slider-button {
    /*position: absolute;*/
    margin: 0 5%;
    bottom: 4%;
    z-index: 5;
    color: #054e00 !important;
    border-bottom: 1px solid #054e00;
}

.post-slider-button a{
    color: #054e00 !important;
}
/*.post-slider-box:last-child {*/
/*    margin-right: 0 !important;*/
/*}*/

.partners div.tns-controls{
    display: none;
}

.services div.tns-controls{
    display: none;
}

.partners-img {
    width: calc(19vw * (9 / 16)) !important;
    height: calc(19vw * (9 / 16)) !important;
    object-fit: cover;
}

.contact-box {
    display: flex;
    /*height: 800px;*/
    height: calc(75vw * (9 / 16)) !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}


.contact-box-white {
    position: absolute;
    background-color: #f8f8f8;
    width: 100%;
    /* height: 475px; */
    height: calc(50vw * (9 / 16)) !important;
    left: 0;
    bottom: 2%;
    z-index: 1;
}

.contact-map-box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-map-box iframe {
    width: 100%;
    /*height: 415px;*/
    height: calc(45.5vw * (9 / 16)) !important;
}


#apartment-img {
    transition: transform .5s;
    margin: 0 auto;
    z-index: 1;
}

#apartment-img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    z-index: 1;
}

.footer-title {
    font-size: calc(3px + (16 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: #ffffff;
}

.footer-img {
    max-width: 25px !important;
    height: 25px;
    padding: 0 !important;
    margin: 0;
}

.footer-img-mobile {
    max-width: 40px !important;
    height: 40px;
    padding: 0 !important;
    margin: 0;
}

.footer-text {
    font-size: calc(3px + (14 - 3) * ((100vw - 300px) / (1600 - 300)));
    color: white;
}

@media (max-width: 480px) {

    .img1 {
        background-image: url("/img/bg1.png");
        background-size: calc(280vw * (9 / 16)) !important;
        height: 355%;
        width: 165%;
        background-repeat: no-repeat;
        /* background-position: bottom,right; */
        /* z-index: 1; */
        position: absolute;
        /* background-position-x: left; */
        /* background-position-y: unset; */
        left: -62%;
        top: 0;
    }

    .img2 {
        background-image: url("/img/bg2.png");
        background-size: calc(40vw * (9 / 16)) !important;
        height: 320%;
        width: 100%;
        background-repeat: no-repeat;
        /* background-position: bottom,right; */
        /* z-index: 1; */
        position: absolute;
        /* background-position-x: left; */
        /* background-position-y: unset; */
        left: 90%;
        top: -90%;
        display: none;
    }

    .popup-title {
        font-size: 22px !important;
    }

    .popup-description {
        font-size: 15px !important;
    }

    .popup-image {
        height: 190px !important;
    }

    .nav__logo-wr {
        width: calc(32.5vw * (9 / 16)) !important;
    }

    .navm__list-btn {
        font-size: 16px !important;
        color: #254633 !important;
    }

    .container-fluid {
        padding: 0 !important;
    }


    .tiny-box {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 1;
        place-self: center;
        top: 29%;
        margin-left: 0;
        transform: translate(0);
        align-items: flex-start;
        background: #254b33;
        opacity: 0.8999999761581421;
        /* padding: 50px; */
        padding: 5.5%;
        border-radius: 1%;
        width: 290px;
        height: 250px;
        /* max-height: calc(45em * (9 / 16)); */
        justify-content: space-between;
    }

    .slider-description {
        height: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .slider-button {
        padding: 4% 8%;
    }

    .slider-button a {
        font-size: 12px;
    }

    .advantage-button  a {
        font-size: 14px !important;
    }

    .tiny-img {
        width: 100%;
        height: calc(200vw * (9 / 16)) !important;
        object-fit: cover;
    }

    .post-img {
        height: 175px !important;
    }

    .post-title {
        font-size: 17px !important;
    }

    .post-description {
        font-size: 16px !important;
    }

    .post-show-description {
        font-size: 16px !important;
    }

    .post-button a {
        width: 130px !important;
        font-size: 14px !important;
    }

    .post-button a {
        font-size: 14px !important;
    }

    .post-button img {
        width: 10px !important;
    }

    .post-slider-main-title {
        font-size: 22px;
        font-weight: 600;
        /* margin: 2% 0 2%; */
        padding-left: 5%;
    }

    .post-slider-box {
        height: 805px !important;
    }

    .post-slider-img {
        height: 341px !important;
    }

    .post-slider-title {
        font-size: 17px;
    }

    .post-slider-box:first-child {
        margin-right: 0!important;
    }

    .post-slider-box:last-child {
        margin-left: 0!important;
    }

    .post-slider-description {
        font-size: 14px !important;
    }

    .post-slider-button a{
        font-size: 14px !important;
    }

    [data-controls="prev"] {
        left: 4%;
        top: 28%;
        width: 31px;
        height: 31px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    [data-controls="next"] {
        right: 4%;
        top: 28%;
        width: 31px;
        height: 31px;
        background: white;
        /* border: 1px solid #31503d; */
        transform: scalex(-1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    .previous img {
        width: 5.5px !important;

    }

    .next img {
        width: 5.5px !important;
    }


    .advantage-main-title {
        font-size: 22px;
        font-weight: 600;
        /* margin: 2% 0 2%; */
        padding-left: 5%;
    }

    .advantage-box {
        height: 805px !important;
    }

    .advantage-img {
        height: 341px !important;
    }

    .advantage-title {
        font-size: 17px;
    }

    .advantage-box:first-child {
        margin-right: 0!important;
    }

    .advantage-box:last-child {
        margin-left: 0!important;
    }

    .banner-box1 {
        display: flex;
        height: 250px;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .banner-box1 img {
        width: unset !important;
        height: 90px !important;
    }

    .banner-box2 img {
        height: 200px !important;
    }

    .service-main-title {
        font-size: 22px;
        font-weight: 600;
        /* margin: 2% 0 2%; */
        padding-left: 5%;
    }

    .service-box {
        height: 805px !important;
    }

    .service-img {
        height: 341px !important;
    }

    .service-title {
        font-size: 17px;
    }

    .service-box:first-child {
        margin-right: 0!important;
    }

    .service-box:last-child {
        margin-left: 0!important;
    }




    .partners-img {
        width: 155px !important;
        height: 155px !important;
    }

    #tns2 > .tns-item {
        /*width: calc(10%) !important;*/
    }

    .contact-box {
        height: 100% !important;
    }

    .contact-box div:first-child {
        width: 100% !important;
    }

    .contact-map-box iframe {
        height: 175px !important;
    }

    .footer-title {
        font-size: 16px !important;
    }

    .footer-text {
        font-size: 14px !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}














.pages {
    height: 100%;
}

.pages .swiper-container {
    height: 100%;
}

.page {
    height: 100%;
}

.page_home {
    position: relative;
}

.page-home__container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.page-home__left {
    position: relative;
    width: calc(100% - 90px);
    background-image: url("../images/filtered-back.png");
    background-size: cover;
    background-position: center;
}

.page-home__left::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 12px;
    width: 100%;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.page-home__left-container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 100px 0 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-home__left-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 280px;
    height: 100%;
    background: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.page-home__title {
    color: #fff;
    font-family: "Helvetica Neue";
    display: none;
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 15px 0;
    max-width: 400px;
    padding: 0 15px 0 0;
}

.page-home__right-container {
    position: absolute;
    left: 16px;
    top: 280px;
    width: calc(100vw - 16px);
}

.page-home__slider {
    padding: 0 0 56.85% 0;
}

.page-home__slider img {
    display: block;
    width: 100%;
}

.page-home-swiper-container-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-home__description {
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 24px;
    /*font-family: 'FiraGo';*/
    margin: calc((100vw + 45px) * 0.5685) 0 0 0;
    max-width: 500px;
    padding: 0 15px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-home__lnk {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    padding: 16px 35px 12px;
    margin: 20px 0 0 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.page-home__lnk:hover .page-home__link-rect {
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.page-home__link-rect {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.page-home__slider-dots {
    position: absolute;
    left: 16px;
    bottom: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 30px;
    margin: 100px 0 0 0;
}

.page-home__slider-dots .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.page-home__slider-dots .swiper-pagination-bullet:hover {
    background-color: #fff;
}

.page-home__slider-dots .swiper-pagination-bullet svg {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 29px;
    height: 29px;
}

.page-home__slider-dots .swiper-pagination-bullet svg circle {
    fill: none;
    stroke: #fff;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-width: 1px;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}

.page-home__slider-dots
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.page-home__slider-dots
.swiper-pagination-bullet.swiper-pagination-bullet-active
svg
circle {
    -webkit-animation: homeSliderAnim 4s 1 linear;
    animation: homeSliderAnim 4s 1 linear;
}

@-webkit-keyframes homeSliderAnim {
    0% {
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dashoffset: 130;
    }
}

@keyframes homeSliderAnim {
    0% {
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dashoffset: 130;
    }
}

.page-home__right {
    width: 90px;
    background-color: #254633;
}

.page-home__slider-navs {
    position: absolute;
    right: 5px;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    padding: 8px 0 11px 0;
}

.page-home__slider-navs button {
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.page-home__slider-navs button.swiper-button-disabled {
    opacity: 0.5;
}

.page-home__slider-navs button:hover {
    opacity: 1;
}

.page-home__btn-up {
    width: 20px;
    height: 20px;
}

.page-home__btn-up svg {
    display: block;
    width: 100%;
}

.page-home__slider-index {
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 48px;
    margin: 8px 0 2px 0;
}

.page-home__btn-down {
    width: 20px;
    height: 20px;
}

.page-home__btn-down svg {
    display: block;
    width: 100%;
}

.page-home__nav-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 65px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-home__left {
        width: calc(100% - 155px);
    }

    .page-home__left::before {
        top: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-home__right {
        width: 155px;
    }

    .page-home__slider-navs {
        right: 155px;
    }

    .page-home__left-container {
        padding: 180px 0 0 80px;
    }

    .page-home__left-container::after {
        left: 79px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-home__right-container {
        left: 80px;
        width: calc(100% - 80px);
    }

    .page-home__description {
        display: block;
        margin: calc((100vw + 25px) * 0.5685) 0 0 0;
        padding: 0 90px 0 0;
    }

    .page-home__slider-dots {
        left: 80px;
        bottom: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 30px;
        margin: 100px 0 0 0;
    }

    .page-home__title {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 30px 0;
        padding: 0;
    }

    .page-home__nav-back {
        width: 155px;
        height: 99px;
    }

    .page-home__lnk {
        padding: 21px 46px 17px;
        margin: 40px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .page-home__right-container {
        position: static;
        padding: 110px 0 0 0;
        width: calc(100% + 80px);
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        max-width: 1214px;
    }

    .page-home__left-container {
        max-width: 684px;
        margin: 0 120px 0 auto;
        padding: 15vw 0 0 80px;
    }

    .page-home__slider {
        position: relative;
    }

    .page-home__left {
        width: 50%;
    }

    .page-home__right {
        width: 50%;
    }

    .page-home__title {
        max-width: none;
    }

    .page-home__description {
        margin: 0;
        max-width: none;
        padding: 0;
    }

    .page-home__slider-navs {
        left: 0;
    }

    .page-home__slider-index {
        font-size: 30px;
        margin: 7px 0 5px 0;
    }

    .page-home__nav-back {
        width: 50%;
    }
}

@media (min-width: 1650px) {
    .page-home__left {
        width: 42%;
    }

    .page-home__left::before {
        top: 58px;
        bottom: 25px;
    }

    .page-home__right {
        width: 58%;
    }

    .page-home__left-container {
        padding: 300px 0 0 80px;
    }

    .page-home__title {
        font-size: 42px;
        line-height: 67px;
    }

    .page-home__description {
        font-size: 24px;
        line-height: 33px;
    }

    .page-home__right-container {
        padding: 130px 0 0 0;
        width: calc(100% + 100px);
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .page-home__slider-index {
        font-size: 48px;
        margin: 7px 0 5px 0;
    }

    .page-home__slider-navs {
        width: 100px;
    }

    .page-home__lnk {
        margin: 80px 0 0 0;
    }

    .page-home__slider-dots {
        bottom: 60px;
    }

    .page-home__nav-back {
        width: 58%;
        height: 115px;
    }
}

.projects {
    background: #1f312a;
}

.projects::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 32px;
    bottom: 48px;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    z-index: 1;
}

.projects__container {
    position: relative;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.projects__content {
    position: relative;
    z-index: 0;
    height: 100%;
}

.projects__column {
    height: 100%;
}

.projects__column-content {
    position: relative;
    height: 100%;
}

.projects__column-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.projects__column-data {
    text-align: center;
    position: absolute;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 70px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projects__column-datahead {
    min-height: 173px;
}

.projects__column-svg {
    width: 92px;
    margin: 0 auto 20px auto;
}

.projects__column-svg svg {
    display: block;
    width: 100%;
}

.projects__project-title {
    font-family: "Helvetica Neue";
    font-size: 32px;
    margin: 0 0 20px 0;
}

.projects__future-project {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.projects__column-databody {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.projects__project-description {
    font-family: "FiraGo";
    font-size: 14px;
    line-height: 22px;
    margin: 30px auto 30px auto;
    max-width: 630px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.projects__project-description.no-future-project {
    margin: 0 auto 30px auto;
}

.projects__project-link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 14px;
    padding: 16px 24px 12px;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    cursor: pointer;
}

.projects__project-link:hover .projects__project-link-rect {
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.projects__project-link .projects__project-link-rect {
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
}

.projects__building {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    min-height: 100%;
    -webkit-transform: translateY(102%);
    -ms-transform: translateY(102%);
    transform: translateY(102%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.projects__building.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects__building.show ~ .projects__floor {
    display: block;
}

.projects__building.hide-details .projects__blockname {
    display: none;
}

.projects__building.hide-details .projects__building-datahead {
    display: none;
}

.projects__building.hide-details .projects__info-btn-wr {
    display: none;
}

.projects__building__img-wr {
    position: relative;
}

.projects__building-img {
    display: block;
    width: 100%;
}

.projects__info-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.projects__info-btn div{
    /* display: block; */
    width: 100%;
    background: #05291dc7;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px;
    padding: 18px 10px;
    margin: 15px 0 0 0;
    cursor: pointer;
    border-radius: 30px;
}

.projects__info-btn:hover svg {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.projects__info-btn svg {
    display: block;
    margin: 10px auto 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.projects__info-closer {
    position: absolute;
    bottom: 102%;
    left: 50%;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.projects__info-closer:hover svg {
    -webkit-transform: rotate(180deg) translateY(5px);
    -ms-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px);
}

.projects__info-closer svg {
    display: block;
    margin: 10px auto 0;
    -webkit-transform: rotate(180deg) translateY(0);
    -ms-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.projects__building-floors {
    position: absolute;
    top: 23.3%;
    height: 63.7%;
    left: 3.7%;
    width: 92.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50.45% 49.55%;
    grid-template-columns: 50.45% 49.55%;
}

.projects__building-datahead {
    display: none;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.projects__building-svg svg {
    display: block;
    width: 80px;
    margin: 0 auto;
}

.projects__building-title {
    font-family: "Helvetica Neue";
    font-size: 25px;
    color: #fff;
}

.projects__building-floors_side {
    padding: 1.4% 0 0 0;
    position: relative;
}

.projects__blockname {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Helvetica Neue";
    font-size: 40px;
    color: #d0860b;
}

.projects__building-floor {
    opacity: 0;
    background: rgba(82, 119, 129, 0.6);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Helvetica Neue";
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.projects__building-floor:hover {
    opacity: 1;
}

.projects__building-floor.active {
    opacity: 1;
}

.projects__building-floor:nth-child(1) {
    height: 9.4%;
}

.projects__building-floor:nth-child(2) {
    height: 9%;
}

.projects__building-floor:nth-child(3) {
    height: 8.9%;
}

.projects__building-floor:nth-child(4) {
    height: 8.9%;
}

.projects__building-floor:nth-child(5) {
    height: 9%;
}

.projects__building-floor:nth-child(6) {
    height: 8.97%;
}

.projects__building-floor:nth-child(7) {
    height: 8.98%;
}

.projects__building-floor:nth-child(8) {
    height: 8.98%;
}

.projects__building-floor:nth-child(9) {
    height: 8.98%;
}

.projects__building-floor:nth-child(10) {
    height: 8.98%;
}

.projects__building-floor:nth-child(11) {
    height: 9.2%;
}

.projects__building-floor.notavailable {
    background: rgba(146, 44, 6, 0.7);
    cursor: default;
}

.projects__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    z-index: 5;
    background: #fcfcfc;
    -webkit-transform: translateY(130%);
    -ms-transform: translateY(130%);
    transform: translateY(130%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    padding: 24px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projects__info.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects__info-container {
    height: calc(100% - 40px);
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.projects__info-container::-webkit-scrollbar {
    width: 8px;
}

.projects__info-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.projects__info-container::-webkit-scrollbar-thumb {
    background: #254633;
}

.projects__info-container::-webkit-scrollbar-thumb:hover {
    background: #254633;
}

.projects__info-content {
    max-width: 1740px;
    margin: 0 auto;
    padding: 30px 15px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projects__info-about {
    margin: 0 0 60px 0;
}

.project__info-title {
    font-family: "Helvetica Neue";
    font-size: 20px;
    color: #05291d;
    margin: 0 0 20px 0;
}

.project__info-text p {
    color: #05291d;
    font-family: "FiraGO";
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.6;
}

.project__info-text ul li,
.project__info-text ol li {
    color: #05291d;
    font-family: "FiraGO";
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.5;
    padding: 0 0 0 20px;
    position: relative;
}

.project__info-text ul li::before,
.project__info-text ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
    background: #05291d;
}

.project__info-sides {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.project__info-adv {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
}

.project__info-adv ul {
    margin: 20px 0 0 0;
}

.project__info-adv ul li {
    position: relative;
    font-family: "FiraGO";
    font-size: 18px;
    margin: 20px 0 0 0;
    line-height: 1.5;
    padding: 0 0 0 40px;
}

.project__info-adv ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #05291d;
}

.project__info-adv-tt {
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #05291d;
    margin: 22px 0 23px 0;
}

.project__info-adv-txt {
    font-family: "FiraGO";
    font-size: 16px;
    line-height: 1.5;
}

.project__info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0 0;
}

.project__info-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #05291d;
}

.project__info-map {
    height: 476px;
}

.project__info-map iframe {
    height: 100%;
    width: 100%;
}

.projects__house {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow: auto;
    -webkit-transform: translateY(105vh);
    -ms-transform: translateY(105vh);
    transform: translateY(105vh);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.projects__house.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects__house-left {
    position: relative;
    background: #071c19;
}

.projects__house-leftcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 110px 16px 65px 16px;
}

.projects__house-dtls-header {
    margin: 0 0 20px 0;
}

.projects__house-dtls-header span {
    display: block;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.projects__house-dtls-header span:last-child {
    margin: 0;
}

.projects__house-img-wr img {
    display: block;
    width: 100%;
}

.projects__house-img-wr .projects__house-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
    display: block;
    margin: 30px auto 0;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px;
    cursor: pointer;
}

.projects__house-img-wr .projects__house-btn svg {
    display: block;
    margin: 10px auto 0;
    -webkit-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.projects__house-right {
    background: #fcfcfc;
    padding: 40px 0 0 0;
}

.projects__house-rightcontent {
    height: 100%;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.projects__house-rightcontent::-webkit-scrollbar {
    width: 0px;
}

.projects__house-rightcontent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.projects__house-rightcontent::-webkit-scrollbar-thumb {
    background: #254633;
}

.projects__house-rightcontent::-webkit-scrollbar-thumb:hover {
    background: #254633;
}

.projects__house-righttop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px 24px;
    margin: 0 0 50px 0;
    padding: 0 16px;
}

.projects__house-righttop-block {
    background: #fff;
    font-family: "Helvetica Neue";
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.projects__house-righttop-block sup {
    font-size: 13px;
}

.projects__house-righttop-block svg {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.projects__house-righttxt {
    padding: 0 16px;
}

.projects__house-righttxt p {
    font-family: "FiraGO";
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.projects__house-righttxt ul,
.projects__house-righttxt ol {
    margin: 0 0 25px 0;
}

.projects__house-righttxt ul li,
.projects__house-righttxt ol li {
    font-family: "Helvetica Neue";
    font-size: 16px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    line-height: 1.5;
}

.projects__house-righttxt ul li::after,
.projects__house-righttxt ol li::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 8px;
    height: 8px;
    background: #05291d;
}

.projects__house-sliderwr {
    margin: 30px 0 40px 0;
    padding: 0 0 0 16px;
}

.projects__house-sliderwr .swiper-slide {
    width: 658px;
    height: 336px;
}

.projects__house-sliderwr .swiper-slide img {
    display: block;
    width: 100%;
}

.projects__house-slider-split {
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50% 15px 50%;
    grid-template-rows: 50% 50%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.projects__house-slider-split > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.projects__house-slider-split > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.projects__house-slider-split img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 768px) {
    .projects::before {
        top: 48px;
        bottom: 48px;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .projects::after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 81px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -o-repeating-linear-gradient(
            left,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) calc(0% + 1px),
            transparent calc(0% + 1px),
            transparent 15%
        );
        background: repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) calc(0% + 1px),
            transparent calc(0% + 1px),
            transparent 15%
        );
    }

    .projects__project-link {
        padding: 21px 35px 17px;
    }

    .projects__info-container {
        padding: 70px 80px;
    }

    .project__info-title {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .projects__house-leftcontent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
        gap: 30px;
        padding: 150px 65px 75px 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .projects__house-img-wr {
        max-width: 330px;
        margin: 0 auto 0 auto;
        width: 50%;
    }

    .projects__house-dtls-header {
        width: 50%;
        margin: 0;
    }

    .projects__house-righttop {
        padding: 0 50px;
    }

    .projects__house-righttxt {
        padding: 0 50px;
    }

    .projects__house-sliderwr {
        padding: 0 0 0 50px;
    }
}

@media (min-width: 1024px) {
    .projects__column-databody {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .projects__column:hover .projects__column-databody {
        opacity: 1;
        height: 100px;
        overflow: visible;
    }

    .projects__building-datahead {
        display: block;
    }
}

@media (min-width: 1200px) {
    .projects__building-floor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project__info-sides {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .projects__house-img-wr {
        position: relative;
        max-width: 35vh;
        width: auto;
        margin: 0 auto 0 auto;
    }

    .projects__house-img-wr .projects__house-btn {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .projects__blockname {
        display: block;
    }

    .projects__house-left {
        width: 45%;
    }

    .projects__house-leftcontent {
        max-width: 684px;
        margin: 0 120px 0 auto;
        padding: 130px 0 0 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        gap: 30px;
    }

    .projects__house-right {
        width: 55%;
        padding: 130px 0 0 0;
    }

    .projects__house {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow: hidden;
    }

    .projects__house-dtls-header {
        width: auto;
    }

    .projects__house-rightcontent {
        max-width: 1090px;
        padding: 0 0px 0 24px;
    }

    .projects__house-righttxt {
        padding: 30px 50px 0 0;
    }

    .projects__house-righttop {
        padding: 0 50px 0 0;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
        margin: 0;
    }

    .projects__house-sliderwr {
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .projects__project-description {
        -webkit-line-clamp: 8;
    }

    .projects__column:hover .projects__column-databody {
        height: 300px;
    }

    .projects__house-leftcontent {
        gap: 50px;
        padding: 180px 0 0 80px;
    }

    .projects__house-right {
        padding: 180px 0 0 0;
    }

    .projects__house-dtls-header span {
        font-size: 24px;
    }

    .projects__house-img-wr {
        max-width: 45vh;
    }
}

@media (min-width: 1650px) {
    .projects::before {
        top: 57px;
        bottom: 57px;
        left: 0;
    }

    .projects__house-left {
        width: 42%;
    }

    .projects__house-leftcontent {
        padding: 180px 0 0 80px;
    }

    .projects__house-right {
        width: 58%;
    }

    .projects__house-righttop {
        padding: 0 95px 0 0;
    }

    .projects__house-righttxt {
        padding: 30px 95px 0 0;
    }
}

.services__container {
    position: relative;
}

.services__navblock {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 90px);
    height: 65px;
    background: black;
}

.services__content {
    padding: 90px 0 0 0;
}

.services__title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #05291d;
    margin: 0 0 25px 0;
}

.services__list {
    margin-left: 16px;
    margin-right: 16px;
}

.services__list .swiper-slide {
    width: 100%;
}

.service .simplebar-track {
    pointer-events: auto;
}

.service__img {
    display: block;
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.service__title {
    font-family: "Helvetica Neue";
    font-size: 20px;
    color: #254633;
    line-height: 28px;
    margin: 15px 0 7px 0;
}

.service__desc-wr {
    max-height: 14vh;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.service__desc-wr::-webkit-scrollbar {
    width: 7px;
}

.service__desc-wr::-webkit-scrollbar-track {
    background: none;
}

.service__desc-wr::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.service__desc-wr::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.service__desc-wr .simplebar-scrollbar::before {
    opacity: 0.4;
}

.service__desc {
    font-family: "FiraGO";
    font-size: 14px;
    line-height: 24px;
    padding: 0 16px 0 0;
}

@media (min-width: 768px) {
    .services__content {
        padding: 134px 0 0 0;
    }

    .services__list {
        margin-left: 80px;
        margin-right: 0;
    }

    .services__list .swiper-slide {
        width: 40vw;
    }

    .service__img {
        width: 100%;
        height: auto;
    }

    .service__desc-wr {
        max-height: 20vh;
    }

    .services__title {
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    .service__desc {
        font-size: 16px;
    }

    .service__title {
        font-size: 28px;
        margin: 15px 0;
        line-height: 38px;
    }

    .services__navblock {
        width: calc(100% - 155px);
        height: 98px;
    }
}

@media (min-width: 1025px) {
    .services__list .swiper-slide {
        width: 40vw;
    }

    .services__title {
        display: none;
    }

    .service__desc-wr {
        max-height: none;
    }

    .service__desc-wr:hover {
        max-height: 17vh;
    }

    .service__desc-wr:hover .service__desc {
        display: block;
    }

    .service__desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .services__navblock {
        width: 50%;
        height: 98px;
    }
}

@media (min-width: 1366px) {
    .services__list .swiper-slide {
        width: 29vw;
    }
}

@media (min-width: 1650px) {
    .services__content {
        padding: 150px 0 0 0;
    }

    .services__navblock {
        width: 42%;
        height: 115px;
    }
}

@media (min-width: 1920px) {
    .service__desc-wr:hover {
        max-height: 20vh;
    }
}

@media (min-width: 1965px) {
    .services__list {
        margin-left: calc(42% - 745px);
    }
}

.contact {
    background: #fcfcfc;
}

.contact__container {
    position: relative;
    height: 100%;
}

.contact__navblock {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 90px);
    height: 65px;
    background: #071c19;
}

.contact__content {
    height: 100%;
}

.contact__left {
    position: relative;
    display: none;
}

.contact__left::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    width: 100%;
    pointer-events: none;
}

.contact__left-tt-wr {
    position: relative;
    max-width: calc(100% - 80px);
    margin: 0 0 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.contact__left-tt-wr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.contact__left-tt-wr::after {
    content: "";
    position: absolute;
    top: 0;
    left: 80%;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.contact__left-tt {
    font-family: "Helvetica Neue";
    font-size: 32px;
    color: #fff;
}

.contact__right {
    padding: 80px 0 0 0;
}

.contact__right-content {
    padding: 0 30px;
}

.contact__page-tt {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #05291d;
    margin: 0 0 20px 0;
}

.contact__content-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    gap: 0px;
}

.contact__map {
    height: 87px;
}

.contact__map iframe {
    height: 100%;
    width: 100%;
}

.contact__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.contact__details-tt {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #254633;
    margin: 0 0 20px 0;
}

.contact__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 30px 0;
    gap: 15px;
}

.contact__social-lnk {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #254633;
}

.contact__details-block {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    margin: 0 0 15px 0;
}

.contact__details-block_lt {
    width: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact__details-block_lt svg {
    display: block;
    width: 100%;
    height: auto;
}

.contact__details-block-tt {
    font-family: "Helvetica Neue";
    font-size: 13px;
    color: #959595;
    margin: 0 0 10px 0;
}

.contact__details-block-txt {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #254633;
    line-height: 22px;
}

@media (min-width: 768px) {
    .contact__map {
        height: 400px;
    }

    .contact__left::before {
        top: 49px;
    }

    .contact__details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact__details-block {
        margin: 0 0 30px 0;
    }

    .contact__social-list {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .contact__right {
        padding: 128px 0 0 0;
    }

    .contact__page-tt {
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    .contact__navblock {
        width: calc(100% - 155px);
        height: 98px;
    }
}

@media (min-width: 1200px) {
    .contact__content-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        gap: 30px;
    }

    .contact__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .contact__left {
        display: block;
        width: 42%;
        height: 100%;
        background-image: url("../images/filtered-back.png");
        background-size: cover;
        background-position: center;
    }

    .contact__right {
        width: 58%;
        padding: 128px 0 0 0;
    }

    .contact__right-content {
        max-width: 975px;
        padding: 0 16px 0 25px;
    }

    .contact__page-tt {
        display: none;
    }

    .contact__map {
        height: 300px;
    }

    .contact__navblock {
        display: none;
    }
}

@media (min-width: 1650px) {
    .contact__right-content {
        padding: 0 80px 0 25px;
    }

    .contact__left::before {
        top: 57px;
    }

    .contact__right {
        padding: 188px 0 0 0;
    }

    .contact__map {
        height: 300px;
        margin: 0 0 43px 0;
    }
}

@media screen and (min-width: 1920px) {
    .contact__left-tt-wr {
        max-width: 725px;
    }
}

.gallery__container {
    position: relative;
    padding: 90px 0 0 0;
}

.gallery__content {
    margin-left: 16px;
}

.gallery__content .swiper-slide {
    width: 1700px;
}

.gallery__title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #05291d;
    margin: 0 0 20px 0;
}

.gallery__navblock {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 90px);
    height: 65px;
    background: black;
    visibility: hidden;
}

.gallery__photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 100px 15px 100px 15px 120px;
    grid-template-rows: 100px 100px 120px;
    grid-gap: 15px;
}

.gallery__photos > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.gallery__photos > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.gallery__photos > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.gallery__photos > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.gallery__photos > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.gallery__photos > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}

.gallery__photos > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}

.gallery__photos > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
}

.gallery__photos > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
}

.gallery__photos > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
}

.gallery__photos > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 21;
}

.gallery__photos > *:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
}

.gallery__photos > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.gallery__photos > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.gallery__photos > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.gallery__photos > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.gallery__photos > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.gallery__photos > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}

.gallery__photos > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
}

.gallery__photos > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
}

.gallery__photos > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
}

.gallery__photos > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 19;
}

.gallery__photos > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 21;
}

.gallery__photos > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 23;
}

.gallery__photos > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.gallery__photos > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.gallery__photos > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.gallery__photos > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

.gallery__photos > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}

.gallery__photos > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
}

.gallery__photos > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
}

.gallery__photos > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 15;
}

.gallery__photos > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 17;
}

.gallery__photos > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 19;
}

.gallery__photos > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 21;
}

.gallery__photos > *:nth-child(36) {
    -ms-grid-row: 5;
    -ms-grid-column: 23;
}

.gallery__photo {
    position: relative;
}

.gallery__photo:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.gallery__photo:nth-child(2) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.gallery__photo:nth-child(3) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.gallery__photo:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/13;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.gallery__photo:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}

.gallery__photo:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}

.gallery__photo:nth-child(7) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/13;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}

.gallery__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
}

.gallery__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.gallery__modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery__modal-content {
    position: relative;
    background: #fff;
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: auto;
    padding: 40px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery__modal-img-wr {
    position: relative;
    padding-bottom: 56.2%;
}

.gallery__modal-img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.gallery__closer {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 10px;
    cursor: pointer;
}

.gallery__closer svg {
    display: block;
    width: 100%;
}

.gallery__closer svg rect {
    fill: #959595;
    -webkit-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.gallery__closer:hover svg rect {
    fill: #000;
}

.gallery__prev {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 12px;
    height: 40px;
    cursor: pointer;
}

.gallery__prev svg {
    display: block;
    width: 100%;
    height: 30px;
}

.gallery__prev svg path {
    stroke: #c1c1c1;
}

.gallery__prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.gallery__next {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 12px;
    height: 40px;
    cursor: pointer;
}

.gallery__next svg {
    display: block;
    width: 100%;
    height: 30px;
}

.gallery__next svg path {
    stroke: #c1c1c1;
}

.gallery__next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (min-width: 768px) {
    .gallery__navblock {
        width: calc(100% - 155px);
        height: 98px;
    }

    .gallery__content {
        margin-left: 80px;
    }

    .gallery__container {
        padding: 125px 0 0 0;
    }

    .gallery__modal-content {
        padding: 40px;
    }

    .gallery__next {
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
    }

    .gallery__prev {
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
    }

    .gallery__title {
        font-size: 32px;
        margin: 0 0 30px 0;
    }
}

@media (min-width: 1200px) {
    .gallery__navblock {
        width: 50%;
        height: 98px;
    }

    .gallery__content .swiper-slide {
        width: 1200px;
    }

    .gallery__photos {
        -ms-grid-rows: 135px 15px 135px 15px 180px;
        grid-template-rows: 135px 135px 180px;
    }

    .gallery__title {
        display: none;
    }
}

@media (min-width: 1650px) {
    .gallery__navblock {
        width: calc(42% - 22px);
        height: 115px;
    }

    .gallery__content .swiper-slide {
        width: 1725px;
    }

    .gallery__photos {
        -ms-grid-rows: 170px 25px 170px 25px 250px;
        grid-template-rows: 170px 170px 250px;
        grid-gap: 25px;
    }

    .gallery__container {
        padding: 155px 0 0 0;
    }
}

@media (min-width: 1965px) {
    .gallery__content {
        margin-left: calc(42% - 745px);
    }
}

.about__container {
    position: relative;
    height: 100%;
}

.about__container.show .about__content {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.about__container.show .about__right-content {
    visibility: hidden;
    opacity: 0;
}

.about__left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 90px);
    height: 65px;
    z-index: 5;
    background-image: url("../images/filtered-back.png");
    background-size: cover;
    background-position: center;
}

.about__left::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    width: 100%;
    pointer-events: none;
}

.about__left-content {
    position: relative;
    display: none;
    max-width: calc(100% - 80px);
    margin: 0 0 0 auto;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.about__left-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.about__left-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 80%;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.about__left-content h3 {
    font-family: "Helvetica Neue";
    font-size: 32px;
    color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.about__right {
    height: 100%;
    background: #fcfcfc;
}

.about__right-content-wr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.abount__team-title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #254633;
    margin: 0 0 20px 0;
}

.about__page-title {
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #05291d;
    padding: 20px 0 15px 0;
}

.about__right-content {
    display: none;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.about__right-content .about__right-content-txt {
    font-family: "FiraGO";
    font-size: 14px;
    color: #05291d;
    line-height: 23px;
    margin: 0 0 40px 0;
}

.about__right-content button {
    font-family: "FiraGO";
    font-size: 14px;
    font-style: italic;
    color: #05291d;
    font-weight: bold;
    cursor: pointer;
}

.about__content {
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 65px 0px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about__context-txt {
    font-family: "FiraGO";
    font-size: 14px;
    color: #05291d;
    line-height: 23px;
    margin: 0 0 30px 0;
    max-height: 16vh;
    padding: 0 15px 0 0;
    overflow: auto;
}

.about__slider-wr .swiper-slide {
    width: 230px;
}

.abount__team-member-img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 235px;
}

.about__team-member-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about__team-member-name {
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #254633;
    margin: 0 0 10px 0;
}

.abount__team-member-role {
    display: block;
    font-family: "FiraGO";
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .about__left {
        width: calc(100% - 155px);
        height: 98px;
    }

    .about__left::before {
        top: 49px;
    }

    .about__right-content-wr {
        padding: 0 65px 0 80px;
    }

    .about__content {
        padding: 100px 0px 0 0px;
    }

    .about__content p {
        max-height: 180px;
        margin: 0 0 30px 0;
    }

    .about__page-title {
        font-size: 32px;
        padding: 20px 0 20px 0;
    }

    .abount__team-title {
        font-size: 32px;
        margin: 0 0 30px 0;
    }
}

@media (min-width: 1200px) {
    .about__right {
        height: 100%;
        width: 58%;
        margin: 0 0 0 auto;
    }

    .about__left {
        top: 0;
        left: 0;
        width: 42%;
        height: 100%;
    }

    .about__left-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about__right-content-wr {
        max-width: 1000px;
        padding: 0 80px 0 100px;
    }

    .about__right-content {
        display: block;
    }

    .about__content {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
        width: 100%;
        max-width: 1000px;
        padding: 100px 20px 0 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 700ms;
        -o-transition: all 700ms;
        transition: all 700ms;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        visibility: hidden;
        opacity: 0;
    }

    .about__page-title {
        display: none;
    }
}

@media (min-width: 1650px) {
    .about__left::before {
        top: 57px;
    }

    .about__content {
        padding: 160px 20px 0 80px;
    }

    .about__content p {
        max-height: 315px;
        margin: 0 0 50px 0;
    }
}

@media screen and (min-width: 1920px) {
    .about__left-content {
        max-width: 725px;
    }
}


.nav {
    position: fixed;
    flex-wrap: nowrap !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #254b33;
    flex-direction: column;
    opacity: 0.8999999761581421;
}
.nav.second-page .nav__list-btn {
    color: #fff;
}

.nav.second-page .nav__list-btn::before {
    background-color: #fff;
}

.nav.second-page .nav__list-togglebtn svg {
    fill: #fff;
}

.nav.second-page.dark {
    background: #071c19;
}

.nav.second-page.dark .nav__list-btn {
    color: #254633;
}

.nav.second-page.dark .nav__list-btn::before {
    background-color: #254633;
}

.nav.second-page.dark .nav__list-togglebtn svg {
    fill: #fff;
}

.nav.fourth-page .nav__right {
    background: #fff;
}

.nav.fifth-page .nav__left {
    background: black;
}

.nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__left {
    width: calc(100% - 90px);
    padding: 9px 0;
}

.nav__left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav__logo-wr {
    width: calc(12.5vw * (9 / 16));
}

.nav__logo-wr {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 100px 0 0;
    /*width: 55px;*/
}

.nav__logo-wr svg {
    display: block;
    height: auto;
}

.nav__logo-wr svg.logo-top {
    width: 100%;
}

.nav__logo-wr svg.logo-bottom {
    width: 100%;
    margin: 5px auto 0 auto;
}

.nav__lngs {
    display: none;
}

.nav__lng {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #fff;
}

.nav__lng:hover {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.nav__lng.active {
    color: rgba(255, 255, 255, 0.4);
}

.nav__right {
    display: flex;
    justify-content: right;
    width: 90px;
    padding: 13px 0;
}

.nav__right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 998px;
    /*padding: 0 35px 0 0;*/
    padding: 0 50% 0 0;
}

.nav__list {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.nav__list-item {
    margin: 0 0 0 34px;
}

.nav__list-btn {
    display: block;
    position: relative;
    font-family: "Helvetica Neue";
    font-size: 16px;
    /*color: #254633;*/
    color: #fff;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav__list-btn::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-color: #254633;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.nav__list-btn.active::before,
.nav__list-btn:hover::before {
    opacity: 1;
}

.nav__list-livelnk {
    display: none;
    font-family: "Helvetica Neue";
    font-size: 16px;
    line-height: 19px;
    background: #922c06;
    color: #fff;
    padding: 10px 23px;
}

.nav__list-livelnk.show {
    display: inline-block;
}

.nav__list-togglebtn {
    display: block;
    cursor: pointer;
    margin: 0 0 0 70px;
}

.nav__list-togglebtn svg {
    display: block;
    height: 20px;
    fill:white;
}

@media (min-width: 768px) {
    .nav__left {
        width: calc(100% - 155px);
    }

    .nav__left-content {
        padding: 0 0 0 37.5%;
    }

    .nav__right {
        width: 155px;
        padding: 25px 0;
    }

    .nav__right.islive {
        padding: 25px 0;
    }

    .nav__right-content {
        padding: 0 65px 0 0;
    }

    .nav__list-togglebtn {
        margin: 0 0 0 95px;
    }

    .nav__list-togglebtn svg {
        height: 22px;
    }

    .nav__logo-wr {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 100px 0 0;
        /*width: 99px;*/
    }
}

@media (min-width: 1200px) {
    .nav.second-page.dark {
        background: none;
    }

    .nav.second-page.dark .nav__list-togglebtn svg {
        fill: #000;
    }

    .nav__left {
        width: 50%;
    }

    .nav__right {
        width: 50%;
    }

    .nav__left-content {
        margin: 0 140px 0 auto;
    }

    .nav__lngs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
    }

    .nav__right-content {
        padding: 0 80px 0 0;
    }
}

@media (min-width: 768px) {
    .nav__left-content {
        max-width: 684px;
    }

    .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__list-livelnk {
        margin: 0 0 0 34px;
    }

    .nav__list-togglebtn {
        display: none;
    }

    .nav__left {
        width: 35%;
        padding: 10px 0;
    }

    .nav__right {
        width: 65%;
        padding: 43px 0;
    }

    .nav__right.islive {
        padding: 25px 0;
    }

    .nav__logo-wr {
        /*width: 120px;*/
    }

    .nav__logo-wr svg.logo-bottom {
        /*width: calc(100% - 14px);*/

    }
}

@media screen and (min-width: 1921px) {
    .nav__left-content {
        max-width: 665px;
    }
}

.navm {
    position: fixed;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    z-index: 11;
    width: 311px;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transition: -webkit-transform 100ms linear;
    transition: -webkit-transform 100ms linear;
    -o-transition: transform 100ms linear;
    transition: transform 100ms linear;
    transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.navm.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.navm__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 116px 50px 0 20px;
}

.navm__closer-btn {
    position: absolute;
    top: 46px;
    left: 20px;
    cursor: pointer;
}

.navm__lngs {
    margin: 0 0 50px 0;
}

.navm__lng {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #05291d;
}

.navm__lng + .navm__lng {
    margin: 0 0 0 10px;
}

.navm__lng.active {
    color: rgba(5, 41, 29, 0.4);
}

.navm__list-item {
    position: relative;
    padding: 0 0 0 20px;
}

.navm__list-item + .navm__list-item {
    margin: 25px 0 0 0;
}

.navm__list-btn {
    font-family: "Helvetica Neue";
    /*font-size: 16px;*/
    font-size: calc(4px + (16 - 4) * ((100vw - 300px) / (1600 - 300)));
    /*color: #254633;*/
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0 5px 0;
}

.navm__list-btn:hover {
color: white;
}

.navm__list-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    background-color: #05291d;
    opacity: 0;
    pointer-events: none;
    Cursor: pointer !important;
    Text-Decoration: None !important;
}

.navm__list-btn.active::before {
    opacity: 1;
}

.navm__bottom {
    background-color: #fcfcfc;
    padding: 30px 0;
}

.navm__bottom-txt {
    font-family: "Helvetica Neue";
    font-size: 12px;
    text-align: center;
}

.navm__bottom-txt a {
    color: #d0860b;
}

.navm__background {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 6;
    display: none;
}

.navm__background.show {
    display: block;
}

@media (min-width: 768px) {
    .navm__top {
        padding: 140px 50px 0 80px;
    }

    .navm__lng + .navm__lng {
        margin: 0 0 0 20px;
    }

    .navm__closer-btn {
        top: 70px;
        left: 53px;
    }

    .navm {
        width: 447px;
    }

    .navm__bottom-txt {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .navm {
        display: none;
    }

    .navm__background {
        display: none;
    }

    .navm__background.show {
        display: none;
    }
}

.footer {
    background: #05291d;
    height: 50px;
}

.projects__floor {
    display: none;
    position: absolute;
    top: calc(100vw / 2);
    left: 0;
    width: 100%;
    height: calc(100% - (100vw / 2));
    z-index: 4;
    background: #fcfcfc;
    padding: 24px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px 30px;
    overflow: auto;
}

.projects__floor-container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.projects__floor-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 15px;
    margin: 0 0 100px 0;
}

.projects__floor-select {
    position: relative;
}

.projects__floor-select:nth-child(1) {
    z-index: 3;
}

.projects__floor-select:nth-child(2) {
    z-index: 2;
}

.projects__floor-select:nth-child(3) {
    z-index: 1;
}

.projects__floor-select.open .project__floor-select-head {
    background: #fcfcfc;
}

.projects__floor-select.open .project__floor-select-options {
    display: block;
}

.projects__floor-select.hide-options .project__floor-select-option {
    display: none;
}

.projects__floor-select.hide-options.show-A
.project__floor-select-option[data-block="A"] {
    display: block;
}

.projects__floor-select.hide-options.show-B
.project__floor-select-option[data-block="B"] {
    display: block;
}

.project__floor-select-head {
    position: relative;
    padding: 20px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.project__floor-select-head.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.project__floor-select-options {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    max-height: 200px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.project__floor-select-options::-webkit-scrollbar {
    width: 7px;
}

.project__floor-select-options::-webkit-scrollbar-track {
    background: none;
}

.project__floor-select-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.project__floor-select-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.project__floor-select-options .simplebar-scrollbar::before {
    opacity: 0.4;
}

.project__floor-select-option {
    padding: 11px 20px;
    font-family: "Helvetica Neue";
    font-size: 16px;
    cursor: pointer;
    color: #05291d;
}

.project__floor-head-tt {
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: normal;
    color: #05291d;
}

.project__floor-head-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.project__floor-head-icon svg {
    display: block;
}

.svg-building-infos {
    display: none;
}

.projects__svg-wr {
    position: relative;
}

.projects__svg-wr.show-a svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.projects__svg-wr.show-a .svg-building-info:nth-child(1) {
    left: 65%;
    top: 10%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(2) {
    left: 38%;
    top: 13%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(3) {
    left: 54%;
    top: 17%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(4) {
    left: 41%;
    top: 15%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(5) {
    left: 29%;
    top: 15%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(6) {
    right: 68%;
    top: 20%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(7) {
    left: 67%;
    bottom: 28%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(8) {
    left: 53%;
    bottom: 22%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(9) {
    left: 40%;
    bottom: 25%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(10) {
    left: 28%;
    bottom: 25%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(11) {
    left: 14%;
    bottom: 19%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(12) {
    left: 2%;
    bottom: 25%;
}

.projects__svg-wr.show-a .svg-building-info:nth-child(13) {
    left: 8%;
    right: auto;
    bottom: 30%;
}

.projects__svg-wr svg {
    display: block;
}

.projects__svg-wr .svg-building-info {
    background-color: #fff;
    position: absolute;
    border-radius: 8px;
    display: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    pointer-events: none;
    font-family: "FiraGO";
    font-size: 16px;
    font-weight: bold;
    color: #959595;
    padding: 12px 0 13px 20px;
}

.projects__svg-wr .svg-building-info.sold-out span:nth-child(1) {
    color: #922c06;
}

.projects__svg-wr .svg-building-info span {
    padding: 4px 15px;
}

.projects__svg-wr .svg-building-info span sup {
    vertical-align: 4px;
    font-size: 12px;
}

.projects__svg-wr .svg-building-info span:nth-child(1) {
    color: #527781;
}

.projects__svg-wr .svg-building-info span:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.projects__svg-wr .svg-building-info span:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.projects__svg-wr .svg-building-info.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projects__svg-wr .svg-building-info:nth-child(1) {
    left: 10%;
    top: 10%;
}

.projects__svg-wr .svg-building-info:nth-child(2) {
    left: 30%;
    top: 13%;
}

.projects__svg-wr .svg-building-info:nth-child(3) {
    left: 43%;
    top: 17%;
}

.projects__svg-wr .svg-building-info:nth-child(4) {
    left: 56%;
    top: 15%;
}

.projects__svg-wr .svg-building-info:nth-child(5) {
    left: 70%;
    top: 15%;
}

.projects__svg-wr .svg-building-info:nth-child(6) {
    right: 3%;
    top: 20%;
}

.projects__svg-wr .svg-building-info:nth-child(7) {
    left: 5%;
    bottom: 35%;
}

.projects__svg-wr .svg-building-info:nth-child(8) {
    left: 20%;
    bottom: 25%;
}

.projects__svg-wr .svg-building-info:nth-child(9) {
    left: 32%;
    bottom: 25%;
}

.projects__svg-wr .svg-building-info:nth-child(10) {
    left: 45%;
    bottom: 25%;
}

.projects__svg-wr .svg-building-info:nth-child(11) {
    left: 57%;
    bottom: 25%;
}

.projects__svg-wr .svg-building-info:nth-child(12) {
    left: 70%;
    bottom: 25%;
}

.projects__svg-wr .svg-building-info:nth-child(13) {
    right: 5%;
    bottom: 30%;
}

.projects__svg-wr .floor {
    fill-opacity: 0;
    pointer-events: none;
}

.projects__svg-wr .floor.free {
    fill: rgba(82, 119, 129, 0.7);
    fill-opacity: 0;
    pointer-events: auto;
}

.projects__svg-wr .floor.sold-out {
    fill: rgba(146, 44, 6, 0.7);
    fill-opacity: 0;
    pointer-events: auto;
}

.projects__svg-wr .floor.highlight {
    fill: rgba(82, 119, 129, 0.7);
    fill-opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 768px) {
    .projects__floor {
        padding: 30px 80px 80px;
    }
}

@media screen and (min-width: 1200px) {
    .projects__floor-selects {
        display: none;
    }

    .projects__svg-wr .floor.free:hover {
        fill-opacity: 1;
    }

    .projects__svg-wr .floor.sold-out:hover {
        fill-opacity: 1;
    }

    .svg-building-infos {
        display: block;
    }

    .projects__floor {
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 150px);
        overflow: visible;
        padding: 50px 0 80px;
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-transition: -webkit-transform 300ms;
        transition: -webkit-transform 300ms;
        -o-transition: transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms;
    }

    .projects__floor.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (min-width: 1920px) {
    .projects__floor-container {
        max-width: 1680px;
    }
}

.contact__buttons {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}

.contact__btn-wr {
    position: relative;
    height: 50px;
    width: 50px;
}

.contact__btn-wr + .contact__btn-wr {
    margin: 3px 0 0 0;
}

.contact__btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 16px;
    font-family: "Helvetica Neue";
    color: #922c06;
    border-radius: 29px;
    cursor: pointer;
}

.contact__btn:hover {
    width: 270px;
    background: #fff;
}

.contact__btn svg {
    width: 42px;
    height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 4px 0 10px;
}

.contact__btn.nohover:hover {
    width: 58px;
    background: none;
}

@media screen and (min-width: 768px) {
    .contact__btn-wr {
        height: 58px;
        width: 58px;
    }

    .contact__btn-wr + .contact__btn-wr {
        margin: 5px 0 0 0;
    }

    .contact__btn {
        width: 58px;
    }

    .contact__btn svg {
        width: 50px;
        height: 50px;
    }

    .contact__buttons {
        bottom: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .contact__buttons {
        bottom: 12px;
        right: 30px;
    }
}

.call-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.call-modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-modal__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgba(5, 41, 29, 0.5);
}

.call-modal__content {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 420px;
    padding: 56px 0 45px;
}

.call-model__closer {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.call-model__closer rect {
    fill: #959595;
    -webkit-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.call-model__closer:hover rect {
    fill: #000;
}

.call-modal__form {
    max-width: 260px;
    margin: 0 auto;
}

.call-modal__form-tt {
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 24px;
    color: #05291d;
    margin: 0 0 25px 0;
}

.call-modal__inp {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "FiraGO";
    font-size: 16px;
    color: #05291d;
    border: 1px solid #e6e6e6;
    padding: 17px;
    margin: 0 0 10px 0;
}

.call-modal__inp.invalid {
    border-color: red;
}

.call-modal__submit {
    display: block;
    width: 100%;
    background: #05291d;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 16px;
    padding: 18px 0;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.call-modal-conf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.call-modal-conf.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-modal-conf__content {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 420px;
    padding: 75px 10px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.call-modal-conf__content h3 {
    position: relative;
    font-family: "Helvetica Neue";
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 25px 0;
}

.call-modal-conf__content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 1px;
    background-color: rgba(208, 134, 11, 0.6);
}

.call-modal-conf__content p {
    font-family: "FiraGO";
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}

.call-modal-conf__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgba(5, 41, 29, 0.5);
}

.call-model-conf__closer {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.call-model-conf__closer rect {
    fill: #959595;
    -webkit-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.call-model-conf__closer:hover rect {
    fill: #000;
}

@media screen and (min-width: 1200px) {
    .call-modal__content {
        max-width: 543px;
    }

    .call-modal-conf__content {
        max-width: 543px;
    }
}

.live-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.live-modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.live-modal__content {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 860px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.live-modal__closer {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.live-modal__closer rect {
    fill: #959595;
    -webkit-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.live-modal__closer:hover rect {
    fill: #000;
}

.live-modal__tt {
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #05291d;
    margin: 0 0 20px 0;
}

.live-modal__iframe-wr {
    position: relative;
    padding-bottom: 56.25%;
}

.live-modal__iframe-wr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live-modal__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgba(5, 41, 29, 0.5);
}

@media screen and (min-width: 768px) {
    .live-modal__content {
        padding: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .live-modal__content {
        max-width: 57%;
        padding: 40px 40px 40px;
    }

    .live-modal__tt {
        font-size: 24px;
        margin: 0 0 30px 0;
    }
}

.scroll-btns {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

.scroll-btns.dark .scroll-btn {
    color: #05291d;
}

.scroll-btns.dark .scroll-btn svg #angle-double-right {
    fill: #05291d;
}

.scroll-btns.dark .scroll-btn svg #angle-double-right-2 {
    fill: rgba(5, 41, 29, 0.5);
}

.scroll-btns.dark .scroll-btn svg #angle-double-right-3 {
    fill: rgba(5, 41, 29, 0.3);
}

.scroll-btns.dark .scroll-btn svg #angle-double-right-4 {
    fill: rgba(5, 41, 29, 0.1);
}

.scroll-btns.show-prev .scroll-btn__next {
    display: none;
}

.scroll-btns.show-prev .scroll-btn__prev {
    display: block;
}

.scroll-btn {
    font-family: "Helvetica Neue";
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.scroll-btn svg {
    display: block;
    margin: 10px 0 0 0;
}

.scroll-btn svg path {
    opacity: 1;
}

.scroll-btn svg #angle-double-right {
    fill: #fff;
}

.scroll-btn svg #angle-double-right-2 {
    fill: rgba(255, 255, 255, 0.24);
}

.scroll-btn svg #angle-double-right-3 {
    fill: rgba(255, 255, 255, 0.2);
}

.scroll-btn svg #angle-double-right-4 {
    fill: rgba(255, 255, 255, 0.1);
}

.scroll-btn__next {
    display: block;
}

.scroll-btn__prev {
    display: none;
}

@media screen and (min-width: 768px) {
    .scroll-btns {
        position: fixed;
        bottom: 50px;
        left: auto;
        right: 130px;
    }
}

.smartweb-text {
    position: absolute;
    bottom: 50px;
    right: 285px;
    display: none;
    z-index: 10;
}

@media screen and (min-width: 1200px) {
    .smartweb-text {
        display: block;
    }
}

.smartweb-text p {
    font-family: "Helvetica Neue";
    font-size: 14px;
    color: white;
}

.smartweb-text p.dark {
    color: initial;
}

.smartweb-text p a {
    color: #d0860b;
    text-decoration: none;
}

/*factory*/

.slider-factory {
    padding: 100px 0;
}

.slider-bc {
    background: #00194c;
    position: absolute;
    width: 50%;
    right: 0;
    height: -webkit-fill-available;
    height: 100%;
}

.nav.fifth-page .nav__left {
    background: #ffffff00;
}

/*********************** Demo - 16 *******************/
.box16 {
    /*text-align: center;*/
    color: #fff;
    position: relative;
    margin: 15px 0;
}

.box16 .box-content, .box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%);
    top: 0;
    transition: all .5s ease 0s
}

/*.box16 .post, .box16 .title {*/
/*    transform: translateY(145px);*/
/*    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s*/
/*}*/

/*.box16:hover:after {*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)*/
/*}*/

.box16 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.box16 .box-content {
    padding: 20px;
    /* margin-bottom: 20px; */
    bottom: 0;
    z-index: 1;
    background: #0000008a;
}

.box16 .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.box16 .post {
    display: block;
    padding: 8px 0;
    font-size: 15px
}

.box16 .social li a, .box17 .icon li a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.box16:hover .post, .box16:hover .title {
    transform: translateY(0)
}

/*.box16 .social {*/
/*    list-style: none;*/
/*    padding: 0 0 5px;*/
/*    margin: 40px 0 25px;*/
/*    opacity: 0;*/
/*    position: relative;*/
/*    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);*/
/*    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s*/
/*}*/

.box16:hover .social {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #6d3795;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box17 .icon li, .box17 .icon li a {
    display: inline-block
}

.box16 .social li a:hover {
    background: #bea041
}

.box16 .social li:last-child a {
    margin-right: 0
}

.pic-1 {
    width: 200px;
}

@media only screen and (max-width: 990px) {
    .box16 {
        margin-bottom: 30px
    }
}
