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

@media screen and (-ms-high-contrast:active) {}

@media screen and (preferes-contrast:more) {}

@media screen and (prefers-contrast:more) {}

@media screen and (prefers-contrast:more) {}

@media (max-width:750px) {}

@media (max-width:750px) {}

@media (max-width:750px) {}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#app {
    height: 100vh
}

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

@keyframes scale {
    from {
        transform: scale(1);
        opacity: .6
    }

    to {
        transform: scale(1.1);
        opacity: .8
    }
}

@keyframes blickPreloader {
    from {
        transform: skewX(-30deg) translate(-200%, -50%)
    }

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

@media (max-width:739px) {}

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

@media (min-width:740px) and (max-width:1279px) {}

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

@media (min-width:1280px) and (max-width:1627px) {}

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

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

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

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

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

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

.sf-hidden {
    display: none !important
}

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


.textSeo {
    
}
.textSeo p {
    line-height: 1.5;
    font-size: 16px;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.games-list-card {
    cursor: pointer;
    transition: .25s all ease-in-out;
}
.games-list-card:hover {
    opacity: .8;
}
@media (max-width: 1200px) {
    .games-slider .swiper-wrapper {
        width: 100%!important;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: unset !important;
        grid-auto-flow: unset !important;
        gap: 15px!important;
    }
    .games-slider .games-list-card {
        margin: 0!important;
        width: 100%!important;
        height: auto;
        aspect-ratio: 0.8;
    }
}
@media (max-width: 900px) {
    .top-bar__center {
        display: none;
    }
}
@media (max-width: 767px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .games-slider .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .main-footer__socials {
        flex-direction: column;
        gap: 20px;
    }
    .main-footer__menu {
        flex-direction: column;
    }
}
@media (max-width: 500px) {
    .top-bar__burger-logo {
        gap: 10px;
    }
    .btn--size-m {
        padding: 7px 10px;
    }
    .games-slider .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .games-slider .games-list-card:nth-child(n+7) {
        display: none;
    }
    .games-slider .play-provider:nth-child(n+7) {
        display: none;
    }
    .games-slider .play-provider {
        width: 100%!important;
        margin: 0!important;
    }
    .record-winnings-table--get-winners-latest {
        display: none;
    }
    .main-slider__payment-list {
        display: none;
    }
}
@media (max-width: 400px) {
    .user-top__login {
        display: none;
    }
}