* {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#VRtip a {
  color: red;
}
div#progressScroll {
  position: absolute;
  height: 60px;
  width: 10px;
  transition: width 500ms;
  margin-top: -10px;
  z-index: -1;
  background-color: red;
  left: 0px;
}

.navigationContent {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  transition: border 500ms;
  width: auto;
  height: 21px;
}

#scrollTip #desktop {
  width: 24px;
  height: 36px;
  position: absolute;
  border: 2px solid white;
  border-radius: 14px;
  bottom: 40px;
  left: calc(50vw - 12px);
  display: none
}

div#soundAnimation {
  width: 30vw;
  height: 60px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.soundAnimationLine {
  height: 100%;
  width: 1px;
  background-color: white;
}

div#desktop:after {
  content: '';
  width: 2px;
  height: 17px;
  display: block;
  background-color: white;
  position: absolute;
  left: 11px;
  margin-top: 4px;
  border-radius: 2px;
  animation: scrollMouse 1500ms infinite ease-in-out;
}

@keyframes scrollMouse {
  0% {
    height: 10px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 10px;
  }
}



#scrollTip #mobile svg {
  width: 100%;
}

#scrollTip #mobile {
  display: none;
  position: absolute;
  bottom: calc(4vh - 16px);
  z-index: 6;
  width: 20px;
  left: calc(50vw - 10px);
  animation: deezer 1s infinite ease-in-out
}

@keyframes deezer {
  0% {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }

  50% {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  100% {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}

.black .navigationContent {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.focus .navigationContent {
  border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.black .focus .navigationContent {
  border-bottom: 3px solid rgba(0, 0, 0, 1);
}

div#navigationBlock {
  width: calc(100% - 100px);
  /* position: absolute; */
  z-index: 18;
  bottom: 0px;
  color: white;
  /* background-color: white; */
  display: flex;
  transition: color 700ms;
  align-items: stretch;
  flex-flow: row;
  flex: .95;
  justify-content: space-between;
}

span.name {
  font-style: italic;
}

.black #navigationBlock {
  color: black
}
div#mobileVRTip {
  color: gray;
  width: 80%;
  max-width: 300px;
  text-align: center;
  font-style: italic;
}
.miniProgressLine {
  display: none
}

#VRtip .goToVr a {
  color: white;
  text-decoration: none;
  font-style: normal;
}

.navigationStep {
  overflow: hidden;
  transition: width 500ms;
  width: 10px;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: none;
  position: relative;
}

.active .navigationStep {
  display: block
}

.navigationStep.focus {
  width: 270px;
}

.navigationStep.focus.first {
  width: 107px;
  padding-right: 50px
}

.HeroTitle.block {
  display: flex;
  height: 39vh;
  flex-flow: column;
  justify-content: space-between;
  align-content: center;
  position: static;
  align-items: center;
  margin-top: 27vh;
  width: auto;
  /* margin-left: 0px; */
}

.navigationStep.focus.last {
  width: 101px;
  padding-left: 60px;
}

.HeroTitle.block h2 {
  max-width: 1000px;
  padding-right: 0px;
  /*width: 53vw;*/
  display: flex;
  font-family: rodchenko, sans-serif;
  font-size: 70px;
  width: 76vw;
  justify-content: space-between;
  /* margin: auto; */
  min-width: 900px;
}

.HeroTitle h2 span {
  font-size: 106px;
  font-family: rodchenko, sans-serif;
}

.HeroTitle p {
  width: 360px;
  min-height: 50px;
  text-align: center;
  font-size: 20px;
  max-height: 20px;
  /* margin: auto; */
  /* position: absolute; */
  /* margin-left: calc(50vw - 180px); */
  /* margin-top: calc(32vh - 110px); */
}

span.num {
  padding-right: 10px;
  /* padding-left: 10px;*/
}

div#finalSlide {
  width: 100vw;
  background-size: cover;
  height: 100vh;
  background-image:
    url(../images/whiteTower.png);
  position: absolute;
  display: flex;
  transition: opacity 500ms;
  flex-flow: row-reverse;
}

.hide {
  /*display: none;*/
  opacity: 0;
}

div#finalSlide.hide {
  display: none;
  opacity: 0;
}

#finalTitle h1 {
  line-height: 40px;
  width: 450px;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
}

