.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #000;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: red
}

body, html {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

@font-face {
    font-family: "Gotham Pro";
    src: url(/fonts/GothamPro-Bold.eot);
    src: local("Gotham Pro Bold"),local("GothamPro-Bold"),url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Bold.woff) format("woff"),url(/fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro";
    src: url(/fonts/GothamPro.eot);
    src: local("Gotham Pro"),local("GothamPro"),url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype"),url(/fonts/GothamPro.woff) format("woff"),url(/fonts/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

#spinner-cont[data-v-f195d85e] {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100vh
}

.home-enter-active[data-v-f195d85e], .home-leave-active[data-v-f195d85e] {
    transition: opacity .5s
}

.home-enter[data-v-f195d85e], .home-leave-active[data-v-f195d85e] {
    opacity: 0
}

.overlay-house[data-v-f195d85e] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

@media (max-width:1280px) {
    .overlay-house[data-v-f195d85e] {
        opacity: 1
    }
}

@media (min-width:1280px) {
    .overlay-house[data-v-f195d85e]:hover {
        opacity: 1
    }
}

.return-to-selection[data-v-f195d85e] {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10
}

@media(max-width:900px) {
    .return-to-selection[data-v-f195d85e] {
        top: 30px;
        left: 30px
    }
}

.return-to-selection button[data-v-f195d85e] {
    border: 0;
    background: #fff;
    padding: 7px 22px;
    text-transform: uppercase;
    font-family: Gotham Pro,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 3.2000000477px;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer
}

@media(max-width:768px) {
    .return-to-selection button[data-v-f195d85e] {
        font-size: 10px;
        line-height: 10px;
        border-width: 0;
        padding: 10px 24px
    }

    .return-to-selection button span[data-v-f195d85e] {
        display: none
    }
}

.return-to-selection button img[data-v-f195d85e] {
    margin-right: 10px
}

@media(max-width:768px) {
    .return-to-selection button img[data-v-f195d85e] {
        height: 15px;
        margin-right: 0
    }
}

.goBack[data-v-f195d85e] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3
}

.goBack button[data-v-f195d85e] {
    cursor: pointer;
    font-family: Gotham Pro,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 32px;
    border-radius: 34px;
    border: 0;
    outline: 0;
    background: #fff;
    color: #000
}

.floor-selector[data-v-f195d85e] {
    width: 120px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 700px;
    z-index: 4
}

@media(max-width:600px) {
    .floor-selector[data-v-f195d85e] {
        width: 62px;
        height: 370px
    }
}

.floor-selector .numbers[data-v-f195d85e] {
    position: absolute;
    top: 41px;
    left: 17px;
    bottom: 30px;
    right: 74px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    text-align: right
}

@media(max-width:600px) {
    .floor-selector .numbers[data-v-f195d85e] {
        top: 10px;
        left: 8px;
        bottom: 10px;
        right: 32px
    }
}

.floor-selector .numbers .number[data-v-f195d85e] {
    font-family: "Gotham Pro",sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    color: #414650
}

    .floor-selector .numbers .number[data-v-f195d85e]:after {
        content: "";
        width: 10px;
        height: 2.4em;
        border-top: 4px solid #414650;
        border-right: 4px solid #414650;
        position: absolute;
        top: 1em;
        right: 0;
        transform: translateX(1.5em)
    }

    .floor-selector .numbers .number[data-v-f195d85e]:first-child:after {
        height: 0;
        border-right: 0;
        width: 16px
    }

@media(max-width:600px) {
    .floor-selector .numbers .number[data-v-f195d85e] {
        font-size: 10px;
        line-height: 19.5px
    }

        .floor-selector .numbers .number[data-v-f195d85e]:after {
            box-sizing: border-box;
            border-width: 1px;
            height: 21px;
            top: .8em
        }

    .floor-selector .numbers .number.one[data-v-f195d85e]:after {
        border-width: 1px;
        height: 20px;
        top: .8em
    }

    .floor-selector .numbers .number[data-v-f195d85e]:first-child:after {
        width: 12px
    }
}

.floor-selector .changeSlider[data-v-f195d85e] {
    -webkit-appearance: none;
    width: 613px;
    background: transparent;
    outline: 0;
    cursor: pointer;
    transform: rotate(270deg);
    transform-origin: left top;
    margin-left: 54px;
    margin-top: 660px;
    height: 54px;
    border-color: transparent
}

@media(max-width:600px) {
    .floor-selector .changeSlider[data-v-f195d85e] {
        width: 345px;
        margin-top: 357px;
        height: 38px;
        margin-left: 34px
    }
}

.floor-selector .changeSlider[data-v-f195d85e]:focus {
    outline: 0
}

.floor-selector .changeSlider[data-v-f195d85e]:-moz-focusring {
    outline: 1px solid transparent;
    outline-offset: -1px
}

.floor-selector .changeSlider[data-v-f195d85e]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.floor-selector .changeSlider[data-v-f195d85e]::-ms-track {
    width: 463px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent
}

.floor-selector .changeSlider[data-v-f195d85e]::-webkit-slider-thumb {
    border: none;
    -moz-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg) no-repeat;
    background-size: contain;
    outline: 0;
    transform: rotate(180deg);
    box-shadow: none
}

@media(max-width:764px) {
    .floor-selector .changeSlider[data-v-f195d85e]::-webkit-slider-thumb {
        background: url(/spinner/thumb-mobile.svg) no-repeat;
        width: 14px;
        height: 12px
    }
}

