@font-face {
  font-family: 'PT Sans Regular';
  src: url("/showroom/common/fonts/PT_Sans-Web-Regular.ttf");
}
@font-face {
  font-family: 'PT Sans Bold';
  src: url("/showroom/common/fonts/PT_Sans-Web-Bold.ttf");
}
html {
  height: calc(100% + 1px);
  overflow: hidden;
}
body {
  margin: 0;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}
#scene-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#markers-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  pointer-events: none;
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#app-curtain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  transition: 1s;
  opacity: 0;
}
.app-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.app-loading .logo-container {
  width: 100%;
  height: 20vmin;
  transform: translateX(8vmin);
}
.app-loading .logo-container .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/showroom/common/svg/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.app-loading .logo-container .logo-filled {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: inset(100% 0 0 0);
  background-image: url("/showroom/common/svg/logo-filled.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.app-loading .text {
  margin-top: 1.5vmin;
  color: white;
  font-size: 3.6vmin;
  text-align: center;
}
#app-tap-to-start {
  z-index: 90;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#app-tap-to-start .logo-container .logo-filled {
  clip-path: inset(0 0 0 0);
}
.app-hint {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.app-hint.hidden {
  opacity: 0;
}
@media (max-height: 720px) {
  .app-hint {
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
  }
}
@media (min-height: 720px) {
  .app-hint {
    bottom: 86px;
    height: 120px;
  }
}
#app-hint-360 {
  background-image: url("/showroom/ru/svg/hint-360.svg");
}
#app-hint-products {
  background-image: url("/showroom/ru/svg/hint-products.svg");
}
@media (min-height: 720px) {
  #app-hint-products {
    bottom: 20vh;
  }
}
#app-hint-metals {
  background-image: url("/showroom/ru/svg/hint-metals.svg");
}
@media (min-height: 720px) {
  #app-hint-metals {
    bottom: 37vh;
  }
}
#app-back {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: 19.2vh;
  pointer-events: none;
}
#app-back .back-container {
  position: relative;
  width: 18vh;
  height: 18vh;
  transform: rotate(-45deg);
}
#app-back .back-button {
  position: absolute;
  top: 3.6vh;
  left: 3.6vh;
  width: 10.8vh;
  height: 10.8vh;
  background-color: #fe5000;
  cursor: pointer;
  pointer-events: auto;
}
#app-back .back-button:before {
  content: '';
  display: block;
  width: 3.84vh;
  height: 3.84vh;
  background-image: url("/showroom/common/svg/arrow-bottom.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.96vh;
  left: -0.96vh;
  transform: rotate(45deg);
}
#app-back .back-button:after {
  content: 'Назад';
  left: 1.32vh;
  top: 4.56vh;
  display: block;
  position: relative;
  transform: rotate(45deg);
  color: #fff;
  font-size: 2.88vh;
}
#app-back .back-box {
  width: 3.6vh;
  height: 3.6vh;
  position: absolute;
}
#app-back .back-box:nth-child(1) {
  top: 0;
  left: 3.6vh;
}
#app-back .back-box:nth-child(2) {
  top: 0;
  left: 0;
}
#app-back .back-box:nth-child(3) {
  top: 3.6vh;
  left: 0;
}
#app-back .back-box:nth-child(5) {
  bottom: 3.6vh;
  right: 0;
}
#app-back .back-box:nth-child(6) {
  bottom: 0;
  right: 0;
}
#app-back .back-box:nth-child(7) {
  bottom: 0;
  right: 3.6vh;
}
#app-back .back-box.clear {
  background-color: #fff;
}
#app-back .back-box.middle {
  background-color: #ccc;
}
#app-back .back-box.main {
  background-color: #53606b;
}
#app-back .app-guide {
  position: absolute;
  width: 2.4vh;
  height: 2.4vh;
  bottom: 0.96vh;
  overflow: hidden;
}
#app-back .app-guide:after {
  content: '';
  display: block;
  position: relative;
  top: 1.56vh;
  width: 2.4vh;
  height: 2.4vh;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}
