body {
  background-color: #1F2823;
}

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

.spoiler-list {
  background-color: #2D3C34;
}

.sidebar {
  background-color: #2D3C34;
}
.sidebar .download {
  background: #445B4D;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(45, 60, 51) 0%, rgb(86, 152, 84) 100%);
		 border-image-slice: 1;
}
.btn-yellow {
    background:#1DE676;
    color: #fff;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #445B4D;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #1DE676;
}

.rightbar {
  background-color: #2D3C34;
}

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

.footer {
  background-color: #2D3C34;
}

.divider {
  background-color: #445B4D;
}

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

.tabs .tab {
  background-color: #1F2823;
}
.tabs .tab button.active {
  background-color: #2D3C34;
}

.faq .faq-item h3 {
  background-color: #2D3C34;
}
.faq .faq-item .faq-item-content.show {
  background-color: #2D3C34;
}

.cards .card {
  background-color: #2D3C34;
}

.card-game {
  background-color: #2D3C34;
}
.card-game .items .item {
  background-color: #2D3C34;
}
.card-game .items .heading {
  color: #1DE676;
}

.card-provider {
  background-color: #2D3C34;
}

.sitemap a:hover {
  background-color: #2D3C34;
}

.showcase .showcase-item {
  background-color: #2D3C34;
}

.reviews .item {
  background-color: #2D3C34;
}

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

.cookies {
  background-color: #445B4D;
}
@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #1F2823;
        }
}
.showcase .showcase-item .showcase-content .num {
    background-color: #0C60F1;
    color:#fff;
}