body {
  background-color: #333333;
}

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

.spoiler-list {
  background-color: #494949;
}

.sidebar {
  background-color: #494949;
}
.sidebar .download {
  background: #616161;
  border: 1px solid transparent;
		 border-image: linear-gradient(90deg, rgb(73, 73, 73) 0%, rgb(212, 212, 212) 100%);
		 border-image-slice: 1;
}
.sidebar .auth .login {
    border: 1px solid #E1E0E2;
}

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

@media (max-width: 750px) {
        .sidebar .block-menu {
            background-color: #333333;
        }
}

.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #616161;
}
.sidebar .auth .reg, .sidebar .auth-mobile .reg {
  background: #FF46C4;
}

.rightbar {
  background-color: #494949;
}

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

.footer {
  background-color: #494949;
}

.divider {
  background-color: #616161;
}

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

.tabs .tab {
  background-color: #333333;
}
.tabs .tab button.active {
  background-color: #494949;
}

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

.cards .card {
  background-color: #494949;
}

.card-game {
  background-color: #494949;
}
.card-game .items .item {
  background-color: #494949;
}
.card-game .items .heading {
  color: #FF46C4;
}

.card-provider {
  background-color: #494949;
}

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

.showcase .showcase-item {
  background-color: #494949;
}

.reviews .item {
  background-color: #494949;
}

.slides .slide-first p.button {
  background: #FF46C4;
}
.download-app {
    background-color: #494949;
}
.cookies {
  background-color: #616161;
}
