body {
  background-color: #11112A;
}

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

.spoiler-list {
  background-color: #1C1C47;
}

.sidebar {
  background-color: #1C1C47;
}
.sidebar .download {
  background: #363673;
   border: 1px solid transparent;
border-image: linear-gradient(90deg, rgb(28, 28, 71) 0%, rgb(129, 129, 175) 100%);
 border-image-slice: 1;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #363673;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #F9A42C;
}

.rightbar {
  background-color: #1C1C47;
}

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

.footer {
  background-color: #1C1C47;
}

.divider {
  background-color: #363673;
}

table thead tr {
  background-color: #1C1C47;
}
table tbody tr:nth-child(2n) {
  background-color: #1C1C47;
}

.tabs .tab {
  background-color: #11112A;
}
.tabs .tab button.active {
  background-color: #1C1C47;
}

.faq .faq-item h3 {
  background-color: #1C1C47;
}
.faq .faq-item .faq-item-content.show {
  background-color: #1C1C47;
}

.cards .card {
  background-color: #1C1C47;
}

.card-game {
  background-color: #1C1C47;
}
.card-game .items .item {
  background-color: #1C1C47;
}
.card-game .items .heading {
  color: #F9A42C;
}

.card-provider {
  background-color: #1C1C47;
}

.sitemap a:hover {
  background-color: #1C1C47;
}

.showcase .showcase-item {
  background-color: #1C1C47;
}

.reviews .item {
  background-color: #1C1C47;
}

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

.cookies {
  background-color: #363673;
}

.slides .slide-second .buttons .button.button-yellow {

  background: #1BBC74;
}