body.page-game {
  height: calc(var(--dvh, 1dvh) * 100);
  overflow: hidden;
}

@media (max-width: 1180px) {
  body.page-game header {
    display: none;
  }
}

.page-game {
  overflow: hidden;
}

.block__disco-ball {
  position: absolute;
  top: -110px;
  left: 20%;
}

.game-wrapper {
  width: 100%;
  height: calc(var(--dvh, 1dvh) * 100 - 120px);
  background: url("../img/game-bg.jpg") center 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 120px;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .game-wrapper {
    background: url("../img/video-bg.png") center 0 no-repeat;
    background-size: cover;
    height: calc(var(--dvh, 1dvh) * 100);
    top: 0;
  }
}

.block__game {
  width: 506px;
  height: calc(var(--dvh, 1dvh) * 100 - 170px);
  padding: 5px;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 2;
  background: linear-gradient(247deg, var(--ESC-mauboy-purple, #5A22A9) 43.27%, var(--ESC-fuchsia-lover, #F10D59) 100%);
  box-shadow: 0 0 57.5px 0 #000;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .block__game {
    left: 42%;
  }
}

@media (max-width: 1180px) {
  .block__game {
    height: calc(var(--dvh, 1dvh) * 100 - 50px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 468px) {
  .block__game {
    top: 0;
    height: calc(var(--dvh, 1dvh) * 100);
    padding: 0;
    width: 100%;
  }
}

.block__game--inner {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  perspective: 100px;
  top: 5px;
  left: 5px;
  background: url("../img/game/game__block-bg_2.jpg") center 0 no-repeat;
  background-size: 526px 865px;
  overflow: hidden;
}

.block__game--inner:before,
.block__game--inner:after {
  content: "";
  position: absolute;
  z-index: 0;
}

.block__game--inner:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  height: 259px;
  border-radius: 620px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), #5A22A9;
  filter: blur(40.0999984741px);
}

.block__game--inner:after {
  position: absolute;
  width: 100%;
  height: 350px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 5.27%, rgb(42, 42, 42) 80%);
}

.block__game--top {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  font-size: 0;
}

.block__game--top .point-count,
.block__game--top .game-timer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 60px;
  background: linear-gradient(247deg, #5A22A9 0%, #F10D59 100%);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}

@media (max-width: 480px) {

  .block__game--top .point-count,
  .block__game--top .game-timer {
    height: 40px;
  }
}

.block__game--top .point-count {
  width: 105px;
  margin-right: 5px;
}

.block__game--top .point-count strong {
  font-size: 20px;
  font-family: var(--font-bold);
  font-weight: normal;
  margin-right: 8px;
}

.block__game--top .point-count span {
  font-size: 16px;
}

.block__game--top .game-timer {
  width: 95px;
  font-size: 16px;
  margin-right: 5px;
}

.block__game--top .block__boerserl {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 111px;
  height: 135px;
  z-index: 0;
}

@media (max-width: 480px) {
  .block__game--top .block__boerserl {
    left: 0;
  }
}

.block__game--body {
  width: calc(100% - 10px);
  left: 50%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  z-index: 0;
  transform: translateX(-50%);
}

.game-count-start {
  position: absolute;
  width: 312px;
  height: 216px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.game-count-start>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.game-count-start>div.active {
  opacity: 1;
}

.block__scene .place,
.block__scene .obj,
.block__game--body .place,
.block__game--body .obj {
  position: absolute;
}

.block__scene .place,
.block__game--body .place {
  width: 91px;
  height: 91px;
}

.block__scene .place .obj,
.block__game--body .place .obj {
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.block__scene .place_0,
.block__game--body .place_0 {
  background: url("../img/game/place/0/a/place_0_a.png") center bottom no-repeat;
}

.block__scene .place_0.place-active,
.block__game--body .place_0.place-active {
  background: url("../img/game/place/0/b/place_0_b.png") center bottom no-repeat;
}

.block__scene .place_1,
.block__game--body .place_1 {
  background: url("../img/game/place/1/a/place_1_a.png") center bottom no-repeat;
}

.block__scene .place_1.place-active,
.block__game--body .place_1.place-active {
  background: url("../img/game/place/1/b/place_1_b.png") center bottom no-repeat;
}

.block__scene .place_2,
.block__game--body .place_2 {
  background: url("../img/game/place/2/a/place_2_a.png") center bottom no-repeat;
}

.block__scene .place_2.place-active,
.block__game--body .place_2.place-active {
  background: url("../img/game/place/2/b/place_2_b.png") center bottom no-repeat;
}

.block__scene .place_3,
.block__game--body .place_3 {
  background: url("../img/game/place/3/a/place_3_a.png") center bottom no-repeat;
}

.block__scene .place_3.place-active,
.block__game--body .place_3.place-active {
  background: url("../img/game/place/3/b/place_3_b.png") center bottom no-repeat;
}

.block__scene .place_4,
.block__game--body .place_4 {
  background: url("../img/game/place/4/a/place_4_a.png") center bottom no-repeat;
}

.block__scene .place_4.place-active,
.block__game--body .place_4.place-active {
  background: url("../img/game/place/4/b/place_4_b.png") center bottom no-repeat;
}

.block__game--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 480px) {
  .block__game--bottom {
    max-width: calc(100% + 0px);
    bottom: 15px;
  }
}

.block__game--bottom button {
  width: 25%;
  height: 105px;
  border: none;
  background: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 92px 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .block__game--bottom button {
    width: calc(25% - 6px);
    background-size: contain;
    margin: 0 3px;
  }
}

.block__game--bottom button._btn_1 {
  background-image: url("../img/game/btn/1/a/btn_1_a.png");
}

.block__game--bottom button._btn_1:hover {
  background-image: url("../img/game/btn/1/b/btn_1_b.png");
}

.block__game--bottom button._btn_2 {
  background-image: url("../img/game/btn/2/a/btn_2_a.png");
}

.block__game--bottom button._btn_2:hover {
  background-image: url("../img/game/btn/2/b/btn_2_b.png");
}

.block__game--bottom button._btn_3 {
  background-image: url("../img/game/btn/3/a/btn_3_a.png");
}

.block__game--bottom button._btn_3:hover {
  background-image: url("../img/game/btn/3/b/btn_3_b.png");
}

.block__game--bottom button._btn_3.pres {
  background-image: url("../img/game/btn/3/c/btn_3_c.png") !important;
}

.block__game--bottom button._btn_4 {
  background-image: url("../img/game/btn/4/a/btn_4_a.png");
}

.block__game--bottom button._btn_4:hover {
  background-image: url("../img/game/btn/4/b/btn_4_b.png");
}

.block__game--tools {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 0;
}

@media (max-width: 1179.98px) {
  .block__game--tools {
    position: relative;
    top: 0;
    right: 0;
  }
}

.block__game--tools a {
  margin: 0 5px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 90px;
  background: #FFF;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1179.98px) {
  .block__game--tools a {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 480px) {
  .block__game--tools a {
    width: 40px;
    height: 40px;
  }
}

.block__game--bottom {
  padding-bottom: max(25px, env(safe-area-inset-bottom));
}

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