/* STYLES.CSS */
body {
    font-family: "BPG LE Studio 04", sans-serif;
    margin:0px;
    color:#000;
    font-size:17px;
    overflow-x: hidden;
}
.container {
    padding:0 60px;
}
* {
    box-sizing: border-box;
    text-decoration: none;
}
img {
    max-width: 100%;
}
img.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}
img.lazyloaded {
  opacity: 1;
}
.block_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_title {
    font-size: 28px;
    line-height: 42px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block_title:lang(ka) {
    text-transform: none;
}
.block_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5F8382;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.block_more:lang(ka) {
    text-transform: none;
}
.block_more:hover {
    color:#143333;    
}
.block_more svg {
    width:20px;
    height: 20px;
    margin:-1px 0 0 12px;
    fill:#5F8382;
}
.block_more:hover svg {
    fill:#143333;    
}
.fancybox-infobar {
    display: none !important;
}
.bread_wrapper {
    background: #EFF4F4;
    padding:40px 0 0 0;
}
.bread_wrapper.nobg {
    background: none;
}
.bread_split {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bread {
    
}
.bread a {
    color:#5F8382;
    font-size: 15px;
}
.bread a:hover {
    color:#143333;
}
.bread svg {
    margin:0 5px;
    color:#5F8382;
    font-size: 13px;
}
.bread_action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bread_action.full {
    width: 100%;
    justify-content: space-between;
}
.slick-arrow.slick-hidden {
    display: none !important;
}


@media only screen and (max-width : 1200px) {
    .container {
        padding:0 30px;
    }
}

@media only screen and (max-width : 800px) {
    .bread_split {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .bread_action {
        margin:20px 0 0 0;
        width: 100%;
        justify-content: space-between;
    }
    .bread_action.full {
        margin:5px 0 0 0;
        flex-direction: column;
    }
    .bread_action_left  {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .bread_action_right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width : 600px) {
    .container {
        padding:0 20px;
    }
    .block_title {
        font-size: 20px;
        line-height: 30px;
    }
    .block_more {
        display: none;
    }
    .bread_wrapper {
        padding:15px 0 0 0;
    }
    .bread a {
        font-size: 13px;
    }
    .bread svg {
        font-size: 10px;
    }
}

/* END OF STYLES.CSS */


/* HEADER.CSS */

.header_wrapper {
    position: fixed;
    top:0;
    width:100%;
    z-index: 9999;
    background: transparent;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active {
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
}
.header {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active .header {
    height: 100px;
}
.header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lang-switch {
    margin:0 0 0 60px;
    position: relative;
    display: inline-block;
}
.lang-switch button {
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
    height: 35px;
    padding:3px 15px 0 15px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active .lang-switch button {
    border: 1px solid #5F8382;
    color: #5F8382;
}
.lang-switch button svg {
    margin:-3px 0 0 8px;
    font-size: 13px;
}
.lang-switch button:hover {
    background-color: #5F8382;
    color: #fff;
}
.header_wrapper.active .lang-switch button:hover {
    background-color: #5F8382;
    color: #fff;
}
.lang-switch .dropdown {
    display: none;
    position: absolute;
    background-color: #B0C1C1;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin:6px 0 0 0;
}
.lang-switch .dropdown a {
    color: #fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-switch .dropdown a:hover {
    background-color: #5F8382;
}
.logo {
    line-height: 0;
}
.logo img {
    height: 80px;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active .logo img {
    height: 60px;
    filter: brightness(1) invert(0);
}
.lang_switcher {
    display: none;
}
.menu {
    
}
.mob_menu {
    display: none;
}
.mob_menu_trigger {
    display: none;
}
.menu_open {
    display: flex;
    align-items: center;
    justify-content: center;
    width:45px;
    height: 45px;
    border-radius: 10px;
    border:1px solid #fff;
    color:#fff;
    font-size:21px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active .menu_open {
    width:40px;
    height: 40px;
    font-size:18px;
    color:#16646A;
    border:1px solid #16646A;
}
.menu_close {
    display: none;
    align-items: center;
    justify-content: center;
    width:45px;
    height: 45px;
    border-radius: 10px;
    border:1px solid #fff;
    color:#fff;
    font-size:21px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width:40px;
    height: 40px;
    border:1px solid #5F8382;
    background: #5F8382;
    color:#fff;
}
.menu_close.active {
    display: flex;
}
.submenu_holder {
    display: inline-flex;
    margin:0 18px 0 0;
    position: relative;
    height: 100px;
}
.submenu_title {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.submenu_title:lang(ka) {
    text-transform: none;
}
.submenu_holder:hover .submenu_title {
    color:#E4997C;
}
.header_wrapper.active .submenu_title {
    color: #5F8382;
}
.header_wrapper.active .submenu_title:hover {
    color: #143333;
}
.submenu_title svg {
    fill:#fff;
    opacity: 0.7;
    width:18px;
    height: 18px;
    margin:-3px 0 0 4px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.header_wrapper.active .submenu_title svg {
    fill: #5F8382;
}
.submenu_holder:hover .submenu_title svg{
    fill:#143333;
    opacity: 1;
}
.submenu_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top:75px;
    left:-30px;
    padding:0 40px 16px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.header_wrapper.active .submenu_list {
    padding:16px 40px 16px 30px;
    background: #B0C1C1;
    top:100px;
}
.submenu_holder:hover .submenu_list {
    opacity: 1;
    pointer-events: all;
}
.submenu_list a {
    color:#fff;
    margin:10px 0;
    white-space: nowrap;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.submenu_list a:lang(ka) {
    text-transform: none;
}
.submenu_list a:hover {
    opacity: 0.6;
}
.menu_item {
    color:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin:0 30px 0 0;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.menu_item:lang(ka) {
    text-transform: none;
}
.menu_item.active {

}
.menu_item:hover {
    color:#E4997C;
}
.header_wrapper.active .menu_item {
    color: #5F8382;
}
.header_wrapper.active .menu_item:hover {
    color:#143333;
}
.menu_item svg {
    fill:#143333;
    width:18px;
    height: 18px;
    margin:-1px 0 0 6px;
}
.menu_item_panorama_mob {
    display: none;
}
.menu_item_panorama {

}
.menu_item_panorama svg {
    width: 35px;
    height: 35px;
    fill:#5F8382;
    margin-bottom: -9px;
    margin-right: 18px;
    margin-left: 6px;
}
.menu_item_panorama:hover svg {
    fill: #143333;
}
.flat_chooser {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:3px 32px 0 40px;
    height:50px;
    background: #5F8382;
    color:#fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    border-radius: 50px;
    margin:0 0 0 10px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.flat_chooser:lang(ka) {
    text-transform: none;
}
.flat_chooser svg {
    width:20px;
    height: 20px;
    margin:-4px 0 0 12px;
    fill:#fff;
}
.flat_chooser:hover {
    background: #143333;
}
.header_spacer {
    display: none;
    height: 100px;
}
.header_spacer.active {
    display: block;
}



@media only screen and (max-width : 1340px) {
    .header_left {
        width: calc(100% - 45px);
    }
    .lang-switch {
        margin:0 6px 0 0;
    }
    .lang-switch button {
        height: 45px;
        border: none;
    }
    .lang-switch .dropdown a {
        height: 35px;
    }
    .header_left_end {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_item_panorama_mob {
        display: block;
    }
    .menu_item_panorama_mob svg {
        width: 32px;
        height: 32px;
        fill: #16646A;
        margin:3px 16px 0 0;
    }
    .header_wrapper.active .lang-switch button {
        height: 40px;
        border: none;
    }
    .header_wrapper.active .lang-switch .dropdown a {
        height: 35px;
    }
    .menu {
        display: none;
    }
    .mob_menu_trigger {
        display: block;
    }
    .mob_menu {
        position: fixed;
        top:70px;
        left:0;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(255,255,255,0.9);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
        padding:30px 0 0 0;
    }
    .mob_menu.active {
        opacity: 1;
        pointer-events: all;
    }
    .mob_menu a {
        display: block;
        font-size: 18px;
        line-height: 27px;
        font-family: "BPG LE Studio 04 Caps", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #16646A;
        text-align: center;
        margin:20px 0;
    }
    .mob_menu a:lang(ka) {
        text-transform: none;
    }
    .mob_menu a.choose {
        margin-top: 30px;
        background: #E4997C;
        width:100%;
        padding:0 30px;
        height: 50px;
        border-radius: 50px;
        color:#fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mob_menu a.choose svg {
        margin:0 0 0 15px;
    }
}

@media only screen and (max-width : 600px) {
    .header {
        height: 90px;
    }
    .header_spacer {
        height: 70px;
    }
    .header_wrapper.active .header {
        height: 70px;
    }
    .logo img {
        height: 60px;
    }
    .header_wrapper.active .logo img {
        height: 45px;
    }
}

/* END OF HEADER.CSS */


/* FOOTER.CSS */

.footer_wrapper {
    background: #5F8382;
    padding:80px 0;
}
.footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;   
}
.footer_companies {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_company {
    margin:0 80px 0 0;
}
.footer_company:last-child {
    margin:0;
}
.footer_company_title {
    color:#fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    margin:0 0 25px 0;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.footer_company_title:lang(ka) {
    text-transform: none;
}
.footer_company_contact {
    
}
.footer_company_contact div {
    margin:0 0 20px 0;
    color:#fff;
}
.footer_company_contact div:last-child {
    margin:0px;
}
.footer_company_contact div svg {
    width:20px;
    margin:0 15px 0 0;
    color:#fff;
}
.footer_right {

}
.footer_nav_title {
    color:#fff;
    font-family: "FIRAGO-EXTRABOLD";
    margin:0 0 25px 0;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.footer_nav_title:lang(ka) {
    text-transform: none;
}
.footer_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_nav_item {
    margin:0 80px 0 0;
}
.footer_nav_item:last-child {
    margin:0px;
}
.footer_nav_item a {
    color:#fff;
    margin:0 0 20px 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_nav_item a:last-child {
    margin:0px;
}
.footer_nav_item a:hover {
    color: #E4997C;
}
.footer_nav_item a svg {
    margin:0 12px 0 0;
    font-size:13px;
    color: #fff;
}
.footer_addon_wrapper {
    background: #5F8382;
}
.footer_addon {
    border-top: 1px solid #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    border-radius: 100%;
    border:1px solid #45888d;
    color:#fff;
    margin:0 11px 0 0;
    font-size:15px;
}
.footer_social a:hover {
    border:1px solid #E4997C;
    background: #E4997C;
    color:#fff;
}
.footer_copy {
    font-size: 15px;
    color:#fff;
}

@media only screen and (max-width : 1100px) {
    .footer {
        flex-wrap: wrap;
    }
    .footer_companies {
        width: 100%;
    }
    .footer_company {
        margin:0;
        width: 50%;
    }
    .footer_nav {
        margin:60px 0 0 0;
        width: 100%;
    }
    .footer_nav_item {
        margin:0;
        width: 50%;
    }
    .footer_social {
        width: 50%;
        justify-content: flex-start;
    }
    .footer_copy {
        width: 50%;
    }
}

@media only screen and (max-width : 1100px) {
    .footer_wrapper {
        padding:40px 0;
    }
    .footer_companies {
        flex-wrap: wrap;
    }
    .footer_company {
        width: 100%;
        margin:0 0 40px 0;
    }
    .footer_company:last-child {
        margin:0;
    }
    .footer_company_title {
        font-size: 15px;
        margin:0 0 20px 0;
    }
    .footer_company_contact div {
        font-size: 14px;
        margin:0 0 15px 0;
    }
    .footer_company_contact div svg {
        margin:0 10px 0 0;
    }
    .footer_nav {
        margin:40px 0 0 0;
        flex-wrap: wrap;
    }
    .footer_nav_item {
        width: 100%;
        margin:0 0 15px 0;
    }
    .footer_nav_item a {
        font-size: 14px;
        margin:0 0 15px 0;
    }
    .footer_nav_item a svg {
        margin:0 16px 0 5px;
    }
    .footer_addon {
        display: block;
        border:none;
        height: auto;
        padding:0 0 40px 0;
    }
    .footer_social {
        width: 100%;
    }
    .footer_social a {
        width: 35px;
        height: 35px;
        margin:0 9px 0 0;
    }
    .footer_copy {
        width: 100%;
        margin:20px 0 0 0;
        font-size: 12px;
    }
}

/* END OF FOOTER.CSS */


/* PANORAMA.CSS */

.render_tooltip {
    width:auto;
    bottom:unset;
    left:unset;
    margin:0px;
    position: absolute;
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 0;
    box-sizing: border-box;
    color:#fff;
    text-align: center;
    padding:0 25px;
    height: 50px;
    border-radius: 50px;
    pointer-events: none;
    background: rgba(22,100,106,0.9);
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 15px;
    font-weight: bold;
    border:2px solid #fff;
    text-transform: uppercase;
}
.render_tooltip:lang(ka) {
    text-transform: none;
}
.render_tooltip.visible {
    opacity: 1;
}
.panorama_hero_wrapper {
    position: relative;
    z-index: 2;
}
.panorama_hero {

}
.panorama_hero_photo {
    line-height: 0;
/*    height: calc(100vh - 90px);*/
}
.panorama_hero_photo img {
    object-fit: cover;
    /*width: 100%;
    height: 100%;
    object-position: center -170px;*/
}

.panorama_hero_trigger {
    position: absolute;
    z-index: 2;
    top:55px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor_enter {
    height: 50px;
    border-radius: 50px;
    width: 140px;
    background: #5F8382;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin:0 0 0 10px;
    padding:0 20px 0 25px;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.floor_enter:lang(ka) {
    text-transform: none;
}
.floor_enter:hover {
    background: #143333;
}
.floor_enter svg {
    font-size:15px;
    margin-top: -4px;
}
.floor_enter.active {
    display: flex;
}
.floor_sold {
    height: 50px;
    border-radius: 50px;
    width: 140px;
    background: #073E43;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    margin:0 0 0 10px;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}
.floor_sold:lang(ka) {
    text-transform: none;
}
.floor_sold svg {
    font-size:15px;
}
/* Sort Button */

/* Button styling */
.sort_button {
    height: 50px;
    border-radius: 50px;
    width: 100%;
    padding:0 20px 0 25px;
    border:none;
    outline: none;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 15px;
    background: rgba(255,255,255,0.85);
    color: #16646A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.sort_button:lang(ka) {
    text-transform: none;
}
.sort_button:hover {
    color: #143333;
    background: rgba(255,255,255,1);
}
.sort_button.active {
    color: #143333;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    background: rgba(255,255,255,1);
}
.sort_button svg {
    font-size: 15px;
    margin-top: -4px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}


/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    width: 280px;
}

/* Dropdown content */
.dropdown-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    margin:10px 0 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dropdown-content a {
    width: 20%;
    color: black;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #16646A;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    border:1px solid #bfd0d0;
    border-right: none;
    border-bottom: none;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.dropdown-content.panorama_2 a {
    width: 25%;
}
.dropdown-content a:lang(ka) {
    text-transform: none;
}
.dropdown-content a:first-child {
    width: 100%;
}
.dropdown-content a:last-child {
    width: 100%;
}
.dropdown-content.panorama_2 a:last-child {
    width: 100%;
}
.dropdown-content a.disabled {
    color: #B0C0C1;
    pointer-events: none;
}

.dropdown-content a:hover {
    background-color: #EFF4F4;
}
.dropdown-content a.active {
    background-color: #EFF4F4;
}

/* Show dropdown on click */
.show {
    opacity: 1;
    pointer-events: all;
}

/* End of Sort Button */




.panorama_hero_search_holder {
    position: absolute;
    z-index: 2;
    bottom:-40px;
    left:0;
    width:100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.panorama_hero_search {
    position: relative;
    width:850px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    border-radius: 75px;
    background: rgba(255,255,255,1);
    backdrop-filter: blur(1px);
    border:1px solid #DADADA;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.panorama_hero_search_list {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 12px 0 12px;
}
.panorama_hero_search_item {
    border-right: 1px solid #bfd0d0;
    width: 25%;
    padding:0 0 0 22px;
}
.panorama_hero_search_item:last-child {
    border:none;
}
.panorama_hero_search_item span {
    display: block;
    color: #052524;
    font-family: "FIRAGO-SEMIBOLD";
    font-size: 16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.panorama_hero_search_item span:lang(ka) {
    text-transform: none;
}
.panorama_hero_search_item div {
    margin:5px 0 0 0;
    color:#16646A;
    font-size:15px;
}
.panorama_hero_search_submit {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #E4997C;
    position: absolute;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top:10px;
    right:10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.panorama_hero_search_submit:hover {
    background: #16646A;
}
.panorama_intro_info {
    pointer-events: none;
    text-align: right;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding:50px 60px 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flexce-start;
    flex-direction:column;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,16646a+100&0.5+0,0+50,0.9+100 */
/*    background: linear-gradient(180deg, rgba(22, 100, 106, 0.7279704117975315) 0%, rgba(22, 100, 106, 0.17895080395439422) 43%);*/
}

.mobile_available {
    display: none;
}
.render_floor {
    position: absolute;
    top:150px;
    right:60px;
    opacity: 0;
    pointer-events: none;
    font-size: 80px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
}
.render_floor span {
    border-top: 1px solid #fff;
    padding:15px 0 0 0;
    text-align: center;
    display: block;
    font-size: 18px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.render_floor span:lang(ka) {
    text-transform: none;
}
.render_floor span div {
    margin:10px 0 0 0;
    font-size:28px;
    white-space: nowrap;
}
.render_floor.visible {
    opacity: 1;
}

.panorama_intro_info_title {
    font-size: 30px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
}
.panorama_intro_info_title:lang(ka) {
    text-transform: none;
}
.panorama_intro_info_address {
    margin:14px 0 0 0;
    font-size: 17px;
    color: #fff;
    font-family: "BPG LE Studio 04", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: all;
    cursor: pointer;
}
.panorama_intro_info_address:lang(ka) {
    text-transform: none;
}
.panorama_intro_info_address svg {
    margin:0 15px 0 0;
    color: #fff;
    opacity: 0.5;
}
.panorama_intro_info_address:hover {
    color:#FBEDE8;
}
.panorama_spec_wrapper {
    background: #EFF4F4;
}
.panorama_spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:50px 0 50px 0;
    position: relative;
    z-index: 1;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.panorama_spec_item {
    width:25%;
    margin:20px 0;
    border-left: 1px solid #bfd0d0;
    padding:0 0 0 30px;
}
.panorama_spec_item span {
    display: block;
    color: #5F8382;
    font-size: 16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.panorama_spec_item span:lang(ka) {
    text-transform: none;
}
.panorama_spec_item div {
    margin: 14px 0 0 0;
    font-size: 20px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    color: #5F8382;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-weight: bold;
}
.panorama_spec_item div:lang(ka) {
    text-transform: none;
}


.panorama_360_wrapper {
    padding:70px 0 0 0;
}
.panorama_360 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.panorama_360_photo {
    width: 100%;
    line-height: normal;
    position: relative;
    line-height: 0;
    height: 400px;
}
.panorama_360_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.panorama_360_info {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,16646a+100&0.8+0,0+100 */
    background: radial-gradient(ellipse at center,  rgba(22,100,106,0.8) 0%,rgba(22,100,106,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 12px;
}
.panorama_360_title {
    font-size: 28px;
    font-family: 'FIRAGO-EXTRABOLD'; 
    color: #fff;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.panorama_360_title:lang(ka) {
    text-transform: none;
}
.panorama_360_desc {
    margin:25px 0 0 0;
    color:#fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.panorama_360_more {
    margin:35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.panorama_360_more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 38px 0 30px;
    height: 50px;
    background: #E4997C;
    color: #fff;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.panorama_360_more a:lang(ka) {
    text-transform: none;
}
.panorama_360_more a:hover {
    background: #fff;
    color: #16646A;
}
.panorama_360_more a svg {
    margin:0 14px -2px 0;
    width:30px;
    height: 30px;
    fill: #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.panorama_360_more a:hover svg {
    fill:#16646A;
}
.panorama_benefits_wrapper {
    margin:60px 0 0 0;
}
.panorama_benefits {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.panorama_benefit {
    width:calc(20% - 20px);
    position: relative;
    overflow: hidden;
}
.panorama_benefit_photo {
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
}
.panorama_benefit_photo img {
    border-radius: 12px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.panorama_benefit:hover .panorama_benefit_photo img {
    transform: scale(1.15);
}
.panorama_benefit_overlay {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,16646a+100&0+30,0.8+100 */
    background: linear-gradient(to bottom,  rgba(22,100,106,0) 0%,rgba(22,100,106,0) 30%,rgba(22,100,106,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.panorama_benefit_overlay::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    transition: opacity 0.25s linear;
    opacity:0;
    border-radius:12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,16646a+100&0+30,0.8+100 */
    background: linear-gradient(to bottom,  rgba(22,100,106,0.5) 0%,rgba(22,100,106,0.5) 30%,rgba(22,100,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.panorama_benefit:hover .panorama_benefit_overlay::before {
    opacity: 1;
}
.panorama_benefit_info {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.panorama_benefit_title {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    position: absolute;
    bottom:0;
    left:0;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    padding:20px 25px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 1;
}
.panorama_benefit_title:lang(ka) {
    text-transform: none;
}
.panorama_benefit:hover .panorama_benefit_title {
    bottom:calc(100% - 100px);
}
.panorama_benefit_desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom:-100%;
    left:0;
    padding:22px 25px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
}
.panorama_benefit:hover .panorama_benefit_desc {
    opacity: 1;
    bottom:0;
}
.panorama_view_wrapper {
    margin:80px 0 0 0;
    padding:80px 0;
    background: #EFF4F4;
}
.panorama_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.panorama_view_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panorama_view_info_icon {
    line-height: 0;
    width: 50%;
    text-align: right;
}
.panorama_view_info_icon img {
    width: 240px;
}
.panorama_view_info_desc {
    width: 50%;
    font-size: 19px;
    line-height: 28.5px;
    color: #052524;
}
.panorama_view_photo {
    margin:50px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
}
.panorama_view_photo div {
    width: calc(25% - 18px);
    line-height: 0;
    position: relative;
}
.panorama_view_photo div span {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #ADADAD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(22,100,106,0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 1;
}
.panorama_view_photo div span img {
    max-width: 70%;
    max-height: 100px;
    transform: scale(0.5);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    overflow: visible;
}
.panorama_view_photo div:hover span {
    opacity: 1;
}
.panorama_view_photo div:hover span img {
    opacity: 1;
    transform: scale(1);
}
.panorama_view_photo div img {
    border-radius: 12px;
}
.panorama_invest_wrapper {
    padding: 80px 0 ;
}
.panorama_invest {
    display: flex;
    justify-content: space-between;
}
.panorama_invest_photo {
    border-radius: 12px;
    width: calc(50% - 60px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/render_investment.webp");
    padding:34px 40px;
}
.panorama_invest_photo.panorama_2 {
    background-image: url("../img/invest_pano_2_new.png");
    background-position: right top;
}
.panorama_invest_photo span {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.panorama_invest_photo span:lang(ka) {
    text-transform: none;
}
.panorama_invest_info {
    width: 50%;
    padding:0 0 0 6px;
}
.panorama_invest_title {
    font-size: 28px;
    line-height: 42px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
}
.panorama_invest_title:lang(ka) {
    text-transform: none;
}
.panorama_invest_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:50px 0 0 0;
}
.panorama_invest_list_item {
    width: 100%;
    display: flex;
/*    align-items: center;*/
    justify-content: flex-start;
    margin:0 0 25px 0;
}
.panorama_invest_list_item:last-child {
    margin:0px;
}
.panorama_invest_list_item.first {
    padding:0 60px 0 0;
}
.panorama_invest_list_item span {
    width:40px;
    font-size: 22px;
    color:#5F8382;
    margin:2px 0 0 0;
}
.panorama_invest_list_item div {
    width:calc(100% - 60px);
    display: block;
    font-size: 19px;
    line-height: 28.5px;
    color: #052524;
}
.panorama_gallery_wrapper {
    padding:80px 0;
    background: #EFF4F4;
}
.panorama_gallery_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panorama_gallery_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.panorama_gallery_title:lang(ka) {
    text-transform: none;
}
.panorama_gallery_holder {
    position: relative;
}
.slick_holder {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slick_holder.slick-loaded {
  visibility: visible;
  opacity: 1;
}
.panorama_gallery_arrows {
    position: absolute;
    z-index: 1;
    top:calc(50% - 30px);
    left:-30px;
    width: calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.panorama_gallery_arrows div {
    width:60px;
    height: 60px;
    border-radius: 100%;
    background: #5F8382;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border:3px solid #EFF4F4;
}
.panorama_gallery_arrows div:hover {
    background: #143333;
}
.panorama_gallery_arrows div:first-child {
    margin:0 20px 0 0;
}
.panorama_gallery_list {
    margin:74px -15px 0 -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panorama_gallery_list a {
    margin:0 15px;
    line-height: 0;
    width: 100%;
    position: relative;
}
.panorama_gallery_list a span {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22,100,106,0.7);
    font-size:40px;
    color: #E4997C;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.panorama_gallery_list a:hover span {
    opacity: 1;
}
.panorama_gallery_list a img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
}
.panorama_gallery_list a:last-child {
    margin:0px;
}
.panorama_conditions_wrapper {
    padding:0 0 80px 0;
    border-bottom: 1px solid #bfd0d0;
}
.panorama_conditions {
    
}
.panorama_conditions_title {
    font-size: 28px;
    line-height: 42px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    color: #5F8382;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.panorama_conditions_title:lang(ka) {
    text-transform: none;
}
.panorama_conditions_title span {
    color: #5F8382;
}
.panorama_conditions_list {
    margin:20px 0 0 0;
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
}
.panorama_conditions_list_item {
    width:calc(100% / 5);
    margin:50px 0 0 0;
    padding:0 40px;
    border-left: 1px solid #bfd0d0;
}
.panorama_conditions_list_item.first {
    border:none;
    padding-left: 0;
}
.panorama_conditions_list_item_icon {
    position: relative;
}
.panorama_conditions_list_item_icon svg {
    max-width:65px;
    max-height: 65px;
    fill:#5F8382;
}
.panorama_conditions_list_item_icon_plus {
    width:30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #5F8382;
    color:#fff;
    font-size:30px;
    position: absolute;
    top: -12px;
    left: 45px;
}
.panorama_conditions_list_item_title {
    margin:20px 0 0 0;
    font-size: 17px;
    line-height: 25.5px;
    color: #052524;
}
.panorama_location_wrapper {
    padding:80px 0;
    background: #EFF4F4;
}
.panorama_location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panorama_location_info {
    width: 50%;
    padding:0 0 0 6px;
}
.panorama_location_info_title {
    font-size: 28px;
    line-height: 42px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
}
.panorama_location_info_title:lang(ka) {
    text-transform: none;
}
.panorama_location_info_desc {
    
}
.panorama_location_info_desc_item {
    display: flex;
    justify-content: center;
    margin:40px 0;
}
.panorama_location_info_desc_item:first-child {
    margin:40px 0 0 0;
}
.panorama_location_info_desc_item:last-child {
    margin:0px;
}
.panorama_location_info_desc_item_icon {
    width:40px;
    color: #5F8382;
    margin:-1px 0 0 0;
    font-size:22px;
}
.panorama_location_info_desc_item_info {
    width:calc(100% - 30px);
}
.panorama_location_info_desc_item_info div {
    font-size: 17px;
    color: #5F8382;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.panorama_location_info_desc_item_info div:lang(ka) {
    text-transform: none;
}
.panorama_location_info_desc_item_info  span {
    display: block;
    margin:14px 0 0 0;
    color:#5F8382;
    font-size: 19px;
    font-weight: bold;
}
.panorama_location_map {
    width:50%;
    height: 430px;
    line-height: 0;
    padding:0 60px 0 0;
}
.panorama_location_map iframe {
    width: 100%;
    height: 430px;
    border-radius: 12px;
}
.panorama_contact_wrapper {
    padding:20px 0 80px 0;
}
.panorama_contact {
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
}
.panorama_faq {
    width: 50%;
    padding:0 60px 0 0;
}
.panorama_faq.panorama_2 {
    width: 100%;
    padding:0;
}
.panorama_partners {
    width:50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.panorama_partners_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.panorama_partners_title:lang(ka) {
    text-transform: none;
}
.panorama_partners_list {
    margin:40px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panorama_partners_list div {
    width: calc(100% / 3 - 20px);
    line-height: 0;
    height: 120px;
    border:1px solid #bfd0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.panorama_partners_list div img {
    max-width: 60%;
    max-height: 55%;
}

@media only screen and (max-width : 1350px) {
    .panorama_benefits {
        flex-wrap: wrap;
    }
    .panorama_benefit {
        width: calc(50% - 15px);
        margin:0 0 30px 0;
    }
    .panorama_benefit:last-child {
        margin:0;
        border:none;
        width: 100%;
    }
    .panorama_benefit_photo {
        height: 200px;
    }
    .panorama_benefit_photo img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width : 1300px) {
    .panorama_spec_item {
        border:none;
        padding:0;
    }
}

@media only screen and (max-width : 1200px) {
    .render_floor  {
        top:20px;
        right:30px;
        font-size: 60px;
    }
    .render_floor span {
        font-size: 17px;
    }
    .render_floor span div {
        font-size: 24px;
    }
    .panorama_intro_info {
        top:unset;
        bottom:0;
        justify-content: flex-end;
        padding:0 30px 30px 30px;
    }
    .panorama_hero_trigger {
        top:30px;
    }
    .panorama_spec {
        padding:40px 0;
    }
    .panorama_spec_item {
        width: calc(50% - 30px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin:10px 0;
    }
    .panorama_spec_item div {
        margin:0;
        font-family: "FIRAGO-SEMIBOLD";
        font-size: 17px;
    }
    .panorama_gallery_arrows {
        padding:0 10px;
    }
    .panorama_conditions_list_item {
        width: calc(50% - 30px);
        padding:0;
        border:none;
        margin:30px 0 0 0;
    }
}

@media only screen and (max-width : 1000px) {
    .panorama_spec_item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 50%;
    }
    .panorama_spec_item div {
        margin:10px 0 0 0;
    }
    .panorama_invest {
        flex-direction: column;
    }
    .panorama_invest_photo {
        width: 100%;
        height: 400px;
    }
    .panorama_invest_info {
        margin:50px 0 0 0;
        width: 100%;
        padding:0;
    }
    .panorama_location {
        flex-direction: column;
    }
    .panorama_location_info {
        width: 100%;
        order: 1;
    }
    .panorama_location_map {
        padding:0;
        margin:50px 0 0 0;
        width: 100%;
        order:2;
        height: 300px;
    }
    .panorama_location_map iframe {
        height: 300px;
    }
    .panorama_contact {
        flex-direction: column;
    }
    .panorama_faq {
        width: 100%;
        padding:0;
    }
    .panorama_partners {
        width: 100%;
        margin:80px 0 0 0;
    }
}

@media only screen and (max-width : 800px) {
    .panorama_view_info {
        flex-wrap: wrap;
    }
    .panorama_view_info_desc {
        width: 100%;
        order:2;
        margin:20px 0 0 0;
    }
    .panorama_view_info_icon {
        width: 100%;
        order: 1;
        text-align: left;
    }
    .panorama_view_photo {
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }
    .panorama_view_photo div{
        width: calc(50% - 15px);
        margin:0 0 30px 0;
    }
    .panorama_intro_info {
        justify-content: flex-start;
        padding:16px 20px 0 20px;
    }
    .panorama_intro_info_title {
        font-size: 18px;
    }
    .panorama_intro_info_address {
        margin:5px 0 0 0;
        font-size: 12px;
        width: auto;
        font-family: "FIRAGO-MEDIUM";
    }
    .panorama_intro_info_address svg {
        margin:0 6px 0 0;
    }
    .mobile_available {
        position: absolute;
        top:100%;
        left:0;
        width:100%;
        background: rgba(255,255,255,0.7);
        color: #16646A;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-family: "BPG LE Studio 04 Caps", sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-feature-settings: "case" on;
        text-transform: uppercase;
    }
    .mobile_available:lang(ka) {
        text-transform: none;
    }
    .mobile_available.visible {
        margin-top: -30px;
        opacity: 1;
    }
    .render_floor  {
        display: none;
    }
    .panorama_hero_trigger {
        top:100%;
        background: #5F8382;
    }
    .panorama_hero_trigger.justify {
        justify-content: space-between;
    }
    .panorama_hero_trigger.justify .dropdown {
        width: 50%;
    }
    .panorama_hero_trigger.justify .sort_button {
        justify-content: space-between;
        padding:0 20px;
    }
    .dropdown {
        width: 100%;
    }
    .sort_button {
        background: transparent;
        color: #fff;
        height: 45px;
        border-radius: none;
        padding:0;
        font-size: 15px;
        justify-content: center;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    .sort_button:hover {
        color: #fff;
        background: transparent;
    }
    .sort_button.active {
        color: #fff;
        background: transparent;
    }
    .sort_button svg {
        margin:0 0 1px 10px;
        font-size: 12px;
    }
    .floor_enter {
        width: 50%;
        height: 45px;
        border-radius: 0px;
        margin:0;
        font-size: 15px;
        background: #143333;
    }
    .floor_enter:hover {
        background: #143333;
    }
    .floor_sold {
        width: 50%;
        height: 45px;
        border-radius: 0px;
        margin:0;
        font-size: 15px;
    }
    .floor_sold.active {
        display: flex;
    }
    .dropdown-content {
        width: calc(100vw - 40px);
        left:20px;
        border-radius: 0;
        -webkit-border-bottom-right-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-bottomright: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        margin:0;
        border-right: 1px solid #bfd0d0;
    }
    .dropdown-content a {
        border-left: 1px solid #bfd0d0;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #bfd0d0;
        padding:14px 0;
        font-size: 15px;
        width: calc(100% / 5);
    }
    .panorama_spec {
        padding:80px 0 40px 0;
    }
}
@media only screen and (max-width : 600px) {
    .panorama_spec_item {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #bfd0d0;
        margin: 0;
        padding: 10px 0;
    }
    .panorama_spec_item:last-child {
        border:none;
    }
    .panorama_spec_item span {
        font-size: 13px;
    }
    .panorama_spec_item div {
        margin:0;
        font-size: 13px;
    }
    .panorama_spec {
        padding:68px 0 26px 0;
    }
    .panorama_360_wrapper {
        padding:40px 0 0 0;
    }
    .panorama_360_title {
        font-size: 20px;
    }
    .panorama_360_desc {
        font-size: 16px;
        line-height: 24px;
        padding:0 20px;
    }
    .panorama_360_more a{
        height: 36px;
        padding:0 25px 0 20px;
        font-size: 14px;
    }
    .panorama_360_more a svg {
        width: 22px;
        height: 22px;
        margin:0 10px -2px 0;
    }
    .panorama_360_photo{
        height: 280px;
    }
    .panorama_benefits_wrapper {
        margin:20px 0 0 0;
    }
    .panorama_benefit {
        width: 100%;
        margin:0 0 20px 0;
    }
    .panorama_benefit_photo {
        height: 160px;
    }
    .panorama_benefit_title {
        font-size: 16px;
        line-height: 24px;
        padding:20px;
    }
    .panorama_benefit_desc {
        font-size: 14px;
        line-height: 21px;
        padding:20px;
    }
    .panorama_benefit:hover .panorama_benefit_title {
        bottom: calc(100% - 85px);
    }
    .panorama_view_wrapper {
        margin: 40px 0 0 0;
        padding: 40px 0 20px 0;
    }
    .panorama_view_info_icon {

    }
    .panorama_view_info_icon img {
        width: auto;
        height: 100px;
    }
    .panorama_view_info_desc {
        font-size: 16px;
        line-height: 24px;
        margin:10px 0 0 0;
    }
    .panorama_view_photo div {
        width: calc(50% - 5px);
        margin:0 0 10px 0;
    }
    .panorama_view_photo div span img {
        max-width: 80%;
    }
    .panorama_invest_wrapper {
        padding:40px 0;
    }
    .panorama_invest_photo {
        padding:20px;
        height: 300px;
    }
    .panorama_invest_photo span {
        font-size: 20px;
        line-height: 30px;
    }
    .panorama_invest_info {
        margin:30px 0 0 0;
    }
    .panorama_invest_title {
        font-size: 17px;
        line-height: 25.5px;
    }
    .panorama_invest_list {
        margin:30px 0 0 0;
    }
    .panorama_invest_list_item span {
        width: 32px;
        font-size: 18px;
        margin:3px 0 0 0;
    }
    .panorama_invest_list_item div {
        font-size: 15px;
        line-height: 22.5px;
    }
    .panorama_invest_list_item {
        margin:0 0 15px 0;
    }
    .panorama_gallery_wrapper {
        padding:40px 0;
    }
    .panorama_gallery_title {
        font-size: 20px;
        line-height: 30px;
    }
    .panorama_gallery_arrows div {
        width: 40px;
        height: 40px;
    }
    .panorama_gallery_arrows {
        top: calc(50% - 20px);
        padding:0 15px;
    }
    .panorama_gallery_list{
        margin-top: 30px;
    }
    .panorama_conditions_list_item {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin:20px 0 0 0 !important;
    }
    .panorama_conditions_list_item_icon {
        width: 40px;
    }
    .panorama_conditions_list_item_icon svg {
        width: 40px;
        height: 40px;
    }
    .panorama_conditions_list_item_icon_plus {
        width: 20px;
        height: 20px;
        top:-8px;
        left:30px;
    }
    .panorama_conditions_wrapper {
        padding:40px 0;
    }
    .panorama_conditions_list_item_title {
        margin:0;
        width: calc(100% - 40px);
        font-size: 15px;
        line-height: 22.5px;
        padding:0 0 0 20px;
    }
    .panorama_conditions_title {
        font-size: 20px;
        line-height: 30px;
    }
    .panorama_location_wrapper {
        padding:40px 0;
    }
    .panorama_location_info_title {
        font-size: 20px;
        line-height: 30px;
    }
    .panorama_location_info_desc_item_info div {
        font-size: 15px;
        line-height: 22.5px;
    }
    .panorama_location_info_desc_item_info span {
        margin:6px 0 0 0;
        font-size: 14px;
    }
    .panorama_location_map {
        height: 200px;
    }
    .panorama_location_map iframe {
        height: 200px;
    }
    .panorama_location_info_desc_item:first-child {
        margin:30px 0 0 0;
    }
    .panorama_location_info_desc_item {
        margin:30px 0 0 0;
    }
    .panorama_location_info_desc_item:last-child {
        margin:30px 0 0 0;
    }
    .panorama_location_map {
        margin:40px 0 0 0;
    }
    .panorama_contact_wrapper {
        padding:40px 0;
    }
    .panorama_partners {
        margin:40px 0 0 0;
    }
    .panorama_partners_title {
        font-size: 20px;
        line-height: 30px;
    }
    .panorama_partners_list {
        margin:30px 0 0 0;
    }
    .panorama_partners_list div {
        width: calc(100% / 3 - 6px);
        height: 80px;
    }
    .panorama_partners_list div img {
        max-width: 80%;
        max-height: 55%;
    }
}

/* END OF PANORAMA.CSS */


/* NEWS.CSS */

.news_wrapper {
    padding:80px 0;
    background: #EFF4F4;
}
.news_wrapper.on_home {
    background: #fff;
}
.news_wrapper.inside {
    padding:40px 0 100px 0;
}
.news_wrapper.inside.offer {
    background: #fff;
}
.news {
    
}
.news_holder {
    position: relative;
}
.panorama_gallery_arrows {
    position: absolute;
    z-index: 1;
    top:calc(50% - 30px);
    left:-30px;
    width: calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.panorama_gallery_arrows div {
    width:60px;
    height: 60px;
    border-radius: 100%;
    background: #5F8382;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border:3px solid #EFF4F4;
}
.panorama_gallery_arrows div:hover {
    background: #143333;
}
.panorama_gallery_arrows div:first-child {
    margin:0 20px 0 0;
}
.news_list {
    margin:50px 0 0 0;
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
.news_list.on_landing {
    margin-left: -15px;
    margin-right: -15px;
}
.news_list.wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
.news_item {
    width:calc(100% / 3 - 18px);
    cursor: pointer;
}
.news_list.wrap .news_item {
    margin:0 15px 40px 15px;
    width:calc(100% / 3 - 30px);
}
.news_list.main_slider .news_item {
    margin:0 15px;
}
.news_list.main_slider_2 .news_item {
    margin:0 15px;
}
.news_photo {
    line-height: 0;
    overflow: hidden;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.news_photo.expired {
    opacity: 0.4;
}
.news_photo img {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    max-width: 100%;
}
.news_item:hover .news_photo img {
/*    transform: scale(1.15);*/
}
.news_info {
    background: #fff;
    padding:26px 30px 30px 30px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news_info.expired {
    background: rgba(255,255,255,0.3);
}
.news_wrapper.on_home .news_info {
    background: #EFF4F4;
}
.news_wrapper.on_home .news_info.expired {
    background: rgba(239,244,244,0.3);
}
.news_wrapper.inside.offer .news_info {
    background: #EFF4F4;
}
.news_item:hover .news_info {
    background: #16646A;
}
.news_item.expired:hover .news_info {
    background: rgba(255,255,255,0.3);
}
.news_wrapper.inside .news_item:hover .news_info {
    background: #16646A;
}
.news_wrapper.inside .news_item.expired:hover .news_info {
    background: rgba(255,255,255,0.3)
}
.news_title {
    font-size: 19px;
    padding: 0 20px 0 0;
    line-height: 28.5px;
    height: 85px;
    color: #5F8382;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news_title.expired {
    color: #739191;
}
.news_title:lang(ka) {
    text-transform: none;
}
.news_item:hover .news_title {
    color:#fff;
}
.news_item.expired:hover .news_title {
    color:#739191;
}
.news_addon {
    margin:20px 0 0 0;
    padding:24px 0 0 0;
    border-top: 1px solid #bfd0d0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_date {
    color:#16646A;
    font-size: 16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    display: none;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news_date:lang(ka) {
    text-transform: none;
}
.news_item:hover .news_date {
    color:#fff;
}
.news_date svg {
    font-size:16px;
    margin:0 10px 0 0;
}
.news_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color:#5F8382;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news_more.expired {
    color: #739191 !important;
}
.news_more:lang(ka) {
    text-transform: none;
}
.news_more svg {
    width:20px;
    height: 20px;
    margin:-1px 0 0 12px;
    fill:#5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news_more.expired svg {
    fill: #5F8382  !important;
}
.news_item:hover .news_more {
    color:#fff;
}
.news_item:hover .news_more svg {
    fill:#fff;
}
.news_expired {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    padding:0 22px;
    border: 1px solid #bfd0d0;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
    font-size: 16px;
}
/*.article_wrapper {
    background: #EFF4F4;
    padding:40px 0 100px 0;
}
.article {
    margin:50px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.article_photo {
    width: 35%;
    line-height: 0;
}
.article_photo img {
    border-radius: 12px;
}
.article_info {
    width: 65%;
    padding:0 0 0 60px;
}
.article_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.article_title:lang(ka) {
    text-transform: none;
}
.article_date {
    display: none;
    margin:20px 0 0 0;
    color: #728484;
    font-size: 18px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.article_date:lang(ka) {
    text-transform: none;
}
.article_text {
    margin:35px 0 0 0;
    border-top: 1px solid #bfd0d0;
    padding:15px 0 0 0;
    font-size: 19px;
    line-height: 28.5px;
    color: #052524;
}
.article_point {
    display: flex;
    justify-content: flex-start;
}
.article_point svg {
    margin:5px 14px 0 0;
    color: #16646A;
}*/

@media only screen and (max-width : 1200px) {
    .news_wrapper {
        padding:80px 0 50px 0;
    }
    .news_list {
        flex-wrap: wrap;
    }
    .news_item {
        width: calc(50% - 15px);
        margin:0 0 30px 0;
    }
    .news_list.wrap .news_item {
        margin:0 15px 40px 15px;
        width:calc(100% / 2 - 30px);
    }
    .panorama_gallery_arrows {
        padding:0 10px;
    }
    .panorama_conditions_list_item {
        width: calc(50% - 30px);
        padding:0;
        border:none;
        margin:30px 0 0 0;
    }
}
@media only screen and (max-width : 800px) {
    .news_item {
        width: 100%;
        margin:0 0 30px 0;
    }
    .news_list.wrap .news_item {
        margin:0 15px 40px 15px;
        width:100%;
    }
}
@media only screen and (max-width : 600px) {
    .news_wrapper {
        padding:40px 0 20px 0;
    }
    .news_list {
        margin:35px 0 0 0;
    }
    .news_info {
        padding:15px 20px 20px 20px;
    }
    .news_title {
        font-size: 16px;
        line-height: 24px;
        height: auto;
    }
    .news_date {
        font-size: 13px;
    }
    .news_more {
        font-size: 13px;
        height: 30px;
    }
    .news_expired {
        height: 30px;
        font-size: 13px;
        padding:0 15px;
    }
    .news_addon {
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
    }
    .news_more svg {
        width: 15px;
        height: 15px;
        margin:0 0 0 8px;
    }
    .news_wrapper.inside {
        padding:20px 0 40px 0;
    }
    .panorama_gallery_arrows div {
        width: 40px;
        height: 40px;
    }
    .panorama_gallery_arrows {
        top: calc(50% - 20px);
        padding:0 15px;
    }
}

@media only screen and (max-width : 1000px) {
    /*.article {
        flex-direction: column;
    }
    .article_photo {
        width: 100%;
    }
    .article_info {
        margin:50px 0 0 0;
        width: 100%;
        padding:0;
    }*/
}

@media only screen and (max-width : 1000px) {
    /*.article_wrapper {
        padding:20px 0 40px 0;
    }
    .article {
        margin:30px 0 0 0;
    }
    .article_info {
        margin:30px 0 0 0;
    }
    .article_title {
        font-size: 20px;
        line-height: 30px;
    }
    .article_date {
        font-size:14px;
    }
    .article_date span {
        margin:5px 0 0 0;
        display: block;
        font-size: 15px;
    }
    .article_text {
        margin:25px 0 0 0;
        padding:25px 0 0 0;
        font-size: 16px;
        line-height: 24px;
    }*/
}

/* END OF NEWS.CSS */


/* IDEA_CARD.CSS */

.card_wrapper {
    padding:80px 0;
}
.card_wrapper.in {
    padding:40px 0 20px 0;
    background: #EFF4F4;
}
.card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_photo {
    width:calc(50% - 15px);
    padding:0 100px 0 0;
}
.card_wrapper.in .card_photo {
    width: 500px;
    text-align: right;
    padding:0;
    margin-left: 60px;
}

/* CARD HOLDER */

.card_holder {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.card_front {
    position: absolute;
    top:25%;
    left:0;
    width: 65%;
    z-index: 2;
    transform: rotate(0);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.card_front.active {
    top:7%;
    left:0;
    transform: rotate(-15deg);
}
.card_back {
    position: absolute;
    top:25%;
    left:0;
    width: 65%;
    z-index: 1;
    transform: rotate(0);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.card_back.active {
    top: 42%;
    left: 25%;
    transform: rotate(8deg);
}
.card_holder:hover .card_front.active {
    transform: rotate(-20deg);
}
.card_holder:hover .card_back.active {
    transform: rotate(13deg);
}

/* END OF CARD HOLDER */


.card_info {
    width:calc(50% - 15px);
}
.card_wrapper.in .card_info {
    margin:0px;
}
.card_title {
    font-size: 28px;
    line-height: 42px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
}
.card_title:lang(ka) {
    text-transform: none;
}
.card_desc {
    margin:40px 0 0 0;
    font-size: 19px;
    line-height: 28.5px;
    color:#052524;
}
.card_more {
    margin:30px 0 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#5F8382;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.card_more:lang(ka) {
    text-transform: none;
}
.card_more:hover {
    color: #143333;
}
.card_more svg {
    width:20px;
    height: 20px;
    margin:-2px 0 0 12px;
    fill:#5F8382;
}
.card_more:hover svg {
    fill: #143333;
}

/* LOGOS */

.card_logos {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% + 168px);
    position: relative;
    margin: 30px 0 0 -110px;
}
.card_logos_spacer_left {
    position: absolute;
    top:0;
    left:0;
    width:100px;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.card_logos_spacer_rigth {
    position: absolute;
    top:0;
    right:0;
    width:100px;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.logos-slide {
    display: flex;
    gap: 0;
    width: max-content;
    animation: scroll linear infinite;
}

.logos-slide img {
    height: 110px; /* Adjust as needed */
    width: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logos-slide img:hover {
    transform: scale(1.2);
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Duplicate the logos to create an infinite loop effect */
.logos-slide::after {
    content: "";
    display: flex;
    gap: 0;
}

/* END OF LOGOS */

.block_header.for_offers {
    position: relative;
    z-index: 1;
}
.cat_dropdown {
    position: relative;
    display: inline-block;
    width: calc(100% / 4 - 22px);
}
.cat_dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    padding:10px 0;
}
.cat_dropdown-content a {
    color: black;
    padding: 14px 25px;
    text-decoration: none;
    display: block;
    font-size: 17px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.cat_dropdown-content a:lang(ka) {
    text-transform: none;
}
.cat_dropdown-content a:hover {
    background-color: #f1f1f1;
}
.cat_dropdown-content a.active {
    background-color: #16646A;
    color: #fff;
}
.cat_dropbtn {
    width: 100%;
    height: 54px;
    padding:0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #16646A;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: #fff;
    border:1.5px solid #16646A;
    border-radius: 12px;
    font-size: 18px;
    line-height: 27px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 1px;
    text-transform: uppercase;
}
.cat_dropbtn:lang(ka) {
    text-transform: none;
}
.cat_dropbtn svg {
    margin-top: -2px;
}
.cat_dropbtn:hover {
    background: #16646A;
    color: #fff;
}
.cat_dropbtn.active {
    background: #16646A;
    color: #fff;
}


@media only screen and (max-width : 1200px) {
    .card_logos {
        width: calc(100% + 138px);
    }
    .cat_dropdown {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width : 1000px) {
    .card_wrapper.in .card {
        flex-direction: column;
    }
    .card_wrapper.in .card_info {
        width: 100%;
        order:2;
    }
    .card_wrapper.in .card_photo {
        width: 100%;
        order:1;
        padding:0;
        margin:50px 0 0 0;
        max-width: 500px;
    }
    .card_wrapper.in .card_desc {
        margin:0;
    }
    .cat_dropdown {
        width: calc(100% / 2 - 16px);
    }
}

@media only screen and (max-width : 800px) {
    .card_wrapper {
        padding:40px 0;
    }
    .card {
        flex-direction: column;
    }
    .card_info {
        order:2;
        width: 100%;
        margin:10px 0 0 0;
    }
    .card_title {
        font-size: 20px;
        line-height: 30px;
    }
    .card_desc {
        font-size: 16px;
        line-height: 24px;
        margin:20px 0 0 0;
    }
    .card_more {
        font-size: 16px;
        margin:15px 0 0 0;
    }
    .card_photo {
        width: 100%;
        padding:0;
        order:1;
    }
    .card_logos {
        margin:20px -20px 0 -20px;
        width: calc(100% + 40px);
    }
    .logos-slide img {
        height: 90px; /* Adjust as needed */
        width: auto;
    }
}


@media only screen and (max-width : 600px) {

    .block_header.for_offers {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .cat_dropdown {
        width: 100%;
        margin:24px 0 10px 0;
    }
    .cat_dropbtn {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
        background: #16646A;
        color: #fff;
    }
    .cat_dropbtn:hover {
        background: #E4997A;
        border:1.5px solid #E4997A;
    }
    .cat_dropbtn.active {
        background: #E4997A;
        border:1.5px solid #E4997A;
    }
    .cat_dropdown-content a {
        font-size: 15px;
    }
}

/* END OF IDEA_CARD.CSS */


/* ACCORDION.CSS */

/*  accordion for faq  ==================================================================== */
.accordion-faq {
  width: 100%;
}
ul.accordion-faq {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.accordion-faq.panorama_2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.accordion-faq.panorama_2 li {
    width: calc(50% - 20px);
}
.accordion-faq .link {
  cursor: pointer;
  padding: 15px 20px;
  color: #5F8382;
  font-size: 17px;
  line-height: 25.5px;
  font-family: "BPG LE Studio 04", sans-serif;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  background: #EFF4F4;
  margin:0 0 15px 0;
}
.accordion-faq .link:last-child {
  margin:0px;
}
.accordion-faq .link:hover {
  color: #143333;
}
.accordion-faq li svg {
  color:#5F8382;
  margin:0 14px 2px 0;
  font-size:15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



.accordion-faq li:last-child .link { border-bottom: 0; margin:0; }




.accordion-faq li i.fa-chevron-down {

}

.accordion-faq li.open .link { color: #fff; background:#5F8382 }

.accordion-faq li.open svg { color: #fff; }

.accordion-faq li.open svg.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.submenu {
  display: none;
    border-radius: 12px;
    margin: 15px 0 15px 0;
    font-size: 17px;
    line-height: 25.5px;
     color:#5F8382;
     cursor: default;
}


@media only screen and (max-width : 800px) {

    ul.accordion-faq.panorama_2 li {
        width: 100%;
    }

}

@media only screen and (max-width : 600px) {
  .accordion-faq .link {
    font-size: 15px;
    line-height: 22.5px;
  }
  .submenu {
    font-size: 14px;
    line-height: 21px;
  }
}

/* END OF ACCORDION.CSS */


/* ABOUT.CSS */

.about_in_wrapper {
    background: #EFF4F4;
    padding:40px 0 100px 0;
}
.about_in {
    margin:15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_in_info {
   width: calc(100% - 500px);
}
.about_in_info_desc {
    font-size: 19px;
    line-height: 28.5px;
    color: #052524;
    margin:0 0 60px 0;
}
.about_addon_points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about_addon_points_item {
    margin:0 50px 0 0;
}
.about_addon_points_item:last-child {
    margin:0px;
    padding:0px;
}
.about_addon_points_item_title {
    display: block;
    font-size: 19px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.about_addon_points_item_title:lang(ka) {
    text-transform: none;
}
.about_addon_points_item_value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:5px 0 0 0;
}
.about_addon_points_item_value:lang(ka) {
    text-transform: none;
}
.about_in_info_photo {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_in_info_photo span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    border:1px dashed #16646A;
    border-radius: 100%;
}
.about_in_info_photo img {
    height: 100px;
}


/* DIGITS */
.digit_symbol {
  font-size: 38px;
  color: #E4997C;
  font-family: 'FIRAGO-EXTRABOLD';
}
.digit-container {
  font-size: 38px;
  color: #E4997C;
  display: flex;
/*  justify-content: center;*/
  gap: 0;
}
.digit {
  width: 25px;
  height: 50px;
  overflow: hidden;
  position: relative;
  /* Add gradient mask for fade effect */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 30%, white 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, white 30%, white 70%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


    .digit span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      animation: roll 2.5s linear infinite;
    }

    .digit span div {
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-family: 'FIRAGO-EXTRABOLD';
      color: #E4997C;
    }

    .stop {
      animation: none !important;
    }

    @keyframes roll {
      0% { top: 0; }
      100% { top: -750px; } /* 15 digits × 50px */
    }

/* END OF DIGITS */


@media only screen and (max-width : 1000px) {
    .about_in_info_photo {
        display: none;
    }
    .about_in_info {
        width: 100%;
    }
    .about_addon_points_item_title {
        font-size: 15px;
    }
    .about_addon_points_item_value {
        
    }
    .about_addon_points .about_addon_points_item {
        margin:0 30px 0 0;
    }
    .about_in_info_desc {
        font-size: 16px;
        line-height: 24px;
        margin:0 0 40px 0;
    }
    .about_in_wrapper {
        padding:20px 0 40px 0;
    }
    .about_in {
        margin:10px 0 0 0;
    }

    /*  DIGITS  */
    .about_addon_points_item_value {
        margin:0;
    }
    .digit {
        width: 15px;
    }
    .digit_symbol {
        font-size: 24px;
    }
    .digit-container {
        font-size: 24px;
    }
    .comma_sep {
        margin:10px 0 0 0;
    }

    /*  END OF DIGITS  */

}

/* END OF ABOUT.CSS */


/* PROJECTS.CSS */

.projects_wrapper {
    padding:80px 0;
    background: #eff4f4;
}
.projects_wrapper.inside {
    padding:40px 0 70px 0;
}
.projects_wrapper.upcoming {
    padding-top: 0px;
    pointer-events: none;
}
.projects_wrapper.upcoming.inside {
    padding-bottom: 100px;
}
.projects {

}
.projects_list {
    margin:50px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.projects_list_item {
    cursor: pointer;
    position: relative;
}
.projects_list_item.current {
    width:calc(50% - 15px);
}
.projects_list_item.completed {
    width:calc(50% / 2 - 21px);
}
.projects_list_photo {
    position: relative;
    line-height: 0;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
}
.projects_list_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0;
    border-radius: 12px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.projects_list_item:hover .projects_list_photo img {
    transform:scale(1.15);
}
.projects_list_overlay {
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,16646a+100&0+0,0.8+100 */
    background: linear-gradient(to bottom,  rgba(22,100,106,0) 0%,rgba(22,100,106,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.projects_list_overlay.completed {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0+0,0.8+100 */
    background: linear-gradient(to bottom,  rgba(241,241,241,0) 0%,rgba(241,241,241,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.projects_list_overlay.upcoming {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16646a+0,ffffff+100&0.7+0,0+60 */
    background: linear-gradient(to bottom,  rgba(22,100,106,0.7) 0%,rgba(162,193,195,0) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.projects_list_overlay.soon {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0+0,0.8+100 */
background: linear-gradient(to bottom,  rgba(241,241,241,0.8) 0%,rgba(241,241,241,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.projects_list_info {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding:0 22px 15px 22px;
    z-index: 2;
}
.projects_list_info.completed {

}
.projects_list_info.upcoming {
    justify-content: flex-start;
    padding-top: 12px;
}
.projects_list_title {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.projects_list_title:lang(ka) {
    text-transform: none;
}
.projects_list_title.completed {
    color:#052524;
    font-size: 22px;
    line-height: 33px;
}
.projects_list_title.upcoming {
    color: #fff;
}
.projects_list_title  span {
    margin-top: -8px;
    display: block;
    width: 100%;
    font-size:17px;
    color: #16646A;
}
.projects_list_title.upcoming span {
    color: #fff;
    opacity: 0.8;
}
.projects_list_status {
    position: absolute;
    top:0;
    left:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:34px;
    border-radius: 44px;
    padding:0 22px;
    padding-top: 2px;
    background: #E4997C;
    margin:15px 0 0 0;
    color:#fff;
    font-family: "FIRAGO-SEMIBOLD";
    font-size: 15px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.projects_list_status:lang(ka) {
    text-transform: none;
}
.projects_list_status.completed {
    background: #16646A;
}
.projects_list_status svg {
    display: none;
    margin:0 6px 0 0;
}

@media only screen and (max-width : 1200px) {
    .projects_list {
        flex-wrap: wrap;
    }
    .projects_list_item.current {
        width: 100%;
    }
    .projects_list_item.current.bottommargin {
        margin:0 0 30px 0;
    }
    .projects_list_item.completed {
        width: calc(50% - 15px);
    }
    .projects_list_item.current.upcoming_1 {
        order:1;
        margin:0 0 30px 0;
    }
    .projects_list_item.completed.upcoming_2 {
        order:2;
    }
    .projects_list_item.completed.upcoming_3 {
        order:3;
    }
    .projects_list_photo {
        height: 350px;
    }
}

@media only screen and (max-width : 700px) {
    .projects_list_info  {
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        padding:0;
        padding:22px 20px 15px 20px;
    }
    .projects_list_status {
        margin:20px 0 0 0;
    }
}

@media only screen and (max-width : 600px) {
    .projects_list_title {
        font-size: 20px;
        line-height: 30px;
    }
    .projects_list_title.completed {
        font-size: 20px;
        line-height: 24px;
    }
    .projects_list_title span {
        font-size: 13px;
        margin:0;
    }
    .projects_list_status {
        font-size: 13px;
        height: 28px;
        padding:0 18px;
        padding-top: 1px;
    }
    .projects_list_item.completed {
        width: 100%;
    }
    .projects_list_item.current.bottommargin {
        margin:0 0 20px 0;
    }
    .projects_list_item.completed.topmargin {
        margin:20px 0 0 0;
    }
    .projects_list_photo {
        height: 250px;
    }
    .projects_list_item.completed .projects_list_photo {
        height: 150px;
    }
    .projects_wrapper {
        padding:40px 0;
    }
    .projects_list {
        margin:30px 0 0 0;
    }
    .projects_wrapper.inside {
        padding:20px 0 40px 0;
    }
    .projects_wrapper.upcoming.inside {
        padding:20px 0 40px 0;
    }
}

/* END OF PROJECTS.CSS */


/* HOME.CSS */

.hero_wrapper {

}
.hero {
    width:100%;
    height: auto;
    line-height: 0;
    position: relative;
}
.hero img.hero_web {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_info_wrapper {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(22, 100, 106, 0.7279704117975315) 0%, rgba(22, 100, 106, 0.17895080395439422) 43%);
}
.hero_icon {
    position: absolute;
    top:130px;
    right: 60px;
    line-height: 0;
}
.hero_icon img {
    height: 160px;
}
.hero_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 60px 45px 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(9 57 61) 100%);
}
.hero_caption {
    
}
.hero_headline {
    width: 100%;
    font-size:17.5px;
    line-height: 30px;
    color:#E4997C;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.hero_headline:lang(ka) {
    text-transform: none;
}
.hero_title {
    display: none;
    font-size:30px;
    line-height: 45px;
    color:#fff;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    text-align: right;
}
.hero_title:lang(ka) {
    text-transform: none;
}
.hero_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hero_button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FIRAGO-EXTRABOLD';
    font-size: 28px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero_button:lang(ka) {
    text-transform: none;
}
.hero_button svg {
    width:26px;
    height: 26px;
    margin:-1px 0 0 18px;
    fill:#E4997C;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero_button:hover {
    color: #E4997C;
}
.hero_button:hover svg {
    fill: #E4997C;
}
.about_wrapper {
    padding: 80px 0;
}
.about {
    display: flex;
    justify-content: flex-start;
}
.about_addon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    white-space: nowrap;
    width: 50%;
    border-left: 1px solid #bfd0d0;
    padding:0 0 0 50px;
}
.about_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #052524;
}
.about_title:lang(ka) {
    text-transform: none;
}
.about_desc {
    font-size: 19px;
    line-height: 28.5px;
    width: 50%;
    padding:0 0 0 10px;
    color: #052524;
}
.about_desc p {
    margin:0 0 15px 0;
}
.about_desc p:last-child {
    margin:0px;
}
.about_desc strong {
    font-family: "FIRAGO-SEMIBOLD";
}


@media only screen and (max-width : 1200px) {
    .hero_icon {
        display: none;
    }
    .hero_info {
        padding:50px 30px 30px 30px;
    }
}
@media only screen and (max-width : 1000px) {
    .about_addon {
        border:none;
        padding:0;
    }
    .about_title{
        font-size: 24px;
        line-height: 36px;
    }
}
@media only screen and (max-width : 700px) {
    .about {
        flex-direction: column;
    }
    .about_addon {
        width: 100%;
    }
    .about_title {
        margin:0 0 30px 0;
    }
    .about_desc{
        margin:30px 0 0 0;
        width: 100%;
        padding:0;
    }
}
@media only screen and (max-width : 600px) {
    .hero_info {
        padding:50px 0 15px 20px;
        justify-content: flex-start;
    }
    .hero_title {
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }
    .hero_buttons {
        margin:8px 0 0 0;
        justify-content: flex-start;
    }
    .hero_button {
        color: #fff;
        font-size: 15px;
    }
    .hero_button svg {
        margin:0 0 0 12px;
        width: 16px;
        height: 16px;
    }
    .about_wrapper {
        padding:40px 0;
    }
    .about_title {
        font-size: 20px;
        line-height: 30px;
    }
    .about_desc {
        font-size: 16px;
        line-height: 24px;
    }
}

/* END OF HOME.CSS */


/* CONSTRUCTION.CSS */

.construction_wrapper {
    padding:80px 0;
}
.construction_wrapper.single {
    background: #EFF4F4;
    padding:40px 0;
}
.construction {
    display: flex;
    justify-content: space-between;
}
.construction_info {
    width:50%;
    padding:0 80px 0 0;
}
.construction_wrapper.single .construction_info {
    padding:0 40px 0 0;
}
.construction_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.construction_title:lang(ka) {
    text-transform: none;
}
.construction_desc {
    margin: 40px 0 0 0;
    font-size: 19px;
    line-height: 28.5px;
    color:#052524;
}
.construction_more {
    margin:30px 0 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#E4997C;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 18px;
}
.construction_more:lang(ka) {
    text-transform: none;
}
.construction_more:hover {
    color: #16646A;
}
.construction_more svg {
    width:20px;
    height: 20px;
    margin:-1px 0 0 12px;
    fill:#E4997C;
}
.construction_more:hover svg {
    fill: #16646A;
}
.construction_photo {
    width:50%;
    border-left: 1px solid #bfd0d0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.construction_wrapper.in .construction_photo {
    width: 450px;
}
.construction_wrapper.in .construction_photo img {
    height: 110px;
}
.construction_services_wrapper {
    padding:80px 0 ;
}
.construction_services {
    margin:60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.construction_service {
    width: calc(100% / 3 - 15px);
    margin:0 0 22px 0;
    border:1px solid #bfd0d0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:30px 50px;
}
.construction_service div {
    width: 120px;
    height: 120px;
    background: #EFF4F4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.construction_service div svg {
    width: 60px;
    height: 60px;
    fill:#E4997C;
}
.construction_service span {
    margin:30px 0 0 0;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: 25.5px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.construction_service span:lang(ka) {
    text-transform: none;
}

@media only screen and (max-width : 900px) {
    .construction {
        flex-direction: column;
    }
    .construction_photo {
        width: 100%;
        border:none;
        order:1;
        justify-content: flex-start;
    }
    .construction_info {
        width: 100%;
        padding:0;
        order:2;
        margin:40px 0 0 0;
    }
    .construction_title {
        display: none;
    }
    .construction_desc {
        margin: 0;
    }
    .construction_photo img {
        height: 120px;
    }
    .block_header.in_idea_construction {
        display: none;
    }
    .construction_wrapper.single {
        padding:40px 0 20px 0;
    }
    .construction_service {
        width: calc(100% / 2 - 15px);
    }
}

@media only screen and (max-width : 600px) {
    .construction_wrapper {
        padding:40px 0;
    }
    .construction_photo img {
        height: 80px;
    }
    .construction_wrapper.in .construction_photo img {
        height: 80px;
    }
    .construction_info {
        margin:20px 0 0 0;
    }
    .construction_desc {
        font-size: 16px;
        line-height: 24px;
    }
    .construction_more {
        margin:20px 0 0 0;
        font-size: 16px;
    }
    .construction_service {
        width: 100%;
        margin:0 0 20px 0;
    }
    .construction_services_wrapper {
        padding:40px 0 40px 0;
    }
    .construction_services {
        margin:30px 0 0 0;
    }
    .construction_service span {
        font-size: 16px;
        line-height: 24px;
    }
}

/* END OF CONSTRUCTION.CSS */


/* OFFERS.CSS */

.offers_wrapper {
    padding:0 0 80px 0;
    background: #EFF4F4;
}
.offers_wrapper.with_slider {
    background: #fff;
}
.offers_wrapper.inside {
    padding:0 0 100px 0;
}
.offers_wrapper.inside.offer {
    background: #EFF4F4;
}
.offers {
    
}
.offers_holder {
    position: relative;
}
.offers_arrows {
    position: absolute;
    top:calc(50% - 25px - 55px);
    left:-30px;
    width:calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offers_arrows span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height: 60px;
    border-radius: 100%;
    background: #16646A;
    color:#fff;
    border:2px solid #fff;
    font-size:22px;
}
.offers_list {
    margin:50px -15px 0 -15px;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.offers_list.on_landing {
    margin-top:-30px;
}
.offers_item {
    width:calc(100% / 4 - 30px);
    margin:0 15px 30px 15px;
    cursor: pointer;
}
.offers_item.expired {
    pointer-events: none;
}
.offers_list.on_landing .offers_item {
    margin-bottom:0;
}
.offers_photo {
    background: #fff;
    line-height: 0;
    overflow: hidden;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    padding:50px 0 0 0;
}
.offers_photo.expired {
    opacity: 0.4;
}
.offers_label {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 35px;
    background: #16646A;
    color: #fff;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.offers_label:lang(ka) {
    text-transform: none;
}
.offers_item:hover .offers_label {
    height: 50px;
}
.offers_list.on_landing .offers_photo {
    border: 2px solid #EFF4F4;
}
.offers_photo img {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.offers_item:hover .offers_photo img {
/*    transform: scale(1.15);*/
}
.offers_info {
    background: #fff;
    padding:26px 30px 30px 30px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.offers_info.expired {
    background: rgba(255,255,255,0.4) !important;
}
.offers_list.on_landing .offers_info {
    background: #EFF4F4;
}
.offers_wrapper.inside.offer .offers_info {
    background: #fff;
}
.offers_item:hover .offers_info {
    background: #16646A;
}
.offers_wrapper.inside .offers_item:hover .offers_info {
    background: #16646A;
}
.offers_title {
    width: 100%;
    text-align: center;
    font-size: 19px;
    padding: 0 0 0 0;
    line-height: 28.5px;
    color: #052524;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.offers_title.expired {
    color: #739191;
}
.offers_title:lang(ka) {
    text-transform: none;
}
.offers_item:hover .offers_title {
    color:#fff;
}
.offers_addon {
    margin: 20px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #bfd0d0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.offers_date {
    color:#16646A;
    font-size: 15px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.offers_date.expired {
    color: #739191;
}
.offers_date:lang(ka) {
    text-transform: none;
}
.offers_item:hover .offers_date {
    color:#fff;
    opacity: 0.7;
}
.offers_date svg {
    font-size:16px;
    margin:0 10px 0 0;
}
.offers_deadline {
    margin:12px 0 0 0;
    color:#052524;
    font-size: 17px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-family: "FIRAGO-SEMIBOLD";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.offers_deadline.expired {
    color: #739191;
}
.offers_deadline:lang(ka) {
    text-transform: none;
}
.offers_item:hover .offers_deadline {
    color:#fff;
}
.offers_more {
    margin: 35px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#E4997C;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
}
.offers_more:lang(ka) {
    text-transform: none;
}
.offers_more svg {
    width:20px;
    height: 20px;
    margin:-1px 0 0 12px;
    fill:#E4997C;
}
.offer_expired {
    margin:18px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #bfd0d0;
    border-radius: 8px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #739191;
    background: #fff;
}
.offer_article_wrapper {
    background: #EFF4F4;
    padding:40px 0 100px 0;
}
.offer_article {
    margin:50px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.offer_article_photo {
    width: 35%;
    line-height: 0;
}
.offer_article_photo img {
    border-radius: 12px;
}
.offer_article_info {
    width: 65%;
    padding:0 0 0 60px;
}
.offer_article_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.offer_article_title:lang(ka) {
    text-transform: none;
}
.offer_article_date {
    margin:20px 0 0 0;
    color: #728484;
    font-size: 18px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.offer_article_date:lang(ka) {
    text-transform: none;
}
.offer_article_date span {
    font-family: "FIRAGO-SEMIBOLD";
    color: #E4997C;
}
.offer_article_text {
    margin:35px 0 0 0;
    border-top: 1px solid #bfd0d0;
    padding:15px 0 0 0;
    font-size: 19px;
    line-height: 28.5px;
    color: #052524;
}
.offer_params {
    margin:50px 0 0 0;
}
.offer_param {
    border-top: 1px solid #bfd0d0;
    padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.offer_param:last-child {
    border-bottom: 1px solid #bfd0d0;
}
.offer_param_title {
    color: #728484;
}
.offer_param_title svg {
    width: 20px;
    margin:0 10px 0 0;
    color:#DF8664;
}
.offer_param_value {
    color: #16646A;
    font-family: "FIRAGO-SEMIBOLD";
}
.offer_param_value a {
    color: #16646A;
}
.offer_param_value a:hover {
    color: #E4997C;
}


@media only screen and (max-width : 1200px) {
    .offers_item {
        width:calc(100% / 3 - 30px);
    }
}
@media only screen and (max-width : 1000px) {
    .offers_item {
        width:calc(100% / 2 - 30px);
    }
    .offer_article {
        flex-direction: column;
    }
    .offer_article_photo {
        width: 100%;
    }
    .offer_article_info {
        margin:50px 0 0 0;
        width: 100%;
        padding:0;
    }
}
@media only screen and (max-width : 600px) {
    .offers_item {
        width:100%;
        margin:0 0 20px 0;
    }
    .card_wrapper.in {
        padding:20px 0;
    }
    .card_wrapper.in .card_photo {
        margin:30px 0 0 0;
    }
    .offers_list {
        margin:30px 0 0 0;
    }
    .offers_title {
        font-size: 16px;
        line-height: 24px;
    }
    .offers_date {
        font-size: 13px;
    }
    .offers_deadline {
        font-size: 15px;
    }
    .offers_more {
        font-size: 14px;
        margin:25px 0 0 0;
    }
    .offer_expired {
        font-size: 14px;
    }
    .offers_wrapper.inside.offer {
        padding:0 0 40px 0;
    }
    .offer_article_wrapper {
        padding:20px 0 40px 0;
    }
    .offer_article {
        margin:30px 0 0 0;
    }
    .offer_article_info {
        margin:30px 0 0 0;
    }
    .offer_article_title {
        font-size: 20px;
        line-height: 30px;
    }
    .offer_article_date {
        font-size:14px;
    }
    .offer_article_date span {
        margin:5px 0 0 0;
        display: block;
        font-size: 15px;
    }
    .offer_article_text {
        margin:25px 0 0 0;
        padding:25px 0 0 0;
        font-size: 16px;
        line-height: 24px;
    }
    .offer_param {
        justify-content: flex-start;
    }
    .offer_param_title {
        font-size: 15px;
    }
    .offer_param_title span {
        display: none;
    }
    .offer_param_value {
        font-size: 13px;
    }
}

/* END OF OFFERS.CSS */


/* ARTICLE.CSS */

.article_wrapper {
    background: #EFF4F4;
    padding:50px 0 80px 0;
}
.article {
    max-width: 1200px;
    margin:0 auto;
}
.article_expired_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}
.article_expired {
    background: #16646A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 60px;
    padding:0 40px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    border:4px solid #EFF4F4;
}
.article_cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_photo {
    width: calc(100% - 480px);
    line-height: 0;
}
.article_photo img {
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
/*    height: 100%;*/
    object-fit: cover;
}

/* CALLBACK */

.ui-datepicker {
    font-family: 'FIRAGO-REGULAR' !important;
    font-size: 16px  !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'FIRAGO-REGULAR' !important;
    font-size: 14px  !important;
}
.ui-datepicker .ui-datepicker-title {
    margin:0 10px !important;
}
.ui-datepicker select.ui-datepicker-month {
    width: 100% !important;
    font-size: 15px  !important;
    padding:2px !important;
    text-align: center !important;
    border-radius: 4px !important;
}
.ui-datepicker select.ui-datepicker-year {
    display: none !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #16646a !important;
    background: #16646a !important;
    color: #fff !important;
}
.article_callback {
    width: 450px;
    background: #fff;
    border-radius: 12px;
    padding: 34px 40px;
}
.callback_type_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -14px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #E4997C;
}
.callback_type_tab {
    font-size: 15px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #667788;
    height: 45px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    cursor: pointer;
    text-align: center;
}
.callback_type_tab.active {
    background: #E4997C;
    color: #fff;
    pointer-events: none;
}
.callback_type_tab:hover {
    background: #EFF4F4;
}
.callback_type_tab.active:hover {
    background: #E4997C;
    color: #fff;
    pointer-events: none;
}
.callback_popup_title {
    font-size: 22px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
}
.callback_popup_title:lang(ka) {
    text-transform: none;
}
.callback_popup_error {
    display: none;
    color: #c70000;
    margin:10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.callback_popup_form {
    margin:18px 0 0 0;
}
.callback_popup_form_item_splitter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.callback_popup_form_item_splitter .callback_popup_form_item {
    width: calc(50% - 10px);
}
.callback_popup_form_item {
    margin:0 0 14px 0;
}
.callback_popup_form_item.hidden {
    display: none;
}
.callback_popup_form_item_field {
    width: 100%;
    color: #667788;
    margin:0 0 8px 0;
    font-size: 16px;
}
.callback_popup_form_item_tabs {
    margin:14px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.callback_popup_form_item_tab {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667788;
    cursor: pointer;
}
.callback_popup_form_item_tab:hover {
    color: #000;
}
.callback_popup_form_item_tab span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border:1px solid #9a9a9a;
    margin:0 10px 0 0;
    color: #fff;
}
.callback_popup_form_item_tab span svg {
    display: none;
    font-size: 11px;
}
.callback_popup_form_item_tab.active {
    color: #000;
}
.callback_popup_form_item_tab.active span {
    background: #16646A;
    border:1px solid #16646A;
}
.callback_popup_form_item_tab.active span svg {
    display: block;
}
.callback_popup_form_item_value {
    width: 100%;
    position: relative;
}
.callback_popup_form_item_value input {
    width: 100%;
    height: 44px;
    border:1px solid #ADADAD;
    outline: none;
    border-radius: 8px;
    font-family: "FIRAGO-REGULAR";
    font-size: 15px;
    color: #021F1C;
    padding:0 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.callback_popup_form_item_value input.date_input {
    text-align: center;
    cursor: pointer;
}
.callback_popup_form_item_value input:hover {
    border:1px solid #021F1C;
}
.callback_popup_form_item_value input:focus {
    border:1px solid #021F1C;
}
.callback_popup_form_item_value select {
    width: 100%;
    height: 44px;
    border:1px solid #ADADAD;
    outline: none;
    border-radius: 8px;
    font-family: "FIRAGO-REGULAR";
    font-size: 15px;
    color: #021F1C;
    padding:0 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    background: #fff;
}
.callback_popup_form_item_value select.time_input {
    text-align: center;
    padding:0;
}
.callback_popup_form_item_value select:hover {
    border:1px solid #021F1C;
}
.callback_popup_form_item_value select:focus {
    border:1px solid #021F1C;
}
.callback_popup_submit {
    margin:25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 12px;
    background: #16646a;
    color: #fff;
    border-radius: 8px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.callback_popup_submit:lang(ka) {
    text-transform: none;
}
.callback_popup_submit:hover {
    background: #021F1C;
}
.callback_popup_submit svg {
    margin:0 10px 0 0;
    color: #fff;
}
.callback_popup_submit.inactive {
    pointer-events: none;
    background: #021F1C;
}
.callback_success {
    text-align: center;
    display: none;
    padding:90px 0 0 0;
    height: 335px;
}
.callback_success_icon {
    color: #16646a;
    font-size: 40px;
}
.callback_success_title {
    margin:30px 0 0 0;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646a;
}
.callback_success_title:lang(ka) {
    text-transform: none;
}
.callback_success_desc {
    margin:15px 0 0 0;
    color: #667788;
}
.iti {
    width: 100%;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    width: 100%;
    padding-left: 95px !important;
}
.iti--container {
    top:31px  !important;
    left:0  !important;
    z-index: 99999 !important; /* Ensure it is on top */
    position: absolute !important; /* Prevent clipping */
    bottom:unset !important;
    right:unset !important;
    min-height: 200px !important;
}
.iti__selected-flag {
    font-size: 15px !important;
    font-family: "FIRAGO-REGULAR";
}
.iti__country-list {
    width: 100% !important;
    font-size: 14px !important;
    font-family: "FIRAGO-REGULAR";
}

/* END OF CALLBACK */

.article_info {
    margin:50px 0 0 0;
}
.article_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #bfd0d0;
    padding:0 0 30px 0;
    margin:0 0 30px 0;
}
.article_title {
    font-size: 28px;
    line-height: 42px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
    width: calc(100% - 260px);
}
.article_title:lang(ka) {
    text-transform: none;
}
.article_share {
    width: 200px;
    margin:5px 0 0 0;
}
#st-1 {
    text-align: left !important;
}
.article_text {
    font-size: 19px;
    line-height: 150%;
    color: #052524;
}
.article_text a {
    color: #16646A;
}
.article_text a:hover {
    color: #E4997C;
}
.article_text img {
    margin:30px 0;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
}
.article_cta {
    border-top: 1px solid #bfd0d0;
    padding:35px 0 0 0;
    margin:35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 40px;
    height: 60px;
    border-radius: 60px;
    background: #e4997c;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
}
.article_cta a:lang(ka) {
    text-transform: none;
}
.article_cta a svg {
    margin:0 0 0 15px;
}
.article_cta a:hover {
    background: #16646A;
}
.article_text iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

@media only screen and (max-width : 1100px) { 
    .article_cover {
        flex-direction: column;
    }
    .article_photo {
        width: 100%;
    }
    .article_callback {
        margin:30px 0 0 0;
    }
}

@media only screen and (max-width : 900px) {
    .article_header {
        display: block;
    }
    .article_info {
        margin:40px 0 0 0;
    }
    .article_header {
        padding:0 0 40px 0;
    }
    .article_title {
        width: 100%;
    }
    .article_share {
        margin:25px 0 0 0;
        width: 100%;
    }
}

@media only screen and (max-width : 600px) {
    .callback_type_tabs {
        margin-top: -20px;
    }
    .callback_type_tab {
        width: 50%;
        padding:0 50px;
        font-size: 14px;
    }
    .callback_popup_form_item_splitter {
        flex-direction: column;
    }
    .callback_popup_form_item_splitter .callback_popup_form_item {
        width: 100%;
    }
    .article_callback {
        width: 100%;
        padding:30px;
    }
    .callback_success {
        height: auto;
        padding:0;
    }
    .callback_success_title {
        font-size: 15px;
    }
    .callback_success_desc {
        font-size: 14px;
    }
    .callback_popup_title {
        font-size: 18px;
    }
    .callback_popup_error {
        font-size: 14px;
    }
    .callback_popup_form_item_field {
        font-size: 14px;
    }
    .callback_popup_form_item_tabs {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .callback_popup_form_item_tab {
        margin:0 0 10px 0;
        font-size: 14px;
    }
    .callback_popup_form_item_tab:last-child {
        margin:0;
    }
    .callback_popup_submit {
        font-size: 15px;
    }
    .article_wrapper {
        padding:30px 0 40px 0;
    }
    .article_expired_wrapper {
        margin-bottom: -20px;
    }
    .article_expired {
        height: 40px;
        padding:0 20px;
        font-size: 14px;
        border:2px solid #EFF4F4;
    }
    .article_info {
        margin:30px 0 0 0;
    }
    .article_header {
        padding:0 0 25px 0;
        margin:0 0 20px 0;
    }
    .article_title {
        font-size: 20px;
        line-height: 30px;
    }
    .article_share {
        margin:20px 0 0 0;
    }
    .article_text {
        font-size: 16px;
/*        line-height: 24px;*/
    }
    .article_text img {
        margin:15px 0;
    }
    .article_cta {
        margin:30px 0 10px 0;
        padding:0;
        border:none;
    }
    .article_cta a {
        width: 100%;
        padding:0;
        font-size: 15px;
        border-radius: 12px;
        height: 50px;
    }
}

/* END OF ARTICLE.CSS */


/* CONTACT.CSS */

.contact_wrapper {
    background: #EFF4F4;
    padding:40px 0 100px;
}
.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:50px 0 0 0;
}
.contact_block {
    background: #fff;
    width:calc(50% - 20px);
    padding:30px 35px;
    border-radius: 12px;
}
.contact_block_title {
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
    font-size: 22px;
}
.contact_block_title:lang(ka) {
    text-transform: none;
}
.contact_block_params {
    margin:20px 0 0 0;
}
.contact_block_params div {
    margin:10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact_block_params div svg {
    width: 20px;
    margin:0 15px 0 0;
    color: #E4997C;
}
.contact_map {
    margin:30px 0 0 0;
}
.contact_map iframe {
    border-radius: 12px;
}


@media only screen and (max-width : 1200px) {
    .contact_block {
        width: calc(50% - 15px);
    }
    .contact_map iframe {
        height: 300px;
    }
}

@media only screen and (max-width : 800px) {
    .contact {
        flex-direction: column;
    }
    .contact_block {
        width: 100%;
        margin:0 0 20px 0;
        padding:30px;
    }
    .contact_block:last-child {
        margin:0;
    }
    .contact_wrapper {
        padding:20px 0 40px 0;
    }
    .contact {
        margin:30px 0 0 0;
    }
    .contact_block_title {
        font-size: 18px;
    }
    .contact_block_params div {
        font-size: 15px;
    }

}

/* END OF CONTACT.CSS */


/* 360.CSS */

.panorama_holder {
    height: calc(100vh - 100px);
}
.panorama {
    height: calc(100vh - 100px);
}

/* END OF 360.CSS */


/* HOUSES.CSS */

.filter_overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    background: transparent;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}
.filter_overlay.active {
    opacity: 1;
    pointer-events: all;
}
.houses_wrapper {
    padding:50px 0;
    background: #EFF4F4;
}
.houses {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 400px;
}
.houses_filter_spacer {
    width: 300px;
    display: none;
}
.houses_filter {
    width:280px;
    border-radius: 12px;
    position: relative;
    z-index: 6;
}
.houses_filter.fixed {
    position: fixed;
    top:120px;
}
.houses_filter_item {
    border:1px solid #5F8382;
    border-radius: 8px;
    margin:0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    padding-top: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
}
.houses_filter_item:hover {
    border:1px solid #143333;
}
.houses_filter_item.active {
    border:1px solid #143333;
}
.houses_filter_item_title {
    margin:4px 0 0 0;
    font-size: 15px;
    color:#5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.houses_filter_item_value {
    margin:8px 0 0 0;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #143333;
    font-size: 14px;
    font-weight: bold;
}
.houses_filter_item_value:lang(ka) {
    text-transform: none;
}
.houses_filter_item.enabled .houses_filter_item_title {
    margin-top: -2px;
    font-size: 13px;
    color:#777;
}
.houses_filter_item_icon {
    margin:-4px 0 0 0;
    font-size: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #5F8382;
}
.houses_filter_item.active .houses_filter_item_icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.house_filter_status {
    margin:18px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.house_filter_status span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border:1px solid #5F8382;
    color: #fff;
    font-size: 14px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.house_filter_status span.active {
    border:1px solid #5F8382;
    background: #5F8382;
}
.house_filter_status div {
    margin:2px 0 0 12px;
    font-size: 15px;
    color: #5F8382;
}
.house_filter_status:hover {
    cursor: pointer;
}
.house_filter_status:hover span {
    border:1px solid #000;
}
.house_filter_status:hover span.active {
    border:1px solid #16646A;
    opacity: 0.7;
}
.house_filter_submit {
    margin:22px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_filter_submit_search {
    width: calc(100% - 70px);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #E4997C;
    color: #fff;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    cursor: pointer;
}
.house_filter_submit_search:lang(ka) {
    text-transform: none;
}
.house_filter_submit_search:hover {
    background: #DF8664;
}
.course_switcher {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.course_switcher div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 50%;
    color:#5F8382;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    border:1px solid #5F8382;
    font-size: 16px;
    font-family: "FIRAGO-SEMIBOLD";
    background: transparent;
}
.course_switcher div:last-child {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.course_switcher div:hover {
    background: #fff;
}
.course_switcher div.active {
    color: #fff;
    background: #5F8382;
    pointer-events: none;
    border:1px solid #5F8382;
}
.house_filter_submit_clear {
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    color:#5F8382;
    cursor: pointer;
    border:1px solid #5F8382;
}
.house_filter_submit_clear:hover {
    background: #fff;
}
.house_filter_popup {
    cursor: default;
    position: absolute;
    z-index: 6;
    top:60px;
    left:0;
    background: #fff;
    width: 100%;
    padding:10px 15px 15px 15px;
    border-radius: 8px;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.house_filter_popup.floor {
    top:62px;
}
.house_filter_popup.bedroom {
    top:186px;
}
.house_filter_popup.area {
    top:124px;
}
.house_filter_popup.active {
    pointer-events: all;
    opacity: 1;
}
.house_filter_popup_cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.house_filter_popup_col {
    width: calc(50% - 10px);
}
.house_filter_popup_col_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
    font-size: 15px;
    font-weight: bold;
}
.house_filter_popup_col_header:lang(ka) {
    text-transform: none;
}
.filter_input {
    margin:6px 0;
    width: 100%;
    height: 36px;
    border-radius: 8px;
    border:1px solid #ADADAD;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.house_filter_popup_col_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 26px;
    border-radius: 8px;
    cursor: pointer;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    cursor: pointer;
}
.house_filter_popup_col_button:hover {
    background: #EFF4F4;
}
.house_filter_popup_col_button.active {
    background: #EFF4F4;
}
.house_filter_popup_submit {
    margin:10px 0 0 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #5F8382;
    color: #fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding:2px 0 0 0;
}
.house_filter_popup_submit:lang(ka) {
    text-transform: none;
}
.house_filter_popup_submit:hover {
    background: #143333;
}
.area_chooser {
    margin:10px 0 0 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #5F8382;
    color: #fff;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding:2px 0 0 0;
    cursor: pointer;
}
.area_chooser:lang(ka) {
    text-transform: none;
}
.area_chooser:hover {
    background: #143333;
}

/* Sort Button */

/* Button styling */
.sort_button_houses {
    height: 50px;
    padding: 0 20px;
    font-family: "BPG LE Studio 04", sans-serif;
    font-size: 15px;
    color: #5F8382;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #5F8382;
}
.sort_button_houses.selected {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #143333;
    font-size: 14px;
    font-weight: bold;
}
.sort_button_houses.selected:lang(ka) {
    text-transform: none;
}
.sort_button_houses svg {
    margin:-1px 0 0 0;
    font-size: 12px;
}
.sort_button_houses:hover {
    border: 1px solid #000;
}
.sort_button_houses.active {
    border: 1px solid #000;
}


/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    width: 280px;
}

/* Dropdown content */
.dropdown-content-houses {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin:10px 0 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-content-houses a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
    font-size: 15px;
    color: #4a4a4a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dropdown-content-houses a:hover {
    background-color: #EFF4F4;
}
.dropdown-content-houses a.active {
    background-color: #EFF4F4;
}

/* Show dropdown on click */
.show {
    opacity: 1;
    pointer-events: all;
}

/* End of Sort Button */

/* FLOOR CHOOSER BUTTON */

/* Floor Chooser */

/* Button styling */
.floor_chooser_button {
    height: auto;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    color: #5F8382;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
}
.floor_chooser_button:lang(ka) {
    text-transform: none;
}
.floor_chooser_button span {
    margin:0 0 0 10px;
}
.floor_chooser_button svg {
    margin:0 0 0 10px;
    font-size: 14px;
    color:#5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.floor_chooser_button:hover {
    color:#E4997C;
}
.floor_chooser_button.active {

}

/* Dropdown container */
.floor_chooser_dropdown {
    position: relative;
    display: inline-block;
    z-index: 3;
}

/* Dropdown content */
.floor_chooser_dropdown-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.floor_chooser_dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
    font-family: "FIRAGO-BOOK";
    font-size: 16px;
    color: #4a4a4a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

.floor_chooser_dropdown-content a:hover {
    background-color: #EFF4F4;
}
.floor_chooser_dropdown-content a.active {
    background-color: #16646A;
    color:#fff;
    pointer-events: none;
}
.floor_chooser_dropdown-content a.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Show dropdown on click */
.floor_chooser_show {
    opacity: 1;
    pointer-events: all;
}

/* End of Floor Chooser */


/* END OF FLOOR CHOOSER */

.houses_list {
    width: calc(100% - 300px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -15px;
}
.house_item {
    background: #fff;
    width: calc(100% / 4 - 15px);
    margin:0 15px 16px 0;
    padding:20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.house_item.disabled {
    pointer-events: none;
    background: #eff4f4;
    border: 1px solid #bfd0d0;
}
.house_item:hover {
    /*box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.3);*/
}
.house_number_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_number {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#16646A;
    font-size: 15px;
    font-weight: bold;
}
.house_item_floor {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#5F8382;
    font-size: 15px;
    font-weight: bold;
    margin:2px 0 0 0;
}
.house_number:lang(ka) {
    text-transform: none;
}
.house_item.disabled .house_number {
    color: #739191;
}
.house_photo {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:25px 0 15px 0;
}
.house_photo img {
    max-width: 100%;
    max-height: 250px;
}
.house_item.disabled .house_photo img {
    opacity: 0.7;
}
.house_params {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_params.inline {
    border:none;
    padding:0;
    margin:0 0 -6px 0;
}
.house_param {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.house_param span {
    margin:-2px 10px 0 0;
}
.house_param span svg {
    width:24px;
    height: 24px;
    fill:#E4997C;
}
.house_param div {
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#16646A;
}
.house_param div:lang(ka) {
    text-transform: none;
}
.house_item.disabled .house_param div {
    color: #739191;
}
.house_cost {
    margin:15px 0 0 0;
}
.house_param_area {
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#5F8382;
    font-size: 28px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.house_param_area span {
    font-size: 20px;
}
.house_param_bedrooms {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border:1px solid #E2E2E2;
}
.house_param_bedrooms span {
    margin:6px 0 0 0;
}
.house_param_bedrooms span svg {
    width: 24px;
    height: 24px;
    fill:#B0C1C1;
}
.house_param_bedrooms div {
    font-size: 22px;
    color: #5F8382;
    font-feature-settings: "case" on;
    margin:5px 0 0 6px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
}
.house_item_footer {
    margin:16px 0 0 0;
    padding:20px 0 0 0;
    border-top: 1px solid #E2E2E2;
}
.house_item_footer_cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_item_footer_cost_total {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-transform: uppercase;
    font-feature-settings: "case" on;
    color:#5F8382;
    font-size: 17px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
}
.house_item_footer_cost_total span {
    color: #5F8382;
    font-size: 14px;
    margin:0 0 7px 0;
    font-family: "BPG LE Studio 04", sans-serif;
    font-weight: normal;
}
.house_item_footer_cost_square {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    text-transform: uppercase;
    font-feature-settings: "case" on;
    color:#5F8382;
    font-size: 17px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
}
.house_item_footer_cost_square span {
    color: #5F8382;
    font-size: 14px;
    margin:0 0 7px 0;
     font-family: "BPG LE Studio 04", sans-serif;
    font-weight: normal;
}
.house_sold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border:1px solid #bfd0d0;
    border-radius: 8px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #739191;
}
.house_sold:lang(ka) {
    text-transform: none;
}
.house_reserved {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border:1px solid #bfd0d0;
    border-radius: 8px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #E4997C;
}
.house_reserved:lang(ka) {
    text-transform: none;
}
.house_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background: #16646A;
    border-radius: 8px;
    padding:0 20px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.house_price:lang(ka) {
    text-transform: none;
}
.house_item:hover .house_price {
    background: #E4997C;
}
.house_price span {
    font-size: 15px;
    opacity: 0.7;
}
.house_price div {
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
}
.house_price div:lang(ka) {
    text-transform: none;
}




/* FLOOR WRAPPER */
.houses_floor_wrapper {
    margin:0 15px 35px 0;
    background: #fff;
    border-radius: 12px;
    padding:25px;
}
.popup {
    width:auto;
    bottom:unset;
    left:unset;
    margin:0px;
    position: absolute;
    backdrop-filter: blur(3px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 0;
    box-sizing: border-box;
    color:#fff;
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);*/
    text-align: center;
    padding:12px 16px;
    border-radius: 4px;
    pointer-events: none;
}
.popup.for_sale {
    background: rgba(20,51,51,0.9);
}
.popup.reserved {
    background: rgba(95,131,130,0.9);
}
.popup.sold {
    background: rgba(136,136,136,0.9);
}
.popup_idea {
    font-size:20px;
    width:auto;
    display: block;
    padding:0px;
    color:#fff;
}
.popup_idea_number {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.popup_idea_number:lang(ka) {
    text-transform: none;
}
.popup_idea_area {
    margin:6px 0 0 0;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 17px;
}
.popup_idea_area:lang(ka) {
    text-transform: none;
}
.popup_idea_status {
    margin:6px 0 0 0;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 17px;
}
.popup_idea_status:lang(ka) {
    text-transform: none;
}
.popup.full {
    padding:12px 0;
}
.popup.visible {
    opacity: 1;
/*  transform: scale(1);*/
pointer-events: all;
}
.popup_new_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_new_list.wrap {
    flex-wrap: wrap;
    width:250px;
}
.popup_photo {
    width:100%;
    
}
.popup_photo img {
    height:95px;
    border-radius:4px;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
    margin-bottom: 10px !important;
}
.popup_new_list div.popup_full {
    border-top: 1px solid #777;
    margin:15px 15px 0 15px !important;
    padding:12px 0 6px 0;
    width:100%;
    color:#63F794;
}

.popup_new_list div {
    margin:0 10px;
    text-align: center;
    font-size:15px;
    color:#e3c78a;
}
.popup_new_list span {
    display: block;
    margin:5px 0 0 0;
    text-align: center;
    font-size:18px;
    color:#fff;
    font-family: "FIRAGO-MEDIUM";
}
.popup_new_list span.full_spec {
    margin:0;
    font-size:16px;
    margin-left:10px;
}
.popup_new_list span.full_spec.full {
    color:#63F794;
    font-size:15px;
}
.popuo_block_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup_block {
    font-size:14px;
    margin:0 12px;
    margin-top: 14px;
}
.popup_block span {
    display: block;
    margin:4px 0 0 0;
    font-family: "FIRAGO-EXTRABOLD";
    font-size:22px;
}
.popup_ends {
    margin:12px 0 0 0;
    font-size:14px;
}
.popup_ends span {
    display: block;
    margin:4px 0 0 0;
    font-family: "FIRAGO-MEDIUM";
    font-size:16px;
}
.popup_sold {
    margin:20px 0 0 0;
    background: #A2823C;
    width:100%;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FIRAGO-MEDIUM";
    font-size:16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.popup_sold:lang(ka) {
    text-transform: none;
}
.popup_sold.no_margin {
    margin:0px;
}
.popup_sold span {
    font-family: "FIRAGO-EXTRABOLD";
    font-size:18px;
    margin:-1px 0 0 6px;
}
.popup_area {
    margin:14px 0 0 0;
    color:#cbab63;
    font-family: "FIRAGO-SEMIBOLD";
    font-size:22px;
}
.popup_area span {
    font-family: "FIRAGO-EXTRABOLD";
    font-size:25px;
}
.popup_preview {
    margin:20px 0 0 0;
    background: #fff;
    padding:15px 12px;
}
/* END OF FLOOR WRAPPER */

.no_result {
    width: 100%;
    height: 383px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
}
.no_result_icon {

}
.no_result_icon svg {
    width: 50px;
    height: 50px;
    fill:#E4997C;
}
.no_result_title {
    margin:30px 0 0 0;
    color: #728484;
    font-size: 19px;
    line-height: 28.5px;
}
.no_result_clear {
    margin:30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 46px;
    padding:0 30px;
    padding-top: 4px 0 0 0;
    border:1px solid #bfd0d0;
    color: #16646A;
    font-family: "FIRAGO-SEMIBOLD";
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 15px;
}
.no_result_clear:lang(ka) {
    text-transform: none;
}
.no_result_clear svg {
    color: #E4997C;
    margin:-2px 10px 0 0;
    font-size: 18px;
}
.no_result_clear:hover {
    background: #EFF4F4;
}

/* PAGINATION STYLES */

.pagination {
    width: 100%;
    list-style: none;
    margin: 55px 0 30px 0;
    display: block;
    text-align: center;
    vertical-align: middle;
    color:#667788;
    font-size:14px;
    font-weight: bold;
    padding:0;
}
.pagination li {
    float: inherit;
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    margin: 0 3px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    color: #5F8382;
    border: 1px solid #bfd0d0;
    background-color: #fff;
    text-align: center;
    display:block;
}
.pagination li a i {

}
.pagination a.active {
    background: #5F8382;
    border: 1px solid #5F8382;
    color: #fff !important;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
    border-color: #5F8382;
    color: #5F8382;
    border: 1px solid #5F8382;
}
.prev {

}
.next {

}
.pager_left {

}
.pager_right {

}
.pager_num {

}
.pager_dots {
    
}

/* END OF PAGINATION STYLES */

@media only screen and (max-width : 1400px) {
    .house_item {
        width: calc(100% / 3 - 15px);
    }
}

@media only screen and (max-width : 1200px) {
    .house_item {
        width: calc(100% / 2 - 15px);
    }
}

@media only screen and (max-width : 900px) {
    .no_result {
        height: auto;
        padding:30px 20px;
        text-align: center;
        margin:0 0 50px 0;
    }
    .no_result_icon svg {
        width: 30px;
        height: 30px;
    }
    .no_result_title {
        margin:10px 0 0 0;
        font-size: 15px;
        line-height: 22.5px;
    }
    .no_result_clear {
        margin:20px 0 0 0;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        padding:0 20px;
    }
    .no_result_clear svg {
        font-size: 12px;
    }
    .popup {
        display: none;
    }
    .houses {
        flex-direction: column;
    }
    .houses_list {
        margin:30px 0 0 0;
        width: 100%;
    }
    .house_item {
        width: calc(100% / 3 - 10px);
    }
    .houses_list > .house_item:nth-of-type(3n) {
        margin-right: 0;
    }
    .houses_filter.fixed {
        position: static;
        top:unset;
    }
    .houses_filter {
        width: 100%;
        padding:0;
        background: none;
        margin:0 0 30px 0;
    }
    .houses_filter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        z-index: 2;
    }
    .filter_overlay {
        z-index: 1;
    }
    .houses_filter_item {
        width: calc(50% - 5px);
    }
    .house_filter_status {
        width: calc(50% - 5px);
        margin:0;
    }
    .dropdown {
        width: calc(50% - 5px);
        margin-top: -12px;
    }
    .house_filter_submit {
        width: calc(50% - 5px);
        margin:2px 0 0 0;
    }
    .houses_filter_item {
        background: #fff;
    }
    .floor_chooser_dropdown {
        z-index: 3;
    }
    .houses_floor_wrapper {
        margin:0 0 30px 0;
        background: none;
        padding:0;
    }
}

@media only screen and (max-width : 800px) {
    .house_item {
        width: calc(100% / 2 - 8px);
    }
    .houses_list > .house_item:nth-of-type(3n) {
        margin-right:15px;
    }
    .houses_list > .house_item:nth-of-type(2n) {
        margin-right:0;
    }
    .floor_chooser_button{
        margin-left: -6px;
        font-size: 16px;
    }
    .floor_chooser_dropdown-content a {
        padding:6px 20px;
    }
}
@media only screen and (max-width : 600px) {
    .house_item {
        width:100%;
        margin:0 0 20px 0;
    }
    .houses_list > .house_item:nth-of-type(3n) {
        margin-right:0;
    }
    .houses_filter {
        flex-direction: column;
    }
    .houses_filter_item {
        width: 100%;
        height: 45px;
        margin:0 0 8px 0;
        padding:0 15px;
    }
    .dropdown {
        width: 100%;
        margin:0;
    }
    .sort_button_houses {
        height: 45px;
        padding:0 15px;
        font-size: 14px;
        background: #fff;
    }
    .dropdown-content-houses a {
        font-size: 14px;
        padding:12px 15px;
    }
    .houses_filter_item_title {
        font-size: 14px;
    }
    .houses_filter_item.enabled .houses_filter_item_title {
        font-size: 12px;
    }
    .houses_filter_item_value {
        font-size: 14px;
        margin:2px 0 0 0;
    }
    .house_filter_popup.floor {
        top:54px;
    }
    .house_filter_popup {
        width: 100%;
        left: 0;
    }
    .house_filter_popup.area {
        top:106px;
    }
    .house_filter_popup.bedroom {
        top:159px;
    }
    .house_filter_popup_col_header {
        font-size: 14px;
    }
    .area_chooser {
        font-size: 15px;
    }
    .house_filter_status {
        width: 100%;
        margin:15px 0 10px 0;
    }
    .house_filter_status div {
        font-size: 14px;
    }
    .house_filter_submit {
        width: 100%;
        margin:10px 0 0 0;
    }
    .houses_filter {
        margin:0 0 15px 0;
    }
    .houses_wrapper {
        padding:20px 0 0 0;
    }
    .pagination {
        margin: 25px 0 50px 0;
    }
    .pagination li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
    }
}

/* END OF HOUSES.CSS */


/* HOUSE.CSS */

.house_wrapper {
    padding:50px 0;
}
.house_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_back {
    color: #052524;
    font-family: "FIRAGO-SEMIBOLD";
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.house_back:lang(ka) {
    text-transform: none;
}
.house_back svg {
    margin:-1px 10px 0 0;
}
.house_back:hover {
    color: #E4997C;
}
.house_stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.house_stage_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FIRAGO-SEMIBOLD";
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
    margin:0 0 0 20px;
}
.house_stage_item:lang(ka) {
    text-transform: none;
}
.house_stage_item span {
    color: #052524;
    margin:0 0 0 6px;
    font-family: 'FIRAGO-EXTRABOLD';
}
.house {
    display: flex;
/*    align-items: flex-start;*/
    justify-content: space-between;
}
.house_left {
    width:calc(50% - 15px);
}
.house_right {
    width:calc(50% - 15px);
    background: #fff;
    padding:30px 0 40px 30px;
}
.house_map {
    width: 380px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
/*    height: 102px;*/
/*    padding:0 20px;*/
    line-height: 0;
/*    background: #EFF4F4;*/
}
.house_map_holder {
    width: 100%;
}
/* HOUSE PHOTO HEADER */
.house_photo_header {
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    height: 76px;
    margin:0 0 20px 0;
}
.house_compass_holder {
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.house_compass_holder img {
    width: 50px;
    height: 50px;
}
.house_photo_switcher {
    display: flex;
    align-items: center;
    justify-content: center;
}
.house_photo_switcher span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 20px;
    height: 38px;
    background: #EFF4F4;
    cursor: pointer;
    color: #728484;
    font-family: "FIRAGO-SEMIBOLD";
    font-size: 15px;
    font-feature-settings: "case" on;
}
.house_photo_switcher span:hover {
    background: #dde6e6;
}
.house_photo_switcher span.active {
    background: #16646a;
    color: #fff;
    pointer-events: none;
}
.house_photo_switcher span:first-child {
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.house_photo_switcher span:last-child {
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
/* END OF HOUSE PHOTO HEADER */
.house_photo_holder {
    position: relative;
    width: 100%;
}
.house_gallery_holder {
    position: relative;
    width: 100%;
    margin:0 0 20px 0;
}
.house_photo_inside {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    line-height: 0;
    height: 100%;
    padding:0 30px 30px 30px;
    border:1px solid #E2E2E2;
}
.gallery_slider {
    width: 100%;
}
.gallery_slider_arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.gallery_slider_arrows div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #E4997C;
    color: #fff;
    pointer-events: all;
    cursor: pointer;
}
.gallery_slider_arrows div:hover {
    background: #16646A;
}
.house_render {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: zoom-in;
    margin:30px 0;
}
.house_render img {
    max-width: 80%;
    max-height: 375px;
    margin:0 auto;
}
.house_right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.house_header {
    background: #fff;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    padding:0 30px;
}
.house_header_item {
    width: calc(100% / 3);
    border-left: 1px solid #bfd0d0;
    padding:0 0 0 30px;
}
.house_header_item span {
    font-family: 'FIRAGO-SEMIBOLD';
/*    font-feature-settings: "case" on;*/
    color: #16646A;
    font-size: 16px;
}
.house_header_item div {
    margin:6px 0 0 0;
    font-family: 'FIRAGO-EXTRABOLD';
    color: #E4997C;
    font-size: 22px;
}
.house_details {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: space-between;
}
.house_data {
    width: calc(50%);
    padding:0 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-right: 1px solid #E2E2E2;
}
.house_data_list {
    width: 100%;
}
.house_data_item {
/*    border:1px solid #000;*/
    width: 100%;
    margin:0 0 29px 0;
}
.house_data_item_value {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.house_data_item_value span {
    margin:0 20px 0 0;
    display: none;
}
.house_data_item_value span svg {
    margin-top:2px;
    width: 45px;
    height: 45px;
    fill: #E4997C;
    
}
.house_data_item_value div {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
    font-size: 24px;
    font-weight: bold;
}
.house_data_item_value div:lang(ka) {
    text-transform: none;
}
.house_data_item_title {
    font-family: "BPG LE Studio 04", sans-serif;
    display: block !important;
    font-size: 15px;
    font-feature-settings: "case" on;
    color: #5F8382;
    padding:0 0 10px 0;
    font-weight: normal;
}
.house_params_inside {
    width: 50%;
    padding:0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.house_param_inside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 0 20px 0;
}
.house_param_inside:last-child {
    margin:0;
}
.house_param_inside span {
/*    font-feature-settings: "case" on;*/
    color: #5F8382;
    font-size: 15px;
}
.house_param_inside div {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    color: #5F8382;
    font-size: 16px;
    font-weight: bold;
}
.house_cost_inside {
    margin:30px 0 0 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*background: #EFF4F4;*/
    /*padding: 25px 30px;*/
    border-top: 1px solid #E2E2E2;
    padding:35px 0 0 0;
}
.house_cost_left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_cost_item {

}
.house_cost_item:last-child {
    margin:0;
}
.house_cost_item_title {
    display: block;
    font-size: 15px;
    font-feature-settings: "case" on;
    color: #5F8382;
}
.house_cost_item_value {
    margin: 8px 0 0 0;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #5F8382;
    font-size: 20px;
}
.house_cost_item_value:lang(ka) {
    text-transform: none;
}
.course_switcher_inside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.course_gel_inside {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    color:#5F8382;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    border:1px solid #5F8382;
    font-size: 20px;
}
.course_gel_inside:hover {
    background: #fff;
}
.course_gel_inside.active {
    color: #fff;
    background: #5F8382;
    pointer-events: none;
}
.course_usd_inside {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    color:#5F8382;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    border:1px solid #5F8382;
    font-size: 20px;
}
.course_usd_inside:hover {
    background: #fff;
}
.course_usd_inside.active {
    color: #fff;
    background: #5F8382;
    pointer-events: none;
}
.usd_square_cost {
    display: none;
}
.usd_total_cost {
    display: none;
}

/* HOUSE CALLBACK */

.house_callback {
    margin:4px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: calc(50% - 80px);
    background: #5F8382;
    color: #fff;
    border-radius: 8px;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    padding:3px 0 0 0;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 15px;
    /*-moz-animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.house_callback:lang(ka) {
    text-transform: none;
}
.house_callback:hover {
    background: #021F1C;
}
.house_callback svg {
    margin:-3px 12px 0 0;
    color: #fff;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 100, 106, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(22, 100, 106, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(22, 100, 106, 0);
    }
}

.callback_popup {
    display: none;
    width: 400px;
    overflow: visible !important;
    border-radius: 12px;
}
.callback_popup_error {
    display: none;
    color: #c70000;
    margin:0 0 25px 0;
    font-size: 16px;
    line-height: 24px;
}
.callback_popup_form {
    
}
.callback_popup_form_item {
    margin:0 0 14px 0;
}
.callback_popup_form_item_field {
    width: 100%;
    color: #667788;
    margin:0 0 8px 0;
}
.callback_popup_form_item_value {
    width: 100%;
    position: relative;
}
.callback_popup_form_item_value input {
    width: 100%;
    height: 44px;
    border:1px solid #ADADAD;
    outline: none;
    border-radius: 8px;
    font-family: "FIRAGO-REGULAR";
    font-size: 15px;
    color: #021F1C;
    padding:0 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.callback_popup_form_item_value input:hover {
    border:1px solid #021F1C;
}
.callback_popup_form_item_value input:focus {
    border:1px solid #021F1C;
}
.callback_popup_submit {
    margin:25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 12px;
    background: #16646a;
    color: #fff;
    border-radius: 8px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.callback_popup_submit:lang(ka) {
    text-transform: none;
}
.callback_popup_submit:hover {
    background: #021F1C;
}
.callback_popup_submit svg {
    margin:0 10px 0 0;
    color: #E4997C;
}
.callback_popup_submit.inactive {
    pointer-events: none;
    background: #021F1C;
}
.callback_success {
    text-align: center;
    display: none;
}
.callback_success_icon {
    color: #16646a;
    font-size: 40px;
}
.callback_success_title {
    margin:30px 0 0 0;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646a;
}
.callback_success_title:lang(ka) {
    text-transform: none;
}
.callback_success_desc {
    margin:15px 0 0 0;
    color: #667788;
}
.iti {
    width: 100%;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    width: 100%;
    padding-left: 95px !important;
}
.iti--container {
    top:31px  !important;
    left:0  !important;
    z-index: 99999 !important; /* Ensure it is on top */
    position: absolute !important; /* Prevent clipping */
    bottom:unset !important;
    right:unset !important;
    min-height: 200px !important;
}
.iti__selected-flag {
    font-size: 15px !important;
    font-family: "FIRAGO-REGULAR";
}
.iti__country-list {
    width: 100% !important;
    font-size: 14px !important;
    font-family: "FIRAGO-REGULAR";
}


/* END OF HOUSE CALLBACK */

.return_to_floor {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    color: #5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.return_to_floor:lang(ka) {
    text-transform: none;
}
.return_to_floor svg {
    margin:0 10px -2px 0;
    font-size: 20px;
    color:#5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.return_to_floor:hover {
    color:#143333;
}

/* FLOOR CHOOSER BUTTON */

/* Floor Chooser */

/* Button styling */
.floor_chooser_button {
    padding:0;
    height: auto;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    color: #5F8382;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
}
.floor_chooser_button:lang(ka) {
    text-transform: none;
}
.floor_chooser_button span {
    margin:0 0 0 10px;
}
.floor_chooser_button svg {
    margin:-5px 0 0 10px;
    font-size: 14px;
    color:#5F8382;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.floor_chooser_button:hover {
    color:#143333;
}
.floor_chooser_button.active {

}

/* Dropdown container */
.floor_chooser_dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Dropdown content */
.floor_chooser_dropdown-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.floor_chooser_dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #4a4a4a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

.floor_chooser_dropdown-content a:hover {
    background-color: #5F8382;
    color: #fff;
}
.floor_chooser_dropdown-content a.active {
    background-color: #5F8382;
    color:#fff;
    pointer-events: none;
}

/* Show dropdown on click */
.floor_chooser_show {
    opacity: 1;
    pointer-events: all;
}

/* End of Floor Chooser */

/* END OF FLOOR CHOOSER */

/* FLAT CHOOSER BUTTON */

/* Flat Chooser */

/* Button styling */
.flat_chooser_button {
    margin:0 0 0 20px;
    height: auto;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    color: #5F8382;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    outline: none;
    transition: all 0.4s ease;
    border: none;
}
.flat_chooser_button:lang(ka) {
    text-transform: none;
}
.flat_chooser_button span {
    margin: 0 0 0 10px;
}
.flat_chooser_button svg {
    margin: -3px 0 0 10px;
    font-size: 14px;
    color: #5F8382;
    transition: all 0.4s ease;
}
.flat_chooser_button:hover {
    color: #143333;
}

/* Dropdown container */
.flat_chooser_dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Dropdown content */
.flat_chooser_dropdown-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0 0 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.flat_chooser_dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #4a4a4a;
    transition: all 0.4s ease;
    text-align: center;
}

.flat_chooser_dropdown-content a:hover {
    background-color: #5F8382;
    color: #fff;
}
.flat_chooser_dropdown-content a.active {
    background-color: #5F8382;
    color: #fff;
    pointer-events: none;
}

/* Show dropdown on click */
.flat_chooser_show {
    opacity: 1;
    pointer-events: all;
}

/* End of Flat Chooser */


/* FLOOR WRAPPER */
.houses_floor_wrapper {
    /*margin:0 28px 35px 0;*/
    background: #fff;
    border-radius: 0;
    padding:15px;
}
.popup {
    width:auto;
    bottom:unset;
    left:unset;
    margin:0px;
    position: absolute;
    backdrop-filter: blur(2px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 0;
    box-sizing: border-box;
    color:#fff;
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);*/
    text-align: center;
    padding:12px 16px;
    border-radius: 4px;
    pointer-events: none;
}
.popup.for_sale {
    background: rgba(20,51,51,0.9);
}
.popup.reserved {
    background: rgba(95,131,130,0.9);
}
.popup.sold {
    background: rgba(136,136,136,0.9);
}
.popup_idea {
    font-size:20px;
    width:auto;
    display: block;
    padding:0px;
    color:#fff;
}
.popup_idea_number {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.popup_idea_number:lang(ka) {
    text-transform: none;
}
.popup_idea_area {
    margin:6px 0 0 0;
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.popup_idea_area:lang(ka) {
    text-transform: none;
}
.popup_idea_status {
    margin:6px 0 0 0;
    font-family: "BPG LE Studio 04", sans-serif;
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.popup_idea_status:lang(ka) {
    text-transform: none;
}
.popup.full {
    padding:12px 0;
}
.popup.visible {
    opacity: 1;
/*  transform: scale(1);*/
pointer-events: all;
}
.popup_new_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_new_list.wrap {
    flex-wrap: wrap;
    width:250px;
}
.popup_photo {
    width:100%;
    
}
.popup_photo img {
    height:95px;
    border-radius:4px;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
    margin-bottom: 10px !important;
}
.popup_new_list div.popup_full {
    border-top: 1px solid #777;
    margin:15px 15px 0 15px !important;
    padding:12px 0 6px 0;
    width:100%;
    color:#63F794;
}

.popup_new_list div {
    margin:0 10px;
    text-align: center;
    font-size:15px;
    color:#e3c78a;
}
.popup_new_list span {
    display: block;
    margin:5px 0 0 0;
    text-align: center;
    font-size:18px;
    color:#fff;
    font-family: "FIRAGO-MEDIUM";
}
.popup_new_list span.full_spec {
    margin:0;
    font-size:16px;
    margin-left:10px;
}
.popup_new_list span.full_spec.full {
    color:#63F794;
    font-size:15px;
}
.popuo_block_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup_block {
    font-size:14px;
    margin:0 12px;
    margin-top: 14px;
}
.popup_block span {
    display: block;
    margin:4px 0 0 0;
    font-family: "FIRAGO-EXTRABOLD";
    font-size:22px;
}
.popup_ends {
    margin:12px 0 0 0;
    font-size:14px;
}
.popup_ends span {
    display: block;
    margin:4px 0 0 0;
    font-family: "FIRAGO-MEDIUM";
    font-size:16px;
}
.popup_sold {
    margin:20px 0 0 0;
    background: #A2823C;
    width:100%;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FIRAGO-MEDIUM";
    font-size:16px;
    font-feature-settings: "case" on;
    text-transform: uppercase;
}
.popup_sold:lang(ka) {
    text-transform: none;
}
.popup_sold.no_margin {
    margin:0px;
}
.popup_sold span {
    font-family: "FIRAGO-EXTRABOLD";
    font-size:18px;
    margin:-1px 0 0 6px;
}
.popup_area {
    margin:14px 0 0 0;
    color:#cbab63;
    font-family: "FIRAGO-SEMIBOLD";
    font-size:22px;
}
.popup_area span {
    font-family: "FIRAGO-EXTRABOLD";
    font-size:25px;
}
.popup_preview {
    margin:20px 0 0 0;
    background: #fff;
    padding:15px 12px;
}
/* END OF FLOOR WRAPPER */


/* HOUSE LIST */

.see_also_wrapper {
    background: #EFF4F4;
    padding:15px 0 60px 0;
}
.see_also {

}
.see_also_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.see_also_title {
    font-size: 24px;
    line-height: 36px;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #16646A;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.see_also_title:lang(ka) {
    text-transform: none;
}
.see_also_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E4997C;
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.see_also_more:lang(ka) {
    text-transform: none;
}
.see_also_more:hover {
    color:#16646A;    
}
.see_also_more svg {
    width:20px;
    height: 20px;
    margin:-1px 0 0 12px;
    fill:#E4997C;
}
.see_also_more:hover svg {
    fill:#16646A;    
}

.see_also_holder {
    position: relative;
}
.panorama_gallery_arrows {
    position: absolute;
    z-index: 1;
    top:calc(50% - 30px);
    left:-30px;
    width: calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.panorama_gallery_arrows div {
    width:60px;
    height: 60px;
    border-radius: 100%;
    background: #5F8382;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border:3px solid #EFF4F4;
}
.panorama_gallery_arrows div:hover {
    background: #143333;
}
.panorama_gallery_arrows div:first-child {
    margin:0 20px 0 0;
}
.slick-track {
    margin-left: unset !important;
    margin-right: unset !important;
}
.slick-hidden {
    display: none !important;
}
.slick-list {
/*    padding:20px 0 !important;*/
}
.see_also_list {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}
.house_item_inside {
    background: #fff;
    margin:0 14px;
    padding:20px;
    border-radius: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
/*    border:1px solid #16646A;*/
}
.house_item_inside.disabled {
    pointer-events: none;
    background: #eff4f4;
    border: 1px solid #bfd0d0;
}
.house_item_inside:hover {
    box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.3);
}
.house_number_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_number {
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#5F8382;
}
.house_number:lang(ka) {
    text-transform: none;
}
.house_item_inside.disabled .house_number {
    color: #739191;
}
.house_item_inside_photo {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.house_item_inside_photo img {
    max-width: 100%;
    max-height: 100px;
}
.house_item_inside.disabled .house_item_inside_photo img {
    opacity: 0.7;
}
.house_item_inside_params {
    border-top: 1px solid #bfd0d0;
    padding:20px 0 0 0;
    margin:20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.house_item_inside_params.inline {
    border:none;
    padding:0;
    margin:0 0 -6px 0;
}
.house_item_inside_param {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.house_item_inside_param span {
    margin:-2px 10px 0 0;
}
.house_item_inside_param span svg {
    width:24px;
    height: 24px;
    fill:#E4997C;
}
.house_item_inside_param div {
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color:#16646A;
}
.house_item_inside_param div:lang(ka) {
    text-transform: none;
}
.house_item_inside.disabled .house_item_inside_param div {
    color: #739191;
}
.house_item_cost_inside {
    margin:15px 0 0 0;
}
.house_sold_inside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border:1px solid #bfd0d0;
    border-radius: 8px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #739191;
}
.house_sold_inside:lang(ka) {
    text-transform: none;
}
.house_reserved_inside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border:1px solid #bfd0d0;
    border-radius: 8px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #E4997C;
}
.house_reserved_inside:lang(ka) {
    text-transform: none;
}
.house_price_inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background: #16646A;
    border-radius: 8px;
    padding:0 20px;
    font-family: 'FIRAGO-SEMIBOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.house_price_inside:lang(ka) {
    text-transform: none;
}
.house_item_inside:hover .house_price_inside {
    background: #E4997C;
}
.house_price_inside span {
    font-size: 15px;
    opacity: 0.7;
}
.house_price_inside div {
    font-family: 'FIRAGO-EXTRABOLD';
    font-feature-settings: "case" on;
    text-transform: uppercase;
    color: #fff;
}
.house_price_inside div:lang(ka) {
    text-transform: none;
}

/* END OF HOUSE LIST */


@media only screen and (max-width : 1470px) {
    .house_left {
        width: calc(40% - 15px);
    }
    .house_right {
        width: calc(60% - 15px);
    }
    .house_render {
        justify-content: center;
        align-items: center;
        padding:0;
    }
}

@media only screen and (max-width : 1240px) {
    .house_data {
        padding:0;
        border:none;
    }
    .house_params_inside {
        padding:0;
    }
}

@media only screen and (max-width : 1200px) {
    .panorama_gallery_arrows {
        padding:0 10px;
    }

    .house {
        flex-direction: column;
    }
    .house_left {
        width: 100%;
    }
    .house_map{
        margin:40px 0 0 0;
        padding:0;
        height: auto;
        background: none;
    }
    .house_render {
        height: auto;
    }
    .house_render img {
        max-width: 80%;
        max-height: 270px;
    }
    .house_map_holder {
        width: 80%;
    }
    .house_compass_holder {
        top:10px;
        left:10px;
    }
    .house_right{
        margin:40px 0 0 0;
        width: 100%;
        padding:0;
    }
    .house_data {
        border-right: 1px solid #E2E2E2;
        padding:0 30px 0 0;
    }
    .house_params_inside {
        padding:0 0 0 30px;
    }
}

@media only screen and (max-width : 900px) {
    .popup {
        display: none;
    }
}

@media only screen and (max-width : 800px) {
    .return_to_floor {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #5F8382;
        color: #fff;
        height: 45px;
        border-radius: 12px;
        margin:0 0 25px 0;
    }
    .return_to_floor svg {
        font-size: 17px;
        margin:0 14px 0 0;
        fill: #fff;
        color: #fff;
    }
    .floor_chooser_button {
        font-size: 16px;
    }
    .floor_chooser_dropdown-content a {
        padding:6px 20px;
    }
    .flat_chooser_button {
        font-size: 16px;
        margin-right: -5px;
    }
    .flat_chooser_dropdown-content a {
        padding:6px 20px;
    }
    .house_wrapper {
        padding:25px 0 40px 0;
    }
    .house_photo_inside {
        padding:0 20px 20px 20px;
    }
    .house_compass_holder {
        top:10px;
        left:10px;
        width: auto;
        height: auto;
    }
    .house_compass_holder img {
        width: 40px;
        height: 40px;
    }
    .house_render img {
        max-width: 70%;
        max-height: 160px;
    }
    .house_map {
        margin:20px 0 0 0;
    }
    .house_map_holder {
        width: 60%;
    }
    .house_right {
        margin:40px 0 0 0;
        padding:0;
    }
    .house_details {
        height: auto;
        flex-direction: column;
    }
    .house_data {
        width: 100%;
        padding:0;
        border:none;
    }
    .house_data_item_title {
        font-size: 15px;
    }
    .house_data_item_value div {
        font-size: 16px;
    }
    .house_data_item_value span svg {
        width: 38px;
        height: 38px;
    }
    .house_params_inside {
        padding:0;
        width: 100%;
        border-top: 1px solid #E2E2E2;
        padding:20px 0 0 0;
    }
    .house_param_inside {
        margin:0 0 12px 0;
    }
    .house_param_inside span {
        font-size: 14px;
    }
    .house_param_inside div {
        font-size: 14px;
    }
    .house_cost_inside {
        flex-wrap: wrap;
        padding:20px 0 0 0;
    }
    .house_cost_left {
        width: 100%;
        flex-wrap: wrap;
    }
    .house_cost_item {
        
    }
    .house_cost_item_title {
        font-size: 14px;
        margin: 2px 0 0 0;
    }
    .house_cost_item_value {
        font-size: 17px;
        margin: 8px 0 0 0;
    }
    .house_cost_item:last-child {
       
    }
    .course_switcher_inside {
        flex-direction: column;
    }
    .course_gel_inside {
        width:36px;
        height: 26px;
        font-size: 15px;
        border-radius:0;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .course_usd_inside {
        width:36px;
        height: 26px;
        font-size: 15px;
        border-radius:0;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .house_callback {
        margin:25px 0 0 0;
        width: 100%;
        font-size: 14px;
    }
}


@media only screen and (max-width : 600px) {
    .panorama_gallery_arrows div {
        width: 40px;
        height: 40px;
    }
    .panorama_gallery_arrows {
        top: calc(50% - 20px);
        padding:0 15px;
    }
    .see_also_wrapper {
        padding:10px 0 40px 0;
    }
    .see_also_header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .see_also_title {
        font-size: 18px;
        line-height: 27px;
    }
    .see_also_more {
        margin:15px 0 0 0;
        font-size: 15px;
    }
    .see_also_more svg {
        width:16px;
        height: 16px;
        margin:-2px 0 0 8px;
    }
    .see_also_list {
        margin-top: 10px;
    }
}

/* END OF HOUSE.CSS */




/* HEADER DROPDOWN */

.apartment_dropdown {
  position: relative;
  display: inline-block;
  margin:0 0 0 10px;
}

.apartment_dropdown button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background: #5F8382;
  font-family: "BPG LE Studio 04 Caps", sans-serif;
font-size: 16px;
font-weight: bold;
  color: #fff;
  padding:4px 30px 0 30px;
  text-transform: uppercase;
}
.apartment_dropdown button:hover {
    background: #143333;
}
.apartment_dropdown button svg {
    width: 20px;
    height: 20px;
    fill:#fff;
    margin:-4px 0 0 14px;
}

.apartment_dropdown-content {
  margin:5px 0 0 0;
  display: none;
  position: absolute;
  background: #5F8382;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.apartment_dropdown-content a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font-family: "BPG LE Studio 04 Caps", sans-serif;
font-size: 16px;
font-weight: bold;
  color: #fff;
  text-align: center;
}

.apartment_dropdown-content a:hover {
  background: #143333;
}

.apartment_show {
  display: block;
}




.mob_apartment_dropdown {
  position: relative;
  display: inline-block;
}

.mob_apartment_dropdown button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50px;
  padding:0 30px;
  background: #5F8382;
  font-family: "BPG LE Studio 04 Caps", sans-serif;
font-weight: bold;
text-transform: uppercase;
  color: #fff;
  border:none;
  outline: none;
}

.mob_apartment_dropdown-content {
  margin:5px 0 0 0;
  display: none;
  position: absolute;
  background: #5F8382;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.mob_apartment_dropdown-content a {
  display: block;
  text-decoration: none;
  font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin:0;
  padding:12px 0;
}

.mob_apartment_dropdown-content a:hover {
  background: #052524;
}

.mob_apartment_show {
  display: block;
}


/* END OF HEADER DROPDOWN */