@font-face {
  font-family: "Reforma";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/reformaregularwebfont.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Reforma";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/reformamediumwebfont.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/IQOSW04-Light.woff2") format("woff2"), url("../fonts/IQOSW04-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/IQOSW04-Regular.woff2") format("woff2"), url("../fonts/IQOSW04-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Iqos";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/IQOSW04-Bold.woff2") format("woff2"), url("../fonts/IQOSW04-Bold.woff") format("woff");
  font-display: swap;
}
h1, h2, h3 {
  line-height: 1;
}

h1 {
  font-size: 30px;
}

.font-weight-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-demibold {
  font-weight: 500;
}
@media all and (min-width: 576px) {
  .font-weight-demibold {
    font-weight: 600;
  }
}
.font-weight-bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

#header {
  display: none;
}
@media all and (min-width: 576px) {
  #header {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0.78125vw 1.5625vw;
    z-index: 9;
  }
  .admin-bar #header {
    top: 32px;
  }
  #header img {
    height: 5.6640625vh;
  }
}
@media all and (min-width: 1024px) and (min-height: 700px) {
  #header {
    padding: 1.3020833333vw 3.125vw;
  }
  #header img {
    height: 5.6640625vh;
  }
}

.page__inner {
  padding: 5.5555555556vh 0;
}

.page_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .page_outer {
    transform: scale(0.9);
  }
}
.page_outer > .container {
  background: url(../images/bg_mob.jpg) center center no-repeat;
  background-size: cover;
}
@media all and (min-width: 576px) {
  .page_outer > .container {
    box-shadow: 0 9px 66px 0 #223041;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .page_outer > .container {
    background: url(../images/bg_tablet.jpg) center center no-repeat;
    background-size: cover;
    min-height: 90vh;
  }
}

.page_loader {
  display: none;
  background: linear-gradient(0deg, rgba(18, 27, 55, 0.88) 0%, rgba(76, 88, 96, 0.9) 100%);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0.98;
}

.page_loader span.loading {
  position: relative;
  top: -45px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
}

.page_loader.custom_text span.loading {
  position: relative;
  top: -60px;
  margin: 0 -30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.5;
}

.page_loader .lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.game__timer {
  position: absolute;
  left: 36px;
  top: 0;
  background: #fff;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 18px 51px 0 rgba(0, 0, 0, 0.5);
  width: 78px;
  height: 110px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.game__timer__plus {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.game__timer__clock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #E50222;
  color: #E50222;
  font-size: 20px;
  font-weight: 600;
  margin-top: auto;
}

.form-group {
  position: relative;
  padding-bottom: 20px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .form-group {
    padding-bottom: 35px;
  }
}
.form-group .form-input {
  display: block;
  border: 2px solid #F9F3EC;
  background: #F9F3EC;
  color: #34303D;
  width: 100%;
  height: 39px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  text-align: right;
}
@media all and (min-width: 1024px) {
  .form-group .form-input {
    font-size: 18px;
    height: 46px;
    line-height: 42px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .form-group .form-input {
    font-size: 20px;
    height: 50px;
    line-height: 46px;
  }
}
.form-group .form-input::placeholder {
  color: #34303D;
}
.form-group .form-input.error {
  border-color: #272D68;
}

.checkbox-row {
  position: relative;
  margin-bottom: 18px;
}
.checkbox-row .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .checkbox-row .custom-checkbox {
    font-size: 20px;
  }
}
.checkbox-row .custom-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox-row .custom-checkbox input[type=checkbox]:checked ~ .fake-input:before {
  opacity: 1;
  visibility: visible;
}
.checkbox-row .custom-checkbox .fake-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.checkbox-row .custom-checkbox .fake-input:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  width: 15px;
  height: 15px;
  background: #E50222;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.error {
  color: #E50222;
  font-weight: bold;
  position: static;
  font-size: 15px;
  display: block;
  margin: 2px 0 -8px;
}

.term-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  padding: 8vw;
  width: 100%;
  height: 100%;
  color: #272D68;
  overflow: auto;
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.65);
}
@media all and (min-width: 768px) {
  .term-popup {
    max-width: 576px;
    max-height: 100vh;
    height: auto;
    overflow: auto;
    padding: 1.5625vw;
  }
}
.term-popup .popup-close {
  position: absolute;
  left: 15px;
  top: 15px;
}
.term-popup .popup-close svg {
  width: 22px;
  height: 22px;
}
.term-popup p a {
  color: #272D68;
  text-decoration: underline;
}

