.tooltip[data-v-10d5320e] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
}

.tooltip--hidden[data-v-10d5320e] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tooltip--active[data-v-10d5320e] {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.tooltip[data-v-10d5320e]::before,
.tooltip[data-v-10d5320e]::after,
.tooltip-box[data-v-10d5320e]::before {
    content: none !important;
    display: none !important;
}

.tooltip-box[data-v-10d5320e] {
    position: fixed;
    pointer-events: none;
    background: #8a4a33;
    color: #fff;
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .18);
    white-space: nowrap;
    overflow: visible;
    transform: none;
}

.tooltip-box[data-v-10d5320e]::after {
    content: "";
    position: absolute;
    top: var(--arrow-top, 50%);
    right: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 28px solid #8a4a33;
}

.tooltip_default[data-v-10d5320e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    text-align: center;
}

.tooltip_apartment_simple[data-v-10d5320e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    text-align: center;
    margin-right: 62px;
    margin-left: 62px;
}

.tooltip_default_header[data-v-10d5320e] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    font-family: Libre Franklin;
}

.tooltip_default_name[data-v-10d5320e] {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.2;
    font-family: Libre Franklin;
}

.tooltip_default_count[data-v-10d5320e] {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.2;
    margin-top: 0;
    font-family: Libre Franklin;
}

.tooltip_apartment_simple_title[data-v-10d5320e] {
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: Libre Franklin;
}

.tooltip_apartment_simple_line[data-v-10d5320e] {
    font-size: 10px;
    line-height: 1.08;
    color: #fff;
    font-family: Libre Franklin;
}

.tooltip_apartment_simple_status[data-v-10d5320e] {
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: Libre Franklin;
}

.tooltip_apartment[data-v-10d5320e] {
    padding: 0;
}

.tooltip_apartment_name[data-v-10d5320e] {
    display: flex;
    gap: calc(var(--container-unit) * 1);
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: calc(var(--container-unit) * 1.4);
}

.tooltip_apartment_status[data-v-10d5320e] {
    width: calc(var(--container-unit) * 1);
    height: calc(var(--container-unit) * 1);
    background-color: green;
}

.tooltip_apartment_image[data-v-10d5320e] {
    margin-top: calc(var(--container-unit) * 1);
    max-height: calc(var(--container-unit) * 15);
    margin-left: auto;
    margin-right: auto;
}

.tooltip_apartment_details[data-v-10d5320e] {
    display: flex;
    gap: calc(var(--container-unit) * 1);
    width: calc(var(--container-unit) * 22);
    margin-top: calc(var(--container-unit) * 1);
}

.tooltip_apartment_item[data-v-10d5320e] {
    flex: 1 1 0;
    text-align: center;
    position: relative;
}

.tooltip_apartment_item[data-v-10d5320e]:nth-last-of-type(2)::before,
.tooltip_apartment_item[data-v-10d5320e]:nth-last-of-type(2)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #737373;
    display: block;
    position: absolute;
    top: 0;
}

.tooltip_apartment_item[data-v-10d5320e]:nth-last-of-type(2)::before {
    left: calc(var(--container-unit) * -.5);
}

.tooltip_apartment_item[data-v-10d5320e]:nth-last-of-type(2)::after {
    right: calc(var(--container-unit) * -.5);
}

.tooltip_apartment_item_name[data-v-10d5320e] {
    font-size: calc(var(--container-unit) * 1);
    color: #737373;
    margin-bottom: calc(var(--container-unit) * 1);
}

.tooltip_apartment_item_value[data-v-10d5320e] {
    font-size: calc(var(--container-unit) * 1.2);
    font-weight: 700;
    white-space: nowrap;
}

.deweloper-system {
    width: 100%;
    position: relative;
}

.flex.flex-col {
    display: none;
}

polygon {
    cursor: pointer;
}