* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #04060a;
  font-family: Arial, Helvetica, sans-serif;
  background-size: auto;
  background-size: 100%;
}

a {
  text-decoration: none;
  color: #17e6d6;
}

img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

ol,
ul {
  list-style-position: inside;
  margin-bottom: 22px;
  line-height: 26px;
}

h1 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 22px;
  font-size: 26px;
}

h3 {
  font-size: 22px;
  margin-bottom: 22px;
}

h4 {
  font-size: 18px;
  margin-bottom: 22px;
}

p {
  line-height: 26px;
  margin-bottom: 22px;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
  color: #fff;
}

figure {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

figcaption {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 14px;
}

blockquote {
  background:
    url(/assets/noize.png) repeat,
    #1c22404d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-style: italic;
  margin-bottom: 22px;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #414141;
}

.header-container,
.content-container,
.footer-container,
.casino-container,
.content-container {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: #0e1014;
  border-bottom: 1px solid rgb(39, 41, 46);
  border: 1px solid transparent;
  position: sticky;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 3;
}

.header__logo {
  margin: 0 auto 0 0;
  max-width: 200px;
}

@media (max-width: 500px) {
  .header__logo {
    max-width: 150px;
  }
}

.aff-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.aff-link {
  background-image: linear-gradient(
    rgb(245, 197, 79) 0%,
    rgb(237, 140, 32) 100%
  );
  color: #000;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  height: 48px;
  max-width: 400px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.aff-link__second {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.promo {
  background-image: url(/assets/banner.jpg);
  border-radius: 24px;
  min-height: 300px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  max-width: 1180px;
  margin: 10px auto 30px;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.promo:before {
  content: '';
  background: linear-gradient(
    rgb(31, 30, 30) 0%,
    rgb(179, 165, 119) 48%,
    rgb(62, 58, 43) 74%,
    rgb(25, 25, 25) 100%
  );
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 2;
  border-radius: 24px;
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.promo-container {
  width: 100%;
  max-width: 980px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
}

.promo-container span,
h1 {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  width: 100%;
}

.promo-container span {
  background-image: radial-gradient(
    88.76% 253.85% at 94.88% 78.53%,
    rgb(255, 225, 1) 30%,
    rgb(255, 15, 26) 100%
  );
  -webkit-text-stroke: 3px #0000;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
}

.promo-container .aff-link {
  margin-top: 20px;
  font-size: 20px;
  min-width: 200px;
}

.casino-table {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px;
  width: 100%;
  border: 1px solid #2a2a2a;
  border-radius: 24px;
  background-size: contain;
  margin-top: 20px;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.grid-item.image img {
  max-width: 100%;
}

.grid-item.pay ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.grid-item.pay li {
  list-style: none;
  width: 50px;
  padding: 4px;
  border-radius: 6px;
  padding: 5px;
  height: 40px;
  background:
    url(/assets/noize.png) repeat,
    #4d5a85;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 2px;
}

.grid-item.pay img {
  max-height: 90%;
  max-width: 100%;
}

.td-os-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 92px;
}

.td-os-box img {
  width: 35px;
  height: 35px;
  border-radius: 10em;
  margin: 0 3px;
}

.providers-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bonus {
  font-weight: bold;
  color: #fff;
}

.providers-box img {
  width: 40%;
  background: #0a0b17;
  margin: 3px;
  padding: 3px;
  border-radius: 3px;
}

.title-box a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #fe284a;
  margin-bottom: 10px;
}

.rating {
  font-weight: bold;
  font-size: 42px;
  color: rgba(0, 0, 0, 0.65);
}

.rating .stars {
  height: 20px;
  width: 100px;
  display: flex;
  background-image: url(/assets/star.svg);
  background-size: contain;
  margin: 0 auto;
}

.td-buttons-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.td-buttons-box .aff-link {
  height: 40px;
  line-height: 40px;
}

.table-update {
  text-align: center;
  color: #414141;
  margin-top: 10px;
  color: #fff;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.content-container {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1180px;
  box-sizing: border-box;
  color: #fff;
  padding: 20px;
  border: 1px solid #2a2a2a;
  border-radius: 24px;
  box-shadow: 0 8px 10px #000;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.footer-container {
  color: #fff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-nav a {
  width: calc(50% - 10px);
  height: 44px;
  font-size: 16px;
}

.copy-container {
  display: flex;
  width: calc(50% - 10px);
}

.copy-container img {
  height: 40px;
}

.copy-container span {
  color: #646a87;
  font-size: 14px;
  margin-left: 10px;
}

.footer-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.copy {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 980px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .td-buttons-box {
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 660px) {
  .promo {
    min-height: auto;
    padding: 10px;
  }

  .promo-container span,
  h1 {
    font-size: 18px;
  }

  .header-container {
    flex-direction: column;
  }

  .aff-container {
    width: 100%;
  }

  table {
    display: block;
    overflow: auto;
  }

  table td,
  table th {
    padding: 10px 5px;
    font-size: 14px;
  }

  .promo-container .aff-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aff-container .aff-link-desktop {
    display: none;
  }

  .footer-nav a {
    width: fit-content;
  }

  .copy-container,
  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .copy-container {
    margin-top: 20px;
  }

  .copy-container img {
    width: 40px;
  }
}
