* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: url(../img/bg.webp) #efeef1 0 0/200px 133px repeat
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.header {
    background: linear-gradient(135deg, #7b47f5 0, #a855f7 50%, #9333ea 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 10px rgba(139, 92, 246, .3);
    box-shadow: 0 2px 10px rgba(139, 92, 246, .3)
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-toggle {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 16px
}

@-webkit-keyframes rippleEffect {
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes rippleEffect {
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.mobile-menu-toggle {
    display: none
}

.scroll-to-top:hover {
    background: #7c3aed !important;
    -webkit-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important
}

.flex-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    color: #fbbf24;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    text-decoration: none
}

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 30px
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.main-nav a:hover {
    color: #fbbf24
}

.casino-hero {
    background: linear-gradient(135deg, #6366f1 0, #7b47f5 50%, #a855f7 100%);
    padding: 40px 0;
    color: #fff;
    border-radius: 0;
    border: none
}

.casino-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px
}

.casino-logo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-logo {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background: #fff
}

.casino-details-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000
}

.rating {
    margin-bottom: 15px
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.star {
    color: #fbbf24;
    font-size: 18px
}

.rating-text {
    margin-left: 10px;
    font-weight: 600
}

.country-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

.restricted {
    color: #ef4444;
    font-weight: 600
}

.casino-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.rating-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    padding: 12px 20px;
    border-radius: 8px
}

.rating-stars {
    color: #fbbf24;
    font-size: 16px
}

.welcome-bonus {
    text-align: center
}

.bonus-card {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.bonus-card-title {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: .9;
    font-weight: 700;
    color: #2b2929
}

.bonus-card-subtitle {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 #ff7500;
    color: #000
}

.bonus-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600
}

.badge.restricted {
    background: rgba(239, 68, 68, .2);
    color: #fee2e2;
    border: 1px solid rgba(239, 68, 68, .3)
}

.nav-tabs {
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab {
    background: 0 0;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    color: #6b7280;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    display: inline-block;
    text-decoration: none
}

.tab.active,
.tab:hover {
    background: #7b47f5;
    color: #fff
}

.main-content {
    padding: 40px 0
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px
}

.left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

section {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    border: 1px solid #e5e7eb
}

section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f2937
}

section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #374151
}

section p {
    margin-bottom: 15px;
    color: #4b5563;
    line-height: 1.7
}

.bonus-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mascot-image {
    width: 200px;
    height: auto;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

ul.main-list {
    list-style: none;
    padding-left: 4px;
    margin-bottom: 15px
}

ul.main-list li {
    position: relative;
    padding-left: 18px
}

ul.main-list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #7b47f5;
    border-radius: 99px
}

ul.main-list li:not(:last-child) {
    margin-bottom: 8px
}

ol.main-list {
    list-style: none;
    padding-left: 4px;
    counter-reset: myCount;
    margin-bottom: 15px
}

ol.main-list li {
    position: relative;
    padding-left: 18px
}

ol.main-list li:before {
    content: counter(myCount) ".";
    counter-increment: myCount;
    font-weight: 700;
    color: #7b47f5;
    position: absolute;
    top: 0;
    left: 0
}

ol.main-list li:not(:last-child) {
    margin-bottom: 8px
}

.bonus-text h3 {
    color: #7b47f5;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px
}

.bonus-text h3:first-child {
    margin-top: 0
}

.offers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.offer-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.offer-image {
    width: 200px;
    height: auto;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.offer-text ul {
    margin: 15px 0;
    padding-left: 20px
}

.offer-text li {
    margin-bottom: 8px;
    color: #4b5563
}

.overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.overview-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.overview-image {
    width: 200px;
    height: auto;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.catalog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.catalog-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog-image {
    width: 200px;
    height: auto;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px
}

.game-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    text-decoration: none
}

.game-card:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.game-card img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px
}

.game-card-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f2937
}

.game-rating {
    color: #fbbf24;
    font-size: 14px
}

