body {
  background-color: #0A3646;
}

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

.spoiler-list {
  background-color: #0E4B61;
}

.sidebar {
  background-color: #0E4B61;
}
.sidebar .download {
  background: #12779C;
   border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(14, 75, 97) 0%, rgb(30, 195, 255) 100%);
		 border-image-slice: 1;
}
.sidebar .auth .login {
    border: 1px solid #AED2FF;
}

.btn-yellow {
    background: #1EC3FF;
    color: #0A3646;
}
.sidebar .auth-mobile .login {
    border: 1px solid #AED2FF;
}

@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #0A3646;
        }
}
.download-app {
    background-color: #0E4B61;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #12779C;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #1EC3FF;
  color:#0A3646;
}
.sidebar .download span {
    color:#AED2FF;
}
.rightbar {
  background-color: #0E4B61;
}

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

.footer {
  background-color: #0E4B61;
}

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

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

.tabs .tab {
  background-color: #0A3646;
}
.tabs .tab button.active {
  background-color: #0E4B61;
}

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

.cards .card {
  background-color: #0E4B61;
}

.card-game {
  background-color: #0E4B61;
}
.card-game .items .item {
  background-color: #0E4B61;
}
.card-game .items .heading {
  color: #1EC3FF;
}

.card-provider {
  background-color: #0E4B61;
}

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

.showcase .showcase-item {
  background-color: #0E4B61;
}

.reviews .item {
  background-color: #0E4B61;
}

.slides .slide-first p.button {
  background: #1EC3FF;
  color:#0A3646;
}

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