/* ------------------------------------
   # DEFAULT
------------------------------------ */
/* ------------------------------------
   # RESET STYLE
------------------------------------ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body {
  padding: 0;
  margin: 0;
  background-color: #19141f;
  color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

/* ------------------------------------
   # DEFAULT
------------------------------------ */
.list-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.btn-reset {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}

.input-reset {
  border: none;
  outline: none;
}

.hidden {
  display: none;
}

/* ------------------------------------
   # CONTAINER
------------------------------------ */
.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.separation {
  width: 16px;
  height: 16px;
  background-color: #fbb03f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 8px;
  display: block;
}
@media screen and (max-width: 440px) {
  .separation {
    width: 10px;
    height: 10px;
  }
}

.title {
  margin: 73px 0 32px 0;
  font-size: 26px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 440px) {
  .title {
    font-size: 18px;
  }
}
h1 {
  padding: 30px 0 10px 0;
}
.main-content h2, .main-content h3, .main-content h4 {
  font-size: 26px;
  color: rgb(0, 200, 255);
  padding: 22px 0 12px 0;
  text-transform: uppercase;
  line-height: 150%;
}
.title-blue {
  font-size: 26px;
  color: rgb(0, 200, 255);
  padding: 42px 0 12px 0;
  text-transform: uppercase;
  line-height: 150%;
}
.main-content p{
  font-size: 14px;
  color: rgb(217, 217, 217);
  padding: 10px 0;
  line-height: 150%;
}
.subtitle {
  font-size: 14px;
  color: rgb(217, 217, 217);
  padding: 18px 0;
  line-height: 150%;
}

/* ------------------------------------
   # COMPONENT
------------------------------------ */
.header__inner {
  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__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__actions-btn-enter {
  border: 1px solid #e6e6e6;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 12px;
}
.header__actions-btn-enter:hover {
  background-color: #fbb03f;
  border: 1px solid #fbb03f;
}
.header__actions-btn-reg {
  background-color: #fbb03f;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 12px;
  border: 1px solid #fbb03f;
}
.header__actions-btn-reg:hover {
  background-color: transparent;
}
.header__list-link {
  margin: 0 32px 0 0;
  display: block;
}
.header__list-link:hover {
  color: rgb(0, 200, 255);
}

.menu-btn-open i,
.menu-btn-close i {
  color: #fff;
  font-size: 42px;
}

.menu-btn-close {
  position: absolute;
  right: 42px;
  top: 42px;
}

.hero {
  margin-top: 12px;
}
.hero__bonus {
  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;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
}
.hero__content-title span {
  color: #fbb03f;
  font-size: 28px;
  padding-top: 18px;
  display: block;
}
.hero__content-link {
  background-color: #fbb03f;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 12px;
  border: 1px solid #fbb03f;
  text-align: center;
}
.hero__content-link:hover {
  background-color: transparent;
}

.info-container {
  background-color: #111015;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 3px;
  margin-top: 32px;
}

.info-column {
  width: 45%;
}

.info-row {
  border-bottom: 1px solid #00ace5;
  padding: 20px 0 !important;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.main-content ul {
  padding-left: 32px;
  margin: 15px 0;
}
.main-content li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 8px;
}
.info__list {
  padding-left: 32px;
  margin-top: 62px;
  margin-bottom: 72px;
}
.info__list-item {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 12px;
}

.acc {
  margin-bottom: 72px;
}
.acc-dropdown {
  max-height: 0;
  overflow: hidden;
}
.acc-dropdown.active {
  max-height: 800px;
  overflow: visible;
}
.acc-content {
  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;
}
.acc-content-title {
  font-size: 18px;
  font-weight: 400;
}
.acc-content .subtitle {
  padding-left: 22px;
}
.acc-content-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;
  margin-top: 22px;
  background-color: #09050d;
  padding: 22px 18px;
  cursor: pointer;
}
.acc-content-top .seperation {
  width: 10px;
  height: 10px;
}

.game-block {
  margin-top: 42px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.game-block__content {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  max-width: 18vw;
  height: 16vw;
  cursor: pointer;
  width: 100%;
  margin: auto;
}
.game-block__content .btn-game {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  background-color: #fbb03f;
  color: #fff;
  padding: 14px 32px;
  font-weight: bolder;
  text-transform: uppercase;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
}
.game-block__content .btn-game:hover {
  background-color: #fbb03f;
  color: #fff !important;
}
.game-block__content-title {
  color: #fff;
  font-size: 18px;
  position: absolute;
  z-index: 20;
  background-color: #fbb03f;
  width: 100%;
  text-align: center;
  padding: 12px;
  bottom: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  color: #fff;
}
.game-block__content:hover .game-block__content-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.game-block__content:hover .btn-game {
  opacity: 1;
  pointer-events: visible;
  color: #fff;
}
.game-block__content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.game-block__content:hover::before {
  opacity: 0.4;
}
.game-block__content img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.menu-btn-open,
.menu-btn-close {
  display: none;
}

.info__list-item {
  line-height: 150%;
}

@media screen and (max-width: 1280px) {
  .hero img {
    max-width: 800px;
  }
  .hero__content-title span {
    font-size: 14px;
  }
  .hero__content-link {
    padding: 14px 18px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .header__logo img {
    width: 180px;
  }
  .hero img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  .header__list {
    gap: 8px;
  }
  .header__actions-btn-enter,
  .header__actions-btn-reg {
    padding: 14px 22px;
    font-size: 14px;
    display: inline-block;
  }
  .header__list-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  .header__list {
    position: fixed;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #19141f;
    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;
    gap: 22px;
  }
  .header__list.active {
    left: 0;
  }
  .menu-btn-close {
    position: absolute;
    top: 42px;
    right: 42px;
    display: block;
  }
  .menu-btn-open {
    display: block;
    position: relative;
    top: 4px;
  }
  .header__list-link {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 876px) {
  .hero img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .hero__bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
  }
  .info-row {
    border-bottom: 1px solid #00ace5;
    padding: 20px 0 !important;
    font-size: 12px;
    line-height: 150%;
  }
  .info-row {
    padding: 12px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .game-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .game-block__content {
    max-width: 40vw;
    height: 40vw;
  }
  .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-column {
    width: 100%;
  }
  .info__list {
    padding-left: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 440px) {
  .hero img {
    max-width: 400px !important;
    position: absolute;
    top: 100px;
  }
  .header__logo img {
    width: 120px;
  }
  .hero__content-link {
    padding: 18px 32px;
    border-radius: 12px;
    font-size: 20px;
  }
  .hero__content-title span {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .game-block__content-title {
    font-size: 12px;
    padding: 8px;
  }
  .game-block__content:hover .btn-game {
    font-size: 12px;
    padding: 12px 22px;
  }
  .title {
    margin: 52px 0 12px 0;
  }
  .hero__bonus {
    padding-top: 180px !important;
  }
}