div#finalSlide:after {
  content: '';
  width: 100vw;
  height: 170px;
  background: rgba(18, 58, 107, 0);
  background: -moz-linear-gradient(top, rgba(18, 58, 107, 0) 0%, rgba(18, 58, 107, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18, 58, 107, 0)), color-stop(100%, rgba(18, 58, 107, 1)));
  background: -webkit-linear-gradient(top, rgba(18, 58, 107, 0) 0%, rgba(18, 58, 107, 1) 100%);
  background: -o-linear-gradient(top, rgba(18, 58, 107, 0) 0%, rgba(18, 58, 107, 1) 100%);
  background: -ms-linear-gradient(top, rgba(18, 58, 107, 0) 0%, rgba(18, 58, 107, 1) 100%);
  background: linear-gradient(to bottom, rgba(18, 58, 107, 0) 0%, rgba(18, 58, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123a6b', endColorstr='#123a6b', GradientType=0);
  position: absolute;
  bottom: 0px;
  z-index: 0;
}

#finalSlide .button.main {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  text-decoration: none;
  color: white;
}


div#finalTitle {
  flex: .5;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  color: white;
  justify-content: center;
  font-size: 40px;
  z-index: 1;
}

div#panoramaControls {
  display: flex;
  flex-flow: column;
  bottom: 110px;
  justify-content: space-between;
  /* bottom: 150px; */
  position: fixed;
  left: 10vw;
  /* bottom: 80px; */
  z-index: 3;
  width: 240px;
  height: 330px;
  /* margin-left: calc(50vw - 450px); */
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px;
  font-family: 'Roboto', san-serif;
}

div#leftButton:after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  margin-left: 10px;
  background-color: black;
  position: absolute;
  margin-top: 8px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

div#leftButton:before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  margin-left: 10px;
  background-color: black;
  position: absolute;
  margin-top: 0px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

div#rightButton:after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  margin-left: 6px;
  background-color: black;
  position: absolute;
  margin-top: 8px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

div#rightButton:before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  margin-left: 6px;
  background-color: black;
  position: absolute;
  margin-top: 0px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.panoramaSlider {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.panoramaSlider {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#loaderAnimation {
  position: absolute;
  height: 210px;
  width: 210px;
  margin-top: 50px;
  background-size: auto 210px;
  background-position: 0px 0px;
  background-image: url(../images/loader/tower.png);

}

div#panoramaLayer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: flex-end;
}


#panoramaPlayer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

div#finalSlide {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.block.part h2 {
  display: none;
}

#panoramaLayer {
  position: absolute;
  z-index: 3;
  transition: opacity 300ms;
}

#panoramaLayer.hide {
  opacity: 0;
  display: none;
}

div#Container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  position: fixed;
  height: 100%;
}



div#header {
  width: 100vw;
  height: 80px;
  position: absolute;
  z-index: 11;
  top: 0px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

div#languageToggler {
  color: white;
  width: 80px;
  display: flex;
  height: 20px;
  flex-flow: row;
  justify-content: space-between;
  transition: color 700ms
}

.black #languageToggler {
  color: black;
}

.languageButton {
  cursor: pointer;
}

div#languageToggler:after {
  content: '';
  display: block;
  width: 33px;
  height: 3px;
  background-color: white;
  position: absolute;
  margin-top: 25px;
  transition: transform 300ms, background-color 700ms
}

.black div#languageToggler:after {
  background-color: black;
}

#languageToggler.eng:after {
  transform: translateX(45px);
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  -webkit-transform: translateX(45px);
  -o-transform: translateX(45px);
}

div#footer {
  width: 80vw;
  height: 60px;
  display: flex;
  flex-flow: row;
  /* flex-direction: row; */
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  margin-bottom: 20px;
  max-width: 1400px;
}

#logo {
  width: 60px;
  background-size: 100%;
  height: 60px;
  margin-left: -6px;
}

svg#logo path {
  fill: white;
  transition: fill 700ms
}

.black #logo path {
  fill: black
}

.soundIcon {
  margin-top: 7px;
  margin-left: 30px;
}

.soundIcon path {
  transform-origin: center;
  transition: fill 700ms, transform 500ms
}

div#soundControl {

  width: 60px;
  cursor: pointer;
  height: 60px;
}

.off #on1 {
  transform: translateX(-15px) scale(0);
}

.off #on2 {
  transform: translateX(-15px) scale(0);
}

#off {
  transform: translateX(-15px) scale(0);
}

.off #off {
  transform: translateX(0px) scale(1);
}

.black .soundIcon path {
  fill: black
}

