body {
    padding-top: 58px;
}
header {
    height: 58px;
}
header .container {
    height: 100%;
}
.header-inner {
    height: 100%;
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-menu {
    position: fixed;
    top: 59.54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;

    pointer-events: none;
    transform: translateY(100%);
    transition: 0.3s all;
}
.header-menu.open {
    pointer-events: auto;
    transform: translateY(0);
}
.header-menu-mobile-toggle {
    position: relative;
    display: block;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    transition: 0.3s all;
}
.header-menu-mobile-toggle .fa {
    font-size: 100%;
}

.header-menu {
    padding: 10px 0;
}
.header-menu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.header-menu a + a {
    border-top: 1px solid #dddddd;
}

.header-account {
    position: fixed;
    top: 59.54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;

    pointer-events: none;
    transform: translateY(100%);
    transition: 0.3s all;
}
.header-account.open {
    pointer-events: auto;
    transform: translateY(0);
}
.header-account-mobile-toggle {
    position: relative;
    display: block;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    transition: 0.3s all;
}
.header-account-mobile-toggle .fa {
    font-size: 100%;
}

.header-account {
    padding: 10px 0;
}
.header-account a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.header-account a + a {
    border-top: 1px solid #dddddd;
}

.header-account.open + .header-account-mobile-toggle {
    color: #3892ec;
}
.header-menu.open + .header-menu-mobile-toggle {
    color: #3892ec;
}

.home-section-1 .row {
    justify-content: center;
}
.home-section-1 .col-lg-2_5 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
}
.bg_counter h2 {
    font-size: 16px;
}
.bg_counter p {
    font-size: 18px;
}

.complex_rezidential_title span {
    font-size: 16px;
}
.complex_rezidential_title h2 {
    font-size: 20px;
}
.complex_rezidential_title {
    padding: 15px 0;
}

.complex_rezidential_title h2 {
    font-size: 16px;
    line-height: 20px;
}

.rez_blue {
    padding: 10px !important;
}

.prezentare_bl {
    height: 500px;
}
.box_beneficii_bloc {
    position: absolute;
    background: #1d2b4bf0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 5px;
    height: auto;
    top: auto;
    display: flex;
}
.box_beneficii_bloc .item_bloc {
    flex: 1 1 25%;
    width: 25%;
}
.box_beneficii_bloc .item_bloc img {
    max-width: 10000px;
    max-height: 30px;
}
.box_beneficii_bloc .item_bloc h3 {
    font-size: 13px;
}
.informatie_ansamblu {
    padding-left: 0;
}
.rez_blue img.calitate {
    position: relative;
    display: block;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-bottom: 10px;
}
.informatie_ansamblu img {
    display: none;
}
.informatie_ansamblu h3 {
    font-size: 22px;
    text-align: center;
}
.informatie_ansamblu p {
    font-size: 16px;
    text-align: center;
}
div.line_white_blue {
    display: none;
}
.rez_blue ul li {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.rez_blue p {
    text-align: center;
}
.informatii_arhitect {
    padding: 0px !important;
}

.residence-filter-form-main {
    flex-wrap: nowrap;
}
.residence-filter-form-city-search {
    width: auto;
}

.project-box-wrapper {
    transition: 0.1s opacity;
}
.residence-filter-form-cities {
    overflow-x: scroll;
}
.residence-filter-form-city-arrow {
    display: none;
}
.residence-filter-form-col.mobile-full {
    flex: 1 1 auto;
}
.residence-filter-form-col.mobile-hidden {
    display: none;
}
.residence-filter-form-col.mobile-auto {
    flex: 0 0 auto;
}
.residence-filter-form-city-search input {
    font-size: 12px;
}

.residence-filter-form-main.show {
    flex-wrap: wrap;
}
.residence-filter-form-main.show .mobile-hidden {
    display: block;
}

.residence-filter-form-main.show .btn.btn-default.btn-filter-mobile-btn {
    background: #162a4c;
    color: #ffffff;
}

.residence-filter-form-main.show .btn-filter-mobile-submit-wrap {
    order: 2;
    flex: 1 1 49%;
}
.residence-filter-form-main.show .btn-filter-mobile-big-wrap {
    order: 2;
    flex: 1 1 49%;
}

.residence-filter-form-main.show .residence-filter-form-col.mobile-hidden {
    flex: 1 1 auto;
    width: 49%;
}
.residence-filter-form-main.show .residence-filter-form-col.mobile-full {
    width: 100%;
}
.residence-filter-form-col:nth-child(odd) .residence-filter-form-dropdown-wrap {
    left: auto;
    right: 0px;
    width: 200%;
}
.residence-filter-form-col:nth-child(even)
    .residence-filter-form-dropdown-wrap {
    left: 0;
    right: auto;
    width: 200%;
}

.residence-filter-form-city-zones-modal-wrap .container {
    width: 100%;
    max-width: 100%;
}

.residence-filter-form-city-group-col {
    flex: 1 1 100%;
}
.residence-filter-form-city-group-title {
    font-size: 16px;
}

.residence-filter-form-city-zones-modal-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}
.residence-filter-form-city-zones-modal-buttons .btn {
    font-size: 16px;
    flex: 1 1 auto;
}
.residence-filter-form-city-zones-modal-wrap {
    padding: 10px;
}
.residence-filter-form-city-zones-modal-wrap .container {
    max-height: 100%;
    overflow-y: auto;
}

