body {
  background-color: #065687;
}

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

.spoiler-list {
  background-color: #1E70A3;
}

.sidebar {
  background-color: #1E70A3;
}
.sidebar .download {
  background: #3B9AD4;
   border: 1px solid transparent;
border-image: linear-gradient(90deg, rgb(30, 112, 163) 0%, rgb(171, 233, 255) 100%);
border-image-slice: 1;
}
.sidebar .auth .login {
    border: 1px solid #AEE4FF;
}
.slides .slide-second .buttons .button.button-green {
    border: 1px solid #AEE4FF;
}
.sidebar .auth-mobile .login {
    border: 1px solid #AEE4FF;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #3B9AD4;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #11A4FF;
}
.sidebar .download span {
    color:#AEE4FF;
}

.rightbar {
  background-color: #1E70A3;
}

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

.footer {
  background-color: #1E70A3;
}

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

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

.tabs .tab {
  background-color: #065687;
}
.tabs .tab button.active {
  background-color: #1E70A3;
}

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

.cards .card {
  background-color: #1E70A3;
}

.card-game {
  background-color: #1E70A3;
}
.card-game .items .item {
  background-color: #1E70A3;
}
.card-game .items .heading {
  color: #11A4FF;
}

.card-provider {
  background-color: #1E70A3;
}

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

.showcase .showcase-item {
  background-color: #1E70A3;
}

.reviews .item {
  background-color: #1E70A3;
}

.slides .slide-first p.button {
  background: #11A4FF;
}

.cookies {
  background-color: #3B9AD4;
}
.btn-yellow {
    background: #11A4FF;
    color: #FFF;
}
@media (max-width: 750px) {
    .sidebar .block-menu {
        background-color: #065687;
    }
}

.download-app a {
    background: linear-gradient(93deg, #1E70A3 0.92%, rgba(171, 233, 255, 0.79) 97.74%);
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
.download-app {
    border-bottom: 1px solid #1E70A3;
    background-color: #1E70A3;
}