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

@-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%)
    }
}

.seo-block-content {
    position: relative;
    max-width: 1752px;
    margin: 0 auto;
    padding: 24px 12px
}

.seo-block-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .12)
}

.seo-block-content h1,
.seo-block-content h2,
.seo-block-content h3 {
    margin: 16px 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.seo-block-content h1:first-child,
.seo-block-content h2:first-child,
.seo-block-content h3:first-child {
    margin-top: 0
}

.seo-block-content h1:not(:last-child),
.seo-block-content h2:not(:last-child),
.seo-block-content h3:not(:last-child) {
    margin-bottom: 8px
}

.seo-block-content p:last-child,
.seo-block-content__name:last-child,
.seo-block-content__p:last-child,
.seo-block__ul-li:last-child,
.seo-block__ul:last-child {
    margin-bottom: 0
}

@media (min-width:740px) {
    .seo-block-content {
        padding: 32px 16px
    }
}

@media (min-width:1280px) {
    .seo-block-content {
        margin: 0 32px;
        padding: 40px 24px
    }
}

.seo-block-content p {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.seo-block__ul {
    margin: 4px 0
}

.seo-block__ul-li {
    position: relative;
    color: rgba(255, 255, 255, .6);
    padding-left: 20px;
    margin-bottom: 4px;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:1628px) {
    .seo-block-content {
        margin: 0
    }

    .seo-block__ul {
        margin: 8px 0
    }

    .seo-block__ul-li {
        margin-bottom: 8px
    }
}

.seo-block__ul-li:before {
    content: "";
    display: flex;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6)
}

.seo-table td {
    vertical-align: top;
    padding-right: 24px;
    padding-bottom: 12px
}

@media (min-width:1280px) {
    .seo-block-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

    .seo-block__ul-li {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
}

.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;
    }
}
@media (max-width: 400px) {
    .user-top__login {
        display: none;
    }
}