@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:wght@400;700&display=swap');

body, html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
}

.block {
    position: relative;
}

.block-image, .block-cover {
    width: 100%;
    background: no-repeat transparent;
    background-size: cover;
    color: #0a0a0a;
}

.block-image {
    position: relative;
}

.block-cover {
    position: absolute;
    top: 0;
    height: 100%;
}

.block-cover:hover,
#audio-btn:hover {
    cursor: pointer;
}

.block-animate > div{
    visibility: hidden;
    opacity: 0;
}

.block-animate > div.block-cover {
    -webkit-transition: opacity 1s linear,visibility 1s linear;
    -moz-transition: opacity 1s linear,visibility 1s linear;
    -o-transition: opacity 1s linear,visibility 1s linear;
    transition: opacity 1s linear,visibility 1s linear;
}

.block-animate > div.block-image {
    -webkit-transition: opacity 2s linear,visibility 2s linear;
    -moz-transition: opacity 2s linear,visibility 2s linear;
    -o-transition: opacity 2s linear,visibility 2s linear;
    transition: opacity 2s linear,visibility 2s linear;
}

.block-animate > div.show {
    visibility: visible;
    opacity: 1;
}

.buy-btn {
    position: absolute;
    cursor: pointer;
    right: 14.2vw;
    top: 18vw;
    z-index: 2;
    opacity: 0.9;
    border: 2px solid;
    padding: 1.5vw 2vw 1.3vw 2.2vw;
    color: #fefefe;
    font-size: 1vw;
    background: transparent;
    letter-spacing: 0.296em;
}

.buy-btn:hover {
    cursor: pointer;
    opacity: 1;
}

.buy-btn.disabled {
    cursor: default !important;
    opacity: 0.5 !important;
}


.price {
    position: absolute;
    left: 28.3vw;
    top: 20.25vw;
    width: 11.5vw;
    text-align: center;
    z-index: 2;
    border: 2px solid #716c6e;
    padding: 0.9vw 0 0.95vw;
    color: #c9c9c9;
    font-size: 1.15vw;
    background: #272c33;
    border-radius: 1.2vw;
    letter-spacing: 0.3em;
}

.price span {
    font-size: 0.8vw;
}

.mobile-view .price {
    left: 14.7vw;
    top: 37.9vw;
    padding: 1.5vw 0 1.7vw;
    width: 21vw;
    font-size: 2.3vw;
    border-radius: 1.9vw;
    border: 0.35vw solid #8f8f8e;
}

.mobile-view .price span {
    font-size: inherit;
}

.mobile-view .buy-btn {
    right: 16.2vw;
    left: auto;
    top: 37.5vw;
    width: 15.3vw;
    border-width: 1px;
    padding: 2.4vw 0.1vw 1.9vw 1vw;
    font-size: 2.1vw;
    letter-spacing: 0.3em;
    line-height: 1.5;
}

#landscape_information {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #0a0a0a;
    padding: 40vh 20px;
    text-align: center;
    vertical-align: middle;
}

#landscape_information h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-stretch: condensed;
    color: #9a9a9a;

    font-size: 20px;
    font-size: 3vw;
    letter-spacing: initial;
    letter-spacing: 0.35vw;
}

.block-icon {
    width: 100%;
    background: no-repeat transparent;
    background-size: cover;
}

.footer-block {
    position: relative;
}

.footer-block .block-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    background-position-y: bottom;
}

.footer-first-block {
    position: relative;
    padding: 3vw 0;
    letter-spacing: 0.2vw;
}

.footer-icons {
    width: 25%;
    display: inline-block;
    margin: 4% 0;
}

.footer-icons img {
    display: block;
    width: 16%;
    height: auto;
    margin: 7% auto;
}

.footer-text-left,
.footer-text-right {
    color: #000;
    right: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1vw;
}

.footer-text-left {
    width: 50%;
    margin: 1% 0 2%;
    text-align: justify;
}

.footer-text-right {
    position: absolute;
    bottom: 3vw;
    width: 23%;
}

.footer-cover {
    position: relative;
    font-size: 0;
}

.text-line {
    display: block;
    font-size: 1vw;
    letter-spacing: 0.2vw;
    background-color: #fa9f49;
    text-align: center;
}

.text-line.titan {
    background-color: #7bafdd;
}

.footer-steps {
    padding: 5vw 0;
    text-align: center;
    font-size: 1.5vw;
}

