@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamrounded-bold.woff2) format('woff2'),
    url(..//fonts/gothamrounded-bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Ultra';
  src: url(..//fonts/gotham-condensed-ultra.woff2) format('woff2'),
    url(..//fonts/gotham-condensed-ultra.woff) format('woff');
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamrounded-book.woff2) format('woff2'),
    url(..//fonts/gothamrounded-book.woff) format('woff');
}

@font-face {
  font-family: 'Acumin Italic';
  src: url(..//fonts/acumin-italic.woff2) format('woff2'),
  url(..//fonts/acumin-italic.woff) format('woff');
}

:root {
  --mt-sections: max(4vw, 12vw);
}

*::before,
*::after {
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #001450;
  /*background-image: url("../images/bgg1.webp");*/
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
h1,h2,h3,h4 {
  margin: 0;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg-image img {
  width: 100%;
}
.strong {
  font-family: "Gotham Rounded Bold";
}
.red-button {
  color: #fff;
  padding: max(0.7vw, 10px) max(1vw, 20px);
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.red-button:before {
  content: '';
  background: #00B96C;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 47%;
  left: 47%;
}
.red-button span {
  font-size: clamp(16px, 1.4vw, 40px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}
.hero-img {
  width: 100%;
}
.cta-hover {
  transition: .3s all;
}
.cta-hover:hover {
  transform: translateY(-6px);
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-block a img {
  width: 80%;
}
.count-wrapper {
  width: 100%;
  max-width: 55vw;
  margin: 0 auto;
  padding-top: 43vw;
  padding-bottom: max(4vw,30px);
  text-align: center;
}
.count-wrapper > p {
  color: white;
  font-size: clamp(11px, 1.5vw, 60px);
  line-height: 1.3;
  font-family: 'Gotham Rounded Book';
  text-align: center;
  margin-bottom: 20px;
}
.count-content {
  border: 2px solid #F35CEC;
  box-shadow: inset 0 0 20px 10px rgba(243, 92, 236, 0.41), 0 0 20px 15px rgba(243, 92, 236, 0.41);
  background: rgba(243, 92, 236, 0.2);
  text-align: center;
  color: white;
  border-radius: 15px;
  padding: max(1.5vw, 20px);
  position: relative;
  margin-bottom: max(2.8vw, 20px);
}
.the-game-is-on {
  width: 100%;
  aspect-ratio: 1254 / 427;
  margin-bottom: max(2vw, 15px);
  filter: brightness(0.3);
  opacity: 0;
  animation: bulbTurnOn 1.5s ease forwards;
  animation-delay: .8s;
}

@keyframes bulbTurnOn {
  0%   { filter: brightness(0.3); opacity: .5}
  8%   { filter: brightness(0.6); opacity: .5}
  15%  { filter: brightness(0.4); opacity: .1}
  25%  { filter: brightness(0.8); opacity: .5}
  35%  { filter: brightness(0.55); opacity: .5}
  50%  { filter: brightness(0.9); opacity: 1}
  65%  { filter: brightness(0.75); }
  80%  { filter: brightness(0.97); }
  100% { filter: brightness(1); opacity: 1}
}

.plane {
  position: absolute;
  left: -6.8vw;
  top: 0%;
  transform: translateY(-50%);
  width: 7.5vw;
}
.money {
  position: absolute;
  right: -4vw;
  top: -2vw;
  width: 7.2vw;
}
.count-content h2 {
  font-family: 'Gotham Ultra';
  font-size: 40px;
  font-size: clamp(16px, 2.6vw, 104px);
  line-height: 1.1;
  margin-bottom: 0.8vw;
  margin-top: 0;
}
.count-content p {
  margin: 0;
  margin-bottom: max(2vw, 32px);
  font-size: 24px;
  font-size: clamp(11px, 1.5vw, 60px);
  line-height: 1.3;
  font-family: 'Gotham Rounded Book';
}
.count-values {
  font-size: 95px;
  font-size: clamp(16px, 6.5vw, 160px);
  line-height: 1;
  font-family: 'Gotham Ultra';
}
.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  bottom: 80px;
}
.phone {
  display: none;
}



.action-game-wrapper {
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  background: #001450;
  padding: max(3.2vw, 32px);
  padding-top: max(6vw, 48px);
  margin-bottom: max(5vw, 72px);
  margin-top: var(--mt-sections);
  position: relative;
  box-shadow: inset 0px 5px 20px 5px rgba(243, 92, 236, 0.41);
}
.steps-game-wrap {
  display: flex;
  flex-direction: row;
}
.step-game-item {
  border: 2px solid #F35CEC;
  box-shadow: inset 0 0 20px 10px rgba(243, 92, 236, 0.41), 0 0 20px 15px rgba(243, 92, 236, 0.41);
  background: rgba(243, 92, 236, 0.2);
  color: white;
  border-radius: 15px;
  padding: max(3.5vw, 14px) max(0.5vw, 14px);
  position: relative;
  flex: 1;
  text-align: center;
}
.step-game-item h2 {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  font-size: clamp(11px, 2.3vw, 60px);
  line-height: 1;
  font-family: "Gotham Ultra";
}
.step-game-item h2::before {
  content: attr(data-text);
  position: absolute;
  left: 4px;
  top: 2px;
  color: #ff4eea;
  z-index: -1;
  width: 100%;
}

.how-to-play-wrapper {
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  background: #001450;
  padding: max(3.2vw, 32px);
  margin-bottom: max(5vw, 72px);
  margin-top: var(--mt-sections);
  position: relative;
  box-shadow: inset 0px 5px 20px 5px rgba(243, 92, 236, 0.41);
}
.how-to-play-img {
  aspect-ratio: 707 / 257;
  position: absolute;
  width: 31vw;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
.action-game-img {
  aspect-ratio: 308 / 131;
  position: absolute;
  width: 27vw;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}

.how-to-play-block {
  text-align: center;
}
.how-to-play-block > p {
  color: white;
  font-size: clamp(11px, 1.5vw, 60px);
  line-height: 1.3;
  font-family: 'Gotham Rounded Book';
  text-align: center;
  margin-bottom: max(2vw, 20px);
}
.steps-wrap {
  display: flex;
  flex-direction: row;
  gap: max(1.8vw, 12px);
}
.step-item {
  border: 2px solid #F35CEC;
  box-shadow: inset 0 0 20px 10px rgba(243, 92, 236, 0.41), 0 0 20px 15px rgba(243, 92, 236, 0.41);
  background: rgba(243, 92, 236, 0.2);
  text-align: left;
  color: white;
  border-radius: 15px;
  padding: max(1.5vw, 14px);
  position: relative;
  margin-bottom: max(2.8vw, 56px);
  flex: 1 1 0;
}
.step-number {
  color: #FFFF00;
  font-family: 'Gotham Rounded Bold';
  font-size: clamp(11px, 4.5vw, 65px);
  line-height: 1;
}
.step-title {
  color: white;
  font-family: 'Gotham Ultra';
  font-size: clamp(11px, 1.9vw, 50px);
  line-height: 1;
  margin-bottom: max(0.5vw, 6px);
}
.step-item p {
  color: white;
  font-family: 'Gotham Rounded Book';
  font-size: clamp(12px, 1.2vw, 30px);
  line-height: 1.4;
}
.step-item a {
  text-decoration: underline;
}



.form-wrapper {
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
  margin-bottom: max(11vw, 72px);
  margin-top: max(7vw, 60px);
  position: relative;
}
.form-block {
  background: #0014501f;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  padding: max(3.2vw, 42px);
  padding-bottom: 0 !important;
  border: 1px solid #f7899699;
  box-shadow: inset 0 0 15px 10px rgba(243, 92, 236, 0.41), 0 0 16px 10px rgba(243, 92, 236, 0.41);
  color: white;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.form-title-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: max(1.3vw, 10px);
  justify-content: center;
}
.radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.radio-wrap > span {
  font-family: 'Gotham Rounded Bold';
  font-size: clamp(20px, 1.5vw, 30px);
}
.radio-wrap label {
  font-family: 'Gotham Rounded Book';
  font-size: clamp(18px, 1.3vw, 30px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.radio-wrap label span {
  line-height: 1;
  position: relative;
  top: 2px;
}
.radio-wrap input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin: 0px;
}

.radio-wrap input[type="radio"]::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;

  transform: scale(0);
  transition: transform 0.2s ease;
}

.radio-wrap input[type="radio"]:checked::before {
  transform: scale(1);
}
.form-title {
  position: relative;
}
.form-title h3 {
  font-family: 'Acumin Italic';
  font-size: clamp(65px, 5.3vw, 120px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-group label {
  font-family: 'Gotham Rounded Bold';
  font-size: clamp(20px, 1.5vw, 30px);
}
.form-group label small {
  font-family: 'Gotham Rounded Book';
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 10px;
  font-style: italic;
}
.form-group input {
  background: transparent;
  border: 1px solid white;
  border-radius: 12px;
  color: white;
  padding: max(0.6vw, 12px) max(1vw, 20px);
  font-size: clamp(16px, 1.3vw, 30px);
}
.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.ticket-preview {
  width: 100%;
}
.form-checkbox {
  font-family: 'Gotham Rounded Book';
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.form-checkbox label {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.form-checkbox label span {
  font-size: clamp(12px, .9vw, 18px);
}
.form-checkbox label span a {
  font-family: 'Gotham Rounded Bold';
  text-decoration: underline;
}
.form-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 0px;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.form-checkbox input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: scale(0);
  transition: transform .2s ease;
}

.form-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.form-checkbox span {
  color: #fff;
  line-height: 1.3;
}
.text-center {
  text-align: center;
}
button[type=submit] {
  color: #fff;
  padding: max(0.7vw, 10px) max(1vw, 20px);
  margin-top: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: transparent;
  border: none;
  cursor: pointer;
}
button[type=submit]:disabled {
  pointer-events: none;
  opacity: .7;
}
button[type=submit]:before {
  content: '';
  background: #00B96C;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 47%;
  left: 47%;
}
button[type=submit] span {
  font-size: clamp(16px, 1.4vw, 40px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}
.joystic-img-2 {
  position: absolute;
  width: 12vw;
  top: -4vw;
  left: -8vw;
  transform: rotate(32deg);
  z-index: -1;
}
.money-img-2 {
  position: absolute;
  width: 9vw;
  top: 50%;
  left: -7vw;
  z-index: 2;
}
.phone-img-2 {
  position: absolute;
  width: 8vw;
  top: -4vw;
  right: -6vw;
  z-index: 2;
}

.prizes-wrapper {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: max(5vw, 72px);
  position: relative;
  text-align: center;
}
.prizes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prizes p {
  font-family: "Gotham Rounded Book";
  font-size: clamp(11px, 1.8vw, 20px);
  color: white;
  margin-top: max(4vw, 30px);
}
.error-input {
  font-family: "Gotham Rounded Bold";
  color: #E30613 !important;
  font-size: 14px !important;
  opacity: 0;
  visibility: hidden;
}
.error-input.show {
  opacity: 1;
  visibility: visible;
}
.prize {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: rgba(0, 20, 80, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  box-shadow: inset 0px -8px 34px 12px #8B3EA9;
  padding: max(4vw, 30px) max(0.5vw, 20px);
  min-width: 37vw;
  margin-top: max(3vw, 40px);
}

.prize h2 {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  font-size: clamp(11px, 2.6vw, 60px);
  line-height: 1;
  font-family: "Gotham Ultra";
}

.prize h2::before {
  content: attr(data-text);
  position: absolute;
  left: 4px;
  top: 2px;
  color: #ff4eea;
  z-index: -1;
  width: 100%;
}

.prize h3 {
  position: absolute;
  top: -1.8vw;
  display: inline-block;
  color: #FFFF00;
  font-style: italic;
  text-transform: uppercase;
  z-index: 1;
  font-size: clamp(11px, 3.2vw, 60px);
  line-height: 1;
  font-family: "Gotham Ultra";
}
.prize h4 {
  font-family: "Gotham Rounded Bold";
  font-size: clamp(11px, 1.4vw, 20px);
}
.winner-img {
  aspect-ratio: 37 / 24;
  width: 13vw;
  position: relative;
  z-index: 2;
}
.plane-img-2 {
  position: absolute;
  width: 7vw;
  top: -3vw;
  right: -3vw;
  z-index: 2;
}
.phone-img-3 {
  position: absolute;
  width: 5vw;
  bottom: -3vw;
  left: -2vw;
  z-index: 2;
  transform: rotate(30deg);
}

.winners-wrapper {
  width: 100%;
  max-width: 47vw;
  margin: 0 auto;
  background: #001450;
  margin-bottom: max(5vw, 72px);
  margin-top: var(--mt-sections);
  position: relative;
  border: 2px solid #F35CEC;
  box-shadow: inset 0 0 20px 10px rgba(243, 92, 236, 0.41), 0 0 20px 15px rgba(243, 92, 236, 0.41);
  color: white;
  border-radius: 15px;
  padding: max(1.5vw, 24px);
}
.winners-wrapper-week {
  margin-top: max(4vw, 9vw);
}
.winners-text-img {
  aspect-ratio: 285 / 91;
  position: absolute;
  width: 25vw;
  top: -7vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th {
  font-family: "Gotham Rounded Bold";
  border-bottom: 1px solid #51D5F4;
  padding: 14px 0;
  text-align: left;
  font-size: clamp(14px, 1.3vw, 30px);
}
.table tr th:last-child {
  text-align: right;
}
.table tr td {
  padding: 14px 0 0;
  font-size: clamp(14px, 1.3vw, 30px);
  font-family: "Gotham Rounded Book";
}
.table tr td:last-child {
  text-align: right;
}



.ambassadors-wrapper {
  width: 100%;
  max-width: 59vw;
  margin: 0 auto;
  margin-bottom: max(5vw, 72px);
  margin-top: var(--mt-sections);
  position: relative;
  color: white;
  border-radius: 15px;
}
.ambassador-text-img {
  aspect-ratio: 441 / 129;
  position: absolute;
  width: 26vw;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ambassador-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.ambassador-wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1 1 0;
}
.ambassador-wrap .ambassador-img {
  width: 100%;
  aspect-ratio: 47 / 58;
}
.ambbasador-code {
  position: absolute;
  z-index: 2;
  bottom: -2vw;
  font-family: "Gotham Ultra";
  padding: max(1.2vw, 20px);
  border: 2px solid rgba(240, 126, 47, 0.6);
  box-shadow: inset 0px 6px 15px 5px #e4314273;
  background: #2A2071;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 2vw, 40px);
}

.faq-wrapper {
  width: 100%;
  max-width: 59vw;
  margin: 0 auto;
  margin-top: var(--mt-sections);
  position: relative;
  color: white;
  border-radius: 15px;
  padding-bottom: 9vw;
  position: relative;
}
.faq-wrapper > div {
  margin-bottom: max(2vw, 32px);
}
.faq-wrapper h2 {
  text-align: center;
  font-family: "Gotham Ultra";
  font-size: clamp(11px, 3.2vw, 70px);
  margin-bottom: max(2vw, 32px);
}
.collapse-item {
  background: rgba(243, 92, 236, 0.2);
  border: 1px solid rgba(252, 202, 28, 0.51);
  box-shadow: inset 0 0 10px 5px rgba(243, 92, 236, 0.41), 0 0 6px 0px rgba(243, 92, 236, 0.41);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: max(1.2vw, 20px);
  border-radius: 15px;
  margin-bottom: max(0.7vw, 10px);
  color: white;
  overflow: hidden;
}
.collapse-active {
  background: rgba(243, 92, 236, 0.3);
}
.collapse-item.collapse-active {
  color: white !important;
}
.collapse-item button {
  background: transparent;
  border: none;
  color: white;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: clamp(14px, 1.3vw, 30px);
  cursor: pointer;
  position: relative;
  padding-left: 0;
  line-height: 1.3;
}
.collapse-item.collapse-active button {
  color: white;
}
.collapse-item > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  padding-left: 10px;
}
.collapse-item > div p {
  font-size: clamp(13px, 1vw, 22px);
  margin-bottom: max(0.8vw, 16px);
  line-height: 1.4;
}
.collapse-item > div p:last-child {
  margin-bottom: 0;
}
.collapse-item button:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s all;
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
}
.collapse-item a {
  text-decoration: underline;
}
.collapse-anim {
  max-height: 800px !important;
  opacity: 1 !important;
  padding-top: 16px !important;
  transition: padding-top, max-height, opacity 0.3s ease-in !important;
}
.conditions {
  text-align: center;
}
.conditions a {
  font-family: 'Gotham Rounded Book';
  font-size: clamp(13px, 1.1vw, 22px);
  color: white;
  text-decoration: underline;
}
.money-img-3 {
  position: absolute;
  width: 9vw;
  top: 35%;
  left: -11vw;
  z-index: 2;
}
.plane-img-3 {
  position: absolute;
  width: 7vw;
  top: 40%;
  right: -9vw;
  z-index: 2;
  transform: rotate(264deg);
}
.form-status {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px 6px;
  font-family: 'Gotham Rounded Book';
  border-radius: 10px;
  transition: .3s all;
  opacity: 0;
  visibility: hidden;
  font-size: clamp(15px, 1vw, 24px);
}
.form-status.success {
  background: #5cb85c;
  opacity: 1;
  visibility: visible;
}
.form-status.error {
  background: #f00;
  opacity: 1;
  visibility: visible;
}
.website-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.scan-button {
  font-family: 'Gotham Rounded Bold';
  align-items: center;
  gap: 5px;
  font-size: 12px;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
  color: black;
  background: white;
  border: none;
}
.scan-button img {
  width: 25px;
}
#closeQrScanner {
  background: #f00;
  color: white;
  padding: 7px;
  display: flex;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 3;
}
#closeQrScanner img {
  width: 20px;
  height: 20px;
}
.video-relative {
  position: relative;
}
.video-relative small {
  width: 100%;
  max-width: 280px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: 'Gotham Rounded Book';
}
.qr-scanner-message {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  border-radius: 8px;
  z-index: 2;
  font-family: 'Gotham Rounded Bold';
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  color: white;
}
.qr-scanner-message.success {
  background: #5cb85c;
  opacity: 1;
  visibility: visible;
}
.qr-scanner-message.error {
  background: #f00;
  opacity: 1;
  visibility: visible;
}
#qr-reader {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
}
#qr-reader canvas {
  width: 280px !important;
  height: 280px !important;
  object-fit: cover;
}
#qrScannerModal {
  position: relative;
}




































@media (max-width: 1000px) {
  :root {
    --mt-sections: max(4vw, 8vw);
  }
  .winners-text-img {
    width: 31vw;
  }
  .winner-img {
    width: 17vw;
  }
  .prize {
    min-width: 52vw;
  }
  .prize h3 {
    font-size: clamp(11px, 4.2vw, 60px);
  }
  .prize h2 {
    font-size: clamp(11px, 3.8vw, 60px);
  }
  .how-to-play-wrapper {
    max-width: 90vw;
  }
  .form-wrapper {
    max-width: 79vw;
  }
  .prizes-wrapper {
    max-width: 88vw;
  }
  .winners-wrapper {
    max-width: 62vw;
  }
  .ambassadors-wrapper {
    max-width: 78vw;
  }
  .ambassador-wrap {
    gap: 14px;
  }
  .faq-wrapper {
    max-width: 78vw;
  }
  .collapse-item {
    padding: max(1.2vw, 16px);
  }
  .faq-wrapper h2 {
    font-size: clamp(11px, 4.5vw, 70px);
  }
}

@media (max-width: 769px) {
  .faq-wrapper {
    max-width: 90vw;
    padding-bottom: 220px;
  }
  .plane-img-3 {
    display: none;
  }
  .money-img-3 {
    width: 11vw;
    top: -5vw;
    right: 0vw;
    left: unset;
  }
  .how-to-play-wrapper {
    max-width: 95vw;
  }
  .radio-wrap {
    gap: 8px;
  }
  .radio-wrap input[type="radio"]::before {
    width: 14px;
    height: 14px;
  }
  .radio-wrap > span {
    font-size: clamp(18px, 1.3vw, 30px);
  }
  .radio-wrap input[type="radio"] {
    width: 25px;
    height: 25px;
  }
  .joystic-img-2 {
    width: 10vw;
    top: 97%;
    left: -5vw;
  }
  .money-img-2 {
    width: 9vw;
    top: -2%;
    left: -5vw;
  }
  .phone-img-2 {
    width: 7vw;
    top: 10vw;
    right: -3vw;
  }
  .form-wrapper {
    max-width: 88vw;
  }
}



@media (max-width: 768px) {
  .ambassadors-wrapper {
    max-width: 84vw;
  }
  .how-to-play-wrapper {
    max-width: 95vw;
  }
  .step-item p {
    font-size: clamp(10px, 1.2vw, 30px);
  }
  .form-block {
    padding: max(3.2vw, 32px);
    padding-top: 40px;
  }
  .form-group input {
    padding: max(0.6vw, 10px) max(1vw, 14px);
  }
  .form-checkbox label span {
    font-size: clamp(11px, .9vw, 18px);
  }
  .winners-wrapper {
    max-width: 72vw;
  }
  .winners-text-img {
    width: 40vw;
    top: -9vw;
  }
  .action-game-wrapper {
    max-width: 86vw;
  }
}


.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
@media only screen and (max-width: 599px) {
  :root {
    --mt-sections: min(28vw, 100px);
  }
  .money-img-2 {
    display: none;
  }
  .how-to-play-img {
    width: 58vw;
    top: -11%;
  }
  .prizes-wrapper {
    margin-bottom: 40px;
  }
  .red-button:before,button[type=submit]:before {
    border-radius: 6px;
  }
  .step-game-item h2 {
    font-size: clamp(11px, 6.3vw, 60px);
    line-height: 1.3;
  }
  .step-game-item {
    padding: max(7.5vw, 14px) max(9.5vw, 14px);
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .form-title h3 {
    font-size: clamp(80px, 5.3vw, 120px);
  }
  .radio-wrap {
    gap: 18px;
  }
  .action-game-wrapper {
    padding: max(3.2vw, 20px);
    margin-top: 40px;
    margin-bottom: 120px;
    padding-top: 30vw;
  }
  .action-game-img {
    width: 45vw;
    top: 5vw;
  }
  .money-img-2 {
    width: 80px;
    top: -3%;
    left: -5vw;
  }
  .phone-img-2 {
    width: 60px;
    top: 9%;
    right: -3vw;
  }
  .form-group input {
    border-radius: 8px;
  }
  .form-group label {
    font-size: 16px;
  }
  button[type=submit] {
    padding: max(0.7vw, 16px) max(1vw, 32px);
  }
  button[type=submit] span {
    font-size: 20px;
  }
  .scan-button {
    display: flex;
  }
  body {
    /*background-image: url("../images/bcgg1-mobile.webp");*/
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .count-wrapper {
    padding-top: 66vw;
    max-width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .plane {
    width: 14vw;
    top: 100%;
  }
  .money {
    display: none;
  }
  .phone {
    display: none;
  }
  .count-content {
    padding: 14px;
    margin-bottom: max(2.8vw, 36px);
  }
  .count-wrapper {
    padding-bottom: 60px;
  }
  .count-content h2 {
    font-size: clamp(16px, 4.4vw, 104px);
  }
  .count-content p {
    font-size: clamp(12px, 3.5vw, 60px);
  }
  .count-values {
    font-size: clamp(16px, 11.5vw, 160px);
  }
  .count-wrapper > p {
    font-size: clamp(12px, 3.5vw, 60px);
  }
  .steps-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
  }
  .step-item {
    padding: max(1.5vw, 20px);
    border-radius: 8px;
    margin-bottom: max(2.8vw, 12px);
    box-shadow: inset 0 0 11px 6px rgba(243, 92, 236, 0.41), 0 0 20px 5px rgba(243, 92, 236, 0.41);
    width: 100%;
    max-width: 300px;
  }
  .how-to-play-block > p {
    font-size: clamp(12px, 3.5vw, 60px);
    margin-bottom: max(2vw, 30px);
  }
  .step-number {
    font-size: clamp(42px, 7.5vw, 65px);
    margin-bottom: 16px;
    display: block;
  }
  .step-title {
    font-size: clamp(22px, 4.9vw, 50px);
  }
  .form-block {
    padding: 30px 22px;
  }
  .step-item p {
    font-size: clamp(16px, 3.3vw, 30px);
  }
  .how-to-play-wrapper {
    max-width: 88vw;
    margin-bottom: 8vw;
  }
  .count-content {
    box-shadow: inset 0 0 11px 6px rgba(243, 92, 236, 0.41), 0 0 20px 5px rgba(243, 92, 236, 0.41);
  }
  .joystic-img-2 {
    width: 100px;
    top: 92%;
  }
  .form-checkbox label span {
    font-size: clamp(10px, .9vw, 18px);
  }
  .prize h2 {
    font-size: clamp(22px, 5.5vw, 60px);
  }
  .prize h3 {
    font-size: clamp(11px, 6.2vw, 60px);
    top: -3vw;
  }
  .prize h4 {
    font-size: clamp(11px, 2.4vw, 20px);
  }
  .phone-img-3 {
    width: 50px;
    bottom: 30%;
    left: -3vw;
  }
  .plane-img-2 {
    width: 65px;
    top: -6%;
    right: -5vw;
    left: unset;
    transform: rotate(263deg);
  }
  .form-wrapper {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .winner-img {
    width: 29vw;
    top: -23%;
  }
  .prize {
    box-shadow: inset 0px 10px 23px 0px rgb(243 92 236 / 49%), -1px 10px 28px 4px rgb(243 92 236 / 26%);
    min-width: 84vw;
  }
  .prizes-wrapper {
    padding-bottom: 0px;
  }
  .winners-wrapper {
    max-width: 84vw;
    box-shadow: inset 0 0 24px 12px rgb(243 92 236 / 56%), 0 0 20px 5px rgb(243 92 236 / 66%);
    border-radius: 8px;
    padding: max(1.5vw, 18px);
    margin-top: 0px;
    margin-bottom: 25vw;
  }
  .winners-wrapper-week {
    margin-bottom: 10vw;
  }
  .winners-text-img {
    width: 70vw;
    top: -19vw;
  }
  .faq-wrapper {
    margin-top: 0;
  }
  .table tr th {
    padding: 12px 0;
  }
  .table tr td {
    padding: 12px 0 0;
  }


  .ambassadors-wrapper {
    padding-top: 60px;
    max-width: 90vw;
  }
  .ambassador-text-img {
    width: 55vw;
    top: -15%;
  }
  .ambbasador-code {
    padding: max(1.2vw, 12px);
    font-size: clamp(14px, 2vw, 40px);
  }
  .faq-wrapper h2 {
    font-size: clamp(23px, 4.5vw, 70px);
  }
  .money-img-3 {
    width: 13vw;
  }
  .collapse-item {
    padding: max(1.2vw, 12px);
  }
  .collapse-item button {
    padding-right: 24px;
  }
  .collapse-item button:after {
    width: 16px;
    height: 18px;
  }
  .collapse-item {
    border-radius: 8px;
  }
  .form-title-wrap {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
  }
  .step-game-item h2::before,.prize h2::before {
    left: 3px;
    top: 1px;
  }
}




@media (max-width: 440px) {
  .step-item p {
    font-size: clamp(15px, 3.3vw, 30px);
  }
}