.floor-selector .changeSlider[data-v-f195d85e]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg) no-repeat;
    background-size: contain;
    border-radius: 0;
    outline: 0;
    border: none;
    transform: rotate(180deg);
    box-shadow: none
}

@media(max-width:764px) {
    .floor-selector .changeSlider[data-v-f195d85e]::-moz-range-thumb {
        background: url(/spinner/thumb-mobile.svg) no-repeat;
        width: 14px;
        height: 12px
    }
}

.floor-selector .changeSlider::-moz-range-th + umb[data-v-f195d85e], .floor-selector .changeSlider[data-v-f195d85e]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg);
    background-size: contain;
    outline: 0;
    border: none;
    transform: rotate(180deg);
    box-shadow: none
}

@media(max-width:764px) {
    .floor-selector .changeSlider::-moz-range-th + umb[data-v-f195d85e], .floor-selector .changeSlider[data-v-f195d85e]::-ms-thumb {
        background: url(/spinner/thumb-mobile.svg) no-repeat;
        width: 14px;
        height: 12px
    }
}

.bottom[data-v-f195d85e] {
    background: #fff;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1148px;
    z-index: 5
}

@media(max-width:1280px) {
    .bottom[data-v-f195d85e] {
        width: 764px
    }
}

@media(max-width:764px) {
    .bottom[data-v-f195d85e] {
        width: 327px;
        height: 94px
    }
}

.bottom .under[data-v-f195d85e] {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 39px;
    width: calc(100% - 78px)
}

@media(max-width:764px) {
    .bottom .under[data-v-f195d85e] {
        bottom: 10px;
        left: 19px;
        padding: 0;
        width: auto
    }
}

.bottom .under .text[data-v-f195d85e] {
    font-family: Gotham Pro,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

@media(max-width:764px) {
    .bottom .under .text[data-v-f195d85e] {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width:764px) {
    .bottom .under .img[data-v-f195d85e] {
        display: none
    }
}

.bottom .spin-spinner[data-v-f195d85e] {
    display: flex;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 16px;
    margin: 0;
    background: url(/spinner/behind-spinner.svg) no-repeat
}

@media(max-width:1280px) {
    .bottom .spin-spinner[data-v-f195d85e] {
        background: url(/spinner/behind-spinner-small.svg) no-repeat
    }
}

@media(max-width:764px) {
    .bottom .spin-spinner[data-v-f195d85e] {
        background: url(/spinner/behind-spinner-mobile.svg) no-repeat;
        width: calc(100% - 36px);
        bottom: 46px
    }
}

.bottom .spin-spinner .line[data-v-f195d85e] {
    height: 4px;
    background: green;
    position: absolute;
    bottom: 0;
    left: .5px
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e] {
    -webkit-appearance: none;
    width: calc(100% + 14px);
    background: transparent;
    outline: 0;
    cursor: pointer;
    height: 80px;
    margin: -60px -7px 0
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-f195d85e] {
        margin: -37px -5px 0;
        width: calc(100% + 10px);
        height: 50px
    }
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e]:focus {
    outline: 0
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg) no-repeat;
    outline: 0;
    border: 0;
    box-shadow: none
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-f195d85e]::-webkit-slider-thumb {
        background: url(/spinner/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom .spin-spinner .changeSlider[data-v-f195d85e]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg) no-repeat;
    border-radius: 0;
    outline: 0;
    border: 0;
    box-shadow: none
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-f195d85e]::-moz-range-thumb {
        background: url(/spinner/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom .spin-spinner .changeSlider::-moz-range-th + umb[data-v-f195d85e], .bottom .spin-spinner .changeSlider[data-v-f195d85e]::-ms-thumb {
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner/thumb.svg);
    outline: 0;
    border: 0;
    box-shadow: none
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider::-moz-range-th + umb[data-v-f195d85e], .bottom .spin-spinner .changeSlider[data-v-f195d85e]::-ms-thumb {
        background: url(/spinner/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom .towerButtons[data-v-f195d85e] {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    box-sizing: border-box
}

@media(max-width:764px) {
    .bottom .towerButtons[data-v-f195d85e] {
        padding-left: 12px;
        padding-right: 12px;
        justify-content: space-between
    }
}

.bottom .towerButtons button[data-v-f195d85e] {
    text-transform: uppercase;
    background: #fff;
    color: #414650;
    border: 4px solid #414650;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 30px;
    font-family: Gotham Pro,sans-serif;
    font-weight: 400;
    letter-spacing: 3.2000000477px;
    text-align: center;
    width: calc(50% - 120px);
    cursor: pointer;
    transition: color .3s ease-in-out,background-color .3s ease-in-out
}

@media(min-width:1024px) {
    .bottom .towerButtons button[data-v-f195d85e]:hover {
        color: #fff;
        background: #414650
    }
}

@media(max-width:764px) {
    .bottom .towerButtons button[data-v-f195d85e] {
        width: unset;
        line-height: 10px;
        padding: 8px;
        font-size: 10px;
        border-width: 2px
    }
}

input[data-v-f195d85e] {
    -webkit-tap-highlight-color: transparent
}

.loading[data-v-8eeab292] {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.loading .logo-loading[data-v-8eeab292] {
    z-index: 2
}

.loading .logo-loading[data-v-8eeab292], .loading .logo-loading2[data-v-8eeab292] {
    position: absolute;
    left: calc(50% - 69px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/logo_ring.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 138px
}

.loading .logo-loading2[data-v-8eeab292] {
    width: 138px;
    z-index: 1;
    opacity: .2
}
