@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;
}

.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);
  }
}
.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 {
    height: 46px;
    line-height: 42px;
  }
}
@media all and (min-width: 576px) and (max-width: 1024px) {
  .form-group .form-input {
    height: 50px;
    line-height: 46px;
  }
}
.form-group .form-input::placeholder {
  color: #34303D;
}
.form-group .form-input.error {
  border-color: #14305B;
}

.checkbox-row {
  position: relative;
  margin-bottom: 10px;
}
.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: 4px;
  right: 0;
  width: 19px;
  height: 19px;
  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: 11px;
  height: 11px;
  background: #34303D;
  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: #14305B;
  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: #14305B;
  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: auto;
  height: 47px;
  line-height: 1;
  background: #14305B;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0 50px 3px;
  text-align: center;
  border-radius: 25px;
  box-shadow: -1px 4px 20px 13px rgba(0, 0, 0, 0.04);
  margin: 2em auto;
  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:hover {
  color: #fff;
  background: #0b1a31;
}

.age_gate {
  min-height: calc(var(--vh) * 100);
  display: flex;
  padding: 70px 0 30px;
}
.age_gate .container {
  display: flex;
  flex-direction: column;
  max-width: 340px;
}
.age_gate h1 {
  margin: 0 0 22px;
}
.age_gate .sub_title {
  margin-bottom: 1.25em;
}
.age_gate__bottom {
  font-size: 16px;
  margin-top: auto;
}

#face-capture-module-root {
  z-index: 999;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  background-size: 100% 30%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#face-capture-module-root > div {
  /*width: 100% !important;
  height: 100% !important;*/
}
#face-capture-module-root:after, #face-capture-module-root:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 23px;
  position: absolute;
  z-index: 1;
}
#face-capture-module-root:after {
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  right: 23px;
}
#face-capture-module-root:before {
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  left: 23px;
}
#face-capture-module-root .mteIzegCA0cNMXt96BYN:after, #face-capture-module-root .mteIzegCA0cNMXt96BYN:before {
  content: "";
  width: 40px;
  height: 40px;
  bottom: 23px;
  position: absolute;
  z-index: 1;
}
#face-capture-module-root .mteIzegCA0cNMXt96BYN:after {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  right: 23px;
}
#face-capture-module-root .mteIzegCA0cNMXt96BYN:before {
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  left: 23px;
}
#face-capture-module-root .mteIzegCA0cNMXt96BYN ._2_U2DYHedfGUyvS1oS5 {
  height: 100%;
}
#face-capture-module-root .xsnSbKRs6MZbpP2odJGk._6X0Zl0a0b8R2wCqGS_K {
  left: 50%;
  transform: translateX(-50%);
}

.face_gate {
  height: calc(var(--vh) * 100);
}
.face_gate .cancel_scan {
  position: absolute;
  left: 50%;
  bottom: 13px;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  background: transparent;
  border: 0;
  transform: translateX(-50%);
  z-index: 9991;
}
.face_gate .cancel_scan span {
  padding: 0 0 1px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
}
.face_gate .response_msg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  background: rgba(0, 0, 0, 0.47);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.face_gate .response_msg.active {
  visibility: visible;
  opacity: 1;
}

.age_verify {
  min-height: calc(var(--vh) * 100);
  display: flex;
  padding: 35px 0 30px;
  color: #14305B;
  background: #00D1D2;
}
.age_verify .container {
  display: flex;
  flex-direction: column;
  max-width: 340px;
}
.age_verify h1 {
  margin: 0 0 22px;
}
.age_verify .sub_title {
  margin-bottom: 1.25em;
}
.age_verify__text {
  padding: 0 20px;
}
.age_verify__bottom {
  font-size: 16px;
  margin-top: auto;
}
.age_verify form {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -4px;
}
.age_verify form .checkbox-row .custom-checkbox {
  color: #14305B;
}
.age_verify form .form-group {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 4px;
  margin-bottom: 15px;
}
.age_verify form .links {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin: 15px auto;
  font-size: 16px;
  color: #14305B;
  text-decoration: underline;
}
.age_verify form .links a {
  font-weight: bold;
  margin: 0 10px;
  color: #14305B;
  border-color: #14305B;
}
.age_verify form .btn {
  width: 155px;
  margin: 5px auto 0;
}

.cc_page img {
  width: 100%;
  display: block;
}

.leadform {
  background: #00D1D2;
  padding: 12px 0;
}
.leadform h1 {
  color: #34303D;
  font-size: 27px;
  line-height: 1;
  text-align: center;
  margin: 0 0 6px;
}
.leadform .sub_title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #34303D;
}
.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;
}
.leadform form#leadform .checkbox-row .custom-checkbox {
  color: #34303D;
}

