@font-face {
  font-family: "Rostov";
  src: url("fonts/Rostov.woff2") format("woff2"), url("fonts/Rostov.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Black.woff2") format("woff2"), url("fonts/InterTight-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Bold.woff2") format("woff2"), url("fonts/InterTight-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-ExtraBold.woff2") format("woff2"), url("fonts/InterTight-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-ExtraLight.woff2") format("woff2"), url("fonts/InterTight-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Light.woff2") format("woff2"), url("fonts/InterTight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Medium.woff2") format("woff2"), url("fonts/InterTight-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Regular.woff2") format("woff2"), url("fonts/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-SemiBold.woff2") format("woff2"), url("fonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight-Thin.woff2") format("woff2"), url("fonts/InterTight-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
body canvas {
  height: 100% !important;
}

.size-layer img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 780px) {
  .size-layer img:nth-child(1) {
    display: none;
  }
  .size-layer img:nth-child(2) {
    display: block;
  }
}

.mobile-data {
  display: none;
}
@media screen and (max-width: 780px) {
  .mobile-data {
    display: block;
  }
}

.desktop-data {
  display: block;
}
@media screen and (max-width: 780px) {
  .desktop-data {
    display: none;
  }
}

.info-scene {
  display: none;
  position: fixed;
  background: url(backgroundstart.jpg) no-repeat 50% 50%;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 780px) {
  .info-scene {
    background: url(mobile_backgroundstart.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.info-scene .info-logo {
  position: absolute;
  display: block;
  height: 3.7vh;
  top: 5.55vh;
  left: calc(50% - 9.25vh);
}
.info-scene .info-text strong {
  position: relative;
  display: block;
  font-family: "Rostov";
  text-transform: uppercase;
  color: #FE6E36;
  font-size: 13.88vh;
}
.info-scene .info-text .info-text-text {
  font-family: "Inter Tight";
  font-size: 1.96vh;
  line-height: 105%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene .info-text {
    text-align: center;
  }
  .info-scene .info-text strong {
    position: relative;
    display: block;
    font-size: 11.26vw;
    margin-bottom: 1.3vh;
  }
  .info-scene .info-text .info-text-text {
    font-size: 4.26vw;
  }
}
.info-scene#info-scene1 .info-text strong {
  margin-bottom: -1.2vh;
}
@media screen and (max-width: 780px) {
  .info-scene#info-scene1 .info-text strong {
    margin-bottom: 0;
  }
}
.info-scene#info-scene2 .info-text strong {
  color: #fff;
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#info-scene2 .info-text strong {
    color: #FE6E36;
  }
}
.info-scene#info-scene2 .info-text img {
  position: relative;
  display: block;
  margin: 3.24vh auto 0;
  width: 64.16vh;
}
@media screen and (max-width: 780px) {
  .info-scene#info-scene2 .info-text img {
    width: 335px;
  }
}
.info-scene#finish-scene .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
.info-scene#level-complete-scene .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#level-complete-scene .info-buttons .size-layer#back-button-finish {
    display: none;
  }
}
.info-scene#level-complete-scene2 .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#level-complete-scene2 .info-buttons .size-layer#back-button-finish2 {
    display: none;
  }
}
.info-scene#level-complete-scene3 .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#level-complete-scene3 .info-buttons .size-layer#back-button-finish3 {
    display: none;
  }
}
.info-scene#level-complete-scene4 .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#level-complete-scene4 .info-buttons .size-layer#back-button-finish4 {
    display: none;
  }
}
.info-scene#level-complete-scene5 .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .info-scene#level-complete-scene5 .info-buttons .size-layer#back-button-finish5 {
    display: none;
  }
}
.info-scene#game-over-scene .info-text strong {
  font-size: 5.95vh;
  position: relative;
  display: block;
  margin: 0 auto 1.1vh;
  text-align: center;
}
.info-scene .info-buttons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.85vh;
  width: 100%;
  bottom: 7.4vh;
  left: 0;
}
@media screen and (max-width: 780px) {
  .info-scene .info-buttons {
    gap: 1.86vw;
  }
}
.info-scene .info-buttons .size-layer {
  cursor: pointer;
}
.info-scene .info-buttons .size-layer img {
  height: 7.03vh;
}
@media screen and (max-width: 780px) {
  .info-scene .info-buttons .size-layer img {
    height: 13.86vw;
  }
}
.info-scene .info-buttons .size-layer:hover {
  opacity: 0.9;
}