.footer-steps p {
    font-size: 1vw;
    letter-spacing: 0.4vw;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1vw 2vw;
    line-height: 1.8;
    text-align: center;
}

.footer-steps div {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    margin: 0 1vw;
}

.footer-steps img {
    width: 75%;
    vertical-align: top;
}

.mobile-footer p {
    font-size: 2vw;
    letter-spacing: 0.7vw;
    line-height: 1.8;
    text-align: justify;
    color: #0a0a0a;
}

.mobile-footer .footer-text p {
    padding: 6vw 7vw 0;
    margin: 0;
}

.mobile-footer .footer-text p:last-child {
    padding-top: 4vw;
    padding-bottom: 6vw;
}

.mobile-footer .text-line {
    font-size: 2vw;
    letter-spacing: 0.4vw;
    font-weight: bold;
}

.mobile-footer .footer-steps {
    font-size: 0;
    text-align: left;
    padding-left: 5vw;
}

.mobile-footer .footer-steps p {
    text-align: center;
}

.mobile-footer .footer-steps div {
    width: calc(84vw / 3);
    text-align: center;
}

.mobile-footer .footer-icons img {
    display: inline-block;
    margin: 0 2vw;
    width: 7vw;
}

.mobile-footer .footer-first-block {
    font-size: 0;
    padding: 0;
    padding-bottom: 12vw;
}

.mobile-footer .footer-first-block > div {
    margin: 0;
    vertical-align: top;
}

.mobile-footer .footer-first-block > div:first-child {
    padding-left: 10vw;
}

.mobile-footer .footer-first-block > div:last-child {
    position: absolute;
    top: 0;
    right: 8vw;
    width: auto;
    text-align: right;
}

.mobile-footer .footer-first-block > div > p {
    font-size: 2.2vw;
    font-weight: bold;
    line-height: 1.6;
}

.mobile-footer .footer-first-block > div > p:first-child {
    margin: 0;
}

.mobile-footer .footer-text a,
.footer-first-block a {
    color: #000;
    text-decoration: none;
}

#audio-btn {
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: 1.5vw;
    right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
    background: no-repeat url(/images/landings/icons/sound_on.png) center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

#audio-btn.mobile-btn {
    bottom: unset;
    top: 0vw;
    right: 1vw;
    width: 8vw;
    height: 8vw;
    padding: 8vw;
    background-size: 30%;
}

#audio-btn.mute {
    background-image: url(/images/landings/icons/sound_off.png);
}

.wrapper {
  height: 1px;
}

.panorama-trigg {
  position: absolute;
  cursor: pointer;
  height: 5.8vw;
  width: 4.5vw;
  left: 4vw;
  top: 4vw;
  background: url(/images/panorama_view.png) no-repeat;
  background-size: 100%;
  z-index: 2;
  opacity: 0.3;
}

.mobile-view .panorama-trigg {
  height: 13.8vw;
  width: 10vw;
  left: 10.5vw;
  top: 10.5vw;
}

#panorama-win {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: url(/images/win.png);
  display: none;
  height: 100%;
  width: 100%;
}

#panorama-popup {
  padding: 0;
  color: black;
  position: fixed;
  top: 23vh;
  left: calc(37.5vh + 15px);
  width: calc(100vw - 75vh - 30px);
  text-align: center;
  z-index: 3000;
}

@media screen and (max-width: 1024px) {
  #panorama-popup {
    left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  #panorama-popup {
    top: 5vh;
    width: 135vh;
    left: calc(50vw - 135vh / 2);
  }
}

#panorama-cancel {
  display: block;
  float: right;
  width: 3.5vw;
  max-width: 30px;
  min-width: 5px;
  height: 3.5vw;
  max-height: 30px;
  background: url(/images/panorama_close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  opacity: 0.25;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}

#panorama-cancel:hover,
.panorama-trigg:hover {
  opacity: 1;
}

#panorama {
  display: none;
  color: black;
}

#panorama-iframe-inner {
  left: 0px;
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}

#panorama-iframe-wrapper {
  max-width: 960px;
  max-height: 640px;
  margin: auto;
  position: relative;
}

#panorama-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

/* nicescroll fix */
body, html {
  width: 100%;  
}

.buy-btn {
  right: auto;
  left: 70.8vw;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    #landscape_information {
        display: block;
    }
}