body {
  background-color: #153D4C;
}

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

.spoiler-list {
  background-color: #235B71;
}

.sidebar {
  background-color: #235B71;
}
.sidebar .download {
  background: #3A7D97;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(35, 91, 113) 0%, rgb(103, 212, 255) 100%);
		 border-image-slice: 1;
}
.sidebar .download span {
    color:#BFE6F6;
}
.sidebar .auth-mobile .login {
    border: 1px solid #BFE6F6;
}
.sidebar .auth .login {
    border:1px solid #BFE6F6;
}
.sidebar .auth a  {
    font-size:14px;
    padding: 13px 5px;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #3A7D97;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #67D4FF;
  color:#235B71;
}

.rightbar {
  background-color: #235B71;
}

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

.footer {
  background-color: #235B71;
}

.divider {
  background-color: #3A7D97;
}

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

.tabs .tab {
  background-color: #153D4C;
}
.tabs .tab button.active {
  background-color: #235B71;
}

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

.cards .card {
  background-color: #235B71;
}

.card-game {
  background-color: #235B71;
}
.card-game .items .item {
  background-color: #235B71;
}
.card-game .items .heading {
  color: #67D4FF;
}

.card-provider {
  background-color: #235B71;
}

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

.showcase .showcase-item {
  background-color: #235B71;
}

.reviews .item {
  background-color: #235B71;
}

.slides .slide-first p.button {
  background: #67D4FF;
  color:#235B71;
}
.slides .slide-second .buttons .button.button-green {
    border:1px solid #BFE6F6;
}

.cookies {
  background-color: #3A7D97;
}
.btn-yellow {
    background:#67D4FF;
    color:#235B71;
}