.fb_reset> .fb_dialog {
    bottom: 130px!important;
    top: initial!important;
}
.cottages-selector {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 71px);
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
    background-image: none;
    overflow: hidden;
}

.cottages-selector .image-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cottages-selector h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    background-color: #00693E;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-family: Cormorant,serif;
}
.cottages-selector > p {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #D8B63F; }
.cottages-selector > div {
    order: 2; }
.cottages-selector .steps-selector {
    padding-top: 60px;
    order: 1;
    display: flex;
    justify-content: space-between; }
.cottages-selector .steps-selector.two-elements {
    justify-content: flex-start; }
.cottages-selector .steps-selector.two-elements .step-tab {
    width: 33.3%; }
.cottages-selector .steps-selector .step-tab {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px; }
.cottages-selector .steps-selector .step-tab.active {
    color: #D8B63F; }
.image-map {
    padding-top: 0;
    position: relative;
    width: 100%;
}
.image-map .map {
    width: 100% !important; }
.image-map .flats-status-wrap .flat-status {
    position: absolute;
    transform: translate(-50%, -50%); }
.image-map .flats-status-wrap .flat-status .mobile-status {
    display: none; }
.image-map .flats-status-wrap .flat-status .status {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #AA3719;
    padding: 15px 10px; }
.image-map .flats-status-wrap .flat-status .number {
    top: 15px;
    left: -15px;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 22px;
    background: #00693E;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 4px 5px 10px -2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: white;
    transition: 0.5s;
    transform: scale(1) translate(-50%, -50%);
    font-family: sans-serif;
}
.image-map .flats-status-wrap .flat-status.hover .number {
    transform: scale(0) translate(-50%, -50%);
}
.image-map .flats-status-wrap .flat-status.hover .tooltip {
    transform: scale(1) translate(-50%, -150px);
}
.image-map .flats-status-wrap .flat-status .tooltip {
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    width: 300px;
    background: #00693E;
    border-radius: 5px;
    color: white;
    opacity: 0;
    transform: scale(0) translate(-50%, -80px);
    z-index: 3;
    filter: drop-shadow(black 0px 0px 5px);
    transition: 0.5s;
}

.image-map .flats-status-wrap .flat-status .tooltip h3 {
    color: #FFFFFF;
}
.image-map .flats-status-wrap .flat-status .tooltip.sold {
    text-align: center;
    background: #AA3719; }
.image-map .flats-status-wrap .flat-status .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 18px;
    bottom: -16px;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0); }
.image-map .flats-status-wrap .flat-status .tooltip h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.image-map .flats-status-wrap .flat-status .tooltip p {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF; }

.image-map .flats-status-wrap .flat-status .tooltip a {
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    font-size: 18px;
}

.image-map .flats-status-wrap .flat-status .tooltip a:hover {
    text-decoration: underline!important;
}

@media screen and (max-width: 1024px) {
    .image-map .map {
        display: none!important;
    }
    .image-map .flats-status-wrap .flat-status {
        position: static;
        transform: none;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .image-map .flats-status-wrap .flat-status .tooltip {
        position: static;
        opacity: 1!important;
        transform: none!important;
        width: 100%;
        box-shadow: none!important;
        filter: none;
        border-radius: 0;
    }

    .image-map .flats-status-wrap .flat-status .number {
        display: none;
        position: static;
        width: 100%;
        background-color: #242526;
        padding: 20px 0 15px 0;
        height: auto;
        font-size: 20px;
    }
    .flats-status-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .cottages-selector h2 {
        position: static;
        background-color: transparent;
        text-align: left;
        font-size: 54px;
        font-weight: 700;
        font-family: Cormorant,serif;
        color: #200206;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .image-map .flats-status-wrap .flat-status {
        width: 100%;
    }
}