.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: 16px;
  white-space: nowrap;
}

.otp__page {
  background: #00D1D2;
  padding: 30px 0;
  min-height: calc(100vh - 60vw);
}
.otp__page h1 {
  font-size: 30px;
  color: #34303D;
  margin: 0 0 0.5em;
}
.otp__page p {
  font-size: 20px;
  color: #34303D;
}
.otp__page .container {
  padding: 0 35px;
}
.otp__code .form-group {
  margin-bottom: 15px;
}
.otp__code .btn {
  width: auto;
  margin: 0 auto;
}
.otp__code .resend_code {
  color: #34303D;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 25px;
  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;
  }
}

.intro__page {
  background: url(../images/intro/bg_intro.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 1em;
}
.intro__page__header {
  display: flex;
  padding: 18px 0 0;
}
.intro__page__header img {
  margin: 0 auto 0 0;
}
.intro__page__inner {
  margin-top: -21px;
}
.intro__page__inner h1 {
  margin: 0 0 0.5em;
  color: #44536A;
  font-size: 35px;
}
.intro__page__inner h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 1em;
}
.intro__page__inner .grow {
  animation-name: grow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.intro__page__inner .cards {
  display: flex;
  margin: 0 -12px 1em;
}
.intro__page__inner .cards .card {
  flex: 0 0 33.333%;
  width: 33.333%;
  color: #34303D;
}
.intro__page__inner .cards .card__inner {
  height: 100%;
}
.intro__page__inner .cards .card__bg {
  margin: 0 -11px -30px;
  position: relative;
}
.intro__page__inner .cards .card__bg img.bg {
  width: 100%;
}
.intro__page__inner .cards .card__bg span {
  display: none;
}
.intro__page__inner .cards .card__bg .check {
  position: absolute;
  left: 50%;
  top: 71%;
  transform: translate(-50%, -50%);
}
.--b .intro__page__inner .cards .card__bg .check {
  top: 33.333%;
}
.intro__page__inner .cards .card.finished .card__bg img.bg {
  filter: brightness(0.35);
}
.intro__page__inner .note_finished {
  color: #fff;
  text-decoration: underline;
}
.intro__page__inner .note {
  font-size: 16px;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  49% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.85);
  }
}
.game__page {
  position: relative;
  max-width: 576px;
  margin: 0 auto;
}
.game__page * {
  touch-action: none;
}
.game__page .container {
  position: relative;
}
.game__page .game__timer__clock {
  position: absolute;
  right: -35px;
  top: 0;
  background: url(../images/game/clock.png) center center no-repeat;
  background-size: contain;
  width: 180px;
  height: 115px;
}
.game__page .game__timer__clock #clock {
  position: absolute;
  font-size: 20px;
  font-weight: normal;
  color: #14305B;
  left: 25%;
  top: 36px;
  letter-spacing: 1px;
}
.game__page__header {
  display: flex;
  padding: 18px 0 0;
}
.game__page__header img {
  margin: 0 auto 0 0;
}
.game__page__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.game__page__inner h1 {
  font-size: 30px;
  color: #14305B;
  margin: 0 0 0.5em;
  font-weight: 600;
}
.game__page__inner h2 {
  font-size: 19px;
  color: #14305B;
  margin: 0 0 0.5em;
  font-weight: 400;
}
.game__page__game {
  position: relative;
}
.game__page__game img {
  display: block;
  max-height: calc(var(--vh) * 90);
  width: 100%;
  object-fit: cover;
}
.game__page__game .press {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  padding: 0;
  background: url(../images/game/press.svg) center center no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
  border: 0;
  touch-action: none;
}
.--num_1 .game__page__game .press {
  left: auto;
  right: 0;
  transform: none;
}
.--num_2 .game__page__game .press {
  bottom: 16%;
  left: 34%;
}
.--num_3 .game__page__game .press {
  bottom: 0;
}
.game__page__game .press.pressed {
  background: url(../images/game/press_hover.svg) center center no-repeat;
  background-size: contain;
}

.game__success {
  border-radius: 7px;
  background: #F9F3EC;
  max-width: 420px;
  margin: 0 auto;
}
.game__success__wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  overflow: auto;
  padding: 25px;
  z-index: 9999;
}
.game__success__header {
  color: #14305B;
  text-align: center;
  padding: 25px 0;
  background: url(../images/intro/bg_intro.jpg) center -2px no-repeat;
  background-size: cover;
  border-radius: 7px;
}
.game__success__title {
  font-size: 30px;
  margin: 0 0 0.5em;
  font-weight: bold;
  color: #14305B;
}
.game__success__sub_title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: #14305B;
}
.game__success__time .time {
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/game/time.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  font-size: 37px;
  font-weight: bold;
  padding: 0 0 10px;
}
.game__success__time .minutes {
  font-weight: bold;
  margin-top: -15px;
  display: block;
  font-size: 16px;
}
.game__success__body {
  text-align: center;
  color: #34303D;
  font-size: 16px;
}
.game__success__body .msg {
  padding: 0 22px;
  margin: 10px;
}
.game__success__body .note {
  border: 1px solid #34303D;
  padding: 5px;
  max-width: 235px;
  margin: 15px auto 20px;
  font-size: 14px;
}
.game__success__actions {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px 0;
}
.game__success__actions .btn {
  margin: 0;
  padding: 0 33px;
  background: #14305B;
  height: 52px;
  font-size: 16px;
}

