#t-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 67px;
    width: 100%;
    z-index: 10000;
    transition: .3s ease;
    transform: translateY(0);
}
#t-header.is-hidden {
    transform: translateY(-160%);
}

#nav493999996 {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
}

.tn-elem__4939999461657706169413 a,
.tn-elem__4939999461657706169421 a,
.tn-elem__4939999461657706169427 a, 
.tn-elem__4939999461657706169433 a,
.tn-elem__4940019091657785756051 a,
.tn-elem__4940019091657785756054 a,
.tn-elem__4940019091657785756058 a{
    transition: .2s ease;
}
.tn-elem__4939999461657706169413 a:hover,
.tn-elem__4939999461657706169421 a:hover,
.tn-elem__4939999461657706169427 a:hover, 
.tn-elem__4939999461657706169433 a:hover,
.tn-elem__4940019091657785756051 a:hover,
.tn-elem__4940019091657785756054 a:hover,
.tn-elem__4940019091657785756058 a:hover {
    color: #59B62E !important;
}





/* Список домов */
.house-projects-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 -10px;
}
.house-projects-list .item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.house-projects-list .item .inner {
    position: relative;
    height: 400px;
    box-shadow: 0px 4px 10px rgba(222, 222, 222, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.house-projects-list .item .inner .main-block {
    position: relative;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.house-projects-list .item .inner .main-block h4 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    font-family: 'Geometria',Arial,sans-serif; 
    line-height: 1.3;
    color: #fff;
}
.house-projects-list .item .inner .hover-block {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    padding: 30px;
    visibility: hidden;
    background-color: #fff;
    transition: .2s ease;
    box-sizing: border-box;
}
.house-projects-list .item .inner .hover-block .top-block {
    
}
.house-projects-list .item .inner .hover-block .top-block .top-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.house-projects-list .item .inner .hover-block .top-block .top-text h4 {
    font-size: 28px;
    font-family: 'Geometria',Arial,sans-serif; 
    font-weight: 500;
    line-height: 1.2;
}
.house-projects-list .item .inner .hover-block .top-block .top-text p {
    font-size: 20px;
    font-family: 'Geometria',Arial,sans-serif; 
    font-weight: 500;
    line-height: 1.2;
    color: #8D8D8D;
}
.house-projects-list .item .inner .hover-block .top-block .text {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Geometria',Arial,sans-serif; 
}
.house-projects-list .item .inner .hover-block .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.house-projects-list .item .inner .hover-block .bottom .price {
    font-size: 28px;
    font-family: 'Geometria',Arial,sans-serif; 
    font-weight: 500;
    line-height: 1.2;
}
.house-projects-list .item .inner .hover-block .bottom .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    min-width: 240px;
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.1;
    border-radius: 60px;
    background-color: #59b62e;
    border: none;
    outline: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.house-projects-list .item .inner .hover-block .bottom .btn:hover {
    background-color: #f29340;
}

.house-projects-list .item .inner:hover .hover-block {
    opacity: 1;
    visibility: visible;
}

/* Страница одного проекта - Галлерея */
.uc-project-gallery .t-slds__container {
    border-radius: 30px;
}



/* Карта проектов */

div[class*="point_project_"] {
    transition: .2s ease;
}
div[class*="point_project_"].is-active {
    transform: scale(1.3);
}

.project-single-item,
.project-sigle-panel-title,
.project-sigle-panel-house-area,
.project-sigle-panel-text,
.project-sigle-panel-price,
.project-sigle-panel-area,
.project-sigle-panel-image,
.project-sigle-panel-link,
.project-sigle-panel-close, 
.tn-elem__4993296501665148850142 {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.project-single-item.is-active,
.project-sigle-panel-title.is-active,
.project-sigle-panel-house-area.is-active,
.project-sigle-panel-text.is-active,
.project-sigle-panel-price.is-active,
.project-sigle-panel-area.is-active,
.project-sigle-panel-image.is-active,
.project-sigle-panel-link.is-active,
.project-sigle-panel-close.is-active,
.tn-elem__4993296501665148850142.is-active {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {
    .house-projects-list {
        max-width: 955px;
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 960px) {
    #director_video {
        width: 100% !important;
    }
    .tn-elem__4941120241663954125420 {
        width: 480px !important;
    }
    .house-projects-list {
        max-width: 635px;
        margin: 0px;
    }
    .house-projects-list .item .inner {
        height: 350px;
    }
    .house-projects-list .item .inner .main-block h4 {
        bottom: 20px;
        left: 20px;
        font-size: 23px;
    }
    .house-projects-list .item .inner .hover-block .top-block .text {
        display: none;
    }
    .house-projects-list .item .inner .hover-block .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .house-projects-list .item .inner .hover-block .bottom .price {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .house-projects-list {
        flex-direction: column;
        max-width: 100%
    }
    .house-projects-list .item {
        width: 100%;
        padding: 0;
    }
    .house-projects-list .item .inner .hover-block {
        padding: 20px;
    }
    .house-projects-list .item .inner .hover-block .top-block .top-text h4 {
        font-size: 24px;
    }
    .house-projects-list .item .inner .hover-block .bottom .price {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .house-projects-list .item .inner .hover-block .bottom .btn {
        height: 50px;
    }
    .t835__quiz {
        max-width: 320px;
        margin: 0 auto;
    }
    .t835__quiz t835__quiz-form-wrapper {
        padding-bottom: 15px;
    }
    .t835__quiz .t835__quiz-wrapper .t835__btn-wrapper {
        display: flex;
        flex-direction: column;
    }
    .t835__quiz .t835__quiz-wrapper .t835__btn-wrapper .t-btn:first-child {
        margin-bottom: 20px;
    }
    
    .uc-project-gallery .t-slds__container {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .tn-elem__4941120241663954125420 {
        width: 320px !important;
    }
}


