/* --- MAIN STYLES --- */

.heading-block {
    padding: 0 40px;
}

/* --- MENU --- */

.menu-container .link-menu {
    height: 45px;
    width: 45px;
    top: 30px;
    right: calc(40% + 30px);
}

    .menu-container .link-menu svg {
        height: 18px;
    }

/* --- FOOTER --- */

footer > div:first-child {
    flex-wrap: wrap;
}

    footer .logo img {
        width: 250px;
    }

    footer > div:first-child > div {
        margin: 50px 0 0;
        flex: 0 0 100%;
        text-align: center;
    }

        .footer-links {
            justify-content: center;
        }

footer > div:last-child {
    padding: 20px 30px;
    height: auto;
    flex-direction: column;
}

    footer > div:last-child > p {
        margin: 5px 0 15px;
    }

/* --- FEATURES --- */

.info-features {
    padding: 50px 30px 50px 70px;
}

.banner-features {
    padding: 25px 70px;
    max-width: none;
    position: static;
}

/* --- FLOOR --- */

.floor-main {
    background: #23334A;
}

    .floor-display {
        width: calc(100% - 140px);
        display: flex;
        justify-content: center;
        right: 0;
        background: #23334A;
        font-size: 12px;
    }

        .floor-number, .floor-flats {
            padding: 0;
            align-items: center;
            flex-direction: row;
        }

            #floorSelected {
                padding: 0;
                width: 80px;
                color: #D8D3C5;
                font-size: 42px;
            }

        .floor-flats:before {
            height: 20px;
            width: 1px;
            top: 19px;
            left: 0;
            background: #c6bbaf;
        }

            .floor-flats .text-lg {
                padding: 0 20px;
            }
            .floor-flats span:not(.text-lg) {
                max-width: 60px;
            }

    .floor-toggle {
        top: calc(50% + 27px);
    }

/* --- FLAT --- */

.flat-heading h1 {
    padding: 0 0 12px;
    flex: 0 0 100%;
}

.flat-heading .btn-success {
    margin-left: 30px;
}

.flat-info ul li {
    font-size: 16px;
}

    .flat-info ul li .text-lg {
        font-size: 48px;
        line-height: 60px;
    }

.floor-info {
    padding: 65px 25px 0;
    width: 80%;
}

/* --- STAGE --- */
.stage-main{
    justify-content: center;
}
.stage-main .section-control{
    background-color: #23334A;
    order: 2;
    padding: 10px 20px;
}
    .stage-main .section-control > .compass {
        fill: #D8D3C5;
    }

.stage-main .floor-svg {
    padding: 30px 0;
    height: 100%;
}
    /*.stage-main .floor-svg svg {
        min-width: 300%;
    }*/

/* .stage-main .floor-display {
    width: 100%;
    bottom: 25px;
    left: 0;
} */

    .stage-main #floorSelected {
        width: 55px;
    }

    .floor-control {
        position: static;
        transform: rotate(-90deg)
    }
    .floor-control.up {padding-top: 20px}
    .floor-control.down {padding-bottom: 20px}

        .floor-control svg {
            height: 15px;
        }



/* --- WIDGETS --- */

.showroom-card-block {
    width: 50vw;
}

.widget-map {
    padding: 40px 70px 40px 210px;
}

    .widget-map > div:first-child {
        margin: 0 0 50px;
        padding: 0;
        flex: 0 0 100%;
    }

    .widget-map > div:last-child {
        flex: 0 0 100%;
    }

        .widget-map h2 {
            margin: 0 0 25px;
        }

        .widget-map > div:last-child > p {
            width: 75%;
        }

        .collapse-map {
            margin: 40px 0 0;
        }

.widget-equipment {
    padding: 40px 70px 40px 210px;
}

    .widget-equipment > p {
        width: 85%;
    }

    .list-equipment {
        flex: 0 0 100%;
    }
    .list-equipment:not(:first-child) {margin: 0;}

    .list-equipment li .icon-element{
        width: 50px;
        height: 50px;
        order: -1;
        margin-bottom: 15px;
    }
        .list-equipment li .icon-element svg{
            width: auto;
            max-width: 25px;
            height: 25px;
        }

.widget-contact {
    padding: 40px 70px 40px 210px;
}

    .widget-contact > div {
        padding: 0;
        flex: 0 0 100%;
    }

        .widget-contact > div > p {
            width: 80%;
        }

    .widget-contact > form {
        padding-top: 30px;
        flex: 0 0 100%;
    }

        .widget-contact > form .btn {
            margin-bottom: 15px;
            width: 100%;
        }

.widget-numbers ul li {
    font-size: 14px;
}

    .widget-numbers ul li .text-lg {
        font-size: 72px;
        line-height: 56px;
    }
