@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: linear-gradient(180deg, #0b0d11, #1e2430);
}

p {
  line-height: 155%;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 27px 0;
}

h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 21px auto;
  text-align: center;
  border-bottom: 1.9px solid #ffb04c;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 17px 0;
}

ol {
  list-style: decimal;
  padding: 17px 27px;
}

ul {
  list-style: disc;
  padding: 17px 27px;
}

li {
  line-height: 155%;
}

ol li::marker,
ul li::marker {
  color: #ffb04c;
  font-weight: 700;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin: 21px 0;
  overflow: auto;
}
table tr td,
table tr th {
  border: 1px solid #fff;
  padding: 17px;
}
table tr th {
  background-color: #ffb04c;
  color: #2b2b2b;
  font-size: 20px;
  text-align: center;
}
table tr td:hover {
  background-color: rgba(100, 100, 100, 0.13);
}

.navbar {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #0b0d11;
  padding: 21px 0;
  box-shadow: 0 0 5px #ffb04c;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navbar .container .logo {
  flex: 0 0 161px;
}
.navbar .container .logo a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(180deg, #ffc081 0%, #ff924e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.navbar .container .logo a .highlight {
  background: linear-gradient(180deg, #b49aff 0%, #946df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .container .auth {
  display: flex;
  gap: 17px;
}
.navbar .container .auth .btn-main {
  border: 1px solid #3b4650;
  color: #dadfe6;
}
.navbar .container .auth .btn-main:hover {
  background: #3b4650;
}
.navbar .container .auth .btn-alt {
  background-color: #ffb04c;
  color: #2b2b2b;
}
.navbar .container .auth .btn-alt:hover {
  background-color: #e7923b;
}

.btn {
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 17px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s;
  color: #fff;
}

.main-content {
  height: 100%;
  flex: 1 1 auto;
  padding: 0 0 54px;
}
.main-content .banner {
  padding: 54px 0;
  position: relative;
  background-color: #101215;
  background: linear-gradient(180deg, #3b4650, #2b343d);
  background-position: 100%;
  background-size: contain;
  height: 411px;
  display: flex;
  z-index: 0;
}
.main-content .banner::before {
  content: "";
  background: url(../img/coins.png) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.36;
}
.main-content .banner .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
  margin: 0 54px;
}
.main-content .banner .section {
  flex: 0 0 61%;
}
.main-content .banner .section img {
  animation: transform 5s infinite;
  max-width: 411px;
}
.main-content .banner__text {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.main-content .banner__text h1 {
  margin: 0;
  text-align: left;
}
.main-content .banner__img {
  text-align: center;
}
.main-content .banner__cta a {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #ffb04c;
  max-width: 311px;
  white-space: nowrap;
  font-size: 22px;
  overflow: hidden;
  color: #2b2b2b;
  padding: 17px;
  box-shadow: 0 8px 17px 0 rgba(255, 176, 76, 0.23);
  animation: glow 1400ms infinite;
}
.main-content .banner__cta a:hover {
  background-color: #e7923b;
  color: #fff;
}
.main-content .banner__cta a::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 100%;
  top: 0;
  left: -144px;
  background: -webkit-linear-gradient(-40deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #ffffff 25.2%, #fff 46%, rgba(255, 255, 255, 0) 46.2%, rgba(255, 255, 255, 0) 49%, #ffffff 49.2%, #fff 53.5%, rgba(255, 255, 255, 0) 53.7%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-size: 100% 100%;
  animation: animation-15c8vog 3s infinite ease-in-out forwards;
  filter: drop-shadow(0px 0px 5px #fff);
}
.main-content .benefits-section {
  padding: 79px 17px;
  box-shadow: 0 0 5px #936eb6;
}
.main-content .benefits-section h2 {
  margin: 0 auto 74px;
}
.main-content .benefits-section .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(311px, 1fr));
  justify-content: center;
  gap: 21px;
}
.main-content .benefits-section .cards .card {
  background: rgba(147, 110, 182, 0.08);
  border-radius: 17px;
  padding: 25px;
  height: 201px;
  position: relative;
  overflow: hidden;
}
.main-content .benefits-section .cards .card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 351px;
  height: 281px;
  z-index: -1;
}
.main-content .benefits-section .cards .card:nth-child(1)::before {
  background: url("../img/light.png") center/cover no-repeat;
}
.main-content .benefits-section .cards .card:nth-child(2)::before {
  background: url("../img/prize.png") center/cover no-repeat;
}
.main-content .benefits-section .cards .card:nth-child(3)::before {
  background: url("../img/phone.png") center/cover no-repeat;
}
.main-content .benefits-section .cards .card__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  max-width: 81%;
}
.main-content .benefits-section .cards .card__text {
  font-size: 20px;
  font-weight: 600;
  max-width: 81%;
}
.main-content .details {
  padding: 54px 0;
}
.main-content .details p {
  margin: 17px 0;
}
.main-content .details img {
  display: flex;
  margin: 0 auto;
  max-width: 511px;
}
.main-content .payments {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}
.main-content .payments .payment {
  cursor: pointer;
  transition: filter 0.4s ease-in-out;
}
.main-content .payments .payment svg path {
  transition: fill 0.4s ease-in-out;
}
.main-content .payments .payment:nth-child(1):hover {
  filter: drop-shadow(0px 0px 17px #2047ff);
}
.main-content .payments .payment:nth-child(1):hover svg path {
  fill: #2047ff;
}
.main-content .payments .payment:nth-child(2):hover {
  filter: drop-shadow(0px 0px 17px #ff8100);
}
.main-content .payments .payment:nth-child(2):hover svg path {
  fill: #ff8100;
}
.main-content .payments .payment:nth-child(3):hover {
  filter: drop-shadow(0px 0px 17px #ffc300);
}
.main-content .payments .payment:nth-child(3):hover svg path {
  fill: #ffc300;
}
.main-content .payments .payment:nth-child(4):hover {
  filter: drop-shadow(0px 0px 17px #f7941b);
}
.main-content .payments .payment:nth-child(4):hover svg path {
  fill: #f7941b;
}
.main-content .payments .payment:nth-child(5):hover {
  filter: drop-shadow(0px 0px 17px #c719e4);
}
.main-content .payments .payment:nth-child(5):hover svg path {
  fill: #c719e4;
}
.main-content .payments .payment:nth-child(6):hover {
  filter: drop-shadow(0px 0px 17px #29d5a0);
}
.main-content .payments .payment:nth-child(6):hover svg path {
  fill: #29d5a0;
}

.container {
  max-width: 91vw;
  margin: 0 auto;
  padding: 0 17px;
}

.footer {
  padding: 34px 0;
  box-shadow: 0 0 5px #ffb04c;
  background-color: #0b0d11;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  table {
    display: block;
  }
  h1 {
    margin: 21px 0;
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
    margin: 17px 0;
  }
  h3 {
    font-size: 22px;
    margin: 11px 0;
  }
  .container {
    max-width: 100%;
  }
  .btn {
    padding: 11px 17px;
  }
  .navbar .container {
    justify-content: center;
    gap: 17px;
    flex-direction: column;
    gap: 21px;
  }
  .navbar .container .logo {
    flex: auto;
  }
  .navbar .container .logo img {
    width: 131px;
  }
  .main-content {
    padding: 0 0 34px;
  }
  .main-content .banner {
    height: auto;
    padding: 34px 0;
    background-size: cover;
    padding: 0;
  }
  .main-content .banner::after {
    content: "";
    background-color: #2b2b2b;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.86;
  }
  .main-content .banner .container {
    gap: 34px;
    flex-direction: column;
    z-index: 3;
    padding: 21px;
    margin: 0 21px;
  }
  .main-content .banner__img {
    max-width: 261px;
  }
  .main-content .banner .section {
    flex: 1 1 auto;
  }
  .main-content .banner .section img {
    max-width: 100%;
  }
  .main-content .benefits-section {
    padding: 49px 0;
  }
  .main-content .benefits-section h2 {
    margin: 0 auto 34px;
  }
  .main-content .benefits-section .game-item {
    width: 311px;
    height: 311px;
    margin: 0 auto;
  }
  .main-content .benefits-section .game-item:not(:last-child) {
    margin-bottom: 54px;
  }
  .main-content .benefits-section .game-item_play {
    margin-bottom: 134px;
  }
  .main-content .details {
    padding: 34px 0;
  }
  .main-content .details img {
    max-width: 100%;
  }
  .main-content .payments {
    padding: 0 17px;
    gap: 11px;
    justify-content: space-around;
  }
  .main-content .payments svg {
    height: 34px;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #414141;
  }
  50% {
    box-shadow: 0 0 21px #ffb04c;
  }
  100% {
    box-shadow: 0 0 5px #414141;
  }
}