#app-look-around {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: .8;
  font-size: 10px;
}
#app-look-around-image {
  width: 80px;
  margin-bottom: 10px;
}
#app-video {
  position: absolute;
  display: none;
  right: 12vh;
  bottom: 12vh;
  width: 16.8vh;
  height: 16.8vh;
  transform: rotate(0deg);
}
#app-video.hidden {
  opacity: 0;
}
#app-video .video-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.52vh;
  width: 8.52vh;
  background-position: center;
  cursor: pointer;
  transform: rotate(-45deg);
}
#app-video .video-button:after {
  content: '';
  position: relative;
  display: block;
  width: 40%;
  height: 40%;
  transform: rotate(45deg);
  background-repeat: no-repeat;
}
#app-video .video-button.play {
  background-color: #fe5000;
  left: 4.2vh;
}
#app-video .video-button.play:after {
  background-position: 75%;
  background-image: url("/showroom/common/svg/play.svg");
}
#app-video .video-button.play.stop:after {
  background-position: 50%;
  background-image: url("/showroom/common/svg/stop.svg");
}
#app-video .video-button.prev {
  background-color: #53606b;
  left: -1.8vh;
  top: 6vh;
}
#app-video .video-button.prev:after {
  right: 0.36vh;
  background-image: url("/showroom/common/svg/prev.svg");
}
#app-video .video-button.next {
  background-color: #ccc;
  top: 6vh;
  left: 10.2vh;
}
#app-video .video-button.next:after {
  top: 0.36vh;
  background-image: url("/showroom/common/svg/next.svg");
}
#app-video .video-button.open {
  background-color: #fff;
  top: 12vh;
  left: 4.2vh;
}
#app-video .video-button.open:after {
  width: 70%;
  height: 70%;
  background-image: url("/showroom/common/svg/open.svg");
}
#app-video .video-button.open.zoom:after {
  width: 55%;
  height: 55%;
  background-image: url("/showroom/common/svg/close.svg");
}
#app-video .video-button.exit {
  background-color: #fff;
  top: 12vh;
  left: 4.2vh;
}
#app-video .video-button.exit:after {
  content: 'Выход';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #53606b;
  font-weight: bold;
  font-size: 2.4vh;
}
#app-cinema {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 30.6vh;
  right: 6.6vh;
  width: 27.6vh;
  min-height: 42.12vh;
}
#app-cinema.off {
  display: none;
}
#app-cinema .label,
#app-cinema .item {
  width: 100%;
  padding: 1.2vh 2.4vh;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#app-cinema .label {
  color: #fff;
  background-color: #fe5000;
  font-size: 2.88vh;
}
#app-cinema .item {
  color: #000;
  background-color: #fff;
  margin-bottom: 0.6vh;
  transition: .2s;
  font-size: 2.16vh;
}
#app-cinema .item:last-child {
  margin-bottom: 0;
}
#app-cinema .item:hover,
#app-cinema .item:focus {
  background-color: #fe5000;
  color: #fff;
}
#app-cinema .item.active {
  background-color: #53606b;
  color: #fff;
}
#app-cinema .list {
  margin-top: 0.6vh;
  width: 100%;
  max-height: 48vh;
  overflow: hidden;
  transition: 0.1s margin-top, 0.5s ease-in-out max-height;
}
#app-cinema .list.hidden {
  margin-top: 0;
  max-height: 0;
  transition-delay: .5s, 0s;
}
#app-cinema .arrow {
  width: 7.2vh;
  height: 3.6vh;
  background-image: url("/showroom/common/svg/arrow-accent.svg");
  background-repeat: no-repeat;
}
.info-point {
  display: flex;
  align-items: center;
  transform: translateY(-50%) translateX(-3.24vh);
}
.info-point.left {
  flex-direction: row-reverse;
  transform: translateY(-50%) translateX(-100%) translateX(3.24vh);
}
.info-point .icon {
  width: 6.6vh;
  height: 6.6vh;
  cursor: pointer;
  pointer-events: all;
}
.info-point .icon .icon-image {
  position: absolute;
  width: 6.6vh;
  height: 6.6vh;
  background-image: url("/showroom/common/svg/info-point.svg");
  background-repeat: no-repeat;
  transition: all 0.1s ease-out;
}
.info-point .icon .icon-image:hover {
  transform: scale(1.1);
}
.info-point .icon .icon-image:active {
  transform: scale(0.5);
}
.info-point .scale {
  display: flex !important;
  align-items: center;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  transform-origin: left;
  z-index: -1;
}
.info-point .scale.left {
  flex-direction: row-reverse;
  transform-origin: right;
}
.info-point .scale.show {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.info-point .scale .arrow {
  width: 3vh;
  height: 6.6vh;
  margin-left: -0.24vh;
  margin-right: -0.24vh;
  background-image: url("/showroom/common/svg/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.info-point .scale .arrow.left {
  background-image: url("/showroom/common/svg/arrow-right.svg");
  margin-left: -0.24vh;
  margin-right: -0.24vh;
}
.info-point .scale .text {
  width: 48vh;
  padding: 2.4vh;
  background-color: white;
  color: white;
  transition: all 0.1s ease-out;
}
.info-point .scale .text.show {
  color: black;
  transition: all 0.5s ease-out 0.25s;
}
@media (min-width: 960px) {
  .info-point .scale .text {
    font-size: 1.8vh;
  }
}
@media (max-width: 960px) {
  .info-point .scale .text {
    font-size: 3vh;
  }
}
