/* => Fonts */


/* ------------------------------------------------------------------------------*/

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* => General */


/* ------------------------------------------------------------------------------*/

* {
    cursor: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    height: 1920px;
    margin: 0;
    padding: 0;
    background-color: #e0e0e1;
}

body {
    font-family: 'open_sanssemibold', Arial, Helvetica, Sans-serif;
}

h1,
h2,
h3,
ul,
li,
p,
form,
fieldset,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-weight: 400;
}

fieldset {
    border: 0;
}

input,
textarea,
select,
a {
    outline: none;
}

input,
textarea,
select {
    font-family: 'open_sansregular', Arial, Helvetica, Sans-serif;
    font-size: 33px;
    color: #bebebe;
    background-color: #586167;
    border: 0;
}

ul {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    display: block;
    border: 0;
}


/* => Effects */


/* ------------------------------------------------------------------------------*/

.lang a,
.map-nav a,
.shop-list a,
.category-list a {
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.floor {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}


/* => House plan */


/* ------------------------------------------------------------------------------*/

.container {
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.house-plan .attr {
    height: 80px;
    padding: 30px 40px;
}

/* Search form */

.search-form {
    float: left;
}

.search-form .input {
    width: 560px;
    padding: 17px 35px;
    border-radius: 10px;
}


/* Lang */

.lang {
    float: right;
    margin-top: 5px;
}

.lang .item {
    float: left;
    margin-left: 15px;
}

.lang a {
    display: block;
    width: 75px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    color: #586167;
    background-color: #fff;
}

.lang .active a {
    color: #fff;
    background-color: #5a6064;
}


/* => Main content */


/* ------------------------------------------------------------------------------*/

.main-content,
.search-content,
.category-list,
.category-open {
    height: 450px;
}

.search-content,
.category-list,
.category-open {
    position: absolute;
    top: 0;
    bottom: 0;
}

.main-content {
    position: relative;
}


/* Search area */

.search-content {
    display: none;
    position: relative;
}

.search-content .close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-content .close a {
    display: block;
    padding: 20px;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #42464e;
}

.search-content .close a:before {
    content: "";
    width: 38px;
    height: 37px;
    margin-left: -65px;
    background: url('../img/icon-close.png') no-repeat;
    position: absolute;
}


/* Keyboard */

.ui-keyboard-input-current {
    box-shadow: none;
}

.ui-keyboard {
    width: 1080px;
    padding: 0;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.ui-keyboard-preview-wrapper {
    text-align: left;
    position: absolute;
    top: -295px;
    left: 40px;
}

.ui-keyboard-preview {
    width: 560px;
    margin: 0;
    padding: 20px 35px;
    border-radius: 10px;
}

.ui-keyboard-button {
    min-width: 70px;
    width: 70px;
    min-height: 60px;
    height: 60px;
    line-height: 60px;
    margin: 2px;
    padding: 0;
    font-family: 'open_sanssemibold', Arial, Helvetica, Sans-serif;
    font-size: 30px;
    color: #fff;
    border: 0;
    border-radius: 1px;
    background-color: #42464e;
}

.ui-keyboard-widekey {
    width: auto;
    padding: 0;
    font-size: 28px;
}

.ui-keyboard-accept {
    padding: 0 30px;
    background-color: #e03b8f;
}

.ui-keyboard-bksp {
    min-width: 110px;
    text-indent: -9999px;
    background: #42464e url('../img/keyboard-backspace.png') no-repeat 50%;
}


/* Autocomplete */

.ac-wrap {
    height: 160px;
    margin-bottom: 20px;
}

.search-content .title {
    display: none;
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 26px;
    color: #42464e;
    text-transform: uppercase;
    line-height: 1;
}

.autocomplete {
    margin: 0 20px;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    width: auto !important;
    margin: 0;
    padding: 0;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.ui-autocomplete li {
    display: inline;
}

.ui-autocomplete a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 32px;
    color: #42464e;
    cursor: pointer;
}


/* Category list */

.category-list {
    overflow: hidden;
}

.category-list .item {
    float: left;
    width: 50%;
}

.category-list a {
    display: block;
    padding: 25px 0 25px 140px;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.category-list a:before {
    content: "";
    float: left;
    width: 95px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.category-list .item:nth-child(even) a {
    padding-left: 0;
    padding-right: 140px;
    text-align: right;
}

.category-list .item:nth-child(even) a:before {
    left: auto;
    right: 0;
}

.category-list .narrow a {
    padding-top: 24px;
    padding-bottom: 24px;
}


/* Colors */

.category-list .item[data-color="8"],
.category-list .item[data-color="8"].active a:before,
.category-open[data-color="8"] {
    background-color: #e03b8f;
}

.category-list .item[data-color="5"],
.category-list .item[data-color="5"].active a:before,
.category-open[data-color="5"] {
    background-color: #9e559e;
}

.category-list .item[data-color="2"],
.category-list .item[data-color="2"].active a:before,
.category-open[data-color="2"] {
    background-color: #22b5e3;
}

.category-list .item[data-color="1"],
.category-list .item[data-color="1"].active a:before,
.category-open[data-color="1"] {
    background-color: #a71962;
}

.category-list .item[data-color="3"],
.category-list .item[data-color="3"].active a:before,
.category-open[data-color="3"] {
    background-color: #82bc52;
}

.category-list .item[data-color="10"],
.category-list .item[data-color="10"].active a:before,
.category-open[data-color="10"] {
    background-color: #96c4ec;
}

.category-list .item[data-color="7"],
.category-list .item[data-color="7"].active a:before,
.category-open[data-color="7"] {
    background-color: #cf5328;
}

.category-list .item[data-color="6"],
.category-list .item[data-color="6"].active a:before,
.category-open[data-color="6"] {
    background-color: #f19b00;
}

.category-list .item[data-color="9"],
.category-list .item[data-color="9"].active a:before,
.category-open[data-color="9"] {
    background-color: #b9b0a4;
}

.category-list .item[data-color="4"],
.category-list .item[data-color="4"].active a:before,
.category-open[data-color="4"] {
    background-color: #ddd300;
}


/* Hover */

.category-list .item[data-color="8"] a:before {
    background-color: #c3347d;
}

.category-list .item[data-color="5"] a:before {
    background-color: #844784;
}

.category-list .item[data-color="2"] a:before {
    background-color: #20a3cc;
}

.category-list .item[data-color="1"] a:before {
    background-color: #8d1553;
}

.category-list .item[data-color="3"] a:before {
    background-color: #6ba856;
}

.category-list .item[data-color="10"] a:before {
    background-color: #85add0;
}

.category-list .item[data-color="7"] a:before {
    background-color: #b94d2c;
}

.category-list .item[data-color="6"] a:before {
    background-color: #d68a00;
}

.category-list .item[data-color="9"] a:before {
    background-color: #a69e93;
}

.category-list .item[data-color="4"] a:before {
    background-color: #bbb300;
}


/* Icons */

.category-list .item[data-color="8"] a:before {
    background-image: url('../img/icon-cat-1.png');
}

.category-list .item[data-color="5"] a:before {
    background-image: url('../img/icon-cat-2.png');
}

.category-list .item[data-color="2"] a:before {
    background-image: url('../img/icon-cat-3.png');
}

.category-list .item[data-color="1"] a:before {
    background-image: url('../img/icon-cat-4.png');
}

.category-list .item[data-color="3"] a:before {
    background-image: url('../img/icon-cat-5.png');
}

.category-list .item[data-color="10"] a:before {
    background-image: url('../img/icon-cat-6.png');
}

.category-list .item[data-color="7"] a:before {
    background-image: url('../img/icon-cat-7.png');
}

.category-list .item[data-color="6"] a:before {
    background-image: url('../img/icon-cat-8.png');
}

.category-list .item[data-color="9"] a:before {
    background-image: url('../img/icon-cat-9.png');
}

.category-list .item[data-color="4"] a:before {
    background-image: url('../img/icon-cat-10.png');
}


/* Category open */

.category-open {
    display: none;
    background-color: #fff;
    left: 95px;
    right: 95px;
}

.category-open .close {
    float: right;
    position: absolute;
    top: 40px;
    right: 25px;
}

.category-open .close a {
    display: block;
    padding: 3px;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.category-open .title {
    padding: 40px 0 40px 70px;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.category-open .content {
    height: 330px;
    margin: 0 30px 0 40px;
    overflow: hidden;
    overflow-y: scroll;
}


/* Scrollbar */

.jspScrollable,
.jspContainer {
    outline: none;
}

.jspVerticalBar {
    width: 10px;
    background: none;
}

.jspTrack {
    right: 11px;
    background-color: #fff;
    border-radius: 5px;
}

.jspDrag {
    background-color: #5a6064;
    border-radius: 5px;
}

.jspVerticalBar .jspArrow {
    float: left;
    width: 32px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
}

.jspVerticalBar .jspArrowUp {
    bottom: 30px;
    background: url('../img/arrow-up.png') no-repeat 50% 50%;
}

.jspVerticalBar .jspArrowDown {
    background: url('../img/arrow-down.png') no-repeat 50% 50%;
}


/* Shop list */

.shop-list {
    overflow: hidden;
}

.shop-list li {
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}

.shop-list li:nth-child(odd) {
    clear: left;
}

.shop-list a {
    display: block;
    padding: 15px 30px;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    border-radius: 7px;
}

.shop-list .active a {
    background-color: rgba(0, 0, 0, .15);
}


/* => Map */


/* ------------------------------------------------------------------------------*/

.map {
    width: 100%;
    height: 1060px;
    overflow: hidden;
    position: relative;
}


/* Map legend */

.map-legend {
    position: absolute;
    top: 140px;
    left: 815px;
    z-index: 2;
}

.map-legend .item a {
    display: block;
    height: 46px;
    line-height: 46px;
    margin-bottom: 4px;
    padding-left: 50px;
    font-family: 'open_sansregular', Arial, Helvetica, Sans-serif;
    font-size: 18px;
    color: #050707;
    background-repeat: no-repeat;
    position: relative;
}

.map-legend .item[data-type="0"] a {
    background-image: url('../img/icon-legend-type-0.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="1"] a:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: url('../img/icon-legend-type-1.png') no-repeat;
    -webkit-animation: play 5s steps(4) infinite;
    -moz-animation: play 5s steps(4) infinite;
    -ms-animation: play 5s steps(4) infinite;
    -o-animation: play 5s steps(4) infinite;
    animation: play 5s steps(4) infinite;
}

.map-legend .item[data-type="2"] a {
    background-image: url('../img/icon-legend-type-2.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="3"] a {
    background-image: url('../img/icon-legend-type-3.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="4"] a {
    background-image: url('../img/icon-legend-type-4.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="5"] a {
    background-image: url('../img/icon-legend-type-5.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="6"] a {
    background-image: url('../img/icon-legend-type-6.png');
    background-size: 42px;
    background-position: 0% 50%;
}

.map-legend .item[data-type="7"] a {
    background-image: url('../img/icon-legend-you.png');
    background-size: 42px;
    background-position: 0% 50%;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -184px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -184px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -184px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -184px;
    }
}

@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -184px;
    }
}


/* Floor legend */

.floor-legend .item {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
}

.floor-legend .zindex {
    z-index: 5;
}

.floor-legend [data-type="00"] {
    width: 17px;
    height: 10px;
    background-image: url('../img/icon-legend-type-00-map.png');
}

.floor-legend [data-type="0"] {
    width: 18px;
    height: 18px;
    background-image: url('../img/icon-legend-type-0-map.png');
}

.floor-legend [data-type="1"] {
    background-image: url('../img/icon-legend-type-1-map.png');
}

.floor-legend [data-type="2"] {
    width: 18px;
    height: 21px;
    background-image: url('../img/icon-legend-type-2-map.png');
}

.floor-legend [data-type="3"] {
    background-image: url('../img/icon-legend-type-3-map.png');
}

.floor-legend [data-type="4"] {
    width: 25px;
    height: 25px;
    background-image: url('../img/icon-legend-type-4-map.png');
}

.floor-legend [data-type="5"] {
    width: 24px;
    height: 19px;
    background-image: url('../img/icon-legend-type-5-map.png');
}

.floor-legend [data-type="6"] {
    width: 25px;
    height: 22px;
    background-image: url('../img/icon-legend-type-6-map.png');
}


/* Floor 1 legend positions */

.floor-1-legend .pos-2 {
    width: 48px;
    height: 15px;
    background-image: url('../img/icon-legend-type-3-map-1.png');
    top: 407px;
    left: 308px;
}

.floor-1-legend .pos-3 {
    top: 442px;
    left: 358px;
}

.floor-1-legend .pos-4 {
    top: 420px;
    left: 710px;
}

.floor-1-legend .pos-6 {
    top: 535px;
    left: 527px;
}

.floor-1-legend .pos-7 {
    top: 605px;
    left: 527px;
}

.floor-1-legend .pos-8 {
    top: 406px;
    left: 537px;
}

.floor-1-legend .pos-9 {
    width: 49px;
    height: 22px;
    background-image: url('../img/icon-legend-type-3-map-2.png');
    top: 621px;
    left: 838px;
}

.floor-1-legend .pos-10 {
    top: 795px;
    left: 512px;
}

.floor-1-legend .pos-11 {
    top: 480px;
    left: 152px;
}

.floor-1-legend .pos-12 {
    width: 30px;
    height: 30px;
    background-image: url('../img/icon-legend-type-1-map-1.png');
    top: 472px;
    left: 182px;
}

.floor-1-legend .pos-13 {
    width: 23px;
    height: 40px;
    background-image: url('../img/icon-legend-type-1-map-2.png');
    top: 522px;
    left: 350px;
}

.floor-1-legend .pos-14 {
    width: 34px;
    height: 38px;
    background-image: url('../img/icon-legend-type-1-map-5.png');
    top: 520px;
    left: 718px;
}

.floor-1-legend .pos-15 {
    top: 555px;
    left: 320px;
}

.floor-1-legend .pos-16 {
    top: 554px;
    left: 700px;
}

.floor-1-legend .pos-17 {
    top: 413px;
    left: 465px;
}

.floor-1-legend .pos-18 {
    top: 412px;
    left: 600px;
}

.floor-1-legend .pos-19 {
    top: 370px;
    left: 82px;
}

.floor-1-legend .pos-20 {
    top: 802px;
    left: 488px;
}

.floor-1-legend .pos-21 {
    top: 410px;
    left: 78px;
}

.floor-1-legend .pos-22 {
    top: 433px;
    left: 106px;
}

.floor-1-legend .pos-23 {
    top: 447px;
    left: 306px;
}

.floor-1-legend .pos-24 {
    width: 40px;
    height: 29px;
    background-image: url('../img/icon-legend-type-1-map-3.png');
    top: 413px;
    left: 408px;
}

.floor-1-legend .pos-25 {
    width: 40px;
    height: 29px;
    background-image: url('../img/icon-legend-type-1-map-4.png');
    top: 413px;
    left: 641px;
}

.floor-1-legend .pos-26 {
    top: 407px;
    left: 685px;
}

.floor-1-legend .pos-27 {
    top: 437px;
    left: 751px;
}

.floor-1-legend .pos-28 {
    width: 42px;
    height: 41px;
    background-image: url('../img/icon-legend-type-1-map-6.png');
    top: 802px;
    left: 526px;
}

.floor-1-legend .pos-29 {
    top: 792px;
    left: 573px;
}

.floor-1-legend .pos-30 {
    top: 871px;
    left: 584px;
}


/* Floor 2 legend positions */

.floor-2-legend .pos-1 {
    top: 406px;
    left: 537px;
}

.floor-2-legend .pos-2 {
    top: 605px;
    left: 527px;
}

.floor-2-legend .pos-3 {
    width: 79px;
    height: 19px;
    background-image: url('../img/icon-legend-type-3-map-4.png');
    top: 625px;
    left: 864px;
}

.floor-2-legend .pos-4 {
    top: 480px;
    left: 152px;
}

.floor-2-legend .pos-5 {
    top: 555px;
    left: 320px;
}

.floor-2-legend .pos-6 {
    top: 413px;
    left: 465px;
}

.floor-2-legend .pos-7 {
    top: 412px;
    left: 600px;
}

.floor-2-legend .pos-8 {
    top: 554px;
    left: 700px;
}

.floor-2-legend .pos-9 {
    top: 605px;
    left: 527px;
}

.floor-2-legend .pos-10 {
    top: 795px;
    left: 512px;
}

.floor-2-legend .pos-11 {
    top: 370px;
    left: 82px;
}

.floor-2-legend .pos-12 {
    top: 802px;
    left: 488px;
}

.floor-2-legend .pos-13 {
    width: 20px;
    height: 44px;
    background-image: url('../img/icon-legend-type-3-map-3.png');
    top: 356px;
    left: 337px;
}

.floor-2-legend .pos-14 {
    top: 410px;
    left: 78px;
}

.floor-2-legend .pos-16 {
    top: 437px;
    left: 751px;
}

.floor-2-legend .pos-17 {
    top: 792px;
    left: 573px;
}

.floor-2-legend .pos-18 {
    width: 30px;
    height: 30px;
    background-image: url('../img/icon-legend-type-1-map-1.png');
    top: 472px;
    left: 182px;
}

.floor-2-legend .pos-19 {
    width: 23px;
    height: 40px;
    background-image: url('../img/icon-legend-type-1-map-2.png');
    top: 522px;
    left: 350px;
}

.floor-2-legend .pos-20 {
    width: 40px;
    height: 29px;
    background-image: url('../img/icon-legend-type-1-map-3.png');
    top: 430px;
    left: 408px;
}

.floor-2-legend .pos-21 {
    width: 40px;
    height: 29px;
    background-image: url('../img/icon-legend-type-1-map-4.png');
    top: 430px;
    left: 641px;
}

.floor-2-legend .pos-22 {
    width: 34px;
    height: 38px;
    background-image: url('../img/icon-legend-type-1-map-5.png');
    top: 520px;
    left: 718px;
}

.floor-2-legend .pos-23 {
    width: 42px;
    height: 41px;
    background-image: url('../img/icon-legend-type-1-map-6.png');
    top: 802px;
    left: 526px;
}

.floor-2-legend .pos-24 {
    width: 20px;
    height: 16px;
    background-image: url('../img/icon-legend-type-5-map-2.png');
    top: 302px;
    left: 103px;
}

.floor-2-legend .pos-25 {
    width: 18px;
    height: 16px;
    background-image: url('../img/icon-legend-type-6-map-2.png');
    top: 326px;
    left: 92px;
}

.floor-2-legend .pos-26 {
    width: 12px;
    height: 14px;
    background-image: url('../img/icon-legend-type-2-map-2.png');
    top: 328px;
    left: 113px;
}


/* Your position */

.your-position {
    display: none;
    width: 29px;
    height: 29px;
    background: url('../img/icon-you.png') no-repeat;
    position: absolute;
    z-index: 4;
}

.floor[data-floor="1"].active .your-position.pos-1 {
    display: block;
    top: 945px;
    left: 568px;
}

.floor[data-floor="1"].active .your-position.pos-2 {
    display: block;
    top: 628px;
    left: 177px;
}

.floor[data-floor="1"].active .your-position.pos-3 {
    display: block;
    top: 570px;
    left: 740px;
}
.floor[data-floor="1"].active .your-position.pos-6 {
    display: block;
    top: 428px;
    left: 457px;
}
.floor[data-floor="2"].active .your-position.pos-4 {
    display: block;
    top: 908px;
    left: 678px;
}

.floor[data-floor="2"].active .your-position.pos-5 {
    display: block;
    top: 622px;
    left: 167px;
}
.floor[data-floor="2"].active .your-position.pos-7 {
    display: block;
    top: 428px;
    left: 457px;
}

/* Floors */

.floor {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.floor[data-floor="1"] {
    padding: 10px 0 0 0;
}

.floor[data-floor="2"] {
    padding: 10px 0 0 0;
}

.floor[data-floor="3"] {
    padding: 10px 0 0 0;
}

.floor.active {
    opacity: 1;
    z-index: 1;
}

.floor-title {
    position: absolute;
    top: 30px;
    left: 115px;
    font-size: 32px;
    color: #586167;
    line-height: 1;
    text-transform: uppercase;
}


/* Tooltip */

.qtip {
    min-width: inherit;
    max-width: 200px;
    font-size: 16px;
    color: #5a6064;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: 0;
}

.qtip .qtip-content {
    padding: 10px 18px;
    text-align: center;
    word-wrap: normal;
    line-height: normal;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    color: #fff;
}


/* Navigation */

.map-nav:before,
.map-nav:after {
    content: "";
    display: table;
    clear: both;
}

.map-nav .item {
    float: left;
    width: 33.3333333333%;
}

.map-nav a {
    display: block;
    padding: 0 35px;
    font-size: 32px;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #5a6064;
    background-color: #ccc;
    position: relative;
}

.map-nav a:focus,
.map-nav .active a {
    color: #fff;
    background-color: #586167;
}

.map-nav .active a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #586167;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -18px;
}

.map-nav .active span {
    display: inline-block;
    padding: 0 62px;
    line-height: 44px;
    background: url('../img/icon-checked.png') no-repeat 0 50%;
}


/* => Footer */


/* ------------------------------------------------------------------------------*/

.footer {
    height: 110px;
    padding: 45px 30px;
    font-family: 'open_sansregular', Arial, Helvetica, Sans-serif;
    background-color: #fff;
    position: relative;
}

.footer .btn {
    font-size: 41.2px;
    text-transform: uppercase;
    color: #fff;
    background: #e03b8f;
    border-radius: 5px;
    width: 180px;
    line-height: 79px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    -webkit-transition-duration: 0.1s;
    /* Safari */
    transition-duration: 0.1s;
    box-shadow: 0 4px #999;
}

.footer .btn:active {
    box-shadow: 0 2px #666;
    transform: translateY(2px);
}

.footer .logo,
.footer .text {
    float: right;
}

.footer .logo {
    padding-left: 40px;
}

.footer .giftcard {
    margin-top: 15px;
    max-width: 365px;
    float: left;
    margin-right: 30px;
    font-size: 33px;
    color: #6a737a;
    line-height: 40px;
    text-transform: uppercase;
}

.footer .text {
    margin-top: 15px;
    color: #586167;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer .text-1 {
    font-size: 20px;
    text-align: right;
}

.footer .text-2,
body[data-lang="ru"] .footer .text-1 {
    margin-top: 17px;
    font-size: 20px;
    text-align: right;
}

.footer .text .nr {
    font-family: 'open_sansbold', Arial, Helvetica, Sans-serif;
}

.footer .infobox {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 540px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: 5px 0px 27px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 5px 0px 27px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 5px 0px 27px 0px rgba(0, 0, 0, 0.54);
    transition: all 0.4s;
}

.footer .infobox .close {
    position: absolute;
    right: 37px;
    top: 17px;
}

.footer .infobox .close a:before {
    content: "";
    width: 38px;
    height: 37px;
    background: url('../img/close.png') no-repeat;
    position: absolute;
}

.footer .infobox.open {
    height: 424px;
    opacity: 1;
}

.footer .infobox .error {
    display: none;
    height: 100%;
    width: 100%;
}

.footer .infobox .error .error-icon {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.footer .infobox .error .txt {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 65%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    padding: 0 20px;
}

.footer .infobox .balance {
    display: none;
    height: 100%;
    width: 100%;
}

.footer .infobox .balance .txt {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    padding: 0 20px;
}

.footer .infobox .balance .nr {
    font-family: 'open_sansbold', Arial, Helvetica, Sans-serif;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 65%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 60px;
    padding: 0 20px;
    color: #e03b8f;
    font-weight: bold;
}

.footer .infobox .loading {
    display: none;
}

.footer .infobox .loading .txt {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 45%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    padding: 0 20px;
}

.footer .infobox .loading .loader {
    color: #e03b8f;
    padding: 5px;
    font-size: 10px;
    margin: 270px auto;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.5s infinite linear;
    animation: load4 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}


.footer .infobox .expired {
    display: none;
}

.footer .infobox .expired {
    display: none;
    height: 100%;
    width: 100%;
}

.footer .infobox .expired .error-icon {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.footer .infobox .expired .txt {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    padding: 0 20px;
}


.footer .infobox .insert-card {
    /*display: none;*/
}

.footer .infobox .insert-card .txt {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    padding: 0 70px;
}

.footer .infobox .insert-card .insert-card-image {
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
}

.footer .infobox .insert-card .insert-card-arrow {
    margin: 0;
    left: 20%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