span.photoComment {
  position: absolute;
  margin-left: 38%;
  margin-top: -7vh;
  font-weight: 300;
  font-style: italic;
  padding-left: 9px;
  color: rgba(255, 255, 255, .5);
  border-left: solid 2px rgba(255, 255, 255, .5);
}


canvas {
  width: 100vw !important;
  height: 100vh !important;
  /*z-index: 200;*/
}

div#buttons {
  display: flex;
}

.button {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  align-items: center;
  margin: 10px;
  font-family: rodchenko;
  text-transform: uppercase;
  font-size: 18px;
}

.button.main {

  background-color: red;
  border: none
}

#aboutSounds p {
  margin-bottom: 50px;
}

div#aboutSounds {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: opacity 200ms, transform 800ms;
  z-index: 100;
}

div#aboutSounds.hide {
  opacity: 0;
  /* display: none; */
  transform: translate(0px, -100vh);
}


body {
  display: flex;
  flex-flow: column;
  /*justify-content: center;*/
  align-items: center;
  overflow: hidden;
}

h2 {
  font-family: rodchenko, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}

.block h2 {
  flex: 1;
}



.block p {
  flex: 2;
}

.infographic h2 {
  color: red;
  position: absolute;
  text-align: center;
  display: block;
  font-family: rodchenko, san-serif;
  font-size: 80px;
  width: 420px;
  margin-top: -105px;
}





#author {
  color: white;
  margin-left: 80px;
  height: 20px;
  display: flex;
  flex-flow: row;
  margin-top: 60px;
  /* position: absolute; */
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  z-index: 3;
}

#author:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/jsLogo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  margin-left: -80px;
}

#author.hide {
  display: none
}


.block.infographic {
  flex-flow: column;
  width: 420px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  /* margin-left: calc(50vw - 260px); */
  background-color: rgba(0, 0, 0, .7);
}

.infographic p {
  line-height: 110%;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}



p {

  line-height: 28px;
  font-size: 18px;
}

.block {
  display: flex;
  position: absolute;
  margin-top: 17vh;
  /* padding-top: 60px; */
  padding-bottom: 40px;
  width: 900px;
  /* margin-left: calc(50vw - 450px); */
  transition: opacity 500ms, transform 500ms;
}



.block.quote {
  display: block;
  padding: 60px 40px;
  width: 820px;
}

.block.part {
  width: 100vw;
  margin-left: 0px;
  background-color: white;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block.part.marginTop {
  margin-top: 22vh;
}

.block.part.black {
  background-color: black;
  color: white;
}

.block.part:before {
  /* background-image: url(../images/title1.png); */
  background-size: 100vw 3.1vw;
  background-position: center;
  background-repeat: repeat-x;
  content: '';
  width: 100vw;
  left: 0px;
  height: 3.1vw;
  position: absolute;
  display: block;
  margin-top: calc(-30px - 3.04vw);
  /* animation: loopTitle 10s linear infinite; */
}

.block.part.hide:before {
  animation: none
}


#title0:before {
  background-image: url(../images/title0.png);
}

#title1:before {
  background-image: url(../images/title1.png);
}

#title2:before {
  background-image: url(../images/title2.png);
}

#title3:before {
  background-image: url(../images/title3.png);
}

#title4:before {
  background-image: url(../images/title4.png);
}

#title5:before {
  background-image: url(../images/title5.png);
}

#title6:before {
  background-image: url(../images/title6.png);
}

#title7:before {
  background-image: url(../images/title7.png);
}

#title8:before {
  background-image: url(../images/title8.png);
}

#title1.eng:before {
  background-image: url(../images/title1_eng.png);
}

#title2.eng:before {
  background-image: url(../images/title2_eng.png);
}

#title3.eng:before {
  background-image: url(../images/title3_eng.png);
}

#title4.eng:before {
  background-image: url(../images/title4_eng.png);
}

#title5.eng:before {
  background-image: url(../images/title5_eng.png);
}

#title6.eng:before {
  background-image: url(../images/title6_eng.png);
}

#title7.eng:before {
  background-image: url(../images/title7_eng.png);
}

#title8.eng:before {
  background-image: url(../images/title8_eng.png);
}

#Text {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
}



#textContent {
  color: white;
  position: absolute;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.block.before {
  opacity: 0;
  transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
}

.block.black {
  color: black
}



.block.bg {
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, .7);
  width: 780px;
}

.block.black.bg {
  background-color: rgba(255, 255, 255, .7)
}

.block.after {
  opacity: 0;
  transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
}