.bottom-image {
  padding: 0 0 60vw;
  position: relative;
  z-index: 999;
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image {
    padding-bottom: 10vh;
  }
}
@media all and (min-width: 1024px) {
  .bottom-image {
    padding-bottom: 7.2vh;
  }
}
.bottom-image img {
  position: fixed;
  top: 100%;
  -webkit-transform: transalte(0, -100%);
  -ms-transform: transalte(0, -100%);
  transform: transalte(0, -100%);
  right: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  margin: -10vh 0 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image img {
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .bottom-image img {
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
@media all and (min-width: 576px) {
  .bottom-image img.mobile {
    display: none;
  }
}
.bottom-image img.desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .bottom-image img.desktop {
    display: block;
  }
}
.bottom-image img.tablet {
  display: none;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bottom-image img.tablet {
    display: block;
  }
}
.bottom-image.active img {
  transform: none;
  position: absolute;
  margin: 0;
  top: 0;
}

.btn {
  width: 100%;
  height: 43px;
  line-height: 1;
  background: linear-gradient(180deg, #AB0411 0%, #CA0318 100%);
  color: #fff;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 600;
  padding: 0 45px 3px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #60020a 0%, #7f020f 100%);
  transition: all 0.25s ease-out;
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .btn {
    height: 55px;
    padding: 0 55px 3px;
    font-size: 28px;
  }
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  opacity: 1;
}

.age_gate h1 {
  color: #fff;
  text-shadow: 2px 1px 2px #E50222;
  font-size: 50px;
  line-height: 0.8;
  text-align: center;
  margin: 0 0 35px;
}
.age_gate__form {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  padding: 20px 25px 25px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-size: 20px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
}
.age_gate__form p {
  margin-bottom: 1em;
}
.age_gate__bottom {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.age_gate form {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.age_gate form .form-group {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 4px;
}
.age_gate form #register_dateofbirth {
  border: 0;
  background: transparent;
  font-size: 16px;
  width: 100%;
}
.age_gate form .btn {
  width: 155px;
  margin: 30px auto 0;
}

.leadform {
  padding: 0;
}
.leadform__page {
  min-height: 0;
}
@media (min-width: 1024px) {
  .leadform__page {
    min-height: 90vh;
  }
}
.leadform__page > .container {
  background-image: url(../images/game_bg.jpg);
  background-position: top center;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .leadform__page > .container {
    min-height: calc(90vh);
  }
}
@media all and (min-width: 1024px) {
  .leadform__page > .container {
    min-height: 0;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .leadform__page > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1921px) {
  .leadform__page > .container {
    min-height: 767px;
  }
}
.leadform__page .intro__map img {
  transform: translate(-63%, -5%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform__page .intro__map img {
    transform: translate(-92.5%, 12%);
    width: 300px;
  }
}
.leadform .page_content {
  padding-top: 10%;
}
@media all and (min-width: 1024px) {
  .leadform .page_content {
    padding-top: 5%;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform .page_content {
    padding-top: 15%;
  }
}
.leadform__header {
  padding: 15px 0 0;
}
.leadform h1 {
  color: #fff;
  text-shadow: 2px 1px 2px #E50222;
  font-size: 50px;
  line-height: 0.8;
  text-align: center;
  margin: 0 0 12px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform h1 {
    font-size: 73px;
  }
  .leadform h1 br {
    display: none;
  }
}
.leadform .sub_title {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform .sub_title {
    font-size: 30px;
  }
  .leadform .sub_title br {
    display: none;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform form#leadform {
    max-width: 450px;
    margin: 0 auto;
  }
}
.leadform form#leadform .btn {
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 10px auto;
}
.leadform form#leadform .small {
  font-size: 16px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .leadform form#leadform .small {
    font-size: 20px;
    margin-top: 10px;
  }
}
.leadform form#leadform label.error {
  position: absolute;
  left: 3px;
  bottom: 23px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 10px;
}
.links a {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0.5rem;
  font-size: 20px;
  white-space: nowrap;
}

.introform.page__inner {
  padding: 2.3148148148vh 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .introform.page__inner {
    padding: 12vw 135px;
  }
}
.introform h1 {
  color: #fff;
  text-shadow: 3px 0 0 #E50222;
  font-size: 50px;
  line-height: 0.8;
  text-align: center;
  margin: 0 0 10px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .introform h1 {
    font-size: 60px;
    margin: 0 -30px 20px;
  }
}
.introform .sub_title {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .introform .sub_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.introform .small {
  font-size: 16px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .introform .small {
    font-size: 20px;
  }
}
.introform form#introform .btn {
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 10px auto;
}
.introform form#introform .links {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin: 15px auto;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 10px;
}
.links a {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0.5rem;
  font-size: 18px;
  white-space: nowrap;
}

.otp {
  padding: 0;
}
.otp__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .otp__page {
    align-items: center;
    min-height: 80vh;
    padding: 3.125vw 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__page {
    min-height: 90vh;
    padding: 0;
  }
}
.otp__page > .container {
  background-image: url(../images/game_bg.jpg);
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__page > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1921px) {
  .otp__page > .container {
    min-height: 767px;
  }
}
.otp__page .intro__map img {
  transform: translate(-63%, -5%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__page .intro__map img {
    transform: translate(-92.5%, 33%);
    width: 300px;
  }
}
.otp__header {
  padding: 15px 0 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__header {
    display: none;
  }
}
.otp__body {
  padding-top: 10%;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__body {
    padding-top: 25%;
  }
}
.otp__body h1 {
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  margin: 0 0 12px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__body h1 {
    font-size: 30px;
  }
}
.otp__body h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 22px;
  color: #fff;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__body h2 {
    font-size: 40px;
  }
}
.otp__code {
  padding-bottom: 10%;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__code {
    max-width: 450px;
    margin: 0 auto;
  }
}
.otp__code .form-group {
  margin-bottom: 30px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__code .form-group {
    margin-bottom: 0;
  }
}
.otp__code .btn {
  width: auto;
  margin: 0 auto;
}
.otp__code .resend_code {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__code .resend_code {
    font-size: 22px;
  }
}
.otp__code .resend_code span {
  font-size: 13px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__code .resend_code span {
    font-size: 18px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .otp__code .resend_code_error {
    margin-bottom: 15px;
  }
}

.verify {
  padding: 0;
}
.verify__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .verify__page {
    align-items: center;
    min-height: 90vh;
    padding: 3.125vw 0;
  }
}
.verify__page > .container {
  background-image: url(../images/game_bg.jpg);
  background-position: top center;
  min-height: 80vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .verify__page > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1921px) {
  .verify__page > .container {
    min-height: 767px;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .verify__page {
    padding: 0;
  }
}
.verify__page .intro__map img {
  transform: translate(-63%, -5%);
  width: auto;
}
.verify__header {
  padding: 15px 0 0;
}
.verify__body {
  padding-top: 11%;
  padding-bottom: 25px;
}
.verify__body h1 {
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  margin: 0 0 12px;
  padding: 0 16px;
}
.verify__body h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 22px;
  color: #fff;
}
.verify__body .update_phone {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 0 0 10px;
}
.verify__body .btn {
  font-weight: 600;
  display: inline-flex;
  width: auto;
  margin: 10px auto;
}
.verify .otp__code {
  padding-bottom: 10%;
}
.verify .otp__code h1 {
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  margin: 0 0 12px;
}
.verify .otp__code h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 22px;
  color: #fff;
}
.verify .otp__code .form-group {
  margin-bottom: 30px;
}
.verify .otp__code .btn {
  width: auto;
  margin: 0 auto;
}
.verify .otp__code .resend_code {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
.verify .otp__code .resend_code span {
  font-size: 13px;
}

.cc {
  padding: 69% 0 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc {
    padding: 55% 0 0;
  }
  .cc__challenge {
    width: 480px;
  }
}
.cc__page {
  overflow: hidden;
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 1024px) {
  .cc__page {
    align-items: center;
    min-height: 90vh;
    padding: 3.125vw 0;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .cc__page {
    padding: 0;
  }
}
.cc__page > .container {
  background-image: url(../images/game_bg.jpg);
  background-position: top center;
  min-height: 50vh;
}
.cc__title {
  margin: 20px 0 -18px;
  color: #D4302E;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__title {
    font-size: 40px;
  }
}
.cc__title span {
  display: inline-block;
  padding: 0 7px 6px;
  background: #fff;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__title span {
    padding: 2px 10px 8px;
  }
}
.cc__box {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 25px 15px 10px;
  margin: 0 10px;
}
.cc__box h2 {
  margin: 0 0 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__box h2 {
    font-size: 40px;
  }
}
.cc__box h2.sub {
  font-size: 34px;
  animation-iteration-count: infinite;
  animation-name: growAnimation;
  animation-duration: 3s;
  will-change: transform;
  color: #000000;
  text-shadow: none;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__box h2.sub {
    font-size: 40px;
  }
  .cc__box h2.sub br {
    display: none;
  }
}
.cc__box h2.sub span {
  font-size: 28px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__box h2.sub span {
    font-size: 36px;
  }
}
.cc__box h3 {
  font-size: 25px;
  margin: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__box h3 {
    font-size: 35px;
  }
}
.cc__box .btn {
  margin: 15px 0 0;
  position: relative;
  display: inline-flex;
  width: auto;
  line-height: 1;
  font-size: 20px;
  padding: 0 25px 3px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .cc__box .btn {
    font-size: 28px;
  }
}
.cc img.airplane {
  float: left;
  margin: -10px 0 0 -40px;
  position: relative;
}