.residence-filter-form-locality {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 2;
    min-width: 0px;
    max-width: 100%;
    padding: 10px;
}
.residence-box {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0;
}
.residence-box-left {
    flex: 1 1 100%;
}
.residence-box-right {
    flex: 1 1 100%;
}

.project-box-wrapper {
    aspect-ratio: auto;
}

.header-logo img {
    max-height: 36px;
}

.residence-filter-title {
    font-size: 16px;
}
.project-box-wrapper img {
    padding: 0px;
}

#content {
    padding: 0 0 !important;
}
.residence-box-right {
    padding: 1rem 0.5rem;
    margin-bottom: 15px;
}

.residence-box-left a {
    margin-bottom: 0;
}

.whole-map-wrap {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.4s all;
}
.whole-map-wrap .harta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: auto !important;
    width: auto !important;
}
.whole-map-wrap .btn-map-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 40px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.whole-map-wrap .btn-map-close i {
    font-size: 40px;
}

body.map-open .whole-map-wrap {
    opacity: 1;
    transform: translateY(0);
}

.btn-filter-mobile-big-wrap .fa-times {
    display: none;
}
.residence-filter-form-main.show .btn-filter-mobile-big-wrap .fa-filter {
    display: none;
}
.residence-filter-form-main.show .btn-filter-mobile-big-wrap .fa-times {
    display: inline;
}

.residence-filter-form-main.show .btn-filter-mobile-big-wrap {
    order: 4;
    flex: 0 0 auto;
    width: auto;
}
.residence-filter-form-main.show .btn-filter-mobile-big-wrap .btn {
    padding-left: 25px;
    padding-right: 25px;
}
.residence-filter-form-main.show .btn-filter-mobile-submit-wrap {
    order: 2;
    flex: 1 1 auto;
}
.residence-filter-form-main.show .btn-map-mobile-big-wrap {
    order: 3;
    flex: 1 1 auto;
}

header {
    position: absolute;
}
.residence-filter {
    margin-top: 0;
}
.residence-filter .residence-filter-form {
    padding-top: 5px;
    padding-bottom: 5px;
}

.residence-filter > .fixed > .residence-filter-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    z-index: 10;
}

