body {
  background-color: #0F3B20;
}

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

.spoiler-list {
  background-color: #15502C;
}

.sidebar {
  background-color: #15502C;
}
.sidebar .download {
  background: #1B683A;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(20, 80, 44) 0%, rgb(52, 222, 117) 100%);
		 border-image-slice: 1;
}
.sidebar .auth .login,
.slides .slide-second .buttons .button.button-green,
.sidebar .auth-mobile .login {
    border: 1px solid #AEFFC2;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #1B683A;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #34DE75;
}

.rightbar {
  background-color: #15502C;
}

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

.footer {
  background-color: #15502C;
}

.divider {
  background-color: #1B683A;
}

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

.tabs .tab {
  background-color: #0F3B20;
}
.tabs .tab button.active {
  background-color: #15502C;
}

.faq .faq-item h3 {
  background-color: #15502C;
}
.faq .faq-item .faq-item-content.show {
  background-color: #15502C;
}

.cards .card {
  background-color: #15502C;
}

.card-game {
  background-color: #15502C;
}
.card-game .items .item {
  background-color: #15502C;
}
.card-game .items .heading {
  color: #34DE75;
}

.card-provider {
  background-color: #15502C;
}

.sitemap a:hover {
  background-color: #15502C;
}

.showcase .showcase-item {
  background-color: #15502C;
}

.reviews .item {
  background-color: #15502C;
}

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

.cookies {
  background-color: #1B683A;
}
.btn-yellow {
    background:#34DE75;
    color: #fff;
}
@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #0F3B20;
        }
}
.download-app {
        background-color: #0F3B20;
}