.ol_params {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
}
.ol_params b {
    white-space: normal;
    text-align: right;
}
.o_params {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
}

.o_params li, .ol_params li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 3px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    text-align: right;
}
.o_params span, .ol_params span {
    flex: 1;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}
.o_params span:after, .ol_params span:after {
    content: "";
    flex-grow: 1;
    opacity: .25;
    margin: 0 6px;
    border-bottom: 1px dotted #4b545b;
}
.facade {
    width: 100%;
}
.section_facade {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
}
.section_facade .legend {
    position: absolute;
    z-index: 4;
    transition: all 1s;
    right: 5px;
    top: 100px;
    display: block;
    text-align: center;
    width: 80px;
    line-height: 22px;
    padding: 10px;
    font-size: 14px;
    color: #777777;
    background: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
}
.section_facade .floors {
    position: absolute;
    z-index: 4;
    transition: all 1s;
    left: 15px;
    bottom: 0;
    display: block;
    text-align: center;
    width: 50px;
    height: 300px;
    line-height: 34px;
    padding: 10px;
    font-size: 14px;
    color: #777777;
    background: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    outline: none;
    cursor: ns-resize;
}
.section_facade .floors:hover,
.section_facade .legend:hover {
    background: rgba(255,255,255,.9);
}
.section_facade .floors .drum-item-current {
    font-size: 26px;
    font-weight: bold;
}
.section_facade .floors.drum-viewport::before,
.section_facade .floors.drum-viewport::after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    width: 8px;
    height: 1px;
    background: #999;
}
.section_facade .floors.drum-viewport::before {
    left: 0;
}
.section_facade .floors.drum-viewport::after {
    right: 0;
}
.section_facade .close_floor {
    position: absolute;
    z-index: 4;
    right: 5px;
    top: 5px;
}
.section_facade .close_floor img {
    transition: all .5s;
    width: 40px;
}
.section_facade .close_floor:hover img {
    transform: scale(1.2);
}
.section_facade .floor_head {
    position: absolute;
    z-index: 4;
    transition: all 1s;
    top: -20px;
    width: 200px;
    left: 50%;
    padding: 0 15px 5px;
    margin: 0 -100px;
    border-radius: 0 0 6px 6px;
    background: rgb(255,255,255,.75);
    font-size: 16px;
}
.section_facade .legend ul {
    list-style: none;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 0;
}
.section_facade .legend .fa {
    padding-right: 10px;
}
.section_facade .canvas_zoom_in,
.section_facade .canvas_zoom_out,
.section_facade .canvas_levels {
    position: absolute;
    z-index: 4;
    transition: all 1s;
    left: 20px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 25px;
    padding: 5px;
    font-size: 24px;
    color: #777777;
    background: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    cursor: pointer;
}
.section_facade .canvas_zoom_in img,
.section_facade .canvas_zoom_out img,
.section_facade .canvas_levels img {
    transition: all 1s;
    width: 25px;
    height: 25px;
}
.section_facade .canvas_zoom_in:hover img,
.section_facade .canvas_zoom_out:hover img,
.section_facade .canvas_levels:hover img {
    transform: scale(1.2);
}
.cursor-updown {
    cursor: move;
    cursor: ns-resize;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.cursor-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.section_facade .canvas_zoom_in {
    top:20px;
}
.section_facade .canvas_zoom_out {
    top:70px;
}
.section_facade .canvas_levels {
    top:120px;
}
.section_facade .canvas_zoom_in:hover,
.section_facade .canvas_zoom_out:hover,
.section_facade .canvas_levels:hover {
    background: rgba(255,255,255,.99);
    color: #333;
}
#plan_floor {
    width: 100%;
    min-height: 600px;
    background: #fff;
}
#plan_floors,
#plan_floor_plan {
    position: relative;
}
#floor_plan {
    overflow: auto;
}

.plan_loading {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url("/img/plan_loading.gif") 50% 50% no-repeat;
}
.help-hand {
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    margin-left: -15px;
    padding: 5px;
    border-radius: 12px;
    z-index: 9999;
    background: rgba(255,255,255,.55);
    animation: MoveAround 4s linear infinite, hidden 0s ease-in 4s forwards;
}
.help-hand img {
    width: 30px;
    height: 30px;
}
#facade:hover .help-hand {
    display: none;
}
.elevator {
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFF;
}
.elevator img {
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 9999;
}
.elevator img.move_up {
    animation: MoveUp 2s linear infinite;
}
.elevator img.move_down {
    animation: MoveDown 2s linear infinite;
}
.section_facade {
    z-index: 4;
    animation: all .1s;
    position: relative;
}
.floor_info {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 5px #777777;
    min-width: 200px;
    min-height: 50px;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: left;
    transition: all 1s;
}
.appartment_info {
    position:absolute;
    background: #FFFFFF;
    box-shadow: 0 0 5px #777777;
    width: 250px;
    min-height: 50px;
    border-radius: 6px;
    padding: 5px 10px;
    text-align: left;
    margin-left: 30px;
    font-size: 14px;
    transition: all 1s;
}
.appartment_info h3 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}
.appartment_info h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.appartment_info .ol_params li {
    font-size: 13px;
}
@media (max-width: 768px) {
    .canvas_zoom_in,
    .canvas_zoom_out,
    .canvas_levels,
    .section_facade .legend,
        /*.section_facade .floors,*/
    .help-hand,
    .facade_loading {
        display: none !important;
    }
    .object .nav > li > a {
        padding: 5px 10px;
    }
}
#facade .facade_section.active {
    display: block;
}
#facade .facade_section .facade_loading {
    position: absolute;
    background: #ffffff url('/img/building.gif') 50% 50% no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    text-align: center;
    animation: all 1s;
}
#facades .nav-tabs{
    border-bottom: 0;
}
#facade {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background: #FFFFFF;
}
#facade .canvas {
    display: block;
    width: 100%;
    height: auto;
    animation: all 1s;
    transition: all 1s;
}
#facade .facade_section {
    display: none;
    background: #FFFFFF;
    position: relative;
}
@keyframes MoveUp {
    0% {
        transform: translateY(+50px);
    }
    100% {
        transform: translateY(-150px);
    }
}
@keyframes MoveDown {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(+150px);
    }
}
@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes MoveAround {
    0%, 100% {
        transform: translate(0, -20px);
    }
    25% {
        transform: translate(-5px, 20px);
    }
    50% {
        transform: translate(0, 20px);
    }
    75% {
        transform: translate(-5px, -20px);
    }
}
@keyframes hidden {
    to {
        width:0;
        height:0;
        padding: 0;
        opacity: 0;
        overflow:hidden;
    }
}