.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000
}

#app {
    height: 100vh
}

@keyframes blick {
    0% {
        transform: translate(-200%, -50%)
    }

    to {
        transform: translate(200%, -50%)
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body:has(.preloader-page) {
    overflow: hidden
}

@media (min-width:640px) {}

@media (min-width:1140px) {}

@media (min-width:1628px) {}

@media (min-width:1920px) {}

@keyframes blickPreloader {
    0% {
        transform: translate(-200%, -50%)
    }

    100% {
        transform: translate(200%, -50%)
    }
}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.textSeo {
    
}
.textSeo p {
    line-height: 1.6;
    font-size: 18px;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 1140px) {
    .top-bar__right-wr {
        min-width: auto!important;
    }
    .top-bar__menu {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .top-bar__menu {
        display: none;
    }
    .top-bar__right {
        margin-left: 0;
    }
    .top-bar__wrapper {
        gap: 20px;
    }
    .top-bar__left-wr, .top-bar__right-wr {
        flex: none;
    }
    .top-bar__center {
        flex: 1;
    }
    .top-bar__search-wr {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .main-banner__trust {
        display: none;
    }
    .main-footer__menu {
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .games-cards-video {
        display: none;
    }
    .textSeo p {
        font-size: 16px;
    }
    .top-bar__center {
        display: none;
    }
}
@media (max-width: 360px) {
    .top-bar__wrapper {
        gap: 10px;
    }
    .top-bar__burger-logo > button {
        display: none;
    }
}

        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        h1 {
            color: #1a5276;
            text-align: center;
        }
        h2 {
            color: #2874a6;
            border-bottom: 2px solid #2874a6;
            padding-bottom: 5px;
        }
        #official-site {
            background-color: #eaf2f8;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #mirror {
            background-color: #fef9e7;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #login {
            background-color: #e8f8f5;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #slots {
            background-color: #fae5d3;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #play {
            background-color: #fdebd0;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #reviews {
            background-color: #f9ebea;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #wins-table {
            background-color: #e8daef;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            overflow-x: auto;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #2874a6;
            color: white;
        }
        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        .highlight {
            color: #e74c3c;
            font-weight: bold;
        }
        .button {
            display: inline-block;
            background-color: #2874a6;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            margin: 10px 0;
        }
        .button:hover {
            background-color: #1a5276;
        }
        footer {
            text-align: center;
            margin-top: 30px;
            color: #666;
            font-size: 0.9em;
        }

        .textSeo {
    color: #000000;
}