.score_page {
  max-width: 420px;
  margin: 0 auto;
}
.score_page .page_content {
  margin-top: -25px;
}
.score_page .score_bg {
  background: url(../images/intro/bg_intro.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 7px;
}
.score_page .score_bg * {
  position: relative;
}
.score_page .score_bg .share {
  margin-bottom: 10px;
}
.score_page .score_bg .timer {
  position: relative;
}
.score_page .score_bg .timer span {
  position: absolute;
  top: 41%;
  left: 46%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  color: #14305B;
}
.score_page .score_bg h1 {
  margin: 0 0 0.5em;
  font-size: 30px;
  color: #14305B;
}
.score_page .score_bg p {
  margin: 0;
  color: #14305B;
}
.score_page .score_bg p.text-white {
  color: #fff;
}
.score_page .score_bg h2 {
  color: #14305B;
  font-size: 25px;
  margin: 0 0 10px;
}
.score_page .score_bg h3 {
  color: #fff;
  font-size: 20px;
  margin: 20px 0 25px;
}
.score_page .score_bg p.small {
  font-size: 14px;
  margin: 15px 0;
}
.score_page .page_header {
  display: flex;
  padding: 18px 20px 0;
}
.score_page .page_header img {
  margin: 0 auto 0 0;
}
.score_page .score_middle {
  position: relative;
}
.score_page .score_middle__bg {
  width: 100%;
  display: block;
}
.score_page .score_middle a {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.score_page .score_middle .personal_code {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 81%;
  right: 50%;
  text-align: right;
  transform: translate(0, -50%);
}
.score_page .score_after_middle {
  position: relative;
  margin-top: -11%;
}
.score_page .score_after_middle__bg {
  width: 100%;
  display: block;
}
.score_page .score_after_middle a {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.score_page .score_bottom {
  background: #fff;
  padding: 15px 35px 0;
  text-align: center;
  font-size: 16px;
  color: #34303D;
}
.score_page .score_bottom h2 {
  font-size: 30px;
  color: #2EB6BE;
  line-height: 1;
  margin: 0 0 -10px;
}
.score_page .score_bottom img {
  max-width: 100%;
}
.score_page .score_bottom .small {
  margin: 0;
  padding: 10px 0;
}
.score_page .score_desc {
  background: #fff;
  text-align: right;
  padding: 0 35px 15px;
}
.score_page .score_desc__msg {
  color: #6C6868;
  font-size: 14px;
}
.score_page.sorry .score_bg h2 {
  font-weight: normal;
  margin-bottom: 15px;
}

.shopping-cards {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  padding: 5px 0 10px;
}

.shopping-cards .shopping-card-item {
  flex-basis: calc(33% - 4.5px);
  max-width: calc(33% - 4.5px);
}

.shopping-card-item {
  background: #f0f0f0;
  text-align: center;
  font-size: 10px;
  line-height: 1.1;
  color: #34303d;
  margin-bottom: 15px;
  padding: 16px 6px 14px;
}

.shopping-card-item .ico-wrap {
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

.shopping-card-item .card-title {
  font-size: 13px;
  line-height: 1.2308;
  font-weight: 400;
}

.shopping-card-item .card-text {
  padding-top: 5px;
}

.shopping-card-item .card-title strong {
  font-weight: 700;
}

.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;
}
.bonus_result__bottom .msg img {
  width: 27px;
}

/* @import 'scss/layout/header';

@import 'scss/components/timer';

// Pages
@import 'scss/pages/age_gate';

@import 'scss/pages/introform';

@import 'scss/pages/verify';


@import 'scss/pages/gamestart';
@import 'scss/pages/gamestart2';
@import 'scss/pages/gamestart3';
@import 'scss/pages/gamesuccess';
@import 'scss/pages/game1';
@import 'scss/pages/game2';
@import 'scss/pages/game3';

@import 'scss/pages/sorry'; */
* {
  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: linear-gradient(134.3deg, #227383 0%, #2B9CA6 100%);
  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;
}

.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: #14305B;
  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 */
