:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(157.48deg, #0D0125 14.64%, #5500C0 52.6%, #0D0125 91.8%);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

.roulette {
  padding: 40px 16px;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .roulette {
    padding: 20px 16px;
  }
}
.roulette__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  height: 100%;
  max-width: 1900px;
  margin: 0 auto;
}
.roulette__info {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.roulette__title {
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 1600px) {
  .roulette__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .roulette__title {
    font-size: 32px;
  }
}
.roulette__subtitle {
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #FFFF00;
}
@media (max-width: 1600px) {
  .roulette__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .roulette__subtitle {
    font-size: 16px;
  }
}
.roulette__text {
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 420px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .roulette__text {
    font-size: 16px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .roulette__text {
    font-size: 14px;
    max-width: 280px;
  }
}
.roulette__btn {
  height: 90px;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #FFFF00;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  color: #7000FF;
}
@media (max-width: 1600px) {
  .roulette__btn {
    font-size: 16px;
    height: 56px;
    padding: 0 16px;
    border-radius: 16px;
  }
}
.roulette__attempts {
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.roulette__attempts span {
  color: #fff;
}
.roulette__wheel-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1920px;
  height: 1920px;
  aspect-ratio: 1;
  z-index: -1;
  top: calc(70vh - 960px);
}
@media (min-height: 1920px) {
  .roulette__wheel-wrap {
    top: 0;
  }
}
@media (min-width: 1600px) {
  .roulette__wheel-wrap {
    width: 1700px;
    height: 1700px;
    top: calc(50vh - 600px);
  }
}
@media (max-width: 1600px) {
  .roulette__wheel-wrap {
    width: 1000px;
    height: 1000px;
    top: calc(50vh - 400px);
  }
}
@media (max-width: 767px) {
  .roulette__wheel-wrap {
    width: 600px;
    height: 600px;
    top: calc(50vh - 300px);
  }
}
.roulette__pointer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 41px;
  height: 72px;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1600px) {
  .roulette__pointer {
    width: 32px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .roulette__pointer {
    width: 20px;
    height: 36px;
  }
}
.roulette__pointer svg {
  width: 100%;
  height: 100%;
  display: block;
}
.roulette__pointer--top {
  bottom: -10px;
}
@media (max-width: 1600px) {
  .roulette__pointer--top {
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .roulette__pointer--top {
    bottom: -15px;
  }
}
.roulette__pointer--bottom {
  bottom: 250px;
}
@media (max-width: 1600px) {
  .roulette__pointer--bottom {
    bottom: 135px;
  }
}
@media (max-width: 767px) {
  .roulette__pointer--bottom {
    bottom: 85px;
  }
}
.roulette__wheel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.roulette__wheel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.roulette__wheel.spinning img {
  opacity: 0.2;
}
.roulette__win-overlay {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.9%;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .roulette__win-overlay {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .roulette__win-overlay {
    max-width: 120px;
  }
}
.roulette__win-overlay[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  -webkit-animation: roulette-win-pulse 1.5s ease-in-out infinite;
  animation: roulette-win-pulse 1.5s ease-in-out infinite;
}
.roulette__win-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.roulette__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@-webkit-keyframes roulette-win-pulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
}

@keyframes roulette-win-pulse {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  margin: 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.modal[aria-hidden=false] .modal__content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal__header {
  position: relative;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__close {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close svg {
  display: block;
}
.modal__body {
  padding: 0 24px 24px;
}
.modal__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__logo svg {
  display: block;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.modal__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DFE0E2;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.modal__input-wrapper:focus-within {
  border-color: #7000FF;
}
.modal__input-wrapper.error {
  border-color: #FF3B30;
}
.modal__input-prefix {
  padding: 14px 0 14px 12px;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
}
.modal__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 14px 16px;
  border: none;
  outline: none;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  background-color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.modal__input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.modal__input::-moz-placeholder {
  color: #9B9B9B;
}
.modal__input:-ms-input-placeholder {
  color: #9B9B9B;
}
.modal__input::-ms-input-placeholder {
  color: #9B9B9B;
}
.modal__input::placeholder {
  color: #9B9B9B;
}
.modal__input.error {
  color: #FF3B30;
}
.modal__btn {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #7000FF;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.modal__btn:hover {
  background-color: #5A00CC;
}
.modal__btn:active {
  background-color: #4A00AA;
}
.modal__policy {
  margin: 0;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #9B9B9B;
}
.modal__policy-link {
  color: #4d4f59;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.modal__policy-link:hover {
  color: #5A00CC;
}
.modal__info-link {
  display: block;
  margin-top: 8px;
  color: #4d4f59;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
}
.modal__info-link:hover {
  color: #5A00CC;
}
.modal--success .modal__body {
  padding: 40px 24px 24px;
}
.modal__success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.modal__success-title {
  margin: 0;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #111;
}
.modal__success-text {
  margin: 0;
  font-family: "TT Travels Text Trl", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E5155;
}