.load-more {
    text-align: center
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    padding: 6px 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff200), color-stop(105.95%, #ff0900));
    background: linear-gradient(360deg, #fff200 0, #ff0900 105.95%);
    border: 2px solid #dd9908;
    -webkit-box-shadow: 0 4px 0 0 #dd9908;
    box-shadow: 0 4px 0 0 #dd9908;
    text-decoration: none;
    border-radius: 99px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.btn:hover {
    opacity: .8
}

.load-more-btn {
    background: #7b47f5;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    text-decoration: none;
    display: inline-block
}

.load-more-btn:hover {
    background: #7c3aed
}

.mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile-text ol {
    margin: 15px 0;
    padding-left: 20px
}

.mobile-text li {
    margin-bottom: 8px;
    color: #4b5563
}

.mobile-image {
    width: 250px;
    height: auto;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0
}

.info-icon {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px
}

.info-card h3 {
    text-align: center;
    color: #7b47f5;
    margin-bottom: 25px
}

.info-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #374151
}

.currencies,
.language-flags {
    text-align: center;
    margin-bottom: 20px
}

.currencies span,
.language-flags span {
    display: block;
    margin-bottom: 5px;
    color: #4b5563
}

.payment-methods {
    background: #f8fafc;
    text-align: center
}

.payment-icon {
    width: 100%;
    height: auto;
    max-width: 200px
}

section h1 {
    font-size: 32px;
    margin-bottom: 30px
}

.promo-banner {
    background: linear-gradient(135deg, #7b47f5 0, #a855f7 100%);
    color: #fff;
    text-align: center
}

.promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.promo-icon {
    font-size: 40px
}

.promo-text-title {
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500
}

.promo-text-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.restricted-badge {
    background: rgba(239, 68, 68, .2);
    color: #fee2e2;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(239, 68, 68, .3)
}

.footer {
    background: linear-gradient(135deg, #7b47f5 0, #a855f7 50%, #9333ea 100%);
    color: #fff;
    padding: 40px 0 20px
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fbbf24
}

.footer-section ul {
    list-style: none
}

.footer-section li {
    margin-bottom: 8px
}

.footer-section a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.footer-section a:hover {
    color: #fff
}

.responsible-gambling {
    background: rgba(255, 255, 255, .1);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center
}

.age-badge {
    background: #fbbf24;
    color: #1f2937;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 15px
}

.responsible-gambling h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fbbf24
}

.responsible-gambling p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.6
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

strong {
    color: #1f2937;
    font-weight: 700
}

em {
    color: #7b47f5;
    font-style: normal;
    font-weight: 600
}

@media (min-width:767.98px) {
    .nav-tabs {
        position: sticky;
        z-index: 30;
        top: 77px
    }

    .promo-banner {
        position: sticky;
        top: 160px
    }
}

@media (max-width:968px) {
    .content-grid {
        display: block;
    }

    .casino-info {
        grid-template-columns: 1fr;
    }

    .bonus-content,
    .catalog-content,
    .mobile-content,
    .offers-content,
    .overview-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-image,
    .mascot-image,
    .mobile-image,
    .offer-image,
    .overview-image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .mobile-menu-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #7b47f5 0, #a855f7 100%);
        padding: 20px;
        border-radius: 0 0 10px 10px;
        display: none
    }

    .main-nav.active {
        display: block
    }

    .main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .main-nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px
    }

    .tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px
    }

    .games-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }

    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
    }
}

@media (max-width:767.98px) {
    .casino-logo {
        width: 150px;
        height: 150px
    }
}

@media (max-width:479.98px) {
    h2{
        font-size: 24px !important;
    }
    .casino-logo {
        width: 100px;
        height: 100px
    }
}

.table-container {
    overflow-x: auto;
    margin-bottom: 25px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.data-table th,
.data-table td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
}

.data-table th {
    background-color: #7b47f5;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.data-table td {
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563
}

.data-table tbody tr:nth-of-type(even) {
    background-color: #f9fafb
}

.data-table tbody tr:last-child td {
    border-bottom: none
}

.data-table tbody td:first-child {
    font-weight: 600;
    color: #374151
}