.residence-box {
    border-bottom: none;

    padding: 0 15px;
}
.residence-box-left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.residence-box-right {
    background: #f6f5f5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
.residence-box-right a {
    background: none;
}

.residence-box-localisation {
    font-size: 12px;
}
.residence-box-units {
    font-size: 14px;
}

.home-form-inner {
    flex-wrap: wrap;
}

.home-form-col {
    flex: 1 1 auto;
    width: 100%;
}

.home-form-col:last-child {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
}

.home-form-col:last-child .btn {
    display: inline-block !important;
    width: auto !important;
    margin-top: 15px;
}

.home-form-col + .home-form-col {
    border-left: none;
}

.home-form-group > label .label-icon {
    display: none;
}

.home-form-group > label .label-text {
    font-size: 16px;
}

.home-form-group {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;

    gap: 10px;
}

.home-form-wrap .container {
    padding: 0 0;
}

.home-form-inner {
    gap: 10px;
}
.home-form-group > label {
    min-width: 50px;
}
.home-form-col:last-child .btn {
    height: auto;
}

.residence-filter-form-custom-city {
    min-width: 0px;
}

.residence-filter-form-main .btn {
    padding: 5px;
    border-radius: 15px;
}
.residence-filter-form-main .btn.btn-default {
    border-color: #3892ec;
    background: #ffffff;
    color: #3892ec;
    stroke: #3892ec;
}
.residence-filter-form-main .btn.btn-default:hover,
.residence-filter-form-main .btn.btn-default.active {
    border-color: #ff0000;
    background: #ff0000;
    color: #ffffff;
    stroke: #ffffff;
}
.residence-filter-form-main .btn.btn-default svg {
    height: 100%;
    stroke-width: 1;
    vertical-align: 0px;
}
.residence-filter-form-custom-city {
    border-color: #3892ec;
    border-radius: 15px;
}
.residence-filter-form-custom-city-dropdown {
    border-color: #3892ec;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 15px;
    max-height: 15px;
    transform: translateY(-14px);
}
.residence-filter-form-custom-city > span {
    z-index: 3;
}
.residence-filter-form-custom-city-dropdown {
    padding-top: 10px;
}
.btn.btn-map-mobile-btn {
    height: 42px;
}
.residence-filter-form-custom-city svg {
    stroke: #3892ec;
}
.btn.btn-filter-mobile-btn {
    height: 42px;
}
.btn.btn-sort-mobile-btn {
    height: 42px;
}

.residence-filter-mega-form-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    pointer-events: none;
}
.residence-filter-mega-form-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

    opacity: 0;
    transition: 0.5s all;
}
.residence-filter-mega-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    top: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;

    transform: translateY(100%);
    transition: 0.5s transform;
}

.residence-filter-mega-form-wrap.active {
    pointer-events: auto;
}
.residence-filter-mega-form-wrap.active .residence-filter-mega-form-backdrop {
    opacity: 1;
}
.residence-filter-mega-form-wrap.active .residence-filter-mega-form {
    transform: translateY(0);
}

.residence-filter-mega-form-header {
    display: flex;
    padding: 20px 20px;
    align-items: center;
}
.residence-filter-mega-form-header-title {
    font-size: 20px;
    font-weight: 600;
    flex: 1 1 auto;
}
.residence-filter-mega-form-header-close {
    background: none;
    border: none;
    padding: 0;
}
.residence-filter-mega-form-header-close svg {
    height: 32px;
    stroke: #000000;
}
.residence-filter-mega-form-content-wrap {
    flex: 1 1 auto;
    overflow-y: auto;
}
.residence-filter-mega-form-content {
    padding: 20px 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.residence-filter-mega-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.residence-filter-mega-form-label {
    font-size: 16px;
    font-weight: 600;
}
.residence-filter-mega-form-input-group {
    display: flex;
    border: 1px solid #333333;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    gap: 15px;
}
.residence-filter-mega-form-input-group input {
    border: none;
    flex: 1 1 auto;
}
.residence-filter-mega-form-input-group svg {
    height: 24px;
}
.residence-filter-mega-form-boxes {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
}
.residence-filter-mega-form-box {
    flex: 0 0 auto;
}
.residence-filter-mega-form-box input {
    display: none;
}
.residence-filter-mega-form-box input + label {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    transition: 0.2s all;
}
.residence-filter-mega-form-box input:checked + label {
    font-weight: 600;
    color: #3892ec;
}

.residence-filter-mega-form-footer {
    display: flex;
    flex: nowrap;
    padding: 20px 20px;
    gap: 20px;
}
.residence-filter-mega-form-footer-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 20px;
    border-radius: 15px;
    background: #162b4c;
    color: #ffffff;
    flex: 1 1 auto;
}
.residence-filter-mega-form-footer-submit svg {
    height: 24px;
    stroke: #3892ec;
}

