html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}

img {
  max-width: 100%;
}

@-webkit-keyframes show_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes show_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fly_1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes fly_1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.slots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/slot_bg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slots-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slots-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: center top;
  background-repeat: repeat-y;
  height: 100%;
}
.slots-content > *:nth-child(1) {
  background-image: url("../images/slot_col_1.webp");
}
.slots-content > *:nth-child(2) {
  background-image: url("../images/slot_col_2.webp");
}
.slots-content > *:nth-child(3) {
  background-image: url("../images/slot_col_3.webp");
}
.slots-content > *:nth-child(4) {
  background-image: url("../images/slot_col_4.webp");
}
.slots-content > *:nth-child(5) {
  background-image: url("../images/slot_col_5.webp");
}
.slots-content > *:nth-child(6) {
  background-image: url("../images/slot_col_6.webp");
}

.slots-win-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@-webkit-keyframes slot_col_1 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4360px;
  }
}

@keyframes slot_col_1 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4360px;
  }
}
@-webkit-keyframes slot_col_2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4446px;
  }
}
@keyframes slot_col_2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4446px;
  }
}
@-webkit-keyframes slot_col_3 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4610px;
  }
}
@keyframes slot_col_3 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -4610px;
  }
}
@-webkit-keyframes slot_col_4 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5030px;
  }
}
@keyframes slot_col_4 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5030px;
  }
}
@-webkit-keyframes slot_col_5 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5455px;
  }
}
@keyframes slot_col_5 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5455px;
  }
}
@-webkit-keyframes slot_col_6 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5762px;
  }
}
@keyframes slot_col_6 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -5762px;
  }
}
.slots {
  width: 600px;
  height: 390px;
  padding: 35px;
  position: relative;
}
.slots::before {
  content: "";
  width: 350px;
  height: 175px;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/slot_decor.webp") no-repeat center/contain;
}
.slots.run-animation .slots-content > *:nth-child(1) {
  -webkit-animation: slot_col_1 1 4s ease both;
          animation: slot_col_1 1 4s ease both;
}
.slots.run-animation .slots-content > *:nth-child(2) {
  -webkit-animation: slot_col_2 1 4s ease both;
          animation: slot_col_2 1 4s ease both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.slots.run-animation .slots-content > *:nth-child(3) {
  -webkit-animation: slot_col_3 1 4s ease both;
          animation: slot_col_3 1 4s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.slots.run-animation .slots-content > *:nth-child(4) {
  -webkit-animation: slot_col_4 1 4s ease both;
          animation: slot_col_4 1 4s ease both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.slots.run-animation .slots-content > *:nth-child(5) {
  -webkit-animation: slot_col_5 1 4s ease both;
          animation: slot_col_5 1 4s ease both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slots.run-animation .slots-content > *:nth-child(6) {
  -webkit-animation: slot_col_6 1 4s ease both;
          animation: slot_col_6 1 4s ease both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.slots.run-animation .slots-win-line {
  -webkit-animation: fade_in 1 0.5s ease both;
          animation: fade_in 1 0.5s ease both;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.slots-win-line {
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: inset 0 0 10px gold;
          box-shadow: inset 0 0 10px gold;
  margin-top: 39px;
  width: calc(100% - 60px);
  margin-left: -2px;
  opacity: 0;
}

.slots-content {
  gap: 12px;
}
.slots-content > * {
  background-size: 83px;
}

.slots {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .slots {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .slots {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: -35px;
  }
}
.slots .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  font-size: 18px;
  white-space: nowrap;
  width: auto;
}

body {
  overflow-x: hidden;
  color: #fff;
  font-family: "Termina", sans-serif;
  background: #000000 url("../images/bg.jpg") no-repeat center/cover;
}
.decor {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.decor-item {
  position: absolute;
}
.decor-item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.decor-item:nth-child(1) {
  width: 800px;
  height: 800px;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 1800px) {
  .decor-item:nth-child(1) {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .decor-item:nth-child(1) {
    width: 300px;
    height: 300px;
  }
}
.decor-item:nth-child(1) img {
  display: block;
  -webkit-animation: fly_1 infinite 3s ease both alternate;
          animation: fly_1 infinite 3s ease both alternate;
}
.decor-item:nth-child(2) {
  width: 800px;
  height: 800px;
  right: 0;
  bottom: -250px;
  -webkit-animation: fade_in 1 0.3s linear both;
          animation: fade_in 1 0.3s linear both;
}
@media screen and (max-width: 1800px) {
  .decor-item:nth-child(2) {
    width: 500px;
    height: 500px;
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .decor-item:nth-child(2) {
    width: 300px;
    height: 300px;
  }
}
.decor-item:nth-child(2) img {
  -webkit-animation: fly_1 infinite 5s linear both alternate;
          animation: fly_1 infinite 5s linear both alternate;
}

.logo {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  .logo {
    width: 180px;
  }
}
.logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0px 0px 10px #000);
          filter: drop-shadow(0px 0px 10px #000);
}

.landing {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .landing {
    padding-bottom: 0;
  }
}
.landing.hide {
  display: none;
}

.content {
  position: relative;
  z-index: 2;
}

.title {
  font-family: "Termina", sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 18px;
  }
}
.title span {
  display: block;
  letter-spacing: 5px;
  font-size: 72px;
  font-weight: 900;
  color: #FFE710;
  margin-top: 10px;
}
@media screen and (max-width: 1680px) {
  .title span {
    font-size: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .title span {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .title span {
    font-size: 38px;
  }
}

.sub-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 20px;
}
@media screen and (max-width: 1680px) {
  .sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 12px;
    letter-spacing: 4px;
  }
}

.btn {
  font-family: "Termina", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  background: #FFE710;
  width: 240px;
  padding: 20px 20px;
  line-height: 25px;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 3px;
  -webkit-box-shadow: 0 0 10px #FFE710;
          box-shadow: 0 0 10px #FFE710;
}
@media screen and (max-width: 1680px) {
  .btn {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
  }
}

.content-main.hide {
  display: none;
}

.reg-form-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/bg_modal.jpg") no-repeat center/cover;
  z-index: 9999;
  overflow-y: auto;
}
.reg-form-screen.hide {
  display: none;
}

.reg-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  margin: 0 auto;
  max-width: 100%;
  gap: 10px;
}
.reg-form.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show_up 1 0.5s ease both;
          animation: show_up 1 0.5s ease both;
}
.reg-form .input {
  margin-bottom: 10px;
  display: block;
}
.reg-form .input input {
  font-family: "Termina", sans-serif;
  font-weight: 600;
  background: rgba(250, 250, 250, 0.75);
  color: #0038FF;
  height: 50px;
  padding: 0 10px;
  display: block;
  width: 100%;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .reg-form .input input {
    height: 40px;
  }
}
.reg-form .input input:focus {
  outline: none;
}
.reg-form .input input::-webkit-input-placeholder {
  color: #0038FF;
}
.reg-form .input input::-moz-placeholder {
  color: #0038FF;
}
.reg-form .input input:-ms-input-placeholder {
  color: #0038FF;
}
.reg-form .input input::-ms-input-placeholder {
  color: #0038FF;
}
.reg-form .input input::placeholder {
  color: #0038FF;
}
.reg-form .btn {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  min-width: 280px;
}

.check {
  position: relative;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .check {
    font-size: 12px;
  }
}
.check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.check input:checked + .check-wrap .check-box::before {
  opacity: 1;
}
.check button {
  border: none;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.check button:hover {
  text-decoration: none;
}

.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.check-box {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  border-radius: 4px;
  background: rgba(250, 250, 250, 0.75);
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.check-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../images/checkbox.svg") no-repeat center/14px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reg-form-title {
  font-family: "Termina", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #FFE710;
}
@media screen and (max-width: 1024px) {
  .reg-form-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .reg-form-title {
    font-size: 24px;
  }
}

.custom-select {
  position: relative;
}

select {
  -moz-appearance: none;
       appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  height: 50px;
  background-color: #F69420;
  border: 1px solid transparent;
  border-radius: 0;
  color: #2A3471;
  cursor: pointer;
  outline: none !important;
  font-family: "DIN Condensed", sans-serif;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.errors {
  font-size: 12px;
  color: #fff;
}
.errors > * + * {
  margin-top: 5px;
}