div#loader {
  color: black;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90px;
}
div#VRtip {
  opacity: 0;
}

div#dragndropTip {
  position: absolute;
  left: 50vw;
  bottom: 127px;
  z-index: 4;
  width: 60px;
  height: 60px;
  transition: opacity 500ms
}

div#dragndropTip.hide {
  opacity: 0;
}

#dragndrop svg {
  width: 100%;
  height: 100%;
}

#hand {
  animation: drag 3000ms infinite ease-in-out;
  transform-origin: center bottom;
}

@keyframes drag {
  0% {
    transform: rotate(15deg)
  }

  /* 25%{
      transform: translate(10px, 0px) rotate(-15deg)
  } */
  50% {
    transform: rotate(-15deg)
  }

  /* 75%{
      transform: translate(-10px, 0px) rotate(-15deg)
  } */
  100% {
    transform: rotate(15deg)
  }
}


div#loader.hide {
  opacity: 0;
  display: none;
}

.part p {
  text-align: center;
  max-width: 800px;
  margin: auto;
  display: block;
}

@keyframes hideLoader {
  0% {
    opacity: 1;
    display: flex;
  }

  99% {
    opacity: 0;
    display: flex;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

div#loader span {
  font-family: rodchenko, sans-serif;
  font-size: 160px;
  font-weight: 900;
}

.block.bg.quote:before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/quote.svg);
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -45px;
}

span.comment {
  opacity: 0.5;
  font-style: italic;
  margin-top: 20px;
  display: block;
}

circle.panoramaPoint {
  cursor: pointer;
  transition: fill 500ms, r 500ms;
}

span#wThe:before {
  content: 'the';
  position: absolute;
  font-size: 45px;

}
div#VR {
  padding-left: 38px;
  color: white;
  transition: color 500ms;
  cursor:pointer
}
#VR svg {
  margin-left: -37px;
  position: absolute;
 
}
#VR svg path {
  transition: fill 500ms
}
.black #VR svg path {
 fill: black
}
.black #VR {
  color:black
 }
#mobileNavigation {
  display: none
}

#Container.tablet {
  position: fixed
}
div#VR{
  display: none
}
#VRtip{
  display: none;
}
 
@media screen and (min-width: 500px){
  /*desktop n tablet*/

   
  div#VRtip {
    z-index: 7;
    padding: 20px;
    background-color: black;
    color: white;
    font-style: italic;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 500px;
    transition: opacity 500ms, transform 500ms;
    transform: translateY(20px);
    left: calc(50vw - 250px);
}

div#VRtip.active {
  opacity: 1;
  transform: translateY(0px);
}

.goToVr {
  padding: 10px;
  border: 1px solid;
  width: 150px;
  margin: auto;
  margin-top: 19px;
  cursor: pointer;
}


div#VRtip:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: black;
  position: absolute;
  margin-top: -30px;
  margin-left: 200px;
  transform: rotate(45deg);
}
  .infographic p {
    font-family: rodchenko, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {

  /*desktop only*/
  div#VR{
    display: block
  }
  #VRtip{
    display: block;
  }


  .block.infographic.right {
    position: absolute;
    left: 60vw;
  }
  .block h2 {
    /* width: 50%; */
    padding-right: 60px;
    display: block;
  }


  .block.marginTop {
    margin-top: 23vh
  }

  #logo {
    opacity: 0;
    transition: opacity 500ms
  }

  .initial #logo {
    opacity: 100;
  }

  #scrollTip.active #desktop {
    display: block
  }

  .miniProgressLine {
    display: block;
  }

  .focus .miniProgressLine {
    width: 0%;
    height: 3px;
    background: red;
    margin-top: 31px;
    position: absolute;
    transition: width 500ms
  }

  circle.panoramaPoint.focus {
    content: '';
    display: block;
    height: 20px;
    r: 20px;
    fill: red;
    outline: white;
    position: absolute;
  }

  circle.panoramaPointStroke.focus {
    stroke: white;
    stroke-width: 8px;
    animation: wiggle 1500ms infinite ease-in-out;
  }

  @keyframes wiggle {
    0% {
      r: 30px;
    }

    50% {
      r: 50px;
    }

    100% {
      r: 30px;
    }
  }

  div#progressScrollMobile {
    display: none;
  }


  div#header {
    max-width: 1400px;
    width: 80vw;
  }

  span#wThe:before {
    margin-top: 34px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-left: -59px;
  }


  .block.infographic.right {
    /* margin-left: calc(60vw); */
    padding-top: 40px;
  }

  .right.infographic p {
    margin-left: 60px;
    text-align: left;
  }

  .right.infographic h2 {
    margin-left: -20px;
    text-align: left;
    margin-top: -33px;
  }

  .right.infographic.twostring h2 {
    margin-top: -18px;
  }

  div#panoramaControls {
    z-index: 5;
  }

  div#miniTower svg {
    width: 70%;
    height: auto;
  }

  div#panoramaComment {
    color: white;
    opacity: .5;
    font-weight: 100;
    font-style: italic;
  }

}

