﻿.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-2fab6994] {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100vh
}

.home-enter-active[data-v-2fab6994], .home-leave-active[data-v-2fab6994] {
    transition: opacity .5s
}

.home-enter[data-v-2fab6994], .home-leave-active[data-v-2fab6994] {
    opacity: 0
}

.overlay-house[data-v-2fab6994] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

    .overlay-house[data-v-2fab6994]:hover {
        opacity: 1
    }

.goBack[data-v-2fab6994] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.goBack button[data-v-2fab6994] {
    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
}

.floor-selector[data-v-2fab6994] {
    width: 120px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 560px;
    z-index: 4
}

@media(max-width:600px) {
    .floor-selector[data-v-2fab6994] {
        width: 80px;
        height: 327px
    }
}

.floor-selector .numbers[data-v-2fab6994] {
    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-2fab6994] {
        top: 9px;
        left: 0;
        bottom: 3px;
        right: 50px
    }
}

.floor-selector .numbers .number[data-v-2fab6994] {
    font-family: "Gotham Pro",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 26px
}

@media(max-width:600px) {
    .floor-selector .numbers .number[data-v-2fab6994] {
        font-size: 17px
    }
}

.floor-selector .spin-spinner[data-v-2fab6994] {
    display: flex;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 16px;
    height: 467px;
    margin: 0;
    background: url(/spinner2/floor-selector-bg.svg) no-repeat
}

@media(max-width:600px) {
    .floor-selector .spin-spinner[data-v-2fab6994] {
        background: url(/spinner2/floor-selector-bg-mobile.svg) no-repeat;
        top: 20px;
        left: 34px;
        width: 15px;
        height: 291px
    }
}

.floor-selector .changeSlider[data-v-2fab6994] {
    -webkit-appearance: none;
    width: 482px;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transform: rotate(270deg);
    transform-origin: left top;
    margin-left: 54px;
    margin-top: 528px;
    height: 54px
}

@media(max-width:600px) {
    .floor-selector .changeSlider[data-v-2fab6994] {
        width: 302px;
        margin-top: 317px;
        height: 45px;
        margin-left: 38px
    }
}

.floor-selector .changeSlider[data-v-2fab6994]:focus {
    outline: 0
}

.floor-selector .changeSlider[data-v-2fab6994]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.floor-selector .changeSlider[data-v-2fab6994]::-ms-track {
    width: 463px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.floor-selector .changeSlider[data-v-2fab6994]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg) no-repeat;
    outline: 0;
    border: 0;
    transform: rotate(180deg)
}

@media(max-width:764px) {
    .floor-selector .changeSlider[data-v-2fab6994]::-webkit-slider-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.floor-selector .changeSlider[data-v-2fab6994]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg) no-repeat;
    border-radius: 0;
    outline: 0;
    border: 0;
    transform: rotate(180deg)
}

@media(max-width:764px) {
    .floor-selector .changeSlider[data-v-2fab6994]::-moz-range-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.floor-selector .changeSlider::-moz-range-th + umb[data-v-2fab6994], .floor-selector .changeSlider[data-v-2fab6994]::-ms-thumb {
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg);
    outline: 0;
    border: 0;
    transform: rotate(180deg)
}

@media(max-width:764px) {
    .floor-selector .changeSlider::-moz-range-th + umb[data-v-2fab6994], .floor-selector .changeSlider[data-v-2fab6994]::-ms-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom[data-v-2fab6994] {
    background: #fff;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1148px
}

@media(max-width:1280px) {
    .bottom[data-v-2fab6994] {
        width: 764px
    }
}

@media(max-width:764px) {
    .bottom[data-v-2fab6994] {
        width: 327px;
        height: 94px
    }
}

.bottom .under[data-v-2fab6994] {
    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-2fab6994] {
        bottom: 10px;
        left: 19px;
        padding: 0;
        width: auto
    }
}

.bottom .under .text[data-v-2fab6994] {
    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-2fab6994] {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width:764px) {
    .bottom .under .img[data-v-2fab6994] {
        display: none
    }
}

.bottom .spin-spinner[data-v-2fab6994] {
    display: flex;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 16px;
    margin: 0;
    background: url(/spinner2/behind-spinner.svg) no-repeat
}

@media(max-width:1280px) {
    .bottom .spin-spinner[data-v-2fab6994] {
        background: url(/spinner2/behind-spinner-small.svg) no-repeat
    }
}

@media(max-width:764px) {
    .bottom .spin-spinner[data-v-2fab6994] {
        background: url(/spinner2/behind-spinner-mobile.svg) no-repeat;
        width: calc(100% - 36px);
        bottom: 46px
    }
}

.bottom .spin-spinner .line[data-v-2fab6994] {
    height: 4px;
    background: green;
    position: absolute;
    bottom: 0;
    left: .5px
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994] {
    -webkit-appearance: none;
    width: calc(100% + 14px);
    background: 0 0;
    outline: 0;
    cursor: pointer;
    height: 80px;
    margin: -60px -7px 0
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-2fab6994] {
        margin: -37px -5px 0;
        width: calc(100% + 10px);
        height: 50px
    }
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994]:focus {
    outline: 0
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg) no-repeat;
    outline: 0;
    border: 0
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-2fab6994]::-webkit-slider-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom .spin-spinner .changeSlider[data-v-2fab6994]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg) no-repeat;
    border-radius: 0;
    outline: 0;
    border: 0
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider[data-v-2fab6994]::-moz-range-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.bottom .spin-spinner .changeSlider::-moz-range-th + umb[data-v-2fab6994], .bottom .spin-spinner .changeSlider[data-v-2fab6994]::-ms-thumb {
    height: 15px;
    width: 18px;
    cursor: pointer;
    background: url(/spinner2/thumb.svg);
    outline: 0;
    border: 0
}

@media(max-width:764px) {
    .bottom .spin-spinner .changeSlider::-moz-range-th + umb[data-v-2fab6994], .bottom .spin-spinner .changeSlider[data-v-2fab6994]::-ms-thumb {
        background: url(/spinner2/thumb-mobile.svg);
        width: 14px;
        height: 12px
    }
}

.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-loading2[data-v-8eeab292], .loading .logo-loading[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
}