.residence-filter-mega-form-footer-reset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid #3892ec;
    background: #ffffff;
    color: #3892ec;
    flex: 0 0 auto;
}
.residence-filter-mega-form-footer-reset svg {
    height: 24px;
    stroke: #3892ec;
}

.residence-sort-mega-form-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    pointer-events: none;
}
.residence-sort-mega-form-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

    opacity: 0;
    transition: 0.5s all;
}
.residence-sort-mega-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: stretch;

    transform: translateY(100%);
    transition: 0.5s transform;
    min-height: 300px;
}

.residence-sort-mega-form-wrap.active {
    pointer-events: auto;
}
.residence-sort-mega-form-wrap.active .residence-sort-mega-form-backdrop {
    opacity: 1;
}
.residence-sort-mega-form-wrap.active .residence-sort-mega-form {
    transform: translateY(0);
}
.residence-sort-mega-form-content-wrap {
    flex: 1 1 auto;
    overflow-y: auto;
}
.residence-sort-mega-form-content {
    padding: 20px 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.residence-sort-mega-form-footer {
    display: flex;
    flex: nowrap;
    padding: 20px 20px;
    gap: 20px;
}
.residence-sort-mega-form-footer-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 20px;
    border-radius: 15px;
    background: #162b4c;
    color: #ffffff;
    flex: 1 1 auto;
}
.residence-sort-mega-form-footer-submit svg {
    height: 24px;
    stroke: #3892ec;
}

.residence-sort-mega-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}
.residence-sort-mega-form-input-group {
    display: flex;
    border: 1px solid #333333;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    gap: 15px;
}
.residence-sort-mega-form-input-group select {
    border: none;
    flex: 1 1 auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.residence-sort-mega-form-input-group svg {
    height: 24px;
}

.residence-sort-mega-form-header {
    display: flex;
    padding: 20px 20px;
    align-items: center;
}
.residence-sort-mega-form-header-title {
    font-size: 20px;
    font-weight: 600;
    flex: 1 1 auto;
}
.residence-sort-mega-form-header-close {
    background: none;
    border: none;
    padding: 0;
}
.residence-sort-mega-form-header-close svg {
    height: 32px;
    stroke: #000000;
}
.residence-sort-mega-form-content-wrap {
    flex: 1 1 auto;
    overflow-y: auto;
}

.residence-filter-form-city-zones-modal-wrap {
    justify-content: flex-end;
    padding: 0;
}
.residence-filter-form-city-zones-modal-wrap .container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 90%;
    overflow-y: auto;
}
.residence-filter-form-city-group-input {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}

