body {
  background-color: #03280C;
}

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

.spoiler-list {
  background-color: #054215;
}

.sidebar {
  background-color: #054215;
}
.sidebar .download {
  background: #085C1D;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(5, 66, 20) 0%, rgb(18, 255, 77) 100%);
		 border-image-slice: 1;
}
.sidebar .download span {
    color:#AEFFC2;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #085C1D;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #12FF4D;
  color:#03280C;
}
.sidebar .auth .login {
    border: 1px solid #AEFFC2;
}
.sidebar .auth-mobile .login {
    border: 1px solid #AEFFC2;

}
.rightbar {
  background-color: #054215;
}

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

.footer {
  background-color: #054215;
}

.divider {
  background-color: #085C1D;
}

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

.tabs .tab {
  background-color: #03280C;
}
.tabs .tab button.active {
  background-color: #054215;
}

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

.cards .card {
  background-color: #054215;
}

.card-game {
  background-color: #054215;
}
.card-game .items .item {
  background-color: #054215;
}
.card-game .items .heading {
  color: #12FF4D;
}

.card-provider {
  background-color: #054215;
}

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

.showcase .showcase-item {
  background-color: #054215;
}

.reviews .item {
  background-color: #054215;
}

.slides .slide-first p.button {
  background: #12FF4D;
  color:#03280C;
}
.slides .slide-second .buttons .button.button-green {
    border:1px solid #AEFFC2;
}
.cookies {
  background-color: #085C1D;
}

.btn-yellow {
    background: #12FF4D;
    color:#03280C;
}