body {
  font-family: 'Ar rgothic1 extra', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 20px;
}

.container {
  width: 100%;
  /* max-width: 1440px; */
  max-width:100%;
  padding: 40px;
}

.number-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number-col {
  /* width: 10%; */
  width:100px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-center {
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.title-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
}

.number-range-row {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  margin-bottom: 20px;
  padding: 60px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-link {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-image: url('../images/number-button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
}

.number-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.number-link-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.desktop-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ad-b-tablet {
  position: relative;
  z-index: 200;
}

.ad-b-160 {
  position: relative;
  z-index: 100;
  /* display: block; */
  width: 13%;
}

.ad-desktop {
  width: 100%;
  max-width: 160px;
}

.main-content {
  width: 74%;
  padding-right: 20px;
  padding-left: 20px;
}

.title-left {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.title-left:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.title-right {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.title-right:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-number-to {
  width: 6%;
}

.number-range-div {
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number-form-block {
  margin-bottom: 0px;
}

.text-number-to {
  width: 10%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.number-range-text {
  min-height: 120px;
  min-width: 200px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.number-range-text.number-board2 {
  background-image: url('../images/board2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.number-range-text.number-board {
  background-image: url('../images/board1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.number-range-row {
  padding-right: 80px;
  padding-left: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/bg-blur.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-game-over-money {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.section-game-over-money.popup-scroll {
  display: none;
}

.section-game {
  overflow: hidden;
}

.game-over-result {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.game-over-result.mony-bg {
  background-image: url('../images/game-over-money.png');
  background-position: 50% 50%;
  background-size: 605px;
  background-repeat: no-repeat;
}

.game-over-result.boom-bg {
  background-image: url('../images/game-over-boom-01.png');
  background-position: 50% 50%;
  background-size: 605px;
  background-repeat: no-repeat;
}

.game-over-text-money {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 7.5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 80px;
  line-height: 80px;
  text-shadow: 1px 1px 4px #a24701;
}

.container-pop {
  width: 100%;
  max-width: 1000px;
  padding-right: 5%;
  padding-left: 5%;
}

.game-pop-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  max-width: 310px;
  margin-right: 5%;
  margin-bottom: 5%;
}

.img {
  width: 100%;
}

.section-game-over-boom {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.section-game-over-boom.popup-scroll {
  display: none;
}

.game-over-text-boom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 80px;
  line-height: 80px;
  text-shadow: 1px 1px 4px #000;
}

html.w-mod-js *[data-ix="section-game-over-money"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="section-game-over-boom"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 20px 40px;
  }

  .number-col {
    /* width: 18%; */
    width:50px;
  }

  .title-row {
    position: static;
  }

  .title-center {
    width: 100%;
  }

  .title-left {
    position: static;
    width: 50%;
    margin-top: -120px;
  }

  .title-right {
    position: static;
    width: 50%;
    margin-top: -120px;
  }

  .ad-b-tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .ad-b-tablet.bottom {
    margin-top: 50px;
  }

  .ad-mobile {
    display: none;
  }

  .ad-b-160 {
    display: none;
  }

  .main-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-over-result {
    padding-top: 74%;
  }

  .game-over-result.mony-bg {
    background-size: 100%;
  }

  .game-over-result.boom-bg {
    background-size: 100%;
  }

  .game-over-text-money {
    margin-top: 10.5%;
  }

  .game-over-text-boom {
    margin-top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .number-col {
    /* width: 20%; */
    width:60px;
    margin-bottom: 5px;
  }

  .title-left {
    margin-top: -60px;
  }

  .title-right {
    margin-top: -60px;
  }

  .number-range-row {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .ad-b-tablet.bottom {
    margin-top: 30px;
  }

  .ad-mobile {
    display: block;
  }

  .ad-tablet {
    display: none;
  }

  .text-number-to {
    width: 10%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .number-range-text {
    width: 100%;
    height: 100px;
    min-height: 60px;
    min-width: 100px;
  }

  .number-range-row {
    background-size: contain;
  }

  .game-over-text-money {
    margin-top: 10%;
    font-size: 46px;
    line-height: 46px;
  }

  .game-over-text-boom {
    font-size: 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .number-range-row {
    margin-bottom: -5%;
  }

  .number-link-txt {
    font-size: 22px;
  }

  .number-range-div {
    width: 38%;
  }

  .number-range-text {
    height: 80px;
    min-width: 80px;
    font-size: 20px;
  }

  .number-range-row {
    margin-top: -30px;
    padding: 30px 20px;
  }

  .game-over-text-money {
    font-size: 32px;
  }

  .game-over-text-boom {
    font-size: 32px;
  }
}

@font-face {
  font-family: 'Ar rgothic1 extra';
  src: url('../fonts/AR-RGothic1-Extra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}