.residence-filter-form-city-group-col {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.residence-filter-form-city-group-input.city-zone {
    width: 100%;
}
.residence-filter-form-city-group-input.city-district {
    width: 48%;
}
.residence-mobile-filter-cell .badge {
    background: #ff0000;
    color: #ffffff;
    font-weight: 300;
}

.residence-filter-form-custom-city input {
    order: 2;
}
.residence-filter-form-custom-city button {
    order: 1;
}

.residence-filter-form-custom-city.mobile-two-col {
    height: 44px;
}
.residence-filter-form-col.mobile-two-col > button {
    height: 44px;
}
.residence-mobile-filter-row .residence-filter-form-col {
    max-width: 33.33%;
}
.residence-mobile-filter-row .residence-filter-form-col button {
    border: none;
    border-radius: 15px;
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-size: 14px;
    gap: 5px;
}

.residence-mobile-filter-row .residence-filter-form-col:nth-child(1) button {
    justify-content: flex-start;
}
.residence-mobile-filter-row .residence-filter-form-col:nth-child(2) button {
    justify-content: center;
}
.residence-mobile-filter-row .residence-filter-form-col:nth-child(3) button {
    justify-content: flex-end;
}

.residence-mobile-filter-row .residence-filter-form-col svg {
    height: 26px;
    stroke: #3892ec;
}

.mobile-two-col {
    max-width: 50%;
}

/* .residence-mobile-filter-cell-dropdown button {
    width: 100%;
    border-radius: 12px;
    background: #162A4C;
    border-color: #162A4C;
    color: #ffffff;
    margin-top: 10px;
    gap: 5px;
}
.residence-mobile-filter-cell-dropdown button span {

}

.mobile-two-col  {
    max-width: 50%;
} */

/* residence list */

.residence-info-menu-wrap {
    display: none !important;
}
.section_title_category {
    display: none !important;
}

.section-title-mobile {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
}
.section-title-small {
    position: relative;
    display: block;
    font-size: 14px;
}
.section-title-big {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #162a4c;
    margin: 10px 0;
}
.section-title-logo {
    position: relative;
    display: block;
    z-index: 1;
}
.section-title-logo img {
    height: 60px;
    border-radius: 100%;
    border: 4px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h2 {
    font-size: 20px !important;
    text-align: left !important;
}
.fancygallery-item img {
    border-radius: 4px;
}

#mobile-project-fancy {
    display: block;
    margin-top: -44px;
}
.fancygallery-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}
.fancygallery-modal-grid-item img {
    border-radius: 4px;
}

.fancygallery-modal-grid-item:nth-child(3n + 1) {
    width: 100%;
    flex: 1 1 100%;
}
.fancygallery-modal-grid-item:nth-child(3n + 2),
.fancygallery-modal-grid-item:nth-child(3n + 3) {
    width: 50%;
    flex: 1 1 50%;
}
.fancygallery-modal-wrapper {
    top: 58px;
}

.fancygallery-modal-groups {
    gap: 0px;
    padding: 0px 0;
    height: 41px;
}
.btn.btn-image-group {
    border-radius: 0px;
    margin-left: 0;
}
.btn.btn.btn-image-group + .btn {
    margin-left: -4px;
    border-left: 1px solid #cccccc;
}
.fancygallery-modal-title {
    padding: 4px 15px;
    height: 55px;
}
.fancygallery-modal-fill {
    position: relative;
    height: calc(100% - 50px - 41px);
}

.fancygallery-image-list-item img {
    border-radius: 4px;
}

.fancygallery-modal-title .btn.btn-fancygallery-stage-1 i {
    font-size: 25px;
    vertical-align: -4px;
}

.fancygallery-modal-title {
    text-align: left;
}
.fancygallery-modal-title > div:nth-child(1) {
    order: 3;
}
.fancygallery-modal-title > div:nth-child(2) {
    order: 2;
}
.fancygallery-modal-title > div:nth-child(3) {
    order: 1;
}

.mobile-back-sub-menu {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 107;
    background: #ffffff;

    display: flex;
    flex-wrap: nowrap;
    padding: 2px 12px;
    gap: 2px;
    align-items: center;
}
.mobile-back-sub-menu-btn {
    flex: 1 1 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 14px;
    background: none;
    border: 1px solid #3892ec;
    border-radius: 12px;
    color: #162a4c;
}
.mobile-back-sub-menu-btn i {
    font-size: 20px;
    color: #3892ec;
}

.fancygallery-modal-title .btn i {
    color: #3892ec;
}

.mobile-float-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: #ffffff;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    padding: 2px;
    /*box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);*/
    z-index: 5;
}
.mobile-float-bottom-btn {
    position: relative;
    display: block;
    text-align: center;
    flex: 1 1 auto;
    border: 1px solid #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    background: #162a4c;
    border: none;
    color: #ffffff;
}

h3.spec-h3 {
    text-align: left !important;
    font-size: 20px;
}

