body {
  background-color: #261F28;
}

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

.spoiler-list {
  background-color: #382D3C;
}

.sidebar {
  background-color: #382D3C;
}
.sidebar .download {
  background: #514256;
  border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(56, 45, 60) 0%, rgb(135, 84, 152) 100%);
		 border-image-slice: 1;
}
.sidebar .auth .login {
    border: 1px solid #E9CFF3;
}

.btn-yellow {
    background:#BA28EF;
    color: #fff;
}
.showcase .showcase-item .showcase-content .num {
    background: #0C60F1;
    color:#fff;
}
.sidebar .auth-mobile .login {
    border: 1px solid #E9CFF3;
}

@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color:#261F28;
        }
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #514256;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #BA28EF;
}

.rightbar {
  background-color: #382D3C;
}

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

.footer {
  background-color: #382D3C;
}

.divider {
  background-color: #514256;
}

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

.tabs .tab {
  background-color: #261F28;
}
.tabs .tab button.active {
  background-color: #382D3C;
}

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

.cards .card {
  background-color: #382D3C;
}

.card-game {
  background-color: #382D3C;
}
.card-game .items .item {
  background-color: #382D3C;
}
.card-game .items .heading {
  color: #BA28EF;
}

.card-provider {
  background-color: #382D3C;
}

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

.showcase .showcase-item {
  background-color: #382D3C;
}

.reviews .item {
  background-color: #382D3C;
}

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

.cookies {
  background-color: #514256;
}