.rules-modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 780px) {
  .rules-modal {
    width: 100%;
    height: 100%;
  }
}
.rules-modal .rules-modal-filed {
  position: relative;
  width: 49.62vh;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.rules-modal .rules-modal-filed img {
  width: 100%;
}
.rules-modal .rules-modal-filed .rules-close {
  position: absolute;
  display: block;
  width: 2.22vh;
  right: 1.38vh;
  top: 1.38vh;
  cursor: pointer;
}
.rules-modal .rules-modal-filed .rules-ok {
  position: absolute;
  display: block;
  left: 3.2vh;
  bottom: 3.77vh;
  width: calc(100% - 6.55vh);
  cursor: pointer;
}
.rules-modal .rules-modal-filed .rules-ok:hover {
  opacity: 0.9;
}
@media screen and (max-width: 780px) {
  .rules-modal .rules-modal-filed .rules-ok {
    opacity: 0;
  }
}
.rules-modal .rules-modal-filed .rules-text {
  position: absolute;
  display: block;
  top: 0;
  box-sizing: border-box;
  padding: 2.77vh;
  font-size: 1.66vh;
  line-height: 120%;
  color: #242424;
}
@media screen and (max-width: 780px) {
  .rules-modal .rules-modal-filed .rules-text {
    opacity: 0;
  }
}
.rules-modal .rules-modal-filed .rules-text strong {
  position: relative;
  display: block;
  font-family: "Rostov";
  font-size: 3.52vh;
}
.rules-modal .rules-modal-filed .rules-text ol li {
  margin-bottom: 1.7vh;
}

.uhu-modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 780px) {
  .uhu-modal {
    width: 100%;
    height: 100%;
  }
}
.uhu-modal .uhu-modal-filed {
  position: relative;
  width: 49.62vh;
  height: 37.31vh;
  height: auto;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .uhu-modal .uhu-modal-filed {
    width: 343px;
  }
}
.uhu-modal .uhu-modal-filed .uhu-bg {
  position: absolute;
  width: 100%;
}
.uhu-modal .uhu-modal-filed .uhu-bg img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .uhu-modal .uhu-modal-filed .uhu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .uhu-modal .uhu-modal-filed .uhu-bg img {
    height: 100%;
  }
}
.uhu-modal .uhu-modal-filed .uhu-close {
  position: absolute;
  display: block;
  width: 2.22vh;
  right: 1.38vh;
  top: 1.38vh;
  cursor: pointer;
}
.uhu-modal .uhu-modal-filed .uhu-btn {
  position: relative;
  display: block;
  margin-top: 2.3vh;
  left: 2.77vh;
  bottom: 2.77vh;
  width: calc(100% - 5.55vh);
  cursor: pointer;
}
.uhu-modal .uhu-modal-filed .uhu-btn:hover {
  opacity: 0.9;
}
.uhu-modal .uhu-modal-filed .uhu-text {
  position: relative;
  display: block;
  top: 0;
  box-sizing: border-box;
  padding: 2.77vh;
  font-size: 1.66vh;
  line-height: 120%;
  color: #242424;
}
.uhu-modal .uhu-modal-filed .uhu-text img {
  width: 2.08vw;
  padding: 0.5vh;
}
.uhu-modal .uhu-modal-filed .uhu-text img.plasmaball {
  width: 3.7vw;
  padding: 0;
  margin-top: 0.42vh;
}
@media screen and (max-width: 780px) {
  .uhu-modal .uhu-modal-filed .uhu-text {
    padding: 16px;
    font-size: 18px;
  }
  .uhu-modal .uhu-modal-filed .uhu-text .mobile-data {
    margin-bottom: 10px;
  }
  .uhu-modal .uhu-modal-filed .uhu-text img {
    width: 40px;
    padding: 0;
  }
  .uhu-modal .uhu-modal-filed .uhu-text img.plasmaball {
    width: 40px;
    padding: 0;
    margin-top: 8px;
  }
}
.uhu-modal .uhu-modal-filed .uhu-text strong {
  position: relative;
  display: block;
  font-family: "Rostov";
  font-size: 3.52vh;
  margin-bottom: 1.38vh;
}
.uhu-modal .uhu-modal-filed .uhu-text ol li {
  margin-bottom: 1.7vh;
}

/*# sourceMappingURL=style.css.map */