@media screen and (min-width: 1800px) {
  div#panoramaControls {
    left: calc(50vw - 700px);
  }
}

@media screen and (max-width: 1024px) {

  /*tablet n mobile*/
  #mobileNavigation .navigationStep {
    padding: 0px 0px 1vh 0px;
  }

  div#closePanoram {
    width: 240px;
    bottom: 28px;
  }

  .navigationContent {
    padding-bottom: 0px;
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    line-height: 20px;
    font-size: 14px;
  }

  span.comment {
    font-size: 14px;
  }

  #dragndropTip {
    display: none;
  }

  div#soundAnimation {
    width: 60vw;
  }


  #scrollTip.active #mobile {
    display: block
  }

  div#closePanoram {
    position: fixed;
    z-index: 4;
    height: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: white;
    display: none;
    flex-flow: column;
    justify-content: center;
  }

  div#progressScrollMobile {
    transition: width 500ms;
    display: block;
    height: 10px;
    position: absolute;
    width: 0px;
    background-color: red;
    top: 0px;
    left: 0px;
  }



  #mobileNavigation.active {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  div#mobileNavigation {
    width: 100vw;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
  }

  #mobileNavigation .navigationStep {
    display: block;
    color: white;
    width: 100vw;
  }

  #mobileNavigation .first.navigationStep {
    margin-top: 75px
      /* padding: 0px 0px 2vh 0px; */
  }

  #mobileNavigation .navigationStep {
    padding: 0px 0px 2vh 0px;
  }

  #panoramaPlayer {
    display: none;
  }

  #panoramaPlayer.active {
    display: block
  }



  #closePanoram.active {
    display: flex;
  }

  div#panoramaControls {
    padding: 0px;
    width: 100vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    left: 0px;
    height: 100vh;
    background-color: black;
  }

  div#panoramaComment {
    color: white;
    padding-top: 1vh;
    width: 50vw;
    bottom: 0px;
  }

  div#miniTower {
    width: auto;
    height: 60vh;
    padding-top: 60px;
  }

  div#miniTower svg {
    width: auto;
    height: 60vh;
  }


}



@media screen and (min-width: 500px) and (max-width: 1024px) {

  /*tablet only*/
  .infographic h2 {
    margin-top: -57px;
  }

  div#closePanoram {
    width: 240px;
    bottom: 110px;
  }

  #logo {
    margin-left: 34px;
  }

  div#languageToggler {
    margin-right: 40px;
  }

  span#wThe:before {
    font-size: 32px;
    margin-top: -57px;
  }

  div#finalSlide {
    background-position: center;
  }

  div#header {
    width: 100vw;
    padding-top: 30px;
  }

  .block {
    width: calc(100vw - 80px);
    /* margin-left: 40px; */
    /* top: auto; */
    /* bottom: 0px; */
  }

  .HeroTitle.block {
    position: absolute;
    height: 23vh;
    /* bottom: 40px; */
  }

  .block.bg {
    margin-left: 0px;
    width: calc(100vw - 120px);
  }


  .block.part {
    width: calc(100vw - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  div#footer {
    width: calc(100vw - 80px);
    right: 40px;
  }

  .HeroTitle.block h2 {
    height: 100px;
    /* max-width: 1000px; */
    /* max-width: 1000px; */
    width: 100vw;
    align-items: center;
    justify-content: space-evenly;
    /*margin-top: 21vh;*/
    /* margin-top: calc(35vh - 106px); */
    min-width: 100vw;
  }

  .HeroTitle p {
    /* margin-top: 0vh; */
  }
}



