body {
  background-color: #1F2825;
}

p, ul, ol, dl {
  color: #99DFC5;
}

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

.sidebar {
  background-color: #2D3B36;

}

.sidebar .download {
  background: #40534C;
     border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(45, 59, 54) 0%, rgb(157, 188, 177) 100%);
		 border-image-slice: 1;
}

.sidebar .auth .login {
    border: 1px solid #99DFC5;
}

.btn-yellow {
    background:#17D47F;
    color:#2D3B36;
}
.sidebar .auth-mobile .login {
    border: 1px solid #99DFC5;
}

@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #1F2825;
        }
}

.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #40534C;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #17D47F;
  color: #2D3B36;
}

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

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

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

.divider {
  background-color: #40534C;
}

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

.tabs .tab {
  background-color: #1F2825;
}
.tabs .tab button.active {
  background-color: #2D3B36;
}

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

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

.card-game {
  background-color: #2D3B36;
}
.card-game .items .item {
  background-color: #2D3B36;
}
.card-game .items .heading {
  color: #17D47F;
}

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

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

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

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

.slides .slide-first p.button {
  background: #17D47F;
  color:#2D3B36;
}
.slides .slide-second .buttons .button.button-green  {
        border: 1px solid #99DFC5;
}

.cookies {
  background-color: #40534C;
}

.showcase .showcase-item .showcase-content .num  {
    background:#0C60F1;
    color:#fff;
}