@font-face {
  font-family: "RFDewiExpanded";
  src: url("/fonts/RFDewiExpanded-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RFDewiExtended";
  src: url("/fonts/RFDewiExtended-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RFDewiExtended";
  src: url("/fonts/RFDewiExtended-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  touch-action: manipulation;
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

.multon-game,
.multon-game button {
  font-family: "RFDewiExtended", "Open Sans", Helvetica, Arial, sans-serif;
}

.multon-game {
  min-height: 100vh;
  background-color: #383838;
  background-image: radial-gradient(80% 80% at 15% 0, rgba(0, 162, 73, 0.4125), transparent), radial-gradient(80% 80% at 85% 115%, rgba(254, 198, 0, 0.375), transparent);
  background-size: 100% 100%;
}
.multon-game__gamebox {
  width: 21em;
  height: 35em;
  flex-shrink: 0;
}
.multon-game__container {
  width: 100%;
  max-width: 75em;
  padding: 2.5em 1em;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  gap: 2.5em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .multon-game__container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .multon-game {
    font-size: clamp(16px, 0.75vw + 0.375vh, 40px);
  }
}

.page-description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5em;
}
.page-description__text {
  color: #fff;
  font-size: clamp(1.5em, 3vw, 2.25em);
  font-weight: 400;
  line-height: 1.3em;
  padding-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .page-description__arrow {
    display: none;
  }
}

.gamebox-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  line-height: 2.75em;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.625);
  color: #1d1d1b;
  border-radius: 0.25em;
  transition: background-color 0.25s;
  font-weight: 600;
  user-select: none;
}
.gamebox-button__image {
  -webkit-user-drag: none;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  vertical-align: middle;
  margin-top: -2px;
}
@media (hover: hover) {
  .gamebox-button:hover {
    background-color: #fff;
    transition: background-color 0.1s;
  }
}
.gamebox-button[data-hint] {
  position: relative;
}
.gamebox-button[data-hint]:before {
  content: attr(data-hint);
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 1;
  margin-bottom: 0.5em;
  opacity: 1;
  font-size: 1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.25s;
}

.gamebox-slide {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  padding: 1.5em;
  border-radius: 0.75em;
  width: 100%;
  height: 100%;
  color: #000;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center bottom;
  transition: transform 0.375s, opacity 0.375s;
}
.gamebox-slide__heading {
  font-size: 2.5em;
  font-family: "RFDewiExpanded", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.gamebox-slide__heading_mb {
  margin-bottom: auto;
}
.gamebox-slide__title {
  font-size: 1.625em;
  font-family: "RFDewiExpanded", "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1em;
}
.gamebox-slide__title i {
  font-size: 0.9125em;
  font-style: normal;
}
.gamebox-slide__title mark {
  background: none;
  color: #00A249;
}
.gamebox-slide__title_mb {
  margin-bottom: 0.375em;
}
.gamebox-slide__title_mba {
  margin-bottom: auto;
}
.gamebox-slide__subtitle {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.15em;
}
.gamebox-slide__text {
  font-size: 0.875em;
  line-height: 1.25em;
}
.gamebox-slide__text_mb {
  margin-bottom: 0.5em;
}
.gamebox-slide__text-image {
  width: 1.375em;
  height: 1.375em;
  vertical-align: top;
}
.gamebox-slide__text-image_big {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}
.gamebox-slide__buttons {
  display: flex;
  gap: 0.5em;
  user-select: none;
}
.gamebox-slide__button {
  width: 100%;
}
.gamebox-slide__image-outer {
  position: relative;
  height: 100%;
  margin-left: -1.5em;
  margin-right: -1.5em;
  font-size: 1em;
}
.gamebox-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.gamebox-slide__counter {
  position: relative;
  color: #00A249;
  font-size: 1.625em;
  font-family: "RFDewiExpanded", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.25em;
  line-height: 1em;
  align-self: flex-start;
}
.gamebox-slide__counter sup {
  margin-right: 0.375em;
}
.gamebox-slide__counter:before {
  content: "";
  position: absolute;
  background-color: #00A249;
  width: 0.15em;
  height: 75%;
  top: 55%;
  right: 0.875em;
  transform-origin: right top;
  transform: translateY(-50%) skewX(-40deg);
}
.gamebox-slide__section_mba {
  margin-bottom: auto;
}
.gamebox-slide__score {
  font-size: 4em;
  font-weight: 700;
  font-family: "RFDewiExpanded", "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, #005326, #000);
}
.gamebox-slide:not(.gamebox-slide_meta):not(.gamebox-slide_question) .gamebox-slide__buttons {
  margin-top: auto;
}
.gamebox-slide_meta {
  background-color: #53D58D;
  background-image: url(/images/ui/leaf.svg), radial-gradient(80% 70% at 50% 65%, rgba(31, 173, 95, 0.5), transparent);
}
.gamebox-slide_first .gamebox-slide__image-outer {
  mask: linear-gradient(to bottom, #000, #000 calc(100% - 2em), transparent);
}
.gamebox-slide:not(.gamebox-slide_first) .gamebox-slide__button[data-hint]:before {
  opacity: 0;
}
.gamebox-slide_answer_good .gamebox-slide__title mark, .gamebox-slide_answer_wrong .gamebox-slide__title mark {
  color: inherit;
}
.gamebox-slide_answer_good {
  background-color: #53D58D;
  background-image: radial-gradient(80% 70% at 50% 65%, rgba(31, 173, 95, 0.5), transparent);
}
.gamebox-slide_answer_wrong {
  background-color: #E3C046;
  background-image: radial-gradient(80% 70% at 50% 65%, rgba(255, 122, 0, 0.5), transparent);
}
.gamebox-slide_question {
  background-color: #1d1d1b;
  background-image: radial-gradient(80% 70% at 50% 65%, rgba(31, 173, 95, 0.5), transparent);
}
.gamebox-slide_question .gamebox-slide__title {
  color: #fff;
}
.gamebox-slide_disabled {
  pointer-events: none;
}
.gamebox-slide_move_left, .gamebox-slide_move_right, .gamebox-slide_move_down {
  pointer-events: none;
  opacity: 0;
}
.gamebox-slide_move_left {
  transform: translate(-42.5%, 5%) rotate(-12.5deg) scale(0.85);
}
.gamebox-slide_move_right {
  transform: translate(42.5%, 5%) rotate(12.5deg) scale(0.85);
}
.gamebox-slide_move_down {
  transform: translateY(15%) scale(0.9);
}
.gamebox-slide_zoomed-out {
  transform: scale(0.975);
}

.gamebox {
  position: relative;
}
.gamebox__area {
  position: absolute;
  top: 0%;
  right: calc(36.5em - 50vw);
  width: 100vw;
  height: calc(50vh + 17.5em);
  max-height: 100vh;
  min-height: calc(100% + 2.5em);
  pointer-events: none;
  overflow: hidden;
}
.gamebox__slides {
  position: absolute;
  pointer-events: auto;
  width: 21em;
  height: 35em;
  right: calc(50vw - 36.5em);
}
.gamebox__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1198.98px) {
  .gamebox__area {
    right: -1em;
  }
  .gamebox__slides {
    right: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .gamebox__area {
    width: 100vw;
    right: 50%;
    height: calc(100% + 2.5em);
    transform: translateX(50%);
  }
  .gamebox__slides {
    right: 50%;
    transform: translateX(50%);
  }
}

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