body {
  background-color: #00100E;
}

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

.spoiler-list {
  background-color: #08413A;
}

.sidebar {
  background-color: #08413A;
}
.sidebar .download {
  background: #0C5B51;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(8, 65, 58) 0%, rgb(7, 176, 99) 100%);
		 border-image-slice: 1;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #0C5B51;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #07B063;
}

.rightbar {
  background-color: #08413A;
}

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

.footer {
  background-color: #08413A;
}

.divider {
  background-color: #0C5B51;
}

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

.tabs .tab {
  background-color: #00100E;
}
.tabs .tab button.active {
  background-color: #08413A;
}

.faq .faq-item h3 {
  background-color: #08413A;
}
.faq .faq-item .faq-item-content.show {
  background-color: #08413A;
}

.cards .card {
  background-color: #08413A;
}

.card-game {
  background-color: #08413A;
}
.card-game .items .item {
  background-color: #08413A;
}
.card-game .items .heading {
  color: #07B063;
}

.card-provider {
  background-color: #08413A;
}

.sitemap a:hover {
  background-color: #08413A;
}

.showcase .showcase-item {
  background-color: #08413A;
}

.reviews .item {
  background-color: #08413A;
}

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

.cookies {
  background-color: #0C5B51;
}
@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color:#00100E;
        }
}