@font-face {
  font-family: "feast";
  src: url("../fonts/feast.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lost";
  src: url("../fonts/lost.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

a {
  display: block;
  cursor: pointer;
  font-size: inherit;
  color: currentColor;
}

button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: currentColor;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}
button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

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

.row {
  --x: 41px;
  --y: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--y) * -1);
  margin-right: calc(var(--x) / -2);
  margin-left: calc(var(--x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--x) / 2);
  padding-left: calc(var(--x) / 2);
  margin-top: var(--y);
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333333%;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
  font-family: var(--font-family), sans-serif;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper {
  min-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;
}

:root {
  --font-family: "lost", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "feast", sans-serif;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  backdrop-filter: blur(24px);
  background: radial-gradient(19.44% 100% at 53% 0%, rgba(241, 3, 3, 0.3019607843) 0%, rgba(241, 3, 3, 0.3) 35.58%, rgba(241, 3, 3, 0) 100%), rgba(4, 4, 4, 0.4392156863);
  z-index: 4;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 0.5px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__left ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  padding: 1px 6px 6px 6px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__left ul li:hover a {
  opacity: 0.8;
}
.header__left ul li.active a {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0404), to(#990202));
  background: linear-gradient(180deg, #ff0404 0%, #990202 100%);
  opacity: 1;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.header__right img:nth-child(2) {
  display: none;
}
.header__right img:not(.button img) {
  pointer-events: none;
}
.header__right .button {
  top: 12px;
}

.button {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-family: var(--third-family);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.button img {
  width: 100%;
}
.button:hover {
  opacity: 0.8;
}
.button span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  top: 4px;
  text-align: center;
}

.main {
  padding-top: 96px;
}
.main__section {
  position: relative;
  padding: 72px 0 190px 0;
  background: radial-gradient(89.83% 46.56% at 71.48% 100%, #363636 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
.main__section-images {
  position: relative;
  z-index: 1;
}
.main__section-images img {
  bottom: -140px;
}
.main__section-images img:first-child {
  position: absolute;
  right: -100px;
}
.main__section-images img:last-child {
  position: absolute;
  left: 0;
}
.main__section-particles img {
  pointer-events: none;
}
.main__section-particles img:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.main__section-particles img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
.main__section-inner {
  position: relative;
  z-index: 2;
}
.main__section h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.main__section-logo {
  max-width: 590px;
  width: 100%;
  margin: 0 auto 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__section h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.main__section .button {
  font-size: 24px;
  width: 207px;
  margin: 16px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__section .button span {
  top: 8px;
}

.about__section {
  padding: 96px 0;
  background: radial-gradient(56.64% 29.1% at 53.3% 0%, #363636 0%, rgba(19, 19, 19, 0) 100%), #131313;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about__section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__section-top h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  color: #fff;
  max-width: 416px;
}
.about__section-text {
  text-align: right;
  max-width: 529px;
}
.about__section-text span {
  font-weight: 400;
  font-size: 36px;
  line-height: 115%;
  color: #fff;
}
.about__section-text span > span {
  color: #d00606;
}
.about__section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}
.about__section-left {
  width: 100%;
}
.about__section-left img {
  width: 100%;
}
.about__section-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 448px;
  width: 100%;
  gap: 22px;
}
.about__section-right .block {
  position: relative;
}
.about__section-right .block:nth-child(1) {
  z-index: 3;
}
.about__section-right .block:nth-child(2) {
  z-index: 2;
}
.about__section-right .block img:not(.block__inner img) {
  position: absolute;
  pointer-events: none;
}
.about__section-right .block__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
}
.about__section-right .block__inner .block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-top: 24px;
}
.about__section-right .block__inner .block__col span {
  text-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  width: 100%;
}
.about__section-right .block__inner .block__col span:last-child {
  font-size: 24px;
}

.what__section {
  padding: 115px 0;
  background-color: #131313;
}
.what__section h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.what__section h1 span {
  color: #335fff;
}
.what__section h2 {
  max-width: 884px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin: 24px auto 48px auto;
}
.what__section h2 span {
  color: #335fff;
}
.what__section .block {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 24px;
}
.what__section .block__step {
  position: absolute;
  top: -18.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: #000;
  font-family: var(--second-family);
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(180deg, #fff 0%, #dadada 100%);
  border: 2.25px solid rgba(0, 0, 0, 0.2);
  border-radius: 27px;
  padding: 8px 17px;
  white-space: nowrap;
}
.what__section .block__inner {
  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;
}
.what__section .block__name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000;
  max-width: 204px;
}
.what__section .block__desc {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #4b4d4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.what__section .block__desc span:not(.block__flex span) {
  color: #000;
}
.what__section .block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what__section .block__flex span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.what__section .block__flex span::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #4b4d4e;
}
.what__section .block__button {
  border-radius: 6px;
  background-color: #335fff;
  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;
  height: 60px;
  position: relative;
}
.what__section .block__button img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.what__section .button {
  margin: 86px auto 0 auto;
  font-size: 32px;
  width: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what__row {
  padding-top: 48px;
}

.accordion__header {
  padding: 16px 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-family: var(--third-family);
}
.accordion__description {
  padding: 0 50px 16px 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-family: var(--font-family);
}
.accordion__icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  width: 24px;
  height: 24px;
  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;
}
.accordion__icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion__icon::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accordion__item {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#323232));
  background: linear-gradient(180deg, #373737 0%, #323232 100%);
  width: 100%;
  min-height: 52px;
}
.accordion__item:hover:not(._open) .accordion__icon::after, .accordion__item:hover:not(._open) .accordion__icon::before {
  background-color: #fff;
}
.accordion__item._open {
  backdrop-filter: blur(100px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0404), to(#990202));
  background: linear-gradient(180deg, #ff0404 0%, #990202 100%);
}
.accordion__item._open .accordion__icon::before {
  opacity: 0;
}
.accordion__content {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.help__section {
  padding: 115px 0;
  background: radial-gradient(89.83% 46.56% at 71.48% 100%, #363636 0%, rgba(0, 0, 0, 0) 100%), #000;
}
.help__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help__section h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
}
.help__section h1 span {
  color: #e60303;
}
.help__section h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin: 16px 0 48px 0;
  max-width: 547px;
}
.help__left {
  width: 100%;
  max-width: 590px;
}
.help__wrapper {
  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;
}

.footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 48px 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer .container .footer__part {
  position: absolute;
  bottom: -48px;
  right: 140px;
  pointer-events: none;
}
.footer__left {
  position: relative;
}
.footer__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__left ul li {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.footer__left ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__left ul li:hover a {
  color: #fff;
}
.footer__center {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__center img:first-child {
  max-width: 208px;
  width: 100%;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.roll {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.roll__h1, .roll__h2 {
  z-index: 1;
  position: relative;
}
.roll__blur {
  backdrop-filter: blur(8px);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: calc(50% + 385px);
  height: 250px;
  width: 100%;
  z-index: 1;
  top: -16px;
  pointer-events: none;
}
.roll__blur:nth-child(2) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
  right: calc(50% + 385px);
}
.roll__winner {
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 486px;
}
.roll__winner img {
  -webkit-animation: spinner 25s linear infinite;
          animation: spinner 25s linear infinite;
}
.roll__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roll__wrapper .roll__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.roll__wrapper img:nth-child(1) {
  z-index: 3;
}
.roll__wrapper img:nth-child(2) {
  z-index: 1;
  top: -50%;
  -webkit-transform: translate(calc(-50% - 6px), calc(-50% + 245px));
      -ms-transform: translate(calc(-50% - 6px), calc(-50% + 245px));
          transform: translate(calc(-50% - 6px), calc(-50% + 245px));
}
.roll__section {
  padding: 115px 0;
  background-color: #000;
  overflow: hidden;
}
.roll__section h1 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.roll__section h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin: 24px auto 90px auto;
}
.roll__section .button {
  margin: 100px auto 0 auto;
  font-size: 32px;
  width: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roll__section .roll__h1 h1:nth-child(1) {
  display: block;
}
.roll__section .roll__h1 h1:nth-child(2) {
  display: none;
}
.roll__section .roll__h1 h1:nth-child(3) {
  display: none;
}
.roll__section .roll__h2 h2:first-child {
  display: block;
}
.roll__section .roll__h2 h2:last-child {
  display: none;
}
.roll__section .block {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.roll__section.winner .roll__img {
  opacity: 0;
}
.roll__section.winner .block.win {
  -webkit-transform: scale(0.9) rotate(4deg);
      -ms-transform: scale(0.9) rotate(4deg);
          transform: scale(0.9) rotate(4deg);
}
.roll__section.winner .roll__inner .block:not(.win) {
  opacity: 0;
  pointer-events: none;
}
.roll__section.winner #prizeButton {
  display: none !important;
}
.roll__section.winner #steamButton {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.roll__section.winner .roll__h1 h1:nth-child(1) {
  display: none;
}
.roll__section.winner .roll__h1 h1:nth-child(21) {
  display: none;
}
.roll__section.winner .roll__h1 h1:nth-child(3) {
  display: block;
}
.roll__section.winner .roll__winner {
  opacity: 1;
}
.roll__section.winner .roll__h2 h2:first-child {
  display: none;
}
.roll__section.winner .roll__h2 h2:last-child {
  display: block;
}
.roll__section.rolling .roll__h1 h1:nth-child(1) {
  display: none;
}
.roll__section.rolling .roll__h1 h1:nth-child(2) {
  display: block;
}
.roll__section.rolling .roll__h1 h1:nth-child(3) {
  display: none;
}
.roll__section .containerButton #prizeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roll__section .containerButton #steamButton {
  display: none;
}
.roll__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.1, 0, 0.2, 1);
  transition: -webkit-transform 5s cubic-bezier(0.1, 0, 0.2, 1);
  transition: transform 5s cubic-bezier(0.1, 0, 0.2, 1);
  transition: transform 5s cubic-bezier(0.1, 0, 0.2, 1), -webkit-transform 5s cubic-bezier(0.1, 0, 0.2, 1);
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1300px) {
  .container {
    width: 920px;
  }
  .header__left ul {
    gap: 4px;
  }
  .header__left ul li a {
    font-size: 18px;
  }
  .header__logo {
    max-width: 106px;
  }
  .main__section-images img:first-child {
    width: 400px;
  }
  .main__section-images img:last-child {
    width: 300px;
  }
  .about__section-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__section-top h1 {
    text-align: center;
  }
  .about__section-text {
    text-align: center;
    margin-top: 16px;
  }
  .about__section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__section-right {
    margin: 0 auto;
  }
  .about__section-left {
    max-width: 448px;
    margin: 0 auto;
  }
  .what__row .col-4:nth-child(1) .block__button img {
    width: 70%;
  }
  .help__right {
    width: 260px;
  }
  .help__section .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .container .footer__part {
    right: 20px;
  }
  .roll__wrapper img:nth-child(2) {
    min-width: 1291px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 600px;
  }
  .header__left {
    display: none;
  }
  .header__right img:not(.button img) {
    width: 136px;
  }
  .header__right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .roll__img {
    display: none;
  }
  .roll__section h2 {
    margin: 24px auto 48px auto;
  }
  .roll__section .button {
    margin: 48px auto 0 auto;
  }
  .main__section-particles img {
    width: 190px;
  }
  .main__section {
    padding: 64px 0 280px 0;
  }
  .main__section h1,
  .main__section h2 {
    font-size: 32px;
  }
  .main__section-logo {
    max-width: 332px;
  }
  .main {
    padding-top: 70px;
  }
  .main__section .button {
    width: 172px;
    font-size: 20px;
  }
  .main__section-images img:first-child {
    right: 0;
    z-index: 1;
    width: 250px;
    right: 90px;
  }
  .main__section-images img:last-child {
    width: 200px;
    left: 100px;
  }
  .main__section-images img {
    bottom: -230px;
  }
  .about__section {
    padding: 48px 0;
  }
  .about__section-top h1,
  .what__section h1,
  .roll__section h1,
  .help__section h1 {
    font-size: 36px;
  }
  .about__section-text span,
  .what__section h2,
  .roll__section h2,
  .help__section h2 {
    font-size: 24px;
  }
  .what__row .col-4 {
    width: 100%;
  }
  .what__section .block__step {
    display: none;
  }
  .what__section .block {
    max-width: 400px;
    margin: 0 auto;
  }
  .row {
    --x: 64px;
    --y: 64px;
  }
  .what__row {
    padding-top: 0;
  }
  .what__section .button {
    display: none;
  }
  .what__section,
  .roll__section {
    padding: 48px 0 72px 0;
  }
  .help__section .container {
    -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: 64px;
  }
  .help__section {
    padding: 48px 0 4px 0;
  }
  .help__section h1,
  .help__section h2 {
    text-align: center;
    max-width: 100%;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding-bottom: 150px;
  }
  .footer .container .footer__left:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .container .footer__left:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer {
    padding: 24px 0;
  }
  .footer__center {
    gap: 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .container .footer__part {
    right: initial;
    left: 20px;
    bottom: -24px;
  }
  .what__row .col-4:nth-child(1) .block__button img {
    width: 60%;
  }
  .about__section-top h1 {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 358px;
  }
  .header__right .button {
    font-size: 14px;
    width: 100px;
    margin-top: 8px;
  }
  .header__right {
    gap: 0;
  }
  .main__section-images img:first-child {
    right: -24px;
  }
  .main__section-images img:last-child {
    left: -10px;
  }
  .block__inner img {
    width: 102px;
  }
  .about__section-right .block__inner .block__col {
    padding-top: 16px;
  }
  .about__section-right .block__inner .block__col span {
    font-size: 25px;
  }
  .about__section-right .block__inner .block__col span:last-child {
    font-size: 19px;
  }
  .what__row .col-4:nth-child(2) .block__button img {
    width: 80%;
  }
  .what__row .col-4:nth-child(3) .block__button img {
    width: 90%;
  }
  .header {
    height: 70px;
  }
}
@media (max-width: 424px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
  .header__right {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right img:not(.button img) {
    position: absolute;
  }
  .header__right .button {
    top: 0;
    margin-top: 0;
  }
  .header__right img:nth-child(1):not(.button img) {
    display: none;
  }
  .header__right img:nth-child(2):not(.button img) {
    display: block;
    bottom: -35px;
    right: 100px;
  }
  .header::after {
    bottom: 1px;
  }
  .header {
    overflow: hidden;
  }
}
@media (max-width: 374px) {
  body {
    zoom: 0.85;
  }
}

/* ======= Auth Success Overlay ======= */
.auth-success-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
}
.auth-success-overlay.active {
  display: flex;
}
.auth-success-box {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 48px 40px 40px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  animation: asoFadeIn 0.4s ease both;
}
@keyframes asoFadeIn {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.auth-success-icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
  animation: asoBounce 0.6s ease 0.3s both;
}
@keyframes asoBounce {
  0%   { transform: scale(0); }
  60%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.auth-success-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}
.auth-success-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #335fff;
  margin: 0 0 16px;
}
.auth-success-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0 0 28px;
}
.auth-success-desc strong {
  color: #ffffff;
}
.auth-success-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.auth-success-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #335fff;
  animation: asoDot 1.2s ease-in-out infinite;
}
.auth-success-dots span:nth-child(2) { animation-delay: 0.2s; }
.auth-success-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes asoDot {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40%           { transform: scale(1); opacity: 1; }
}