@keyframes growAnimation {
  0% {
    transform: scale(1);
  }
  49% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  99% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.intro {
  padding: 0 0 20px;
  min-height: 80vh;
}
@media all and (min-width: 576px) {
  .intro {
    min-height: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro {
    min-height: 90vh;
  }
}
.intro__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .intro__page {
    align-items: center;
    padding: 3.125vw 0;
    min-height: 80vh;
  }
}
@media all and (min-width: 1024px) {
  .intro__page {
    min-height: 90vh;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .intro__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro__page {
    padding: 0;
  }
}
.intro__page > .container {
  position: relative;
  background-image: url(../images/intro/bg.jpg);
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .intro__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 1024px) {
  .intro__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .intro__page > .container {
    min-height: 767px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro__header {
    display: none;
  }
}
.intro .intro__map img {
  margin: -15px 0 0 -45px;
  max-height: 60vh;
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro .intro__map img {
    max-height: 100%;
    width: 560px;
    margin: -10px 0 0 -82px;
  }
}
.intro__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
.intro__box {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 14px;
  padding: 7px 15px 10px;
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro__box {
    max-width: 536px;
    margin: 0 auto;
    padding: 12px 15px 15px;
  }
}
.intro__box h1 {
  font-size: 25px;
  margin: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro__box h1 {
    font-size: 30px;
  }
}
.intro .btn {
  margin: 10px 0 0;
  position: relative;
  display: inline-flex;
  width: auto;
  line-height: 1;
  padding: 0 15px 3px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .intro .btn {
    padding: 0 25px 3px;
  }
}

.gamestart {
  padding: 12% 0 0;
}
.gamestart__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .gamestart__page {
    align-items: center;
    padding: 3.125vw 0;
    min-height: 90vh;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .gamestart__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart__page {
    padding: 0;
  }
}
.gamestart__page > .container {
  position: relative;
  background-image: url(../images/game1/bg.jpg);
  background-position: top center;
  min-height: 80vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .gamestart__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart__page > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1024px) {
  .gamestart__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .gamestart__page > .container {
    min-height: 767px;
  }
}
.gamestart__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart__header {
    display: none;
  }
}
.gamestart .intro__map img {
  position: relative;
  transform: translateX(-25.5%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart .intro__map img {
    width: 300px;
  }
}
.gamestart h1 {
  color: #E50222;
  text-shadow: 0 3px 3px white;
  font-size: 50px;
  margin: 0 0 15px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart h1 {
    font-size: 60px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart .before_h1 {
    width: 87px;
  }
}
.gamestart__box {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  padding: 20px;
  margin: 0;
  font-size: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
}
@media all and (max-width: 359px) {
  .gamestart__box {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart__box {
    width: 450px;
    font-size: 30px;
    margin: 0 auto;
  }
}
.gamestart__box p:last-of-type {
  margin-bottom: 0;
}
.gamestart .btn {
  margin: 30px 0 15px;
  position: relative;
  display: inline-flex;
  width: auto;
  line-height: 1;
  padding: 0 22px 3px;
}

.gamestart__page.gamestart2 > .container {
  background-image: url(../images/game2/bg.png);
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .gamestart__page.gamestart2 > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart__page.gamestart2 > .container {
    min-height: 90vh;
    background-image: url(../images/game2/bg_tablet.jpg);
  }
}
@media (min-width: 1024px) {
  .gamestart__page.gamestart2 > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .gamestart__page.gamestart2 > .container {
    min-height: 767px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart2 .before_h1 {
    width: 47px;
  }
}
.gamestart2 h1 {
  color: #fff;
  text-shadow: 0 3px 3px #E50222;
  font-size: 50px;
  margin: 0 0 15px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart2 h1 {
    font-size: 60px;
  }
}

.gamestart__page.gamestart3 > .container {
  background-image: url(../images/game3/bg.jpg);
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .gamestart__page.gamestart3 > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1921px) {
  .gamestart__page.gamestart3 > .container {
    min-height: 767px;
  }
}
.gamestart3 .intro__map img {
  transform: translateX(-20%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart3 .intro__map img {
    width: 300px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart3 .before_h1 {
    width: 65px;
  }
}
.gamestart3 h1 {
  color: #E50222;
  text-shadow: 0 3px 3px #fff;
  font-size: 50px;
  margin: 0 0 15px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .gamestart3 h1 {
    font-size: 60px;
  }
}

.game__success {
  position: fixed;
  background: rgba(0, 0, 0, 0.64);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
}
.game__success__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.51);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  width: 275px;
  padding: 30px 15px;
  border-radius: 14px;
}
.game__success__box h3 {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: bold;
}
.game__success__box .btn {
  margin-top: 10px;
  width: auto;
  display: inline-flex;
  padding: 0 20px 3px;
}

.game1 {
  padding: 12% 0 0;
}
.game1__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .game1__page {
    align-items: center;
    min-height: 80vh;
    padding: 3.125vw 0;
  }
}
@media (min-width: 1024px) {
  .game1__page {
    min-height: 90vh;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .game1__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__page {
    padding: 0;
  }
}
.game1__page > .container {
  position: relative;
  background-image: url(../images/game1/bg.jpg);
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__page > .container {
    min-height: 90vh;
  }
}
@media (min-width: 1024px) {
  .game1__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .game1__page > .container {
    min-height: 767px;
  }
}
.game1__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__header {
    display: none;
  }
}
.game1 .intro__map img {
  position: relative;
  transform: translateX(-25.5%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1 .intro__map img {
    width: 300px;
  }
}
.game1 h1 {
  color: #E50222;
  text-shadow: 0 3px 3px white;
  font-size: 50px;
  margin: 0 0 15px;
}
.game1__box {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  padding: 8px 10px 11px;
  margin: 5.625vh 0 0;
  font-size: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
}
@media all and (max-width: 359px) {
  .game1__box {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__box {
    padding: 13px 10px 16px;
    font-size: 30px;
    width: 400px;
    margin: 5.625vh auto 0;
  }
}
.game1__box p:last-of-type {
  margin-bottom: 0;
}
.game1__collection {
  background: rgba(255, 255, 255, 0.57);
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__collection {
    max-width: 410px;
    margin: 25px auto 0;
  }
}
.game1__collection__item {
  position: relative;
  padding: 0 0 100%;
  background: #fff;
  border-radius: 8px;
}
.game1__collection__item_wrapper {
  width: 18%;
}
@media all and (max-width: 376px) {
  .game1__collection__item_wrapper {
    width: 11.2vw;
  }
}
.game1__collection__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
  opacity: 0.3;
  transition: opacity 0.25s ease-out;
}
.active .game1__collection__item img {
  opacity: 1;
}
.game1__play {
  height: 33.333vh;
  max-height: 300px;
  margin: 0 -20px;
  position: relative;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game1__play {
    height: 28vh;
    max-width: 520px;
    margin: 0 auto;
  }
}
.game1__play__item {
  position: absolute;
  display: none;
}
.game1__play__item[data-num="0"] {
  top: 0%;
  left: 0;
}
.game1__play__item[data-num="1"] {
  top: 15%;
  left: 0;
}
.game1__play__item[data-num="2"] {
  top: 30%;
  left: 0;
}
.game1__play__item[data-num="3"] {
  top: 45%;
  left: 0;
}
.game1__play__item[data-num="4"] {
  bottom: -12%;
  left: 33.33%;
}
.game1__play__item[data-num="5"] {
  bottom: 13%;
  left: 33.33%;
}
.game1__play__item[data-num="6"] {
  bottom: 38%;
  left: 33.33%;
}
.game1__play__item[data-num="7"] {
  bottom: -15%;
  left: 66.33%;
}
.game1__play__item[data-num="8"] {
  bottom: 2.5%;
  left: 66.33%;
}
.game1__play__item[data-num="9"] {
  bottom: 20%;
  left: 66.33%;
}
.game1__play__item[data-num="10"] {
  bottom: 37.5%;
  left: 66.33%;
}
.game1__play__item .wrong {
  border-radius: 50%;
  background: linear-gradient(180deg, #AB0411 0%, #CA0318 100%);
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  padding-top: 22%;
}
.game1__play__item .wrong .time, .game1__play__item .wrong .title {
  font-size: 24px;
  font-weight: bold;
}
.game1__play__item .wrong .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.game1__play__item .wrong .time, .game1__play__item .wrong .minutes {
  display: block;
}
.game1__play__item .wrong .minutes {
  font-size: 16px;
}
.game1__play__item.wrong .wrong {
  display: block;
}
.game1__play__item .success {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
  display: none;
}
.game1__play__item.success {
  display: block !important;
}
.game1__play__item.success .success {
  display: block;
}

@keyframes item_appear {
  0% {
    opacity: 1;
    z-index: 2;
  }
  32% {
    opacity: 1;
  }
  33% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes item_appear_four {
  0% {
    opacity: 1;
    z-index: 2;
  }
  24% {
    opacity: 1;
    z-index: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.game2 {
  padding: 12% 0 0;
}
.game2__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .game2__page {
    align-items: center;
    min-height: 80vh;
    padding: 3.125vw 0;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .game2__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__page {
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .game2__page {
    min-height: 90vh;
  }
}
.game2__page > .container {
  position: relative;
  background-image: url(../images/game2/bg.png);
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .game2__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__page > .container {
    min-height: 90vh;
    background-image: url(../images/game2/bg_tablet.jpg);
  }
}
@media (min-width: 1024px) {
  .game2__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .game2__page > .container {
    min-height: 767px;
  }
}
.game2__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__header {
    display: none;
  }
}
.game2 .intro__map img {
  position: relative;
  transform: translateX(-25.5%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2 .intro__map img {
    width: 300px;
  }
}
.game2__box {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  padding: 8px 10px 11px;
  margin: 5.625vh 0 0;
  font-size: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 359px) {
  .game2__box {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__box {
    font-size: 30px;
    max-width: 450px;
    margin: 5.625vh auto 0;
  }
}
.game2__box p:last-of-type {
  margin-bottom: 0;
}
.game2__play {
  height: 33.333vh;
  max-height: 300px;
  margin: 0 -20px;
  position: relative;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__play {
    height: 42vh;
    max-height: 100vh;
  }
}
.game2__bar {
  background: url(../images/game2/bar.svg) center center no-repeat;
  background-size: contain;
  height: 181px;
  width: 56px;
  position: absolute;
  right: 10px;
  top: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__bar {
    width: 112px;
    height: 362px;
  }
}
.game2__bar__inner {
  background: linear-gradient(180deg, #ED0019 0%, #63020A 100%);
  width: 8px;
  height: 4%;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  transition: all 0.25s ease-out;
}
.game2__bar__inner:after {
  content: "";
  background: url(../images/game2/bar_arrow.svg) center center no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2__bar__inner:after {
    width: 20px;
    height: 20px;
  }
}
.game2 .fire__button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.game2 .fire__woods {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game2 .fire__woods {
    width: 280px;
  }
}
.game2 .fire__flame {
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 17%;
  left: 0;
  width: 100%;
  height: 240px;
  mix-blend-mode: screen;
}
.game2 .fire__flame.flame1 {
  background-image: url(../images/game2/flame1.svg);
}
.game2 .fire__flame.flame2 {
  background-image: url(../images/game2/flame2.svg);
}
.game2 .fire__flame.flame3 {
  background-image: url(../images/game2/flame3.svg);
}
.game2 .fire__flame.flame4 {
  background-image: url(../images/game2/flame4.svg);
}

.game3 {
  padding: 12% 0 0;
}
.game3__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .game3__page {
    align-items: center;
    min-height: 90vh;
    padding: 3.125vw 0;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .game3__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__page {
    padding: 0;
  }
}
.game3__page > .container {
  position: relative;
  background-image: url(../images/game3/bg.jpg);
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .game3__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 1024px) {
  .game3__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .game3__page > .container {
    min-height: 767px;
  }
}
.game3__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__header {
    display: none;
  }
}
.game3 .intro__map img {
  position: relative;
  transform: translateX(-20%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3 .intro__map img {
    width: 300px;
  }
}
.game3__box {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  padding: 8px 10px 11px;
  margin: 5.625vh 0 0;
  font-size: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
}
@media all and (max-width: 359px) {
  .game3__box {
    font-size: 22px;
  }
}
.game3__box p:last-of-type {
  margin-bottom: 0;
}
.game3__play {
  min-height: 33.333vh;
  max-height: 400px;
  margin: 0 -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__play {
    max-width: 650px;
    margin: 0 auto;
  }
}
.game3__play .item {
  width: 33.333%;
  flex: 0 0 33.333%;
  padding: 0;
  text-align: center;
  justify-content: center;
  position: relative;
}
.game3__play .item img {
  margin: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.game3__play .item img.arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-40%);
  width: 38px;
  height: 38px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__play .item img.arrow {
    width: 50px;
    height: 50px;
  }
}
.game3__play .stage {
  width: 100%;
  display: block;
  text-align: center;
}
.game3__play .stage img {
  margin: 0 auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__play .stage img {
    width: 230px;
  }
}
.game3__play .actions {
  display: flex;
  width: 100%;
  margin: auto auto 20px;
  padding: 0 10%;
  justify-content: space-around;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .game3__play .actions {
    max-width: 550px;
  }
  .game3__play .actions a img {
    width: 90px;
  }
}
.game3__play .btn {
  display: inline-flex;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.game3__wrong {
  position: fixed;
  background: rgba(0, 0, 0, 0.57);
  z-index: 999;
  font-size: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
}
.game3__wrong__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.game3__wrong img {
  margin-bottom: 20px;
}

.thank {
  padding: 29% 0 0;
}
.thank__page {
  align-items: stretch;
  min-height: calc(100vh - 60vw);
}
@media all and (min-width: 576px) {
  .thank__page {
    align-items: center;
    min-height: 80vh;
    padding: 3.125vw 0;
  }
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .thank__page {
    padding: 0;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__page {
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .thank__page {
    min-height: 90vh;
  }
}
.thank__page > .container {
  position: relative;
  background-image: url(../images/thank/bg.png);
  background-size: contain;
  background-position: top center;
  min-height: 50vh;
}
@media all and (min-width: 1200px) and (max-height: 800px) {
  .thank__page > .container {
    min-height: 90vh;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__page > .container {
    min-height: 90vh;
    padding: 0;
    background-size: cover;
    background-position: center -55px;
  }
}
@media (min-width: 1024px) {
  .thank__page > .container {
    min-height: 80vh;
  }
}
@media (min-width: 1921px) {
  .thank__page > .container {
    min-height: 767px;
  }
}
.thank__header {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right;
  left: 15px;
}
.thank__header h1 {
  position: absolute;
  left: 0;
  top: -5px;
  text-align: center;
  width: 100%;
  font-size: 38px;
  margin: 0;
  line-height: 0.85;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__header img {
    display: none;
  }
}
.thank .intro__map img {
  position: relative;
  transform: translateX(-25%);
  width: auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank .intro__map img {
    transform: translate(-25%, -25%);
    width: 292px;
  }
}
.thank__score {
  background: url(../images/thank/score.svg) center center no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  margin: -80px auto 0;
  position: relative;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__score {
    width: 220px;
    height: 220px;
    margin: -190px auto 0;
  }
}
.thank__score .duration {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  color: #E50222;
  font-weight: bold;
  font-size: 26px;
}
.thank__score .sec {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  color: #E50222;
}
.thank__box {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(229, 2, 34, 0.53);
  color: #E50222;
  font-size: 20px;
  padding: 6px 12px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__box {
    max-width: 370px;
    margin: -25px auto 0;
    font-size: 26px;
    padding: 12px;
  }
}
.thank__box h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__box h2 {
    font-size: 32px;
  }
}
.thank__box p {
  margin: 0;
}
.thank__sharebox {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 14px;
  padding: 8px 10px 11px;
  margin: 4.375vh 0 3.125vh;
  font-size: 25px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 359px) {
  .thank__sharebox {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__sharebox {
    max-width: 410px;
    margin: 4.375vh auto 3.125vh;
  }
}
.thank__sharebox h3 {
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__sharebox h3 {
    font-size: 26px;
  }
}
.thank__sharebox a, .thank__sharebox img {
  display: block;
}
.thank__sharebox img {
  margin: 0 auto;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__sharebox img {
    width: 300px;
  }
}
.thank__sharebox p {
  margin-top: -10px;
  font-size: 16px;
  line-height: 1;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__sharebox p {
    font-size: 20px;
  }
}
.thank__sharebox p:last-of-type {
  margin-bottom: 0;
}

/** Bottom */
.score_bottom {
  background: #F9F3EC;
  padding: 15px 35px 0;
  text-align: center;
  color: black;
  font-size: 16px;
  margin: 0 -20px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_bottom {
    margin: 0;
    font-size: 20px;
  }
}
.score_bottom h2 {
  font-size: 30px;
  color: #2EB6BE;
  line-height: 1;
  margin: 0;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_bottom h2 {
    font-size: 36px;
  }
  .score_bottom h2 br {
    display: none;
  }
}
.score_bottom img {
  max-width: 100%;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_bottom img {
    max-width: 430px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_bottom p {
    max-width: 510px;
    margin: 0 auto 0.5em;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_bottom .read_more img {
    width: 140px;
  }
}

.score_desc {
  background: #F9F3EC;
  text-align: right;
  padding: 0 35px 15px;
  margin: 0 -20px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .score_desc {
    margin: 0;
  }
}
.score_desc__msg {
  color: #6C6868;
  font-size: 14px;
}

.bonus_result__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 10px;
}
.bonus_result__bottom .msg {
  line-height: 1.1;
  text-align: right;
  border: 1px solid #34303D;
  color: #34303D;
  font-size: 13px;
  padding: 7px;
  width: 220px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .bonus_result__bottom .msg {
    width: 444px;
    padding: 7px 15px;
    font-size: 14px;
  }
}
.bonus_result__bottom .msg img {
  width: 27px;
}

@media all and (min-width: 576px) and (max-width: 1024px) {
  .page-template-template-sorry #header {
    display: none;
  }
}

.sorry_titles h1 {
  font-size: 50px;
  margin: 0 0 5px;
  text-shadow: 2px 1px 2px #e50222;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .sorry_titles h1 {
    font-size: 60px;
    margin: 50px 0 15px;
  }
}
.sorry_titles h2, .sorry_titles h3 {
  font-size: 20px;
  margin: 0 0 7px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  line-height: 1;
  font-weight: bold;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .sorry_titles h2, .sorry_titles h3 {
    font-size: 30px;
  }
}
.sorry_titles h3 {
  font-weight: normal;
}

.thank__page.sorry > .container {
  position: relative;
  background-image: url(../images/bg_mob.jpg);
  background-size: contain;
  background-position: center -55vw;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__page.sorry > .container {
    background-size: cover;
  }
}
.thank__page.sorry .page__inner {
  padding-top: 10px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__page.sorry .page__inner {
    padding: 0;
  }
}
.thank__page.sorry .thank__sharebox {
  margin-top: 10px;
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .thank__page.sorry .thank__sharebox {
    margin: 70px auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  padding: 0;
  margin: 0;
}

input, button {
  font-family: "Reforma", sans-serif;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Reforma", sans-serif !important;
}

body {
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  text-align: right;
  font-family: "Iqos", "Reforma", sans-serif;
}

p {
  margin: 0 0 0.5em;
}

a {
  text-decoration: none;
}

input, textarea, select, button {
  font-family: "Iqos", "Reforma", sans-serif;
}

.container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bottom-info {
  font-size: 14px;
  margin-bottom: 2.4479804162vh;
}

.rotate_screen {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #272D68;
  font-size: 22px;
  color: #f4d900;
  z-index: 99999;
}
.rotate_screen svg {
  max-height: 33vh;
  max-width: 33vw;
  margin-bottom: 5vh;
  fill: #f4d900;
}
.rotate_screen span {
  max-width: 66.666vw;
}
@media all and (max-width: 1024px) {
  .rotate_screen.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-white {
  color: #fff;
}

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