@media screen and (max-width: 500px) {

  /*mobile*/
  div#finalSlide:after {
    height: 100vh;
}



  div#mobileVRTip {
    font-size: 18px
  }

  div#closePanoram {
    bottom: 0px;
    left: 0px;
    width: 100vw;
    display: none
  }
  

  div#buttons {
    display: flex;
    flex-flow: column;
    /* flex-wrap: wrap; */
  }


  div#mobilePanoramaPlayer {
    width: 100vw;
    height: 100vh;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }

  #mobilePanoramaPlayer.active {
    display: block
  }

  #panoramaPlayer {
    display: none;
  }




  .navigationStep {
    display: none;
  }

  .part p {
    text-align: left;
  }

  #author {
    width: 60vw;
    position: fixed;
    z-index: 5;
    margin-left: 60px;
    bottom: 6vh;
  }

  #author:before {
    width: 47px;
    height: 35px;
    margin-left: -60px;
  }

  .block.part h2 {
    display: block
  }

  div#finalSlide {
    flex-flow: column;
    background-size: auto 100%;
    justify-content: center;
  }

  div#finalTitle {
    padding: 20px;
    width: calc(100vw - 40px);
  }

  #finalTitle h1 {
    width: 100%;
    font-size: 28px;
  }

  #aboutSounds p {
    text-align: center;
    width: calc(100vw - 20px);
  }

  .block.part {
    width: calc(100vw - 40px);
    padding: 30px 20px;
  }

  /* @keyframes loopTitle{
    0%{
      background-position: 0px center;
    }
    100%{
      background-position: -1632px center;
    }
  } */
  .block.part:before {
    display: none;
    /* height: 51px;
    margin-top: -80px; */

  }

  div#Container {
    display: block;
    position: fixed
  }

  #Text {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #textContent {
    max-width: none;
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  p {
    line-height: 24px;
    font-size: 16px;
  }

  .block {
    padding: 30px 20px;
    width: calc(100vw - 40px);
    margin-left: 0px;
    bottom: 0px;
    flex-flow: column;
    top: auto;
  }

  span.comment {
    font-size: 16px;
  }


  span.photoComment {
    position: static;
    margin-left: 0px;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    padding-left: 0px;
    border-left: none;
    }

    span.photoComment:before{
      content: 'На фото: '
    } 
    .eng span.photoComment:before{
      content: 'In the photo: '
    } 

  div#header {
    width: 100vw;
    height: 40px;
    padding-top: 20px;
  }

  #logo {
    margin-left: 20px;
    width: 40px;
    height: 40px;
  }

  div#footer {
    width: 30vw;
    top: 0px;
    margin-right: 20px;
    margin-top: 9px;
    right: 0px;
    padding-bottom: 20px;
  }

  span#wThe:before {
    content: 'the';
    position: absolute;
    font-size: 19px;
    margin-top: -3.5vh;
    transform: none;
    margin-left: 0px;
  }

  .block.quote {
    padding: 30px 20px;
    width: calc(100vw - 40px);
    margin-left: 0px;
  }

  div#soundControl {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0);
  }

  div#languageToggler {
    margin-right: -40px;
  }

  canvas {
    width: 100% !important;
    height: 100% !important;
  }

  div#header {
    width: 50vw;
    padding-bottom: 20px;
    /* background-color: rgba(0,0,0,.7); */
  }

  .block.bg {
    padding: 30px 20px;
    width: calc(100% - 40px);
  }

  .block.infographic {
    flex-flow: column;
    width: calc(100vw - 80px);
    margin-left: 0px;
  }

  .infographic h2 {
    font-size: 60px;
    width: calc(100vw - 80px);
    margin-top: -66px;
  }

  div#progressScroll {
    top: 0px;
    height: 10px;
    margin-top: 0px;
  }

  div#textContent {
    margin-top: 0px;
  }

  .block.HeroTitle {
    width: calc(100vw - 40px);
    margin-top: 0px;
  }

  .HeroTitle p {
    /* margin-top: 0px; */
    width: 100vw;
    text-align: center;
    margin-left: 0px;
  }

  .HeroTitle h2 span {
    font-size: 7vh;
    padding: 2vh;
  }

  .block.HeroTitle {
    height: 17vh;
    width: 100vw;
    margin-top: 0px;
    padding: 0px 0px 10vh 0px;
  }

  .HeroTitle.block h2 {
    min-width: 280px;
    flex-flow: row;
    max-height: 100px;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  span.name {
    font-size: 14px;
  }

  .navigationContent {
    padding-bottom: 0px;
  }

  .HeroTitle p {
    font-size: 14px;
  }

  span.num {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  #finalTitle h1 {
    font-size: 24px;
    line-height: 30px;
  }
  div#mobileVRTip {
    font-size: 14px;
  }
}