/* Черно-красная цветовая схема */
body {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Основные элементы */
.sidebar {
    background-color: #1a1a1a !important;
    border-right: 2px solid #ff0000 !important;
}

.content {
    background-color: #000000 !important;
}

/* Кнопки и ссылки */
.login, .reg, .button {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border: 1px solid #ff0000 !important;
}

.login:hover, .reg:hover, .button:hover {
    background-color: #cc0000 !important;
}

/* Навигация */
.nav-link, .nav-link-main {
    color: #ffffff !important;
}

.nav-link:hover, .nav-link-main:hover {
    color: #ff0000 !important;
}

.nav-link-main.active {
    color: #ff0000 !important;
}

/* Контент блоки */
.box {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
}

/* Таблицы */
table {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

table thead {
    background-color: #ff0000 !important;
}

table tbody tr:nth-child(even) {
    background-color: #2a2a2a !important;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    color: #ff0000 !important;
}

/* Футер */
.footer {
    background-color: #1a1a1a !important;
    border-top: 2px solid #ff0000 !important;
}

.footer a {
    color: #ffffff !important;
}

.footer a:hover {
    color: #ff0000 !important;
}

/* Слайды */
.slides {
    background-color: #1a1a1a !important;
}

/* Рейтинги */
.review-rating {
    background-color: #2a2a2a !important;
}

/* Плюсы и минусы */
.pros-and-cons {
    background-color: #1a1a1a !important;
}

.pros .heading {
    color: #ff0000 !important;
}

.cons .heading {
    color: #ff0000 !important;
}

/* FAQ */
.faq-item {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
}

.faqJs {
    color: #ff0000 !important;
}

/* Куки */
.cookies {
    background-color: #1a1a1a !important;
    border: 1px solid #ff0000 !important;
}

/* Разделители */
.divider {
    background-color: #ff0000 !important;
}