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

.sf-hidden {
    display: none !important
}

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

.banerBody .banners .swiper-slide {
    cursor: pointer;
}

.textSeo {
    margin: 50px 0;
}
.textSeo .container {
    padding: 0 10px;
    max-width: 1320px;
    margin: 0 auto;
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.textSeo section {
    margin: 30px 0;
}
@media (max-width: 991px) {
    .header.fixed {
        display: none;
    }
    .jackpotBlock.start .centerImage .jacpotCompilation.secondary {
        display: block;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .anAuth > .element {
        display: none;
    }
    .header .search {
        display: none;
    }
    .anAuth .mainBtn.blue {
        padding: 0 20px;
    }
    .categoriesBlock {
        min-height: auto;
        margin-top: 20px;
    }
    .banerBody .banners{
        padding-top: 0;
    }
    .header .anAuth .unAuthBtn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .header {
        margin-bottom: 50px;
    }
    .eventBanner {
        display: none;
    }
}
@media (max-width: 575px) {
    .header {
        padding: 0 10px;
    }
    .header .logo img {
        width: 120px;
    }
    .anAuth .mainBtn {
        padding: 0 20px;
        font-size: 14px;
        height: 38px;
    }
    .gameList .gameSwiper .swiper-slide {
        width: 100% !important;
        margin: 0;
    }
    .gameList .gameSwiper .swiper-slide:nth-child(n + 7) {
        display: none;
    }
    #swiper-wrapper-fbfb410107015af910c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .footer .wrap .row .col{
        padding-left: 0;
    }
}
@media (max-width: 450px) {
    .header .anAuth .unAuthBtn {
        padding: 10px 15px;
        font-size: 12px;
    }
}
@media (max-width: 390px) {
    .header .anAuth .unAuthBtn:not(.blue) {
        display: none;
    }
    .header {
        margin-bottom: 30px;
    }
}