.css-b62m3t-container{box-sizing:border-box}.css-7pg0cj-a11yText{z-index:9999;border:0px;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0px;white-space:nowrap}.css-13cymwt-control{-webkit-box-align:center;align-items:center;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;min-height:38px;position:relative;transition:100ms;border-color:rgb(204,204,204);border-radius:4px;border-style:solid;border-width:1px;box-sizing:border-box;outline:0px!important}.css-13cymwt-control:hover{border-color:rgb(179,179,179)}.css-hlgwow{-webkit-box-align:center;align-items:center;display:grid;flex:1 1 0%;flex-wrap:wrap;position:relative;overflow:hidden;padding:2px 8px;box-sizing:border-box}.css-1dimb5e-singleValue{grid-area:1/1/2/3;max-width:100%;overflow:hidden;text-overflow:ellipsis;margin-left:2px;margin-right:2px;box-sizing:border-box}.css-19bb58m{visibility:visible;flex:1 1 auto;display:inline-grid;grid-area:1/1/2/3;grid-template-columns:0px min-content;margin:2px;padding-bottom:2px;padding-top:2px;box-sizing:border-box}.css-19bb58m::after{content:attr(data-value)" ";visibility:hidden;white-space:pre;grid-area:1/2;font:inherit;min-width:2px;border:0px;margin:0px;outline:0px;padding:0px}.css-1wy0on6{-webkit-box-align:center;align-items:center;align-self:stretch;display:flex;flex-shrink:0;box-sizing:border-box}.css-1u9des2-indicatorSeparator{align-self:stretch;width:1px;background-color:rgb(204,204,204);margin-bottom:8px;margin-top:8px;box-sizing:border-box}.css-1xc3v61-indicatorContainer{display:flex;padding:8px;box-sizing:border-box}.css-1xc3v61-indicatorContainer:hover{color:rgb(153,153,153)}.css-8mmkcg{display:inline-block;fill:currentcolor;line-height:1;stroke:currentcolor;stroke-width:0}
.sf-hidden{display:none!important}
img[src="data:,"],source[src="data:,"]{display:none!important}

.textSeo {
    max-width: 1300px;
    margin: 60px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    word-break: break-word;
}

.textSeo > *:first-child {
    margin-top: 0;
}

.textSeo > *:last-child {
    margin-bottom: 0;
}

/* Заголовки */
.textSeo h1,
.textSeo h2,
.textSeo h3,
.textSeo h4,
.textSeo h5,
.textSeo h6 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.textSeo h1 {
    margin-bottom: 28px;
    font-size: clamp(32px, 5vw, 52px);
}

.textSeo h2 {
    margin-top: 48px;
    margin-bottom: 22px;
    font-size: clamp(26px, 4vw, 38px);
}

.textSeo h3 {
    margin-top: 36px;
    margin-bottom: 18px;
    font-size: clamp(22px, 3vw, 28px);
}

.textSeo h4 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 22px;
}

.textSeo h5,
.textSeo h6 {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 20px;
}

/* Абзацы */
.textSeo p {
    margin: 0 0 18px;
    line-height: 1.6;
}

.textSeo p:last-child {
    margin-bottom: 0;
}

/* Списки */
.textSeo ul,
.textSeo ol {
    margin: 0 0 22px;
}

/* UL */
.textSeo ul {
    padding: 0;
    list-style: none;
}

.textSeo ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    line-height: 1.6;
}

.textSeo ul li:last-child {
    margin-bottom: 0;
}

.textSeo ul li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

/* OL */
.textSeo ol {
    padding-left: 22px;
}

.textSeo ol li {
    margin-bottom: 14px;
    padding-left: 4px;
    line-height: 1.6;
}

.textSeo ol li:last-child {
    margin-bottom: 0;
}

.textSeo ol li::marker {
    color: #fff;
    font-weight: 700;
}

/* Вложенные списки */
.textSeo ul ul,
.textSeo ul ol,
.textSeo ol ul,
.textSeo ol ol {
    margin-top: 12px;
    margin-bottom: 0;
}

/* Ссылки */
.textSeo a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.textSeo a:hover {
    opacity: 0.75;
}

/* Выделение */
.textSeo strong,
.textSeo b {
    color: #fff;
    font-weight: 700;
}

.textSeo em,
.textSeo i {
    font-style: italic;
}

/* Цитаты */
.textSeo blockquote {
    margin: 28px 0;
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.22);
    line-height: 1.6;
    font-style: italic;
}

/* Таблицы */
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.textSeo table th,
.textSeo table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.6;
}

/* Картинки */
.textSeo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

/* Разделитель */
.textSeo hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Мобильная версия */
@media (max-width: 767px) {
    .textSeo {
        font-size: 16px;
        line-height: 1.6;
    }

    .textSeo h1 {
        margin-bottom: 22px;
    }

    .textSeo h2 {
        margin-top: 36px;
        margin-bottom: 18px;
    }

    .textSeo h3 {
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .textSeo p {
        margin-bottom: 16px;
    }

    .textSeo ul li,
    .textSeo ol li {
        margin-bottom: 12px;
    }

    .textSeo ul li {
        padding-left: 24px;
    }

    .textSeo ul li::before {
        width: 7px;
        height: 7px;
        left: 0;
    }

    .textSeo ol {
        padding-left: 20px;
    }
}
.jacpotCompilation.secondary {
    display: none
}
@media (max-width: 767px) {
    .jacpotCompilation.secondary {
        display: block
    }
    .header.fixed {
        display: none;
    }
    .header .element.click {
        display: none
    }
    .search.newMainStyle {
        display: none
    }
    .header .anAuth .unAuthBtn {
        height: 42px;
    }
}
@media (max-width: 700px) {
    .header {
        display: block
    }
}
@media (max-width: 575px) {
    .gameList .gameSwiper .swiper-slide {
        width: 120px!important;
        margin-right: 12px!important;
    }
    .header .anAuth .unAuthBtn {
        font-size: 12px;
        height: 36px;
        padding: 0 20px;
    }
    .header .anAuth .unAuthBtn:not(.blue) {
        display: none
    }
    .header .logo img{
        width: 100%;
        max-width: 150px;
    }

    .gameList .gameSwiper .gameListItems {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .gameList .gameSwiper .gameListItems .swiper-slide {
        width: 100%!important;
        margin: 0!important
    }
    .gameList .gameSwiper .gameListItems .swiper-slide:nth-child(n+7) {
        display: none!important
    }
}