.css-b62m3t-container {
    box-sizing: border-box
}

.css-7pg0cj-a11yText {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    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: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: 0 !important
}

.css-13cymwt-control:hover {
    border-color: #b3b3b3
}

.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: 0 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: 0;
    margin: 0;
    outline: 0;
    padding: 0
}

.css-1wy0on6 {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box
}

.css-1xc3v61-indicatorContainer {
    display: flex;
    padding: 8px;
    box-sizing: border-box
}

.css-1xc3v61-indicatorContainer:hover {
    color: #999
}

.css-8mmkcg {
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0
}


@keyframes intercom-lightweight-app-launcher {
    from {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes intercom-lightweight-app-gradient {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-lightweight-app-messenger {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

.intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif
}


.sf-hidden {
    display: none !important
}

.textSeo {
    background-color: var(--bgModal);
    padding-top: 100px;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 700;
}
.textSeo p {
    line-height: 1.5;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 991px) {
    .header.fixed {
        display: none;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .anAuth > .element {
        display: none;
    }
    .header .search {
        display: none;
    }
    .anAuth .mainBtn.blue {
        padding: 0 20px;
    }
}
@media (max-width: 575px) {
    .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-ed41ecfe53f1999a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .textSeo {
        padding-top: 60px;
    }
}
@media (max-width: 450px) {
    .anAuth .mainBtn.blue {
        display: none;
    }
}