body {
  background-color: #000000;
}

p, ul, ol, dl {
  color: #E7E7E7;
}

.spoiler-list {
  background-color: #242424;
}

.sidebar {
  background-color: #242424;
}
.sidebar .download {
  background: #3A3A3A;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #242424 0%, #686868 100%);
  border-image-slice: 1;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #3A3A3A;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #F94D01;
}

.rightbar {
  background-color: #242424;
}

.topbar {
  background-color: #0B0C22;
  border-bottom: 1px solid #0B0C22;
}
.topbar .offers .offer {
  background-color: #0B0C22;
}

.footer {
  background-color: #3A3A3A;
}

.divider {
  background-color: #4E4E4E;
}

table thead tr {
  background-color: #3A3A3A;
}
table tbody tr:nth-child(2n) {
  background-color: #4E4E4E;
}

.tabs .tab {
  background-color: #3A3A3A;
}
.tabs .tab button.active {
  background-color: #3A3A3A;
}

.faq .faq-item h3 {
  background-color: #3A3A3A;
}
.faq .faq-item .faq-item-content.show {
  background-color: #3A3A3A;
}

.cards .card {
  background-color: #3A3A3A;
}

.card-game {
  background-color: #3A3A3A;
}
.card-game .items .item {
  background-color: #3A3A3A;
}
.card-game .items .heading {
  color: #184CE7;
}

.card-provider {
  background-color: #3A3A3A;
}

.sitemap a:hover {
  background-color: #3A3A3A;
}

.showcase .showcase-item {
  background-color: #3A3A3A;
}

.reviews .item {
  background-color: #3A3A3A;
}

.slides .slide-first p.button {
  background: #F94D01;
}

.cookies {
  background-color: #242424;
}
