body {
  background-color: #272827;
}

p, ul, ol, dl {
  color: #989A9D;
}

.spoiler-list {
  background-color: #393A39;
}

.sidebar {
  background-color: #393A39;
}
.sidebar .download {
  background: #545454;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(57, 58, 57) 0%, rgb(206, 242, 162) 100%);
		 border-image-slice: 1;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #545454;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #96F620;
  color:#393A39;
}

.rightbar {
  background-color: #393A39;
}

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

.footer {
  background-color: #393A39;
}

.divider {
  background-color: #545454;
}

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

.tabs .tab {
  background-color: #272827;
}
.tabs .tab button.active {
  background-color: #393A39;
}

.faq .faq-item h3 {
  background-color: #393A39;
}
.faq .faq-item .faq-item-content.show {
  background-color: #393A39;
}

.cards .card {
  background-color: #393A39;
}

.card-game {
  background-color: #393A39;
}
.card-game .items .item {
  background-color: #393A39;
}
.card-game .items .heading {
  color: #96F620;
}

.card-provider {
  background-color: #393A39;
}

.sitemap a:hover {
  background-color: #393A39;
}

.showcase .showcase-item {
  background-color: #393A39;
}

.reviews .item {
  background-color: #393A39;
}

.slides .slide-first p.button {
  background: #96F620;
  color:#393A39;
}

.cookies {
  background-color: #545454;
}
.slides .slide-second .buttons .button.button-yellow {
    background:#FF9320;
    color:#fff;
}
.btn-yellow {
    background:#96F620;
    color: #393A39;
}
.showcase .showcase-item .showcase-content .num {
    background: #B625FF;
    color:#fff;
}
@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #272827;
        }
}