body {
  background-color: #3A2A4A;
}

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

.spoiler-list {
  background-color: #4A355F;
}

.sidebar {
  background-color: #4A355F;
}
.sidebar .download {
  background: #5A3F74;
  border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(74, 53, 95) 0%, rgb(185, 137, 220) 100%);
		 border-image-slice: 1;
}
.sidebar .auth .login {
    border: 1px solid #DBC2FC;
}

.btn-yellow {
    background: #A346FF;
    color: #fff;
}
.sidebar .auth-mobile .login {
    border: 1px solid #DBC2FC;
}

.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #5A3F74;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #A346FF;
}

.rightbar {
  background-color: #4A355F;
}

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

.footer {
  background-color: #4A355F;
}

.divider {
  background-color: #5A3F74;
}

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

.tabs .tab {
  background-color: #3A2A4A;
}
.tabs .tab button.active {
  background-color: #4A355F;
}

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

.cards .card {
  background-color: #4A355F;
}

.card-game {
  background-color: #4A355F;
}
.card-game .items .item {
  background-color: #4A355F;
}
.card-game .items .heading {
  color: #A346FF;
}

.card-provider {
  background-color: #4A355F;
}

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

.showcase .showcase-item {
  background-color: #4A355F;
}

.reviews .item {
  background-color: #4A355F;
}

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

.cookies {
  background-color: #5A3F74;
}
@media (max-width:750px) {
        .sidebar .block-menu {
background: #3A2A4A;
}
}