body {
    font-family: 'Roboto', sans-serif;
    background-color: #121212;
    color: #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 700;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.text-primary {
    color: #007bff !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-dark-gradient {
    background: linear-gradient(180deg, #121212 0%, #1a1a1a 100%);
}

.bg-dark-alt {
    background-color: #1a1a1a;
}

.bg-dark-light {
    background-color: #212121;
}

.bg-dark-input {
    background-color: #2c2c2c;
}

.bg-dark-footer {
    background-color: #0d0d0d;
}

.bg-dark-alt-header {
    background-color: #1a1a1a;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    text-decoration: none;
}

.btn-outline-primary:hover, .btn-outline-primary.active {
    background-color: #007bff;
    color: #ffffff;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    text-decoration: none;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #ffffff;
}

.form-control {
    border-color: #495057;
    color: #e0e0e0;
}

.form-control::placeholder {
    color: #a0a0a0;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    background-color: #2c2c2c;
    color: #e0e0e0;
}

.form-label {
    color: #ffffff;
}

.navbar-brand .logo {
    height: 40px;
    width: auto;
}

.navbar-brand .site-name {
    font-size: 1.5rem;
    font-weight: 700;
}

.header-warning {
    font-size: 0.9rem;
}

.hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0;

    h1{
        font-size: clamp(26px, 4vw, 3px);
    }
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-secondary-image {
    max-width: 600px;
    width: 100%;
    margin-top: 2rem;
    border-radius: 8px;
}

.card {
    border-radius: 10px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4) !important;
}

.platform-logo {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.card-img-link {
    display: block;
    background-color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rating-stars i {
    font-size: 1.1rem;
}

.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.table-dark {
    --bs-table-bg: #212121;
    --bs-table-striped-bg: #2c2c2c;
    --bs-table-hover-bg: #343a40;
    --bs-table-color: #e0e0e0;
}

.sticky-top {
    top: 0;
    z-index: 1020;
}

.review-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #007bff;
}

.badge {
    font-size: 0.85em;
    padding: 0.5em 0.75em;
    border-radius: 5px;
}

.accordion-button {
    border-radius: 8px !important;
    padding: 1rem 1.25rem;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    background-color: #007bff;
    color: #ffffff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 1.25rem;
    background-color: #2c2c2c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-item {
    border: none;
}

.disclaimer-section {
    background-color: #0d0d0d;
    padding: 3rem 0;
    position: relative;
}

.disclaimer-content {
    background-color: #2c2c2c;
    border: 1px solid #ffc107;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.disclaimer-content h3 {
    color: #ffc107;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.disclaimer-content ul {
    padding-left: 20px;
}

.disclaimer-content ul li {
    margin-bottom: 0.5rem;
}

.footer-logos {
    gap: 15px;
}

.footer-logo-item {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

/* Age Verification Overlay */
.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
}

.age-verification-card {
    background-color: #1a1a1a;
    max-width: 450px;
    width: 90%;
    border: 1px solid #007bff;
}

.age-verify-logo {
    max-height: 80px;
    width: auto;
}

/* Cookie Consent Banner */
.cookie-consent-banner {
    background-color: #212121;
    border-top: 1px solid #007bff;
    z-index: 1030;
    display: none;
}

@media (max-width: 767.98px) {
    .cookie-consent-banner .container {
        flex-direction: column;
        text-align: center;
    }
    .cookie-consent-banner p {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 992px) {
    .platform-card-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .platform-card-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.termsCaveBox {
    /* Top margin for the container */
    margin-top: 40px;
    /* Horizontal padding for the container */
    padding-left: 20px;
    padding-right: 20px;
}

.termsCaveBox h1 {
    /* Font size for H1 heading */
    font-size: 28px;
    /* Top margin for H1 */
    margin-top: 1.5em;
    /* Bottom margin for H1 */
    margin-bottom: 0.8em;
    /* Line height for H1 */
    line-height: 1.2;
}

.termsCaveBox h2 {
    /* Font size for H2 heading */
    font-size: 24px;
    /* Top margin for H2 */
    margin-top: 1.2em;
    /* Bottom margin for H2 */
    margin-bottom: 0.7em;
    /* Line height for H2 */
    line-height: 1.3;
}

.termsCaveBox h3 {
    /* Font size for H3 heading */
    font-size: 20px;
    /* Top margin for H3 */
    margin-top: 1em;
    /* Bottom margin for H3 */
    margin-bottom: 0.6em;
    /* Line height for H3 */
    line-height: 1.4;
}

.termsCaveBox h4 {
    /* Font size for H4 heading */
    font-size: 18px;
    /* Top margin for H4 */
    margin-top: 0.8em;
    /* Bottom margin for H4 */
    margin-bottom: 0.5em;
    /* Line height for H4 */
    line-height: 1.5;
}

.termsCaveBox h5 {
    /* Font size for H5 heading */
    font-size: 16px;
    /* Top margin for H5 */
    margin-top: 0.6em;
    /* Bottom margin for H5 */
    margin-bottom: 0.4em;
    /* Line height for H5 */
    line-height: 1.6;
}

.termsCaveBox p {
    /* Base font size for paragraphs */
    font-size: 16px;
    /* Line height for paragraphs */
    line-height: 1.6;
    /* Bottom margin for paragraphs */
    margin-bottom: 1em;
}

.termsCaveBox ul {
    /* Type of list marker */
    list-style-type: disc;
    /* Left margin for the unordered list */
    margin-left: 20px;
    /* Bottom margin for the unordered list */
    margin-bottom: 1em;
    /* Remove default padding */
    padding-left: 0;
}

.termsCaveBox li {
    /* Base font size for list items */
    font-size: 16px;
    /* Line height for list items */
    line-height: 1.6;
    /* Bottom margin for list items */
    margin-bottom: 0.5em;
}


 #ageVerificationOverlay {
    display: none; /* Скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .card-text .text-white-50{
    color: #007bff !important;
  }

  .accordion-button:not(.collapsed){
    .text-primary{
        color: #fff !important;
    }
  }

  @media (max-width: 767px){
    header {
        .container.d-flex.justify-content-between.align-items-center{
            flex-direction: column;
            text-align: center;
        }
    }

    .text-info{
        font-size: clamp(12px, 4vw, 16px) !important;
        word-break: break-all;
    }
  }
  .accordion-button::after{
    filter: invert(1);
  }

  .display-5{
    font-size: clamp(22px, 4vw, 32px) !important;
  }

  .rw{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .main{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .nav-item{
    text-align: center;
  }