.facility-name {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.residence-info-menu-ghost {
    display: none !important;
}
.residence-info-general-data-block {
    height: auto;
    background: none;
    padding: 0;
}
.facility-buttons {
    display: none;
}

.row.sectiune_facilitati {
    flex-wrap: wrap !important;
    justify-content: flex-start;
    padding: 10px 0px;
}
.row.sectiune_facilitati > * {
    flex: 0 0 auto !important;
    width: 25% !important;
}
.sectiune_facilitati h3 {
    font-size: 11px;
}

.container.lista_check {
    padding: 0;
}

.container.text-center > h3.spec-h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.house-block > .row > .col-md-9 {
    padding-left: 25px;
    padding-right: 25px;
}

.fancygallery-item:hover {
    opacity: 1;
    transform: translateY(0);
}
.info_proiect_r {
    /* overflow: hidden; */
    max-width: 100%;
}
.info_proiect_r > .row > div {
    padding-left: 0px;
    padding-right: 0px;
}

.house-type-filter-wrap {
    position: sticky;
    top: 96px;
    z-index: 10000000;
    background: #ffffff;

    padding: 2px 12px;
    gap: 2px;
    justify-content: stretch;
}
.house-type-filter-col {
    flex: 1 1 50%;
}

.house-type-filter-col-inner:after {
    content: "";
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    pointer-events: none;

    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.house-type-filter-col-inner > * {
    z-index: 1;
}

.house-type-filter-col-inner {
    display: flex;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 103;

    flex-direction: column;
    align-items: stretch;
    padding: 12px 12px;

    pointer-events: none;
    transform: translateY(30px);
    transition:
        0.3s opacity,
        0.3s transform;
    opacity: 0;
}
.active + .house-type-filter-col-inner {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
}

.house-type-filter-mobile-button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    background: none;
    border: 1px solid #3892ec;
    border-radius: 12px;
    width: 100%;
}
.house-type-filter-mobile-button svg {
    height: 20px;
    stroke: #3892ec;
}
.house-type-filter .house-type-filter-range .house-type-filter-input {
    width: 50%;
    flex: 1 1 auto;
}

.house-type-filte-range-suggestion {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 100px;
    background: none;
    border: none;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
    box-shadow: none;

    transition: 0.2s all;

    transform: translateY(0);
    opacity: 1;
    pointer-events: inherit;
}
.house-type-filter:hover .house-type-filte-range-suggestion {
    transform: translateY(0);
    opacity: 1;
    pointer-events: inherit;
}

.house-type-group:has(.house-type-filter-mobile-button.active) {
    z-index: 105;
}

.house-type-filte-range-suggestion-left button,
.house-type-filte-range-suggestion-right button {
    text-align: center;
}

.house-global-type-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
}
.house-type-filter-button {
    padding: 5px 10px;
    text-align: left;
    background: #eeeeee;
    border-radius: 4px;
}
.house-type-filter-button .total {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.house-type-title-badge {
    display: none;
}

.project-map {
    padding: 30px 0;
}
.project-map iframe {
    margin-top: 10px;
}

.house-type-filter-col-inner-buttons {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}
.house-type-filter-col-inner-buttons button:nth-child(1) {
    flex: 1 1 auto;

    border-radius: 12px;
    background: #162a4c;
    border-color: #162a4c;
    font-size: 14px;
}
.house-type-filter-col-inner-buttons button:nth-child(2) {
    flex: 0 0 auto;

    border-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
    background: #eeeeee;
}

.house-modal {
    padding: 0;
    top: 134px;
}

.residence-house-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    padding-right: 35px;
}
.house-modal-close i {
    font-size: 20px;
}

.house-modal-close {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px;
    height: 38px;
}

.house-modal-content .fancygallery-modal-title > .col > span {
    display: none;
}

.house-modal {
    overflow-y: visible;
}
.house-modal-inner {
    height: 100%;
    padding: 0;
}
.house-modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 15px 15px;
}

.fancygallery-modal-groups {
    overflow-y: hidden;
}

