.sections-img {
    width: 100%;
    position: relative;
    vertical-align: bottom;
    z-index: 0;
}

.sections-img img {
    width: 100%;
    position: relative;
    vertical-align: bottom;
    z-index: 0;
    display: block;
    border-radius: 25px;
}

.svg-map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.svg-map svg {
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.svg-map svg > * {
    cursor: pointer;
}

.svg-map svg > *:hover {
    opacity: 1;
}

.svg-map svg path {
    opacity: 0;
    fill: #fff;
    stroke-width: 7;
    stroke: rgb(152, 67, 224);
    transition: .4s;
    z-index: 99999;
}

.sections-page {
    margin-top: -221px;
}

.sections-img img.num-photo {
    position: absolute;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    left: 0;
}

.blink {
    animation: blink-animation 0.6s ease infinite alternate;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease;
}

.widthWind .mob-for-plans {
    display: flex;
}

.mob-for-plans {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
    color: #fff;
    z-index: 999999;
    right: 0;
    top: 0;
    align-items: center;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    flex-direction: column;
}

.widthWind .mob-for-plans {
    display: flex;
}

.mob-for-plans img {
    width: 30%;
    animation: animate_grow 2s infinite;
    margin-bottom: 150px;
    margin-top: 50%;
}

.usual-plan-none {
    display: none;
}

.info-about-section .flats-info {
    background: #fff;
    border-radius: 25px;
    height: 69px;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
}

.free-appart-sec p, .all-appart-sec p {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}

.free-appart-sec p span, .all-appart-sec p span {
    font-family: 'Geologica-ExtraBold';
    font-size: 30px;
}

.free-appart-sec {
    color: #8342BA;
}

@keyframes animate_grow {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(44deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.info-about-floor, .info-about-apartment, .info-about-section {
    position: absolute;
    z-index: 9999;
    display: none;
}

.info-about-section > div {
    display: flex;
    align-items: center;
    line-height: 1.1;
    gap: 4px;
}

.back {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.back a {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9843E0;
    color: #fff;
    border: 2px solid #9843E0;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    box-sizing: border-box;
}

.back a:hover {
    background: #fff;
    color: #9843E0;
}

.info-about-floor {
    background: #fff;
    padding: 15px 32px 24px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.info-about-floor > p {
    color: #8342BA;
    font-family: 'Geologica-ExtraBold';
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.mob-ver .usual-plan-none {
    display: flex;
    background: #9843e0;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: #000;
}

.none_point {
    pointer-events: none;
}


.floor-svg svg:not(.has-offices) > g:not(.svg-floors):hover {
    cursor: pointer;
}

.floor-svg svg.has-offices > g > g:not(.svg-floors):hover {
    cursor: pointer;
}

[data-status="sold"] > .color-background {
    fill: #FFAEAE;
}

[data-status="free"] > .color-background {
    fill: #E8E8E8;
}

[data-status="reserved"] > .color-background {
    fill: #C1F9AC;
}

.color-background {
    fill: #E8E8E8;
    transition: .4s;
}

.floor-svg svg:not(.has-offices) > g:not(.svg-floors):hover .color-background {
    fill: #989D90;
}

.floor-svg svg.has-offices > g > g:not(.svg-floors):hover .color-background {
    fill: #989D90;
}

.flex-floor {
    display: flex;
}

.floor-svg {
    width: 52%;
    margin-right: 85px;
    margin-left: 65px;
    flex-shrink: 0;
}

.floors-users {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
}

.floors-users a {
    font-family: 'Unbounded-ExtraBold';
    font-size: 30px;
    width: 71px;
    height: 71px;
    border-radius: 25px;
    background: #F9F9F9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-sizing: border-box;
    transition: .3s;
}

.floors-users a.active, .floors-users a:hover {
    background: #9843E0;
    color: #fff;
}

svg text {
    font-family: 'Unbounded-ExtraBold' !important;
}

.stink-floor-right {
    flex: 1;
}

.choose-apart-container-flex {
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: space-between;
    margin-bottom: 52px;
}

.floor-section-info, .name-apartment.zag {
    font-family: 'Unbounded-ExtraBold';
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.name-apartment.zag {
    margin-bottom: 20px;
}

.bottom-apartment-info .price {
    font-family: 'Unbounded-ExtraBold';
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 30px;
}

.bottom-apartment-info div {
    color: #9843E0;
    font-family: 'Geologica-Medium';
    text-transform: uppercase;
}

.right-about-apartment .status {
    margin-top: 35px;
}

.right-about-apartment .status p {
    display: inline-block;
    border-radius: 25px;
    padding: 26px 38px;
    font-family: 'Unbounded-ExtraBold';
    text-transform: uppercase;
    font-size: 14px;
}

.right-about-apartment .status p.reserved {
    background: #C1F9AC;
}

.right-about-apartment .status p.sold {
    background: #FFAEAE;
}

.specifications {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 1%;
    line-height: 1.1;
}

.specifications .characteristic {
    width: 29%;
    display: flex;
    align-items: center;
    gap: 25px;
    box-sizing: border-box;
}

.specifications .characteristic .img_icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.specifications .characteristic .img_icon img {
    max-width: 100%;
    max-height: 100%;
}

.specifications .characteristic p {
    text-transform: lowercase;
    overflow-wrap: anywhere;
}

.choose-apart {
    color: #9843E0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}


.color-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.color-info > div {
    display: flex;
    align-items: center;
}

.color-info > div p {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #E8E8E8;
    margin-right: 14px;
}

.color-info > div.sold p {
    background: #FFAEAE;
}

.color-info > div.reserved p {
    background: #C1F9AC;
}

.info-about-apartment > p {
    font-family: 'Geologica-Medium';
    background: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    width: 77%;
    margin: 0 auto -16px;
    position: relative;
    padding: 5px 2px;
    box-sizing: border-box;
}

.about-apartment {
    background: #9843E0;
    color: #fff;
    font-family: 'Geologica-Medium';
    padding: 25px 40px 20px;
    border-radius: 25px;
    text-align: center;
    line-height: 1.3;
    min-width: 220px;
    box-sizing: border-box;
}

.about-apartment > p:not(.status) {
    font-family: 'Unbounded-ExtraBold';
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.apartment-page .right-about-apartment {
    position: sticky;
    top: 30px;
}

.apartment-flex {
    display: flex;
    gap: 90px;
}

.apartment-img {
    width: 770px;
}

.apartment-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 1560px) {
    .floor-svg {
        margin-right: 65px;
        margin-left: 45px;
    }

    .apartment-img {
        width: 550px;
    }

    .specifications .characteristic {
        width: 30%;
        gap: 9px;
        flex-direction: column;
        text-align: center;
    }

    .specifications {
        margin-top: 65px;
        gap: 25px 5%;
    }

    .floor-section-info, .name-apartment.zag {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .floors-users a {
        font-size: 25px;
        width: 61px;
        height: 61px;
    }
}

@media (max-width: 1280px) {
    .sections-page {
        margin-top: 0;
    }

    .floor-section-info, .name-apartment.zag {
        font-size: 28px;
        margin-bottom: 33px;
    }

    .back {
        display: none;
    }
}

@media (max-width: 1024px) {
    .info-about-floor, .info-about-apartment, .info-about-section {
        position: fixed;
        bottom: 0 !important;
        left: 50% !important;
        transform: translate(-50%, 0);
        top: inherit !important;
        width: calc(100% - 60px);
        overflow: hidden;
        border-radius: 25px;
    }

    .about-apartment {
        background: #ffffff;
        color: #000000;
        border-radius: 0;
        padding: 24px 37px 10px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }

    .about-apartment > p:not(.status) {
        font-size: 17px;
    }

    .free-appart-sec p span, .all-appart-sec p span {
        font-size: 23px;
    }

    .info-about-section .flats-info {
        border-radius: 0;
        height: 53px;
    }

    .mob-ver .usual-plan-none {
        height: 45px;
        color: #fff;
        border-radius: 0;
        margin: 0;
    }
}