.fancygallery-modal-content {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.fancygallery-modal-content-item {
    scroll-snap-align: start;
}

.home-form-custom-zones {
    overflow-x: hidden;
}
.home-form-custom-zones-container {
    overflow-x: auto;
}

.residence-filter-form-city-zones-modal-wrap .container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
    overflow-y: hidden;
}
.residence-filter-form-city-zones-modal-wrap
    .container
    .residence-filter-form-city-zones-modal-search {
    flex: 0 0 auto;
}
.residence-filter-form-city-zones-modal-wrap
    .container
    div#dinamic-zone-filter {
    display: block;
    flex: 1 1 auto;
    overflow-y: auto;
}
.residence-filter-form-city-zones-modal-wrap
    .container
    .residence-filter-form-city-zones-modal-buttons {
    flex: 0 0 auto;
}

.residence-filter-form-custom-city {
    /* overflow: hidden; */
}

.residence-filter-form-custom-city.has-value > span {
    display: none;
}
.residence-filter-form-custom-city input[type="text"] {
    font-size: 14px;
}

.residence-house-thumb {
    max-height: 60%;
}

.residence-house-thumb img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.house-block .house-carousel.owl-carousel .owl-item button {
    display: block;
    width: 100%;
}
.house-block .house-carousel.owl-carousel .owl-item img {
    display: block;
    max-height: 250px;
    width: auto !important ;
    margin: 0 auto;
}

.fancygallery-item-last-black {
    border-radius: 4px;
}

.residence-filter-form-main .btn.btn-default.disabled i {
    display: none;
}
.main-title-part {
    display: block;
}

#mobile-project-fancy {
    position: relative;
}
.residence-share-buttons {
    position: absolute;
    top: 5px;
    right: 25px;
}
.residence-share-button {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.house-type-filter-wrap {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.mobile-float-bottom {
    transform: translateY(0);
    transition: 0.2s transform;
}
.mobile-float-bottom.force-outside {
    transform: translateY(100%);
}

.residence-filter-form-col.btn-filter-mobile-big-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.residence-filter-form-col.btn-filter-mobile-big-wrap .btn {
    display: block;
    flex: 1 1 auto;
}
.residence-filter-form-col.btn-filter-mobile-big-wrap .close-btn {
    display: block;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    border: none;
    margin-right: 10px;
    background: #cc0040;
    border-radius: 100%;
    padding: 3px 2px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
}
.residence-filter-form-col.btn-filter-mobile-big-wrap .close-btn i {
    display: inline !important;
}
.house-carousel-wrapper {
    margin: 0 -15px;
    margin-bottom: 20px;
}
.house-owl-item {
    border-radius: 0;
}
.zoomWindow {
    border-radius: 0 !important;
}

.residence-filter-form-city-zones-modal-wrap .container {
    padding-bottom: 47px;
}

.residence-filter-form-city-zones-modal-wrap
    .container
    .residence-filter-form-city-zones-modal-buttons {
    margin: 0 -12px;
}
.residence-mobile-filter-row .residence-filter-form-col button {
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}

.residence-sort-mega-form-wrap,
.residence-filter-mega-form-wrap {
    z-index: 102;
}
.residence-filter-form-custom-property{
    border-color: #3892ec;
    border-radius: 15px;
}
.residence-filter-form-custom-property svg {
    stroke: #3892ec;
    height: 24px;
    width: 24px;
}
.residence-filter-form-custom-property input[type="text"]{
    font-size: 14px;
}
.residence-filter-form-custom-property-dropdown{
    border-color: #3892ec;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 15px;
    max-height: 15px;
    transform: translateY(-14px);
}

.residence-filter-form-custom-city-mobile{
    border-color: #3892ec;
    border-radius: 15px;
}
.residence-filter-form-custom-city-mobile i {
    color: #3892ec;
}
.residence-filter-form-custom-city-mobile input[type="text"]{
    font-size: 14px;
}
.residence-filter-form-custom-city-mobile-dropdown{
    border-color: #3892ec;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 15px;
    max-height: 15px;
    transform: translateY(-14px);
}


