.list_component__ykPyg {
    height: 424px;
    margin-right: -4px;
    overflow-y: auto;
    padding-right: 2px
}

@media(max-width:900px) {
    .list_component__ykPyg {
        height: 404px
    }
}

@media(max-width:599px) {
    .list_component__ykPyg {
        height: 384px
    }
}

.list_component__ykPyg::-webkit-scrollbar {
    width: 2px
}

.list_component__ykPyg::-webkit-scrollbar-thumb {
    background-color: #d0cdd4;
    border-radius: 2px
}

.list_component__ykPyg::-webkit-scrollbar-track {
    background-color: #211e25
}

.list_list__Dcasi {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr
}

@media(max-width:900px) {
    .list_list__Dcasi {
        gap: 12px
    }
}

@media(max-width:599px) {
    .list_list__Dcasi {
        gap: 8px;
        grid-template-columns: 1fr
    }
}

.list_item__nLrED {
    grid-gap: 10px;
    align-items: center;
    background: #1d1a21;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    justify-items: start;
    outline: 1px solid transparent;
    outline-offset: -1px;
    padding: 14px 16px;
    transition: outline .3s ease, background .3s ease
}

@media(max-width:900px) {
    .list_item__nLrED {
        border-radius: 9px
    }
}

@media(max-width:599px) {
    .list_item__nLrED {
        border-radius: 8px
    }
}

.list_item__nLrED:hover {
    background: rgba(29, 26, 33, .8)
}

.list_item__nLrED:hover .list_avatar__tSZgv,
.list_item__nLrED:hover .list_info__\+tuHx,
.list_item__nLrED:hover .list_statistic__ZNlaB {
    opacity: .7
}

.list_item__nLrED.list_selected__CCCz8 {
    background: rgba(29, 26, 33, .5);
    outline: 1px solid #353239
}

.list_item__nLrED.list_selected__CCCz8 .list_avatar__tSZgv,
.list_item__nLrED.list_selected__CCCz8 .list_info__\+tuHx,
.list_item__nLrED.list_selected__CCCz8 .list_statistic__ZNlaB {
    opacity: .5
}

.list_avatar__tSZgv {
    border-radius: 8px;
    height: 52px;
    object-fit: cover;
    transition: opacity .3s ease;
    width: 52px
}

@media(max-width:900px) {
    .list_avatar__tSZgv {
        border-radius: 7px;
        height: 48px;
        width: 48px
    }
}

@media(max-width:599px) {
    .list_avatar__tSZgv {
        border-radius: 6px;
        height: 44px;
        width: 44px
    }
}

.list_info__\+tuHx {
    grid-gap: 4px;
    align-items: center;
    display: grid;
    gap: 4px;
    grid-template-columns: auto auto;
    transition: opacity .3s ease
}

.list_name__jQzeP {
    color: #d0cdd4;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .list_name__jQzeP {
        font-size: 15px;
        line-height: 22px
    }
}

@media(max-width:599px) {
    .list_name__jQzeP {
        font-size: 14px;
        line-height: 20px
    }
}

.list_robotIcon__w2Fpt {
    fill: #6c6970;
    height: 16px;
    width: 16px
}

.list_statistic__ZNlaB {
    display: grid;
    justify-items: end;
    transition: opacity .3s ease
}

.list_text__MPrvQ {
    color: #6c6970;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media(max-width:900px) {
    .list_text__MPrvQ {
        font-size: 11px;
        line-height: 14px
    }
}

@media(max-width:599px) {
    .list_text__MPrvQ {
        font-size: 10px;
        line-height: 12px
    }
}

.list_percent__-9jxn {
    color: #4cea9e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media(max-width:900px) {
    .list_percent__-9jxn {
        font-size: 15px;
        line-height: 22px
    }
}

@media(max-width:599px) {
    .list_percent__-9jxn {
        font-size: 14px;
        line-height: 20px
    }
}

.list_skeleton__tDR53 {
    border-radius: 10px;
    display: flex;
    height: 80px;
    width: 100%
}

@media(max-width:900px) {
    .list_skeleton__tDR53 {
        border-radius: 9px;
        height: 76px
    }
}

@media(max-width:599px) {
    .list_skeleton__tDR53 {
        border-radius: 8px;
        height: 72px
    }
}

.list_skeleton__tDR53 span {
    height: 100%;
    width: 100%
}

@-webkit-keyframes loader_opacity__ymKbW {
    3% {
        fill-opacity: 1
    }

    75% {
        fill-opacity: 0
    }
}

@keyframes loader_opacity__ymKbW {
    3% {
        fill-opacity: 1
    }

    75% {
        fill-opacity: 0
    }
}

.loader_component__HpiXN {
    align-items: center;
    background: #1e191e;
    border-radius: 100%;
    display: flex;
    height: 140px;
    justify-content: center;
    position: relative;
    width: 140px
}

@media(max-width:1200px) {
    .loader_component__HpiXN {
        height: 120px;
        width: 120px
    }
}

@media(max-width:900px) {
    .loader_component__HpiXN {
        height: 100px;
        width: 100px
    }
}

@media(max-width:599px) {
    .loader_component__HpiXN {
        height: 80px;
        width: 80px
    }
}

.loader_component__HpiXN svg {
    height: 98%;
    width: 98%
}

.loader_circle__BO02C {
    fill: #913c43;
    fill-opacity: 0;
    -webkit-animation: loader_opacity__ymKbW 1.2s linear infinite;
    animation: loader_opacity__ymKbW 1.2s linear infinite;
    -webkit-transform-origin: center;
    transform-origin: center
}

.loader_circle__BO02C:first-child {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    -webkit-transform: rotate(-30deg) translate(6px, 6px) scale(.9);
    transform: rotate(-30deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(2) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    -webkit-transform: rotate(-60deg) translate(6px, 6px) scale(.9);
    transform: rotate(-60deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(3) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    -webkit-transform: rotate(-90deg) translate(6px, 6px) scale(.9);
    transform: rotate(-90deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(4) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    -webkit-transform: rotate(-120deg) translate(6px, 6px) scale(.9);
    transform: rotate(-120deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(5) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    -webkit-transform: rotate(-150deg) translate(6px, 6px) scale(.9);
    transform: rotate(-150deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
    -webkit-transform: rotate(-180deg) translate(6px, 6px) scale(.9);
    transform: rotate(-180deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(7) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    -webkit-transform: rotate(-210deg) translate(6px, 6px) scale(.9);
    transform: rotate(-210deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(8) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    -webkit-transform: rotate(-240deg) translate(6px, 6px) scale(.9);
    transform: rotate(-240deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(9) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    -webkit-transform: rotate(-270deg) translate(6px, 6px) scale(.9);
    transform: rotate(-270deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(10) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(-300deg) translate(6px, 6px) scale(.9);
    transform: rotate(-300deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -webkit-transform: rotate(-330deg) translate(6px, 6px) scale(.9);
    transform: rotate(-330deg) translate(6px, 6px) scale(.9)
}

.loader_circle__BO02C:nth-child(12) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    -webkit-transform: rotate(-1turn) translate(6px, 6px) scale(.9);
    transform: rotate(-1turn) translate(6px, 6px) scale(.9)
}

.loader_logo__sx48r {
    height: 38%;
    position: absolute;
    width: 38%
}

.content-loader_component__YFASH {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 100px 0
}

@media(max-width:1200px) {
    .content-loader_component__YFASH {
        padding: 80px 0
    }
}

@media(max-width:900px) {
    .content-loader_component__YFASH {
        padding: 50px 0
    }
}

@media(max-width:599px) {
    .content-loader_component__YFASH {
        padding: 30px 0
    }
}

.full-loader_component__D8FT9 {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.half-tone-button_component__N6QMW {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    position: relative;
    transition: color .3s ease, background .3s ease
}

.half-tone-button_component__N6QMW.half-tone-button_loading__CVq1t span,
.half-tone-button_component__N6QMW.half-tone-button_loading__CVq1t svg {
    opacity: 0
}

.half-tone-button_component__N6QMW svg {
    transition: fill .3s ease
}

.half-tone-button_orange__YeMKs {
    background: #412e21;
    color: #ffa860
}

.half-tone-button_orange__YeMKs svg {
    fill: #ffa860
}

.half-tone-button_orange__YeMKs:hover {
    background: #714c31;
    color: #ffa860
}

.half-tone-button_orange__YeMKs:hover svg {
    fill: #ffa860
}

.half-tone-button_orange__YeMKs:active {
    background: #412e21;
    color: #d08951
}

.half-tone-button_orange__YeMKs:active svg {
    fill: #d08951
}

.half-tone-button_orange__YeMKs:disabled {
    background: #412e21;
    color: #714c31
}

.half-tone-button_orange__YeMKs:disabled svg {
    fill: #714c31
}

.half-tone-button_green__Z4zMP {
    background: #1d3b2e;
    color: #72e793
}

.half-tone-button_green__Z4zMP svg {
    fill: #72e793
}

.half-tone-button_green__Z4zMP:hover {
    background: #29664a;
    color: #72e793
}

.half-tone-button_green__Z4zMP:hover svg {
    fill: #72e793
}

.half-tone-button_green__Z4zMP:active {
    background: #1d3b2e;
    color: #41be82
}

.half-tone-button_green__Z4zMP:active svg {
    fill: #41be82
}

.half-tone-button_green__Z4zMP:disabled {
    background: #1d3b2e;
    color: #29664a
}

.half-tone-button_green__Z4zMP:disabled svg {
    fill: #29664a
}

.half-tone-button_red__UNK6T {
    background: #3f1d22;
    color: #f55f5f
}

.half-tone-button_red__UNK6T svg {
    fill: #f55f5f
}

.half-tone-button_red__UNK6T:hover {
    background: #69262d;
    color: #ff756c
}

.half-tone-button_red__UNK6T:hover svg {
    fill: #ff756c
}

.half-tone-button_red__UNK6T:active {
    background: #3f1d22;
    color: #e54b55
}

.half-tone-button_red__UNK6T:active svg {
    fill: #e54b55
}

.half-tone-button_red__UNK6T:disabled {
    background: #3f1d22;
    color: #69262d
}

.half-tone-button_red__UNK6T:disabled svg {
    fill: #69262d
}

.half-tone-button_grey__VFgEx {
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: hsla(266, 3%, 43%, .1);
    color: #9e9ba2
}

.half-tone-button_grey__VFgEx svg {
    fill: #9e9ba2
}

.half-tone-button_grey__VFgEx:hover {
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: hsla(266, 3%, 43%, .2);
    color: #d0cdd4
}

.half-tone-button_grey__VFgEx:hover svg {
    fill: #d0cdd4
}

.half-tone-button_grey__VFgEx:active {
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: hsla(266, 3%, 43%, .15);
    color: #6c6970
}

.half-tone-button_grey__VFgEx:active svg {
    fill: #6c6970
}

.half-tone-button_grey__VFgEx:disabled {
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: hsla(266, 3%, 43%, .05);
    color: #353239
}

.half-tone-button_grey__VFgEx:disabled svg {
    fill: #353239
}

.half-tone-button_blue__4IMoV {
    background: #344171;
    color: #bfccff
}

.half-tone-button_blue__4IMoV svg {
    fill: #bfccff
}

.half-tone-button_blue__4IMoV:hover {
    background: #4e60a5;
    color: #d6deff
}

.half-tone-button_blue__4IMoV:hover svg {
    fill: #d6deff
}

.half-tone-button_blue__4IMoV:active {
    background: #3a4777;
    color: #8696d1
}

.half-tone-button_blue__4IMoV:active svg {
    fill: #8696d1
}

.half-tone-button_blue__4IMoV:disabled {
    background: #30395b;
    color: #59638b
}

.half-tone-button_blue__4IMoV:disabled svg {
    fill: #59638b
}

.half-tone-button_loader__xJh2B {
    left: 50%;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fill-button_component__IP38V {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    position: relative;
    transition: color .3s ease, background .3s ease
}

.fill-button_component__IP38V.fill-button_loading__2X2BF span,
.fill-button_component__IP38V.fill-button_loading__2X2BF svg {
    opacity: 0
}

.fill-button_component__IP38V svg {
    transition: fill .3s ease
}

.fill-button_orange__TxgJ3 {
    background: #ffa860;
    color: #412e21
}

.fill-button_orange__TxgJ3 svg {
    fill: #412e21
}

.fill-button_orange__TxgJ3:hover {
    background: #d08951;
    color: #412e21
}

.fill-button_orange__TxgJ3:hover svg {
    fill: #412e21
}

.fill-button_orange__TxgJ3:active {
    background: #a06b41;
    color: #412e21
}

.fill-button_orange__TxgJ3:active svg {
    fill: #412e21
}

.fill-button_orange__TxgJ3:disabled {
    background: #714c31;
    color: #412e21
}

.fill-button_orange__TxgJ3:disabled svg {
    fill: #412e21
}

.fill-button_green__EtTkL {
    background: #4cea9e;
    color: #1d3b2e
}

.fill-button_green__EtTkL svg {
    fill: #1d3b2e
}

.fill-button_green__EtTkL:hover {
    background: #41be82;
    color: #1d3b2e
}

.fill-button_green__EtTkL:hover svg {
    fill: #1d3b2e
}

.fill-button_green__EtTkL:active {
    background: #359266;
    color: #1d3b2e
}

.fill-button_green__EtTkL:active svg {
    fill: #1d3b2e
}

.fill-button_green__EtTkL:disabled {
    background: #29664a;
    color: #1d3b2e
}

.fill-button_green__EtTkL:disabled svg {
    fill: #1d3b2e
}

.fill-button_red__weuYC {
    background: #c8464e;
    color: #fff2f3
}

.fill-button_red__weuYC svg {
    fill: #fff2f3
}

.fill-button_red__weuYC:hover {
    background: #df5059;
    color: #fff2f3
}

.fill-button_red__weuYC:hover svg {
    fill: #fff2f3
}

.fill-button_red__weuYC:active {
    background: #8e3a40;
    color: #ff756c
}

.fill-button_red__weuYC:active svg {
    fill: #ff756c
}

.fill-button_red__weuYC:disabled {
    background: #8e3a40;
    color: #ae6b6b
}

.fill-button_red__weuYC:disabled svg {
    fill: #ae6b6b
}

.fill-button_grey__FDz91 {
    background: #d0cdd4;
    color: #252229
}

.fill-button_grey__FDz91 svg {
    fill: #252229
}

.fill-button_grey__FDz91:hover {
    background: #9e9ba2;
    color: #353239
}

.fill-button_grey__FDz91:hover svg {
    fill: #353239
}

.fill-button_grey__FDz91:active {
    background: #6c6970;
    color: #353239
}

.fill-button_grey__FDz91:active svg {
    fill: #353239
}

.fill-button_grey__FDz91:disabled {
    background: #353239;
    color: #6c6970
}

.fill-button_grey__FDz91:disabled svg {
    fill: #6c6970
}

.fill-button_blue__q-5dB {
    background: #5c74ca;
    color: #f0f3ff
}

.fill-button_blue__q-5dB svg {
    fill: #f0f3ff
}

.fill-button_blue__q-5dB:hover {
    background: #758ad8;
    color: #f0f3ff
}

.fill-button_blue__q-5dB:hover svg {
    fill: #f0f3ff
}

.fill-button_blue__q-5dB:active {
    background: #5567a8;
    color: #c3ccf0
}

.fill-button_blue__q-5dB:active svg {
    fill: #c3ccf0
}

.fill-button_blue__q-5dB:disabled {
    background: #3d4b7d;
    color: #576394
}

.fill-button_blue__q-5dB:disabled svg {
    fill: #576394
}

.fill-button_loader__71tYE {
    left: 50%;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stroke-input_component__2C4NV {
    align-items: center;
    background: rgba(78, 75, 82, .05);
    border: 1px solid rgba(78, 75, 82, .3);
    display: grid;
    grid-auto-columns: auto 1fr;
    grid-auto-flow: column;
    transition: background .3s ease, border .3s ease
}

.stroke-input_component__2C4NV:hover {
    background: rgba(78, 75, 82, .1);
    border: 1px solid rgba(78, 75, 82, .6)
}

.stroke-input_component__2C4NV:hover svg {
    fill: #6c6970
}

.stroke-input_component__2C4NV:hover input::-webkit-input-placeholder {
    color: #9e9ba2
}

.stroke-input_component__2C4NV:hover input::placeholder {
    color: #9e9ba2
}

.stroke-input_component__2C4NV:focus-within {
    background: rgba(78, 75, 82, .15);
    border: 1px solid #4e4b52
}

.stroke-input_component__2C4NV:focus-within svg {
    fill: #d0cdd4
}

.stroke-input_component__2C4NV:focus-within input {
    color: #d0cdd4
}

.stroke-input_component__2C4NV:focus-within input::-webkit-input-placeholder {
    color: #d0cdd4
}

.stroke-input_component__2C4NV:focus-within input::placeholder {
    color: #d0cdd4
}

.stroke-input_component__2C4NV svg {
    fill: #353239;
    height: 24px;
    transition: fill .3s ease;
    width: 24px
}

.stroke-input_component__2C4NV input {
    color: #d0cdd4;
    font-weight: 500;
    height: 100%;
    transition: color .3s ease;
    width: 100%
}

.stroke-input_component__2C4NV input::-webkit-input-placeholder {
    color: #6c6970;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.stroke-input_component__2C4NV input::placeholder {
    color: #6c6970;
    font-weight: 500;
    transition: color .3s ease
}

.select_component__X7otr {
    position: relative
}

.select_component__X7otr:hover .select_control__Kgjus {
    background: rgba(78, 75, 82, .1);
    border: 1px solid rgba(78, 75, 82, .6)
}

.select_component__X7otr:hover .select_placeholder__mVo2i {
    color: #9e9ba2
}

.select_component__X7otr:hover .select_dropdownIcon__q3LA9 {
    fill: #9e9ba2
}

.select_component__X7otr.select_isOpened__-Zn92 .select_control__Kgjus {
    background: rgba(78, 75, 82, .15);
    border: 1px solid #4e4b52
}

.select_component__X7otr.select_isOpened__-Zn92 .select_placeholder__mVo2i {
    color: #d0cdd4
}

.select_component__X7otr.select_isOpened__-Zn92 .select_dropdownIcon__q3LA9 {
    fill: #d0cdd4;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select_control__Kgjus {
    grid-gap: 4px;
    align-items: center;
    background: rgba(78, 75, 82, .05);
    border: 1px solid rgba(78, 75, 82, .3);
    cursor: pointer;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr auto;
    transition: background .3s ease, border .3s ease
}

.select_value__P26d8 {
    color: #d0cdd4
}

.select_placeholder__mVo2i {
    color: #6c6970;
    transition: color .3s ease
}

.select_dropdownIcon__q3LA9 {
    fill: #6c6970;
    transition: fill .3s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, fill .3s ease;
    transition: transform .15s ease, fill .3s ease, -webkit-transform .15s ease
}

.select_menu__h-CKK {
    background: #272329;
    border: 1px solid #4e4b52;
    box-shadow: 0 16px 30px 0 rgba(23, 20, 23, .4);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.select_menu__h-CKK.select_enter__YH7uG {
    opacity: 0
}

.select_menu__h-CKK.select_enterActive__P2kDc {
    opacity: 1;
    transition: opacity .15s ease
}

.select_menu__h-CKK.select_exit__zi-Lv {
    opacity: 1
}

.select_menu__h-CKK.select_exitActive__szg2W {
    opacity: 0;
    transition: opacity .15s ease
}

.select_menuList__7RsBI {
    display: grid;
    max-height: 240px;
    overflow-y: auto
}

.select_menuList__7RsBI::-webkit-scrollbar {
    width: 4px
}

.select_menuList__7RsBI::-webkit-scrollbar-thumb {
    background: #9e9ba2;
    border-radius: 2px
}

.select_option__s2TRu {
    color: #9e9ba2;
    cursor: pointer;
    transition: color .3s ease
}

.select_option__s2TRu:hover {
    color: #d0cdd4
}

.select_option__s2TRu.select_isSelected__afNP2 {
    color: #353239
}

.square-switch_component__ce87v {
    --switch-height: 20px;
    --border-radius: 8px;
    background: rgba(78, 75, 82, .3);
    border-radius: var(--border-radius);
    height: var(--switch-height);
    position: relative;
    transition: background .3s ease;
    width: 28px
}

.square-switch_component__ce87v:hover {
    background: rgba(78, 75, 82, .6)
}

.square-switch_component__ce87v.square-switch_checked__lb3ma {
    background: rgba(78, 75, 82, .3)
}

.square-switch_component__ce87v.square-switch_checked__lb3ma .square-switch_thumb__mJHFq {
    background: #ffa860;
    left: calc(100% - var(--switch-height))
}

.square-switch_component__ce87v.square-switch_checked__lb3ma:hover {
    background: rgba(78, 75, 82, .6)
}

.square-switch_thumb__mJHFq {
    background: #6c6970;
    border-radius: var(--border-radius);
    height: var(--switch-height);
    left: 0;
    position: absolute;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    transition: left .3s ease, background .3s ease;
    width: var(--switch-height)
}

.square-switch_input__Tgjj5 {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

.rounded-switch_component__0iTeb {
    --switch-height: 20px;
    --border-radius: 20px;
    background: rgba(78, 75, 82, .3);
    border-radius: var(--border-radius);
    height: var(--switch-height);
    position: relative;
    transition: background .3s ease;
    width: 31px
}

.rounded-switch_component__0iTeb:hover {
    background: rgba(78, 75, 82, .6)
}

.rounded-switch_component__0iTeb:hover .rounded-switch_thumb__kgvI6 {
    background: #d3d4e0
}

.rounded-switch_component__0iTeb.rounded-switch_checked__T6997 {
    background: #41be82
}

.rounded-switch_component__0iTeb.rounded-switch_checked__T6997 .rounded-switch_thumb__kgvI6 {
    background: #e1f2e8;
    left: calc(100% - var(--switch-height))
}

.rounded-switch_component__0iTeb.rounded-switch_checked__T6997:hover {
    background: #359266
}

.rounded-switch_thumb__kgvI6 {
    background: #abacb8;
    border-radius: var(--border-radius);
    height: var(--switch-height);
    left: 0;
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    transition: left .3s ease, background .3s ease;
    width: var(--switch-height)
}

.rounded-switch_input__zui4J {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

.container_component__4cmNh {
    --container-padding-side: 24px;
    --container-max-width: none;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: calc(var(--container-max-width) + var(--container-padding-side)*2);
    padding: 0 var(--container-padding-side);
    position: relative;
    width: 100%
}

@media(max-width:900px) {
    .container_component__4cmNh {
        --container-padding-side: 16px
    }
}

.page_page__PUxz8 {
    flex-grow: 1
}

@-webkit-keyframes loading_dot-show__qScwo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loading_dot-show__qScwo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes loading_dot-move__ArmY1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(calc(var(--size) + var(--gap)));
        transform: translateX(calc(var(--size) + var(--gap)))
    }
}

@keyframes loading_dot-move__ArmY1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateX(calc(var(--size) + var(--gap)));
        transform: translateX(calc(var(--size) + var(--gap)))
    }
}

@-webkit-keyframes loading_dot-hide__rzPAN {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes loading_dot-hide__rzPAN {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.loading_component__JIye8 {
    --gap: 7px;
    --size: 7px;
    align-items: center;
    display: flex;
    height: var(--size);
    position: relative;
    width: calc(var(--size)*3 + var(--gap)*2)
}

@media(max-width:900px) {
    .loading_component__JIye8 {
        --gap: 6px;
        --size: 6px
    }
}

@media(max-width:599px) {
    .loading_component__JIye8 {
        --gap: 5px;
        --size: 5px
    }
}

.loading_dot__60ukN {
    background: #e76d56;
    border-radius: 100%;
    height: var(--size);
    position: absolute;
    width: var(--size)
}

.loading_dot__60ukN:first-child {
    -webkit-animation: loading_dot-show__qScwo .6s infinite;
    animation: loading_dot-show__qScwo .6s infinite;
    left: 0
}

.loading_dot__60ukN:nth-child(2) {
    left: 0
}

.loading_dot__60ukN:nth-child(2),
.loading_dot__60ukN:nth-child(3) {
    -webkit-animation: loading_dot-move__ArmY1 .6s infinite;
    animation: loading_dot-move__ArmY1 .6s infinite
}

.loading_dot__60ukN:nth-child(3) {
    left: calc(var(--size) + var(--gap))
}

.loading_dot__60ukN:nth-child(4) {
    -webkit-animation: loading_dot-hide__rzPAN .6s infinite;
    animation: loading_dot-hide__rzPAN .6s infinite;
    left: calc(var(--size)*2 + var(--gap)*2)
}

.spray_component__AqX8l {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.spray_component__AqX8l:before {
    background-size: contain;
    content: "";
    padding-top: 100%;
    position: absolute;
    width: 100%
}

.spray_withLogo__pdGk-:after {
    background-size: contain;
    content: "";
    padding-top: 50%;
    position: absolute;
    width: 50%
}

.spray_consumer__ADnsc:before,
.spray_default__Y9fX8:before {
    background-image: url(/_assets/ggstandoff.pro/static/media/spray-gray.1909b8f4ea67c4e0286e.svg)
}

.spray_consumer__ADnsc:after,
.spray_default__Y9fX8:after {
    background-image: url(/static/media/logo-3d-gray.170a23f23258fe6deb7b.svg)
}

.spray_milspec__TBfOp:before {
    background-image: url(/static/media/spray-light-blue.9e6566e52311ff0598a8.svg)
}

.spray_milspec__TBfOp:after {
    background-image: url(/static/media/logo-3d-light-blue.1a0f8b5a40d7921b37aa.svg)
}

.spray_industrial__ojeB8:before {
    background-image: url(/static/media/spray-blue.78ce64e9b27daad73b82.svg)
}

.spray_industrial__ojeB8:after {
    background-image: url(/static/media/logo-3d-blue.2aac7685798d000f6897.svg)
}

.spray_restricted__W1My\+:before {
    background-image: url(/static/media/spray-purple.b2edf6973a8c669fc8dc.svg)
}

.spray_restricted__W1My\+:after {
    background-image: url(/static/media/logo-3d-purple.3521cf2cb9044bd42691.svg)
}

.spray_classified__gB4rN:before {
    background-image: url(/static/media/spray-pink.5c3194946b9e82e3dbe5.svg)
}

.spray_classified__gB4rN:after {
    background-image: url(/static/media/logo-3d-pink.d0010e6b623210ad8cf4.svg)
}

.spray_covert__zN0G8:before {
    background-image: url(/static/media/spray-red.044e3f3739ba3a40ec9b.svg)
}

.spray_covert__zN0G8:after {
    background-image: url(/static/media/logo-3d-red.4498e1b0d37f42bed202.svg)
}

.spray_knife__3M-in:before {
    background-image: url(/static/media/spray-yellow.6c42039185a6ac333cf2.svg)
}

.spray_knife__3M-in:after {
    background-image: url(/static/media/logo-3d-yellow.8df1fb551bcd404b4b9a.svg)
}

.spray_goldcoin__PLEUU:before {
    background-image: url(/static/media/spray-goldcoin.619f96234a7608db215a.svg)
}

.confirm-button_component__4pRD4 {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 24px;
    width: 100%
}

@media(max-width:900px) {
    .confirm-button_component__4pRD4 {
        border-radius: 9px;
        font-size: 14px;
        line-height: 18px;
        padding: 15px 22px
    }
}

@media(max-width:599px) {
    .confirm-button_component__4pRD4 {
        border-radius: 8px;
        font-size: 12px;
        line-height: 16px;
        padding: 14px 20px
    }
}

.add-bot-modal_component__Pkzm9 {
    grid-gap: 12px;
    background: #211e25;
    border-radius: 20px;
    display: grid;
    gap: 12px;
    max-width: 100%;
    padding: 32px 32px 40px;
    position: relative;
    width: 650px
}

@media(max-width:900px) {
    .add-bot-modal_component__Pkzm9 {
        border-radius: 16px;
        gap: 10px;
        padding: 24px 24px 28px
    }
}

@media(max-width:599px) {
    .add-bot-modal_component__Pkzm9 {
        border-radius: 12px;
        gap: 8px;
        padding: 16px
    }
}

.add-bot-modal_closeButton__Ou6Y9 {
    display: flex;
    height: 40px;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 40px;
    z-index: 100
}

@media(max-width:900px) {
    .add-bot-modal_closeButton__Ou6Y9 {
        height: 32px;
        right: 24px;
        top: 24px;
        width: 32px
    }
}

@media(max-width:599px) {
    .add-bot-modal_closeButton__Ou6Y9 {
        height: 24px;
        right: 16px;
        top: 16px;
        width: 24px
    }
}

.add-bot-modal_closeButton__Ou6Y9:hover .add-bot-modal_closeIcon__4iPHA {
    fill: #98959c
}

.add-bot-modal_closeIcon__4iPHA {
    fill: #6c6970;
    height: 100%;
    transition: fill .3s ease;
    width: 100%
}

.add-bot-modal_title__IMrhC {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    padding-right: 48px;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .add-bot-modal_title__IMrhC {
        background: linear-gradient(180deg, #937e82, #fff8f3);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:900px) {
    .add-bot-modal_title__IMrhC {
        font-size: 18px;
        line-height: 32px;
        padding-right: 40px
    }
}

@media(max-width:599px) {
    .add-bot-modal_title__IMrhC {
        font-size: 16px;
        line-height: 24px;
        padding-right: 32px
    }
}

.item_component__AsQX2 {
    left: 50%;
    padding: 2px;
    position: absolute
}

.item_image__cQPHL {
    border-radius: 8px;
    height: 90px;
    object-fit: cover;
    width: 90px
}

@media(max-width:1200px) {
    .item_image__cQPHL {
        border-radius: 7px;
        height: 74px;
        width: 74px
    }
}

@media(max-width:900px) {
    .item_image__cQPHL {
        border-radius: 6px;
        height: 58px;
        width: 58px
    }
}

@media(max-width:599px) {
    .item_image__cQPHL {
        border-radius: 5px;
        height: 42px;
        width: 42px
    }
}

.pretenders-roulette_component__kQY7T {
    background: #241e27;
    border-radius: 14px 14px 4px 4px;
    height: 248px;
    left: 0;
    padding: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

@media(max-width:1200px) {
    .pretenders-roulette_component__kQY7T {
        border-radius: 12px 12px 4px 4px;
        height: 210px;
        padding: 12px
    }
}

@media(max-width:900px) {
    .pretenders-roulette_component__kQY7T {
        border-radius: 10px 10px 2px 2px;
        height: 172px;
        padding: 10px
    }
}

@media(max-width:599px) {
    .pretenders-roulette_component__kQY7T {
        border-radius: 8px 8px 2px 2px;
        height: 134px;
        padding: 8px
    }
}

.pretenders-roulette_component__kQY7T.pretenders-roulette_enter__lx7rw {
    opacity: 0
}

.pretenders-roulette_component__kQY7T.pretenders-roulette_enterActive__Hmw4q {
    opacity: 1;
    transition: opacity .5s ease
}

.pretenders-roulette_component__kQY7T.pretenders-roulette_exit__iObXZ {
    opacity: 1
}

.pretenders-roulette_component__kQY7T.pretenders-roulette_exitActive__4xELF {
    opacity: 0;
    transition: opacity .25s ease
}

.pretenders-roulette_roulette__UbVrp {
    background: rgba(23, 19, 23, .5);
    border-radius: 12px 12px 4px 4px;
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .pretenders-roulette_roulette__UbVrp {
        border-radius: 10px 10px 4px 4px
    }
}

@media(max-width:900px) {
    .pretenders-roulette_roulette__UbVrp {
        border-radius: 8px 8px 2px 2px
    }
}

@media(max-width:599px) {
    .pretenders-roulette_roulette__UbVrp {
        border-radius: 6px 6px 2px 2px
    }
}

.pretenders-roulette_roulette__UbVrp:before {
    background: linear-gradient(90deg, #1e191f, rgba(30, 25, 31, 0));
    content: "";
    height: 216px;
    left: 0;
    position: absolute;
    top: 0;
    width: 216px;
    z-index: 50
}

@media(max-width:1200px) {
    .pretenders-roulette_roulette__UbVrp:before {
        height: 178px;
        width: 178px
    }
}

@media(max-width:900px) {
    .pretenders-roulette_roulette__UbVrp:before {
        height: 140px;
        width: 140px
    }
}

@media(max-width:599px) {
    .pretenders-roulette_roulette__UbVrp:before {
        height: 102px;
        width: 82px
    }
}

.pretenders-roulette_roulette__UbVrp:after {
    background: linear-gradient(90deg, rgba(30, 25, 31, 0), #1e191f);
    content: "";
    height: 216px;
    position: absolute;
    right: 0;
    top: 0;
    width: 216px;
    z-index: 50
}

@media(max-width:1200px) {
    .pretenders-roulette_roulette__UbVrp:after {
        height: 178px;
        width: 178px
    }
}

@media(max-width:900px) {
    .pretenders-roulette_roulette__UbVrp:after {
        height: 140px;
        width: 140px
    }
}

@media(max-width:599px) {
    .pretenders-roulette_roulette__UbVrp:after {
        height: 102px;
        width: 82px
    }
}

.pretenders-roulette_arrow__Uq-GD {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4cea9e;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 55
}

@media(max-width:1200px) {
    .pretenders-roulette_arrow__Uq-GD {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #4cea9e
    }
}

@media(max-width:900px) {
    .pretenders-roulette_arrow__Uq-GD {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #4cea9e
    }
}

@media(max-width:599px) {
    .pretenders-roulette_arrow__Uq-GD {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #4cea9e
    }
}

.pretenders-roulette_title__cmzd2 {
    color: #675f6a;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 100%;
    z-index: 55
}

@media(max-width:1200px) {
    .pretenders-roulette_title__cmzd2 {
        font-size: 11px;
        top: 26px
    }
}

@media(max-width:900px) {
    .pretenders-roulette_title__cmzd2 {
        font-size: 10px;
        top: 22px
    }
}

@media(max-width:599px) {
    .pretenders-roulette_title__cmzd2 {
        font-size: 9px;
        top: 18px
    }
}

.pretenders-roulette_track__mY2-l {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    position: relative;
    width: 100%
}

.timer_component__Rh-7j {
    align-items: center;
    background-image: url(/static/media/timer.f1e3e717cb97fe26e358.png);
    background-position: 50%;
    background-size: contain;
    display: flex;
    height: 248px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50
}

@media(max-width:1200px) {
    .timer_component__Rh-7j {
        height: 210px
    }
}

@media(max-width:900px) {
    .timer_component__Rh-7j {
        height: 172px
    }
}

@media(max-width:599px) {
    .timer_component__Rh-7j {
        height: 134px
    }
}

.timer_component__Rh-7j.timer_enter__RpWlQ {
    opacity: 0
}

.timer_component__Rh-7j.timer_enterActive__Xqche {
    opacity: 1;
    transition: opacity .5s ease
}

.timer_component__Rh-7j.timer_exit__ilLKD {
    opacity: 1
}

.timer_component__Rh-7j.timer_exitActive__7NxwZ {
    opacity: 0;
    transition: opacity .25s ease
}

.timer_countdown__GO4ra {
    font-size: 40px;
    font-weight: 900
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .timer_countdown__GO4ra {
        background: linear-gradient(180deg, #41393c, #eec9aa);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:1200px) {
    .timer_countdown__GO4ra {
        font-size: 34px
    }
}

@media(max-width:900px) {
    .timer_countdown__GO4ra {
        font-size: 28px
    }
}

@media(max-width:599px) {
    .timer_countdown__GO4ra {
        font-size: 22px
    }
}

@-webkit-keyframes battle-skeleton_flash__Uiert {

    0%,
    50%,
    to {
        opacity: .2
    }

    25%,
    75% {
        opacity: .05
    }
}

@keyframes battle-skeleton_flash__Uiert {

    0%,
    50%,
    to {
        opacity: .2
    }

    25%,
    75% {
        opacity: .05
    }
}

.battle-skeleton_component__Y83cJ {
    grid-gap: 8px;
    align-items: start;
    display: grid;
    gap: 8px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .battle-skeleton_component__Y83cJ {
        gap: 6px
    }
}

@media(max-width:900px) {
    .battle-skeleton_component__Y83cJ {
        gap: 4px
    }
}

@media(max-width:599px) {
    .battle-skeleton_component__Y83cJ {
        gap: 2px
    }
}

.battle-skeleton_slot__bF\+Er {
    grid-gap: 14px;
    display: grid;
    gap: 14px
}

@media(max-width:1200px) {
    .battle-skeleton_slot__bF\+Er {
        gap: 12px
    }
}

@media(max-width:900px) {
    .battle-skeleton_slot__bF\+Er {
        gap: 10px
    }
}

@media(max-width:599px) {
    .battle-skeleton_slot__bF\+Er {
        gap: 8px
    }
}

.battle-skeleton_view__0WvAR {
    grid-gap: 4px;
    display: grid;
    gap: 4px;
    grid-template-rows: 248px 72px;
    position: relative
}

@media(max-width:1200px) {
    .battle-skeleton_view__0WvAR {
        gap: 2px;
        grid-template-rows: 210px 64px
    }
}

@media(max-width:900px) {
    .battle-skeleton_view__0WvAR {
        grid-template-rows: 172px 56px
    }
}

@media(max-width:599px) {
    .battle-skeleton_view__0WvAR {
        grid-template-rows: 134px 48px
    }
}

.battle-skeleton_display__bZU\+r {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: linear-gradient(180deg, rgba(49, 45, 57, .4), rgba(49, 45, 57, 0));
    border-radius: 14px 14px 4px 4px;
    overflow: hidden;
    transition: background .5s ease
}

@media(max-width:1200px) {
    .battle-skeleton_display__bZU\+r {
        border-radius: 12px 12px 4px 4px
    }
}

@media(max-width:900px) {
    .battle-skeleton_display__bZU\+r {
        border-radius: 10px 10px 2px 2px
    }
}

@media(max-width:599px) {
    .battle-skeleton_display__bZU\+r {
        border-radius: 8px 8px 2px 2px
    }
}

.battle-skeleton_row__AwrlL {
    grid-gap: 8px;
    align-content: center;
    display: grid;
    gap: 8px;
    height: 100%;
    justify-items: center;
    overflow: hidden;
    padding: 32px;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .battle-skeleton_row__AwrlL {
        gap: 6px;
        padding: 24px
    }
}

@media(max-width:900px) {
    .battle-skeleton_row__AwrlL {
        gap: 4px;
        padding: 16px
    }
}

@media(max-width:599px) {
    .battle-skeleton_row__AwrlL {
        gap: 2px;
        padding: 8px
    }
}

.battle-skeleton_row__AwrlL:before {
    content: "";
    -webkit-filter: blur(40px);
    filter: blur(40px);
    height: 150px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    z-index: -1
}

@media(max-width:1200px) {
    .battle-skeleton_row__AwrlL:before {
        height: 130px;
        width: 130px
    }
}

@media(max-width:900px) {
    .battle-skeleton_row__AwrlL:before {
        height: 110px;
        width: 110px
    }
}

@media(max-width:599px) {
    .battle-skeleton_row__AwrlL:before {
        height: 90px;
        width: 90px
    }
}

.battle-skeleton_row__AwrlL.battle-skeleton_ready__3XKkw:before {
    background: #4cea9e
}

.battle-skeleton_row__AwrlL.battle-skeleton_waiting__vaZ87:before {
    -webkit-animation: battle-skeleton_flash__Uiert 10s ease infinite;
    animation: battle-skeleton_flash__Uiert 10s ease infinite;
    background: #eec9aa
}

.battle-skeleton_icon__z23Lw {
    height: 56px;
    width: 56px
}

@media(max-width:1200px) {
    .battle-skeleton_icon__z23Lw {
        height: 48px;
        width: 48px
    }
}

@media(max-width:900px) {
    .battle-skeleton_icon__z23Lw {
        height: 40px;
        width: 40px
    }
}

@media(max-width:599px) {
    .battle-skeleton_icon__z23Lw {
        height: 32px;
        width: 32px
    }
}

.battle-skeleton_icon__z23Lw.battle-skeleton_waiting__vaZ87 {
    fill: #eec9aa
}

.battle-skeleton_icon__z23Lw.battle-skeleton_ready__3XKkw {
    fill: #4cea9e
}

.battle-skeleton_label__XJgX7 {
    font-size: 24px;
    line-height: 1.4;
    text-align: center
}

@media(max-width:1200px) {
    .battle-skeleton_label__XJgX7 {
        font-size: 20px
    }
}

@media(max-width:900px) {
    .battle-skeleton_label__XJgX7 {
        font-size: 16px
    }
}

@media(max-width:599px) {
    .battle-skeleton_label__XJgX7 {
        display: none
    }
}

.battle-skeleton_panel__pWG7A {
    border-radius: 4px 4px 14px 14px;
    overflow: hidden
}

@media(max-width:1200px) {
    .battle-skeleton_panel__pWG7A {
        border-radius: 4px 4px 12px 12px
    }
}

@media(max-width:900px) {
    .battle-skeleton_panel__pWG7A {
        border-radius: 2px 2px 10px 10px
    }
}

@media(max-width:599px) {
    .battle-skeleton_panel__pWG7A {
        border-radius: 2px 2px 8px 8px
    }
}

.battle-skeleton_button__uxcCH {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    font-size: 15px;
    gap: 8px;
    grid-auto-flow: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

@media(max-width:1200px) {
    .battle-skeleton_button__uxcCH {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .battle-skeleton_button__uxcCH {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .battle-skeleton_button__uxcCH {
        font-size: 12px
    }
}

.battle-skeleton_button__uxcCH.battle-skeleton_ready__3XKkw {
    background: rgba(49, 45, 57, .4)
}

.battle-skeleton_button__uxcCH.battle-skeleton_waiting__vaZ87 {
    background: #c8464e
}

@-webkit-keyframes display-waiting_breath__5wYC8 {

    0%,
    50%,
    to {
        opacity: .2
    }

    25%,
    75% {
        opacity: .05
    }
}

@keyframes display-waiting_breath__5wYC8 {

    0%,
    50%,
    to {
        opacity: .2
    }

    25%,
    75% {
        opacity: .05
    }
}

.display-waiting_component__47r7i {
    grid-gap: 8px;
    align-content: center;
    background: linear-gradient(180deg, rgba(49, 45, 57, .4), rgba(49, 45, 57, 0));
    display: grid;
    gap: 8px;
    inset: 0;
    justify-items: center;
    overflow: hidden;
    padding: 0 32px;
    position: absolute
}

@media(max-width:1200px) {
    .display-waiting_component__47r7i {
        gap: 6px;
        padding: 0 24px
    }
}

@media(max-width:900px) {
    .display-waiting_component__47r7i {
        gap: 4px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .display-waiting_component__47r7i {
        gap: 2px;
        padding: 0 8px
    }
}

.display-waiting_component__47r7i:before {
    -webkit-animation: display-waiting_breath__5wYC8 10s ease infinite;
    animation: display-waiting_breath__5wYC8 10s ease infinite;
    background: #eec9aa;
    content: "";
    -webkit-filter: blur(40px);
    filter: blur(40px);
    height: 150px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px
}

@media(max-width:1200px) {
    .display-waiting_component__47r7i:before {
        height: 130px;
        width: 130px
    }
}

@media(max-width:900px) {
    .display-waiting_component__47r7i:before {
        height: 110px;
        width: 110px
    }
}

@media(max-width:599px) {
    .display-waiting_component__47r7i:before {
        height: 90px;
        width: 90px
    }
}

.display-waiting_component__47r7i.display-waiting_enter__SvUJd {
    opacity: 0
}

.display-waiting_component__47r7i.display-waiting_enterActive__89sTs {
    opacity: 1;
    transition: opacity .5s ease
}

.display-waiting_component__47r7i.display-waiting_exit__x1U\+M {
    opacity: 1
}

.display-waiting_component__47r7i.display-waiting_exitActive__bTBdG {
    opacity: 0;
    transition: opacity .25s ease
}

.display-waiting_icon__LdrpF {
    fill: #eec9aa;
    height: 56px;
    width: 56px;
    z-index: 10
}

@media(max-width:1200px) {
    .display-waiting_icon__LdrpF {
        height: 48px;
        width: 48px
    }
}

@media(max-width:900px) {
    .display-waiting_icon__LdrpF {
        height: 40px;
        width: 40px
    }
}

@media(max-width:599px) {
    .display-waiting_icon__LdrpF {
        height: 32px;
        width: 32px
    }
}

.display-waiting_label__XAtYn {
    color: #eec9aa;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    z-index: 10
}

@media(max-width:1200px) {
    .display-waiting_label__XAtYn {
        font-size: 20px
    }
}

@media(max-width:900px) {
    .display-waiting_label__XAtYn {
        font-size: 16px
    }
}

@media(max-width:599px) {
    .display-waiting_label__XAtYn {
        display: none
    }
}

.display-waiting_error__75VAK {
    background: linear-gradient(180deg, rgba(229, 75, 85, .16), rgba(229, 75, 85, .3));
    border-radius: 4px;
    bottom: 0;
    color: #ff756c;
    font-size: 11px;
    font-weight: 500;
    left: 0;
    line-height: 1;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10
}

@media(max-width:1200px) {
    .display-waiting_error__75VAK {
        font-size: 10px;
        padding: 10px
    }
}

@media(max-width:900px) {
    .display-waiting_error__75VAK {
        font-size: 9px;
        padding: 8px
    }
}

@media(max-width:599px) {
    .display-waiting_error__75VAK {
        font-size: 8px;
        padding: 6px
    }
}

.leave-button_component__8qzio {
    align-items: center;
    background: rgba(37, 64, 45, .2);
    border-radius: 8px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    left: 12%;
    padding: 12px;
    position: absolute;
    right: 12%;
    transition: background .3s ease;
    z-index: 10
}

@media(max-width:1200px) {
    .leave-button_component__8qzio {
        border-radius: 7px;
        bottom: 20px;
        padding: 10px
    }
}

@media(max-width:900px) {
    .leave-button_component__8qzio {
        inset: 12px 12px auto auto
    }
}

@media(max-width:599px) {
    .leave-button_component__8qzio {
        border-radius: 6px;
        padding: 8px;
        right: 8px;
        top: 8px
    }
}

.leave-button_component__8qzio:hover {
    background: rgba(37, 64, 45, .5)
}

.leave-button_component__8qzio:hover .leave-button_title__PPlOg {
    color: #e9ffe3
}

.leave-button_component__8qzio:hover .leave-button_icon__hnd0t {
    fill: #e9ffe3
}

.leave-button_title__PPlOg {
    color: #cfffc2;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .leave-button_title__PPlOg {
        font-size: 11px;
        line-height: 14px
    }
}

.leave-button_icon__hnd0t {
    fill: #cfffc2;
    height: 16px;
    transition: fill .3s ease;
    width: 16px
}

.remove-bot-button_component__xf02Y {
    align-items: center;
    background: rgba(37, 64, 45, .2);
    border-radius: 8px;
    bottom: 24px;
    display: flex;
    justify-content: center;
    left: 12%;
    padding: 12px;
    position: absolute;
    right: 12%;
    transition: background .3s ease;
    z-index: 10
}

@media(max-width:1200px) {
    .remove-bot-button_component__xf02Y {
        border-radius: 7px;
        bottom: 20px;
        padding: 10px
    }
}

@media(max-width:900px) {
    .remove-bot-button_component__xf02Y {
        inset: 12px 12px auto auto
    }
}

@media(max-width:599px) {
    .remove-bot-button_component__xf02Y {
        border-radius: 6px;
        padding: 8px;
        right: 8px;
        top: 8px
    }
}

.remove-bot-button_component__xf02Y:hover {
    background: rgba(37, 64, 45, .5)
}

.remove-bot-button_component__xf02Y:hover .remove-bot-button_title__-Avl7 {
    color: #e9ffe3
}

.remove-bot-button_component__xf02Y:hover .remove-bot-button_icon__SCtRb {
    fill: #e9ffe3
}

.remove-bot-button_title__-Avl7 {
    color: #cfffc2;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .remove-bot-button_title__-Avl7 {
        font-size: 11px;
        line-height: 14px
    }
}

.remove-bot-button_icon__SCtRb {
    fill: #cfffc2;
    height: 16px;
    transition: fill .3s ease;
    width: 16px
}

.display-ready_component__RGDJe {
    grid-gap: 8px;
    align-content: center;
    background: linear-gradient(180deg, rgba(49, 45, 57, .4), rgba(49, 45, 57, 0));
    display: grid;
    gap: 8px;
    inset: 0;
    justify-items: center;
    overflow: hidden;
    padding: 0 32px;
    position: absolute
}

@media(max-width:1200px) {
    .display-ready_component__RGDJe {
        gap: 6px;
        padding: 0 24px
    }
}

@media(max-width:900px) {
    .display-ready_component__RGDJe {
        gap: 4px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .display-ready_component__RGDJe {
        gap: 2px;
        padding: 0 8px
    }
}

.display-ready_component__RGDJe:before {
    background: #4cea9e;
    content: "";
    -webkit-filter: blur(40px);
    filter: blur(40px);
    height: 150px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px
}

@media(max-width:1200px) {
    .display-ready_component__RGDJe:before {
        height: 130px;
        width: 130px
    }
}

@media(max-width:900px) {
    .display-ready_component__RGDJe:before {
        height: 110px;
        width: 110px
    }
}

@media(max-width:599px) {
    .display-ready_component__RGDJe:before {
        height: 90px;
        width: 90px
    }
}

.display-ready_component__RGDJe.display-ready_enter__XEth9 {
    opacity: 0
}

.display-ready_component__RGDJe.display-ready_enterActive__gPq5t {
    opacity: 1;
    transition: opacity .5s ease
}

.display-ready_component__RGDJe.display-ready_exit__dRHCb {
    opacity: 1
}

.display-ready_component__RGDJe.display-ready_exitActive__PoONh {
    opacity: 0;
    transition: opacity .25s ease
}

.display-ready_robotIcon__pID42 {
    fill: #6affbc;
    bottom: 16px;
    height: 16px;
    left: 50%;
    opacity: .5;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.display-ready_icon__OnA0j {
    fill: #4cea9e;
    height: 56px;
    width: 56px;
    z-index: 10
}

@media(max-width:1200px) {
    .display-ready_icon__OnA0j {
        height: 48px;
        width: 48px
    }
}

@media(max-width:900px) {
    .display-ready_icon__OnA0j {
        height: 40px;
        width: 40px
    }
}

@media(max-width:599px) {
    .display-ready_icon__OnA0j {
        height: 32px;
        width: 32px
    }
}

.display-ready_label__aVWM9 {
    color: #4cea9e;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    z-index: 10
}

@media(max-width:1200px) {
    .display-ready_label__aVWM9 {
        font-size: 20px
    }
}

@media(max-width:900px) {
    .display-ready_label__aVWM9 {
        font-size: 16px
    }
}

@media(max-width:599px) {
    .display-ready_label__aVWM9 {
        display: none
    }
}

.spin_component__\+53Vj {
    height: 100%;
    opacity: 0;
    position: relative;
    width: 100%
}

.spin_list__ZBO6h {
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    will-change: transform
}

.spin_item__lVB3a {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(212px);
    transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(212px);
    width: 100%
}

@media(max-width:1200px) {
    .spin_item__lVB3a {
        -webkit-transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(176px);
        transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(176px)
    }
}

@media(max-width:900px) {
    .spin_item__lVB3a {
        -webkit-transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(140px);
        transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(140px)
    }
}

@media(max-width:599px) {
    .spin_item__lVB3a {
        -webkit-transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(104px);
        transform: translateY(-50%) rotateX(calc(30deg*var(--index))) translateZ(104px)
    }
}

.spin_item__lVB3a:before {
    content: "";
    -webkit-filter: blur(20px);
    filter: blur(20px);
    height: 8px;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg);
    width: 160px;
    z-index: -1
}

@media(max-width:1200px) {
    .spin_item__lVB3a:before {
        height: 7px;
        width: 122.6666666667px
    }
}

@media(max-width:900px) {
    .spin_item__lVB3a:before {
        height: 6px;
        width: 85.3333333333px
    }
}

@media(max-width:599px) {
    .spin_item__lVB3a:before {
        height: 5px;
        width: 48px
    }
}

.spin_item__lVB3a.spin_consumer__9w2sI:before {
    background: #969396
}

.spin_item__lVB3a.spin_milspec__Ip3K-:before {
    background: #79a8ca
}

.spin_item__lVB3a.spin_industrial__hrUhD:before {
    background: #5776e4
}

.spin_item__lVB3a.spin_restricted__cmjFd:before {
    background: #7750e4
}

.spin_item__lVB3a.spin_classified__evH8l:before {
    background: #c55980
}

.spin_item__lVB3a.spin_covert__ppZqg:before {
    background: #da5763
}

.spin_item__lVB3a.spin_knife__JJCd2:before {
    background: #db975d
}

.spin_item__lVB3a img {
    height: 140px;
    object-fit: contain;
    width: 240px
}

@media(max-width:1200px) {
    .spin_item__lVB3a img {
        height: 104px;
        width: 184px
    }
}

@media(max-width:900px) {
    .spin_item__lVB3a img {
        height: 68px;
        width: 128px
    }
}

@media(max-width:599px) {
    .spin_item__lVB3a img {
        height: 32px;
        width: 72px
    }
}

.spin_overlay__C6KvJ {
    align-items: end;
    display: grid;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 6%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.spin_overlay__C6KvJ.spin_winner__e-ZBd:before {
    background: #4cea9e;
    bottom: 0;
    content: "";
    -webkit-filter: blur(40px);
    filter: blur(40px);
    height: 180px;
    left: 0;
    opacity: .2;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 180px
}

@media(max-width:1200px) {
    .spin_overlay__C6KvJ.spin_winner__e-ZBd:before {
        height: 150px;
        width: 150px
    }
}

@media(max-width:900px) {
    .spin_overlay__C6KvJ.spin_winner__e-ZBd:before {
        height: 120px;
        width: 120px
    }
}

@media(max-width:599px) {
    .spin_overlay__C6KvJ.spin_winner__e-ZBd:before {
        height: 90px;
        width: 90px
    }
}

.spin_overlay__C6KvJ.spin_winner__e-ZBd .spin_price__czjbW {
    color: #4cea9e
}

.spin_info__x0T\+4 {
    grid-gap: 16px;
    display: grid;
    gap: 16px
}

@media(max-width:1200px) {
    .spin_info__x0T\+4 {
        gap: 12px
    }
}

@media(max-width:900px) {
    .spin_info__x0T\+4 {
        gap: 8px
    }
}

@media(max-width:599px) {
    .spin_info__x0T\+4 {
        gap: 4px
    }
}

.spin_titles__ERSzi {
    grid-gap: 4px;
    display: grid;
    gap: 4px
}

@media(max-width:1200px) {
    .spin_titles__ERSzi {
        gap: 3px
    }
}

@media(max-width:900px) {
    .spin_titles__ERSzi {
        gap: 2px
    }
}

@media(max-width:599px) {
    .spin_titles__ERSzi {
        gap: 1px
    }
}

.spin_firstTitle__Bolmq {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .spin_firstTitle__Bolmq {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .spin_firstTitle__Bolmq {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .spin_firstTitle__Bolmq {
        font-size: 10px
    }
}

.spin_secondTitle__URKij {
    color: #9e9ba2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .spin_secondTitle__URKij {
        font-size: 11px
    }
}

@media(max-width:900px) {
    .spin_secondTitle__URKij {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .spin_secondTitle__URKij {
        font-size: 9px
    }
}

.spin_price__czjbW {
    color: #f55f5f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:1200px) {
    .spin_price__czjbW {
        font-size: 18px
    }
}

@media(max-width:900px) {
    .spin_price__czjbW {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .spin_price__czjbW {
        font-size: 10px
    }
}

.display-spin_component__PS7Xm {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(49, 45, 57, .4);
    inset: 0;
    position: absolute
}

.display-spin_component__PS7Xm:before {
    top: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.display-spin_component__PS7Xm:after,
.display-spin_component__PS7Xm:before {
    background: linear-gradient(180deg, transparent, #221e25 90%);
    content: "";
    height: 30%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.display-spin_component__PS7Xm:after {
    bottom: -1px
}

.display-spin_component__PS7Xm.display-spin_enter__3zm9r {
    opacity: 0
}

.display-spin_component__PS7Xm.display-spin_enterActive__6cB8y {
    opacity: 1;
    transition: opacity .5s ease
}

.display-spin_component__PS7Xm.display-spin_exit__wKBUV {
    opacity: 1
}

.display-spin_component__PS7Xm.display-spin_exitActive__TweS6 {
    opacity: 0;
    transition: opacity .25s ease
}

.display-result_component__5lClV {
    grid-gap: 10px;
    align-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(57, 45, 45, .2);
    display: grid;
    gap: 10px;
    inset: 0;
    position: absolute
}

@media(max-width:1200px) {
    .display-result_component__5lClV {
        gap: 8px
    }
}

@media(max-width:900px) {
    .display-result_component__5lClV {
        gap: 6px
    }
}

@media(max-width:599px) {
    .display-result_component__5lClV {
        gap: 4px
    }
}

.display-result_component__5lClV.display-result_enter__C-H6h {
    opacity: 0
}

.display-result_component__5lClV.display-result_enterActive__7pyb9 {
    opacity: 1;
    transition: opacity .5s ease
}

.display-result_component__5lClV.display-result_exit__Ee4ha {
    opacity: 1
}

.display-result_component__5lClV.display-result_exitActive__PzNLW {
    opacity: 0;
    transition: opacity .25s ease
}

.display-result_component__5lClV.display-result_winner__MvEp9 {
    background: rgba(45, 57, 54, .4)
}

.display-result_component__5lClV.display-result_winner__MvEp9 .display-result_title__9g8D\+ {
    color: #4cea9e
}

.display-result_component__5lClV.display-result_winner__MvEp9 .display-result_info__AX-sF {
    background-image: url(/static/media/winner-result.f04788ff332f8a805298.png)
}

.display-result_component__5lClV.display-result_winner__MvEp9 .display-result_price__uB-Lc {
    color: #4cea9e
}

.display-result_component__5lClV.display-result_winner__MvEp9 .display-result_badge__IUoPO {
    background: #4cea9e
}

.display-result_component__5lClV.display-result_winner__MvEp9 .display-result_icon__li7Fs {
    fill: #1d3b2e
}

.display-result_title__9g8D\+ {
    color: #e54b55;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .display-result_title__9g8D\+ {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .display-result_title__9g8D\+ {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .display-result_title__9g8D\+ {
        display: none
    }
}

.display-result_info__AX-sF {
    align-items: center;
    background-image: url(/static/media/loser-result.7eda6e2a92b25b4f8c1f.png);
    background-position: 50%;
    background-size: contain;
    display: flex;
    height: 156px;
    justify-content: center;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .display-result_info__AX-sF {
        height: 128px
    }
}

@media(max-width:900px) {
    .display-result_info__AX-sF {
        height: 100px
    }
}

@media(max-width:599px) {
    .display-result_info__AX-sF {
        height: 72px
    }
}

.display-result_price__uB-Lc {
    color: #e54b55;
    font-size: 22px;
    font-weight: 800;
    text-align: center
}

@media(max-width:1200px) {
    .display-result_price__uB-Lc {
        font-size: 18px
    }
}

@media(max-width:900px) {
    .display-result_price__uB-Lc {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .display-result_price__uB-Lc {
        font-size: 10px
    }
}

.display-result_badge__IUoPO {
    background: #e54b55;
    border-radius: 10px;
    bottom: 10px;
    display: flex;
    left: 50%;
    padding: 7px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1200px) {
    .display-result_badge__IUoPO {
        border-radius: 8px;
        bottom: 8px;
        padding: 6px
    }
}

@media(max-width:900px) {
    .display-result_badge__IUoPO {
        border-radius: 6px;
        bottom: 6px;
        padding: 5px
    }
}

@media(max-width:599px) {
    .display-result_badge__IUoPO {
        border-radius: 4px;
        bottom: 4px;
        padding: 4px
    }
}

.display-result_icon__li7Fs {
    fill: #3f1d22;
    height: 18px;
    width: 18px
}

@media(max-width:1200px) {
    .display-result_icon__li7Fs {
        height: 16px;
        width: 16px
    }
}

@media(max-width:900px) {
    .display-result_icon__li7Fs {
        height: 14px;
        width: 14px
    }
}

@media(max-width:599px) {
    .display-result_icon__li7Fs {
        height: 12px;
        width: 12px
    }
}

.display_component__RwB6h {
    border-radius: 14px 14px 4px 4px;
    overflow: hidden;
    position: relative
}

@media(max-width:1200px) {
    .display_component__RwB6h {
        border-radius: 12px 12px 4px 4px
    }
}

@media(max-width:900px) {
    .display_component__RwB6h {
        border-radius: 10px 10px 2px 2px
    }
}

@media(max-width:599px) {
    .display_component__RwB6h {
        border-radius: 8px 8px 2px 2px
    }
}

.price-bar_component__bSkki {
    background: #f55f5f;
    border-radius: 2px;
    height: 100%;
    width: 0
}

.price-bar_component__bSkki.price-bar_winner__qcWj- {
    background: #4cea9e
}

.add-bot-button_component__nsHpu {
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 100%;
    width: 100%
}

@media(max-width:1200px) {
    .add-bot-button_component__nsHpu {
        font-size: 14px
    }
}

.add-bot-button_icon__d9Fn6 {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .add-bot-button_icon__d9Fn6 {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .add-bot-button_icon__d9Fn6 {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .add-bot-button_icon__d9Fn6 {
        height: 22px;
        width: 22px
    }
}

.info_component__Fme2M {
    grid-gap: 12px;
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(49, 45, 57, .4);
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
    transition: background .5s ease;
    width: 100%
}

@media(max-width:1200px) {
    .info_component__Fme2M {
        gap: 10px;
        padding: 0 16px
    }
}

@media(max-width:900px) {
    .info_component__Fme2M {
        gap: 8px;
        padding: 0 12px
    }
}

@media(max-width:599px) {
    .info_component__Fme2M {
        gap: 6px;
        padding: 0 8px
    }
}

.info_image__KNmKY {
    border: 2px solid #353239;
    border-radius: 100%;
    height: 40px;
    object-fit: cover;
    width: 40px
}

@media(max-width:1200px) {
    .info_image__KNmKY {
        height: 38px;
        width: 38px
    }
}

@media(max-width:900px) {
    .info_image__KNmKY {
        height: 36px;
        width: 36px
    }
}

@media(max-width:599px) {
    .info_image__KNmKY {
        height: 34px;
        width: 34px
    }
}

.info_block__vY6mN {
    display: grid
}

@media(max-width:599px) {
    .info_block__vY6mN {
        display: none
    }
}

.info_info__UHlyH {
    grid-gap: 4px;
    align-items: center;
    display: grid;
    gap: 4px;
    grid-auto-flow: column
}

.info_name__VdLRK {
    color: #d0cdd4;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .info_name__VdLRK {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .info_name__VdLRK {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .info_name__VdLRK {
        font-size: 12px
    }
}

.info_robotIcon__pjDjJ {
    fill: #6c6970;
    height: 16px;
    width: 16px
}

.info_amount__eSGRy {
    color: #ffa860;
    font-size: 14px;
    font-weight: 500;
    height: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .info_amount__eSGRy {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .info_amount__eSGRy {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .info_amount__eSGRy {
        font-size: 11px
    }
}

.join-disabled-button_component__Lmg0Q {
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 100%;
    width: 100%
}

@media(max-width:1200px) {
    .join-disabled-button_component__Lmg0Q {
        font-size: 14px
    }
}

.join-disabled-button_icon__SxlkU {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .join-disabled-button_icon__SxlkU {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .join-disabled-button_icon__SxlkU {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .join-disabled-button_icon__SxlkU {
        height: 22px;
        width: 22px
    }
}

.join-button_component__EvpFB {
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 100%;
    width: 100%
}

@media(max-width:1200px) {
    .join-button_component__EvpFB {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .join-button_component__EvpFB {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .join-button_component__EvpFB {
        font-size: 12px
    }
}

.join-button_icon__Y9syl {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .join-button_icon__Y9syl {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .join-button_icon__Y9syl {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .join-button_icon__Y9syl {
        height: 22px;
        width: 22px
    }
}

.refill-button_component__l-N1F {
    display: block;
    height: 100%;
    width: 100%
}

.refill-button_button__J7ozz {
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 100%;
    width: 100%
}

@media(max-width:1200px) {
    .refill-button_button__J7ozz {
        font-size: 14px
    }
}

.refill-button_icon__11xbf {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .refill-button_icon__11xbf {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .refill-button_icon__11xbf {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .refill-button_icon__11xbf {
        height: 22px;
        width: 22px
    }
}

.auth-button_component__ukdGl {
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 100%;
    width: 100%
}

@media(max-width:1200px) {
    .auth-button_component__ukdGl {
        font-size: 14px
    }
}

.auth-button_icon__RnrG1 {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .auth-button_icon__RnrG1 {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .auth-button_icon__RnrG1 {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .auth-button_icon__RnrG1 {
        height: 22px;
        width: 22px
    }
}

.panel_component__Cub-m {
    border-radius: 4px 4px 14px 14px;
    overflow: hidden
}

@media(max-width:1200px) {
    .panel_component__Cub-m {
        border-radius: 4px 4px 12px 12px
    }
}

@media(max-width:900px) {
    .panel_component__Cub-m {
        border-radius: 2px 2px 10px 10px
    }
}

@media(max-width:599px) {
    .panel_component__Cub-m {
        border-radius: 2px 2px 8px 8px
    }
}

.item_component__jmvB5 {
    background: linear-gradient(0deg, #463c46, #272127 65%);
    border-radius: 10px;
    height: 160px;
    opacity: 0;
    overflow: hidden;
    position: relative
}

@media(max-width:1200px) {
    .item_component__jmvB5 {
        border-radius: 8px;
        height: 136px
    }
}

@media(max-width:900px) {
    .item_component__jmvB5 {
        border-radius: 6px;
        height: 112px
    }
}

@media(max-width:599px) {
    .item_component__jmvB5 {
        border-radius: 4px;
        height: 88px
    }
}

.item_component__jmvB5:before {
    background: #969396;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 -6px 60px 12px hsla(0, 0%, 80%, .3);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.item_component__jmvB5.item_consumer__g2F7t {
    background: linear-gradient(0deg, #463c46, #272127 65%)
}

.item_component__jmvB5.item_consumer__g2F7t:before {
    background: #969396;
    box-shadow: 0 -6px 60px 12px hsla(0, 0%, 80%, .3)
}

.item_component__jmvB5.item_consumer__g2F7t .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-grey.08f43f54fa2397c13f8a.svg)
}

.item_component__jmvB5.item_milspec__1t9ri {
    background: linear-gradient(0deg, #324549, #272127 65%)
}

.item_component__jmvB5.item_milspec__1t9ri:before {
    background: #79a8ca;
    box-shadow: 0 -6px 60px 12px rgba(92, 245, 255, .3)
}

.item_component__jmvB5.item_milspec__1t9ri .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-light-blue.a71fe401f8bcaebfd513.svg)
}

.item_component__jmvB5.item_industrial__QIJly {
    background: linear-gradient(0deg, #2c3159, #272127 65%)
}

.item_component__jmvB5.item_industrial__QIJly:before {
    background: #5776e4;
    box-shadow: 0 -6px 60px 12px rgba(131, 158, 255, .3)
}

.item_component__jmvB5.item_industrial__QIJly .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-blue.73a5bcea064a91a6cb8b.svg)
}

.item_component__jmvB5.item_restricted__h8LDW {
    background: linear-gradient(0deg, #463050, #272127 65%)
}

.item_component__jmvB5.item_restricted__h8LDW:before {
    background: #7750e4;
    box-shadow: 0 -6px 60px 12px rgba(150, 100, 255, .3)
}

.item_component__jmvB5.item_restricted__h8LDW .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-magenta.97ec3b6c1347f2745e04.svg)
}

.item_component__jmvB5.item_classified__VXnXf {
    background: linear-gradient(0deg, #4e2f41, #272127 65%)
}

.item_component__jmvB5.item_classified__VXnXf:before {
    background: #c55980;
    box-shadow: 0 -6px 60px 12px rgba(255, 148, 186, .3)
}

.item_component__jmvB5.item_classified__VXnXf .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-pink.65247c8c07becb4c4b72.svg)
}

.item_component__jmvB5.item_covert__jgB08 {
    background: linear-gradient(0deg, #3e2a2c, #272127 65%)
}

.item_component__jmvB5.item_covert__jgB08:before {
    background: #da5763;
    box-shadow: 0 -6px 60px 12px rgba(226, 81, 94, .5)
}

.item_component__jmvB5.item_covert__jgB08 .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-red.23700b296cebd70e3605.svg)
}

.item_component__jmvB5.item_knife__7\+JL0 {
    background: linear-gradient(0deg, #3d3026, #272127 65%)
}

.item_component__jmvB5.item_knife__7\+JL0:before {
    background: #db975d;
    box-shadow: 0 -6px 60px 12px rgba(205, 129, 66, .5)
}

.item_component__jmvB5.item_knife__7\+JL0 .item_graphics__tH-ii {
    background-image: url(/static/media/logo-gradient-yellow.54e804197054444a94c5.svg)
}

.item_graphics__tH-ii {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 88px;
    justify-content: center;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5
}

@media(max-width:1200px) {
    .item_graphics__tH-ii {
        height: 72px;
        left: 12px;
        right: 12px;
        top: 14px
    }
}

@media(max-width:900px) {
    .item_graphics__tH-ii {
        height: 56px;
        left: 8px;
        right: 8px;
        top: 12px
    }
}

@media(max-width:599px) {
    .item_graphics__tH-ii {
        height: 40px;
        left: 4px;
        right: 4px;
        top: 10px
    }
}

.item_graphics__tH-ii img {
    max-height: 66.66%;
    max-width: 100%;
    object-fit: contain
}

.item_titles__tSqo\+ {
    bottom: 0;
    display: grid;
    left: 0;
    padding: 0 10px 16px;
    position: absolute;
    right: 0;
    z-index: 10
}

@media(max-width:1200px) {
    .item_titles__tSqo\+ {
        padding: 0 10px 14px
    }
}

@media(max-width:900px) {
    .item_titles__tSqo\+ {
        padding: 0 10px 12px
    }
}

@media(max-width:599px) {
    .item_titles__tSqo\+ {
        padding: 0 10px 10px
    }
}

.item_firstTitle__tGrfX {
    color: rgba(245, 231, 245, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .item_firstTitle__tGrfX {
        font-size: 12px
    }
}

@media(max-width:900px) {
    .item_firstTitle__tGrfX {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .item_firstTitle__tGrfX {
        font-size: 8px
    }
}

.item_secondTitle__X-yOC {
    color: #eee9e7;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1200px) {
    .item_secondTitle__X-yOC {
        font-size: 11px
    }
}

@media(max-width:900px) {
    .item_secondTitle__X-yOC {
        font-size: 9px
    }
}

@media(max-width:599px) {
    .item_secondTitle__X-yOC {
        font-size: 7px
    }
}

.drop-items_component__f2mfK {
    grid-gap: 8px;
    background: rgba(49, 45, 57, .4);
    border-radius: 16px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
    padding: 12px
}

@media(max-width:1200px) {
    .drop-items_component__f2mfK {
        border-radius: 14px;
        gap: 6px;
        grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
        padding: 10px
    }
}

@media(max-width:900px) {
    .drop-items_component__f2mfK {
        background: none;
        border-radius: 0;
        gap: 4px;
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        padding: 0
    }
}

@media(max-width:599px) {
    .drop-items_component__f2mfK {
        gap: 2px;
        grid-template-columns: repeat(auto-fill, minmax(72px, 1fr))
    }
}

.player-slot_component__l1jEp {
    grid-gap: 14px;
    display: grid;
    gap: 14px
}

@media(max-width:1200px) {
    .player-slot_component__l1jEp {
        gap: 12px
    }
}

@media(max-width:900px) {
    .player-slot_component__l1jEp {
        gap: 10px
    }
}

@media(max-width:599px) {
    .player-slot_component__l1jEp {
        gap: 8px
    }
}

.player-slot_view__oru-n {
    display: grid;
    grid-template-rows: 248px 4px 72px;
    position: relative
}

@media(max-width:1200px) {
    .player-slot_view__oru-n {
        grid-template-rows: 210px 4px 64px
    }
}

@media(max-width:900px) {
    .player-slot_view__oru-n {
        grid-template-rows: 172px 2px 56px
    }
}

@media(max-width:599px) {
    .player-slot_view__oru-n {
        grid-template-rows: 134px 2px 48px
    }
}

.battle_component__OPOK4 {
    position: relative
}

.battle_list__WW5Sm {
    grid-gap: 8px;
    align-items: start;
    display: grid;
    gap: 8px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .battle_list__WW5Sm {
        gap: 6px
    }
}

@media(max-width:900px) {
    .battle_list__WW5Sm {
        gap: 4px
    }
}

@media(max-width:599px) {
    .battle_list__WW5Sm {
        gap: 2px
    }
}

.info_component__Yxrh\+ {
    grid-gap: 8px;
    display: grid;
    gap: 8px
}

@media(max-width:900px) {
    .info_component__Yxrh\+ {
        grid-template-columns: 1fr 1fr;
        order: 2
    }
}

.info_row__zrBH\+ {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr
}

@media(max-width:900px) {
    .info_row__zrBH\+ {
        background: #211e25;
        border-radius: 12px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 16px
    }
}

@media(max-width:599px) {
    .info_row__zrBH\+ {
        border-radius: 8px;
        padding: 12px
    }
}

.info_value__8Cqhs {
    color: #d3d4e0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:1200px) {
    .info_value__8Cqhs {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .info_value__8Cqhs {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .info_value__8Cqhs {
        font-size: 12px
    }
}

.info_title__O18wc {
    color: #838490;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

@media(max-width:1200px) {
    .info_title__O18wc {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .info_title__O18wc {
        display: none
    }
}

.info_skeleton__VZduS {
    display: block;
    height: 18px;
    width: 80px
}

@media(max-width:1200px) {
    .info_skeleton__VZduS {
        height: 16px;
        width: 60px
    }
}

@media(max-width:900px) {
    .info_skeleton__VZduS {
        height: 14px;
        width: 80px
    }
}

@media(max-width:599px) {
    .info_skeleton__VZduS {
        height: 12px;
        width: 60px
    }
}

.info_skeleton__VZduS span {
    height: 100%;
    width: 100%
}

.draw-title_component__nGQsq {
    align-items: center;
    background: #1d1a21;
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 100
}

.draw-title_component__nGQsq.draw-title_enter__Goxci {
    opacity: 0
}

.draw-title_component__nGQsq.draw-title_enterActive__imCvH {
    opacity: 1;
    transition: opacity .5s ease
}

.draw-title_component__nGQsq.draw-title_exit__4SG3G {
    opacity: 1
}

.draw-title_component__nGQsq.draw-title_exitActive__NG\+8b {
    opacity: 0;
    transition: opacity .25s ease
}

.draw-title_inner__YMjhJ {
    display: grid;
    justify-items: center;
    -webkit-transform: translateY(-6%);
    transform: translateY(-6%)
}

@media(max-width:1200px) {
    .draw-title_inner__YMjhJ {
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%)
    }
}

@media(max-width:900px) {
    .draw-title_inner__YMjhJ {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@media(max-width:599px) {
    .draw-title_inner__YMjhJ {
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%)
    }
}

.draw-title_image__WqpZQ {
    height: 40px;
    object-fit: contain;
    width: 40px
}

@media(max-width:1200px) {
    .draw-title_image__WqpZQ {
        height: 36px;
        width: 36px
    }
}

@media(max-width:900px) {
    .draw-title_image__WqpZQ {
        height: 32px;
        width: 32px
    }
}

@media(max-width:599px) {
    .draw-title_image__WqpZQ {
        height: 28px;
        width: 28px
    }
}

.draw-title_title__W60fV {
    color: #d3d4e0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

@media(max-width:1200px) {
    .draw-title_title__W60fV {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .draw-title_title__W60fV {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .draw-title_title__W60fV {
        font-size: 10px
    }
}

.rounds-skeleton_component__y7lEe {
    --border-radius: 16px;
    --round-width: 110px;
    --round-height: 106px;
    --round-highlighted-width: 148px;
    --round-highlighted-height: 106px;
    background: #1d1a21;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative
}

@media(max-width:1200px) {
    .rounds-skeleton_component__y7lEe {
        --border-radius: 14px;
        --round-width: 102px;
        --round-height: 94px;
        --round-highlighted-width: 132px;
        --round-highlighted-height: 94px
    }
}

@media(max-width:900px) {
    .rounds-skeleton_component__y7lEe {
        --border-radius: 12px;
        --round-width: 94px;
        --round-height: 82px;
        --round-highlighted-width: 116px;
        --round-highlighted-height: 82px
    }
}

@media(max-width:599px) {
    .rounds-skeleton_component__y7lEe {
        --border-radius: 10px;
        --round-width: 86px;
        --round-height: 70px;
        --round-highlighted-width: 100px;
        --round-highlighted-height: 70px
    }
}

.rounds-skeleton_highlighting__5Oa8Q {
    background: rgba(255, 168, 96, .04);
    border: 1px solid rgba(255, 168, 96, .3);
    border-radius: var(--border-radius);
    box-shadow: inset 0 30px 30px 0 rgba(255, 168, 96, .1);
    height: var(--round-highlighted-height);
    left: 0;
    position: absolute;
    top: 0;
    width: var(--round-highlighted-width);
    z-index: 50
}

.rounds-skeleton_highlighting__5Oa8Q:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #ffa860;
    content: "";
    left: 50%;
    position: absolute;
    top: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1200px) {
    .rounds-skeleton_highlighting__5Oa8Q:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #ffa860
    }
}

@media(max-width:900px) {
    .rounds-skeleton_highlighting__5Oa8Q:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ffa860
    }
}

@media(max-width:599px) {
    .rounds-skeleton_highlighting__5Oa8Q:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #ffa860
    }
}

.rounds-skeleton_list__e675B {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    left: 20px;
    position: relative
}

@media(max-width:900px) {
    .rounds-skeleton_list__e675B {
        left: 12px
    }
}

@media(max-width:599px) {
    .rounds-skeleton_list__e675B {
        left: 7px
    }
}

.rounds-skeleton_item__K0gT5 {
    align-items: center;
    display: flex;
    height: var(--round-height);
    justify-content: center;
    opacity: .5;
    overflow: hidden;
    position: relative;
    width: var(--round-width)
}

.rounds-skeleton_item__K0gT5:first-child {
    margin-right: 30px
}

@media(max-width:1200px) {
    .rounds-skeleton_item__K0gT5:first-child {
        margin-right: 25px
    }
}

@media(max-width:900px) {
    .rounds-skeleton_item__K0gT5:first-child {
        margin-right: 20px
    }
}

@media(max-width:599px) {
    .rounds-skeleton_item__K0gT5:first-child {
        margin-right: 15px
    }
}

.rounds-skeleton_skeleton__Q\+2IO {
    height: calc(var(--round-height) - 15px);
    line-height: 1;
    object-fit: contain;
    transition: opacity .3s ease;
    width: calc(var(--round-width) - 10px)
}

@-webkit-keyframes round_delayed-display-price__fcAay {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) scale(.95);
        transform: translateY(100%) scale(.95)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@keyframes round_delayed-display-price__fcAay {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) scale(.95);
        transform: translateY(100%) scale(.95)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

.round_component__ngXPY {
    align-items: center;
    display: flex;
    height: var(--round-height);
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: width .3s ease;
    width: var(--round-width)
}

.round_component__ngXPY:before {
    background: linear-gradient(180deg, rgba(29, 26, 33, 0), #1d1a21 88.02%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.round_component__ngXPY.round_highlighted__48AI8 {
    height: var(--round-highlighted-height);
    width: var(--round-highlighted-width)
}

.round_component__ngXPY.round_highlighted__48AI8 .round_image__5RUfy {
    opacity: 1
}

.round_component__ngXPY.round_highlighted__48AI8 .round_price__MOcJP {
    -webkit-animation: round_delayed-display-price__fcAay .3s ease .3s forwards;
    animation: round_delayed-display-price__fcAay .3s ease .3s forwards
}

.round_image__5RUfy {
    height: var(--round-height);
    object-fit: contain;
    opacity: .3;
    transition: opacity .3s ease;
    width: var(--round-width)
}

.round_price__MOcJP {
    bottom: 0;
    color: #dab596;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10
}

@media(max-width:1200px) {
    .round_price__MOcJP {
        font-size: 13px;
        padding: 7px
    }
}

@media(max-width:900px) {
    .round_price__MOcJP {
        font-size: 12px;
        padding: 6px
    }
}

@media(max-width:599px) {
    .round_price__MOcJP {
        font-size: 11px;
        padding: 5px
    }
}

.rounds-track_component__9vmpV {
    --border-radius: 16px;
    --round-width: 110px;
    --round-height: 106px;
    --round-highlighted-width: 148px;
    --round-highlighted-height: 106px;
    background: #1d1a21;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative
}

@media(max-width:1200px) {
    .rounds-track_component__9vmpV {
        --border-radius: 14px;
        --round-width: 102px;
        --round-height: 94px;
        --round-highlighted-width: 132px;
        --round-highlighted-height: 94px
    }
}

@media(max-width:900px) {
    .rounds-track_component__9vmpV {
        --border-radius: 12px;
        --round-width: 94px;
        --round-height: 82px;
        --round-highlighted-width: 116px;
        --round-highlighted-height: 82px
    }
}

@media(max-width:599px) {
    .rounds-track_component__9vmpV {
        --border-radius: 10px;
        --round-width: 86px;
        --round-height: 70px;
        --round-highlighted-width: 100px;
        --round-highlighted-height: 70px
    }
}

.rounds-track_component__9vmpV.rounds-track_pretenders__k5hmk .rounds-track_highlighting__Ssvic,
.rounds-track_component__9vmpV.rounds-track_pretenders__k5hmk .rounds-track_list__IsojN {
    opacity: 0
}

.rounds-track_highlighting__Ssvic {
    background: rgba(255, 168, 96, .04);
    border: 1px solid rgba(255, 168, 96, .3);
    border-radius: var(--border-radius);
    box-shadow: inset 0 30px 30px 0 rgba(255, 168, 96, .1);
    height: var(--round-highlighted-height);
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: var(--round-highlighted-width);
    z-index: 50
}

.rounds-track_highlighting__Ssvic:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #ffa860;
    content: "";
    left: 50%;
    position: absolute;
    top: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1200px) {
    .rounds-track_highlighting__Ssvic:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #ffa860
    }
}

@media(max-width:900px) {
    .rounds-track_highlighting__Ssvic:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ffa860
    }
}

@media(max-width:599px) {
    .rounds-track_highlighting__Ssvic:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #ffa860
    }
}

.rounds-track_list__IsojN {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    opacity: 1;
    -webkit-transform: translateX(calc(var(--round-highlighted-width)*var(--current-round-index)*-1));
    transform: translateX(calc(var(--round-highlighted-width)*var(--current-round-index)*-1));
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.game-line_component__gbMlN {
    grid-gap: 32px;
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(46, 41, 53, .5), rgba(61, 55, 66, .5));
    border-radius: 18px;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 2fr;
    padding: 3px 3px 3px 32px
}

@media(max-width:1200px) {
    .game-line_component__gbMlN {
        border-radius: 16px;
        gap: 24px;
        padding: 3px 3px 3px 24px
    }
}

@media(max-width:900px) {
    .game-line_component__gbMlN {
        border-radius: 14px;
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 16px
    }
}

@media(max-width:599px) {
    .game-line_component__gbMlN {
        border-radius: 12px;
        gap: 8px;
        padding: 8px
    }
}

.back-link_component__KRhrq {
    align-items: center;
    background: hsla(27, 48%, 72%, .1);
    border-radius: 6px;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background .3s ease;
    width: 32px
}

.back-link_component__KRhrq:hover {
    background: hsla(27, 48%, 72%, .2)
}

.back-link_component__KRhrq svg {
    fill: #eec9aa;
    height: 20px;
    width: 20px
}

@media(max-width:900px) {
    .back-link_component__KRhrq svg {
        height: 16px;
        width: 16px
    }
}

.copy-button_component__-4kE4 {
    grid-gap: 8px;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(266, 3%, 43%, .2);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    padding: 12px 16px;
    transition: background .3s ease
}

@media(max-width:1200px) {
    .copy-button_component__-4kE4 {
        padding: 11px 14px
    }
}

@media(max-width:900px) {
    .copy-button_component__-4kE4 {
        border-radius: 6px;
        padding: 10px 12px
    }
}

@media(max-width:599px) {
    .copy-button_component__-4kE4 {
        padding: 8px
    }
}

.copy-button_component__-4kE4:hover {
    background: hsla(266, 3%, 43%, .5)
}

.copy-button_component__-4kE4:hover .copy-button_icon__LW2z5 {
    fill: #ffc596
}

.copy-button_component__-4kE4:hover .copy-button_title__Ik0sL {
    color: #9e9ba2
}

.copy-button_component__-4kE4:disabled {
    background: hsla(266, 3%, 43%, .1)
}

.copy-button_component__-4kE4:disabled .copy-button_icon__LW2z5 {
    fill: #353239
}

.copy-button_component__-4kE4:disabled .copy-button_title__Ik0sL {
    color: #353239
}

.copy-button_icon__LW2z5 {
    fill: #ffa860;
    height: 18px;
    transition: fill .3s ease;
    width: 18px
}

@media(max-width:900px) {
    .copy-button_icon__LW2z5 {
        height: 16px;
        width: 16px
    }
}

.copy-button_title__Ik0sL {
    color: #9e9ba2;
    font-size: 14px;
    font-weight: 600;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .copy-button_title__Ik0sL {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .copy-button_title__Ik0sL {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .copy-button_title__Ik0sL {
        display: none
    }
}

.top-row_component__hlzR1 {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between
}

.top-row_head__ogQcW {
    grid-gap: 16px;
    align-items: start;
    display: grid;
    gap: 16px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .top-row_head__ogQcW {
        gap: 14px
    }
}

@media(max-width:900px) {
    .top-row_head__ogQcW {
        gap: 12px
    }
}

@media(max-width:599px) {
    .top-row_head__ogQcW {
        align-items: center;
        gap: 10px
    }
}

.top-row_main__g4gVY {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

@media(max-width:1200px) {
    .top-row_main__g4gVY {
        gap: 4px
    }
}

@media(max-width:900px) {
    .top-row_main__g4gVY {
        gap: 2px
    }
}

@media(max-width:599px) {
    .top-row_main__g4gVY {
        gap: 0
    }
}

.top-row_title__ukA4n {
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .top-row_title__ukA4n {
        background: linear-gradient(180deg, #aa999c, #fff1e9);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:1200px) {
    .top-row_title__ukA4n {
        font-size: 24px;
        line-height: 28px
    }
}

@media(max-width:900px) {
    .top-row_title__ukA4n {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width:599px) {
    .top-row_title__ukA4n {
        font-size: 16px;
        line-height: 20px
    }
}

.top-row_label__PtgPM {
    color: #838490;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

@media(max-width:1200px) {
    .top-row_label__PtgPM {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .top-row_label__PtgPM {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .top-row_label__PtgPM {
        font-size: 10px
    }
}

.top-row_skeleton__749nO {
    height: 16px;
    width: 80px
}

@media(max-width:1200px) {
    .top-row_skeleton__749nO {
        height: 14px;
        width: 70px
    }
}

@media(max-width:900px) {
    .top-row_skeleton__749nO {
        height: 12px;
        width: 60px
    }
}

@media(max-width:599px) {
    .top-row_skeleton__749nO {
        height: 10px;
        width: 50px
    }
}

.top-row_skeleton__749nO span {
    height: 100%;
    width: 100%
}

.counter_component__3nRxe {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-auto-flow: column
}

@media(max-width:900px) {
    .counter_component__3nRxe {
        gap: 4px
    }
}

.counter_component__3nRxe.counter_common__3Yw2z .counter_icon__Ogycc {
    fill: #ffa860
}

@media(max-width:599px) {
    .counter_component__3nRxe.counter_user__C5Ic\+ .counter_icon__Ogycc {
        order: 2
    }

    .counter_component__3nRxe.counter_user__C5Ic\+ .counter_view__cJxB0 {
        order: 1
    }

    .counter_component__3nRxe.counter_user__C5Ic\+ .counter_count__\+YlPD {
        order: 2
    }

    .counter_component__3nRxe.counter_user__C5Ic\+ .counter_title__wyBLn {
        order: 1
    }
}

.counter_component__3nRxe.counter_user__C5Ic\+ .counter_icon__Ogycc {
    fill: #b6404b
}

.counter_icon__Ogycc {
    height: 28px;
    width: 28px
}

@media(max-width:1200px) {
    .counter_icon__Ogycc {
        height: 24px;
        width: 24px
    }
}

@media(max-width:900px) {
    .counter_icon__Ogycc {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .counter_icon__Ogycc {
        height: 16px;
        width: 16px
    }
}

.counter_view__cJxB0 {
    grid-gap: 4px;
    align-items: center;
    display: grid;
    gap: 4px;
    grid-auto-flow: column
}

.counter_count__\+YlPD {
    color: #d0cdd4;
    font-size: 18px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:1200px) {
    .counter_count__\+YlPD {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .counter_count__\+YlPD {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .counter_count__\+YlPD {
        font-size: 12px
    }
}

.counter_title__wyBLn {
    color: #6c6970;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width:900px) {
    .counter_title__wyBLn {
        font-size: 10px
    }
}

.counter_skeleton__q-OCj {
    display: block;
    height: 18px;
    width: 56px
}

@media(max-width:1200px) {
    .counter_skeleton__q-OCj {
        height: 16px;
        width: 48px
    }
}

@media(max-width:900px) {
    .counter_skeleton__q-OCj {
        height: 14px;
        width: 40px
    }
}

@media(max-width:599px) {
    .counter_skeleton__q-OCj {
        height: 12px;
        width: 32px
    }
}

.common-counters_component__sU5iG {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .common-counters_component__sU5iG {
        gap: 18px
    }
}

@media(max-width:900px) {
    .common-counters_component__sU5iG {
        gap: 12px
    }
}

@media(max-width:599px) {
    .common-counters_component__sU5iG {
        gap: 6px;
        grid-auto-flow: row;
        justify-items: left
    }
}

.user-counters_component__3rA1U {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .user-counters_component__3rA1U {
        gap: 18px
    }
}

@media(max-width:900px) {
    .user-counters_component__3rA1U {
        gap: 12px
    }
}

@media(max-width:599px) {
    .user-counters_component__3rA1U {
        gap: 6px;
        grid-auto-flow: row;
        justify-items: right
    }
}

.counters_component__HgJXm {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    gap: 32px;
    grid-auto-flow: column;
    justify-content: space-between
}

@media(max-width:1200px) {
    .counters_component__HgJXm {
        gap: 28px
    }
}

@media(max-width:900px) {
    .counters_component__HgJXm {
        gap: 24px
    }
}

@media(max-width:599px) {
    .counters_component__HgJXm {
        gap: 16px
    }
}

.game-skeleton_component__TQTY1 {
    grid-gap: 18px;
    align-items: center;
    background: linear-gradient(180deg, rgba(38, 35, 45, .7), rgba(48, 44, 56, .7));
    border-radius: 16px;
    display: grid;
    gap: 18px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px 20px 16px 24px;
    pointer-events: none;
    position: relative;
    transition: background .3s ease
}

@media(max-width:1200px) {
    .game-skeleton_component__TQTY1 {
        gap: 16px;
        padding: 16px 18px 16px 20px
    }
}

@media(max-width:900px) {
    .game-skeleton_component__TQTY1 {
        gap: 14px;
        grid-template-columns: 1fr;
        padding: 16px
    }
}

@media(max-width:599px) {
    .game-skeleton_component__TQTY1 {
        gap: 12px
    }
}

.game-skeleton_component__TQTY1:before {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(42, 39, 49, .7), rgba(55, 52, 64, .7));
    border: 1px solid rgba(81, 76, 87, .55);
    border-radius: 16px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: -1
}

.game-skeleton_component__TQTY1:hover:before {
    opacity: 1
}

.game-skeleton_component__TQTY1.game-skeleton_finished__2yk8l {
    background: linear-gradient(180deg, rgba(38, 35, 45, .3), rgba(48, 44, 56, .3))
}

.game-skeleton_first__tFkn4 {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-areas: "round-display cases price";
    grid-template-columns: auto auto auto
}

@media(max-width:1200px) {
    .game-skeleton_first__tFkn4 {
        gap: 20px
    }
}

@media(max-width:900px) {
    .game-skeleton_first__tFkn4 {
        gap: 16px;
        justify-content: space-between
    }
}

@media(max-width:599px) {
    .game-skeleton_first__tFkn4 {
        gap: 12px;
        grid-template-areas: "round-display . price" "cases cases cases"
    }
}

.game-skeleton_second__arfMb {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto 152px
}

@media(max-width:1200px) {
    .game-skeleton_second__arfMb {
        gap: 20px;
        grid-template-columns: auto 104px
    }
}

@media(max-width:900px) {
    .game-skeleton_second__arfMb {
        gap: 16px;
        grid-template-columns: auto 1fr
    }
}

@media(max-width:599px) {
    .game-skeleton_second__arfMb {
        gap: 12px
    }
}

.game-skeleton_round__lndtm {
    grid-area: round-display;
    height: 94px;
    position: relative;
    width: 94px
}

@media(max-width:1200px) {
    .game-skeleton_round__lndtm {
        height: 76px;
        width: 76px
    }
}

@media(max-width:900px) {
    .game-skeleton_round__lndtm {
        height: 58px;
        width: 58px
    }
}

@media(max-width:599px) {
    .game-skeleton_round__lndtm {
        height: 40px;
        width: 40px
    }
}

.game-skeleton_cases__eS0Bx {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-area: cases;
    grid-auto-flow: column;
    justify-content: center;
    transition: opacity .3s ease
}

@media(max-width:1200px) {
    .game-skeleton_cases__eS0Bx {
        gap: 7px
    }
}

@media(max-width:900px) {
    .game-skeleton_cases__eS0Bx {
        gap: 6px
    }
}

@media(max-width:599px) {
    .game-skeleton_cases__eS0Bx {
        gap: 5px
    }
}

.game-skeleton_case__a3bfZ {
    height: 84px;
    width: 84px
}

@media(max-width:1200px) {
    .game-skeleton_case__a3bfZ {
        height: 76px;
        width: 76px
    }
}

@media(max-width:900px) {
    .game-skeleton_case__a3bfZ {
        height: 68px;
        width: 68px
    }
}

@media(max-width:599px) {
    .game-skeleton_case__a3bfZ {
        height: 60px;
        width: 60px
    }
}

.game-skeleton_price__K1qpY {
    grid-gap: 4px;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(23, 19, 23, 0) 36.46%, rgba(23, 19, 23, .2) 100%);
    border-radius: 12px;
    display: grid;
    gap: 4px;
    grid-area: price;
    padding: 20px;
    text-align: center
}

@media(max-width:1200px) {
    .game-skeleton_price__K1qpY {
        border-radius: 10px;
        padding: 18px
    }
}

@media(max-width:900px) {
    .game-skeleton_price__K1qpY {
        border-radius: 8px;
        padding: 16px
    }
}

@media(max-width:599px) {
    .game-skeleton_price__K1qpY {
        border-radius: 6px;
        padding: 14px
    }
}

.game-skeleton_amount__ZT\+95 {
    font-size: 14px;
    line-height: 1
}

@media(max-width:1200px) {
    .game-skeleton_amount__ZT\+95 {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .game-skeleton_amount__ZT\+95 {
        font-size: 12px
    }
}

.game-skeleton_label__EcAd3 {
    font-size: 12px;
    line-height: 1
}

@media(max-width:1200px) {
    .game-skeleton_label__EcAd3 {
        font-size: 11px
    }
}

@media(max-width:900px) {
    .game-skeleton_label__EcAd3 {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .game-skeleton_label__EcAd3 {
        display: none
    }
}

.game-skeleton_players__B7GHf {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:1200px) {
    .game-skeleton_players__B7GHf {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:900px) {
    .game-skeleton_players__B7GHf {
        gap: 8px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:599px) {
    .game-skeleton_players__B7GHf {
        gap: 6px
    }
}

.game-skeleton_player__4jGmR {
    height: 42px;
    width: 42px
}

@media(max-width:1200px) {
    .game-skeleton_player__4jGmR {
        height: 40px;
        width: 40px
    }
}

@media(max-width:900px) {
    .game-skeleton_player__4jGmR {
        height: 38px;
        width: 38px
    }
}

@media(max-width:599px) {
    .game-skeleton_player__4jGmR {
        height: 36px;
        width: 36px
    }
}

.game-skeleton_buttons__0KzLz {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

@media(max-width:900px) {
    .game-skeleton_buttons__0KzLz {
        grid-template-columns: 1fr 1fr
    }
}

.game-skeleton_button__rpJjI {
    grid-gap: 6px;
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: 6px;
    grid-auto-flow: column;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0 14px
}

@media(max-width:1200px) {
    .game-skeleton_button__rpJjI {
        height: 40px;
        padding: 0 12px
    }
}

@media(max-width:900px) {
    .game-skeleton_button__rpJjI {
        height: 38px;
        padding: 0 10px
    }
}

@media(max-width:599px) {
    .game-skeleton_button__rpJjI {
        height: 36px;
        padding: 0 8px
    }
}

.game-skeleton_button__rpJjI.game-skeleton_yellow__sfT9T {
    background: #ffa860
}

.game-skeleton_button__rpJjI.game-skeleton_grey__M4yqY {
    background: hsla(266, 3%, 43%, .1)
}

.game-skeleton_buttonSkeleton__2tPg6 {
    height: 12px;
    width: 100px
}

@media(max-width:1200px) {
    .game-skeleton_buttonSkeleton__2tPg6 {
        width: 60px
    }
}

@media(max-width:599px) {
    .game-skeleton_buttonSkeleton__2tPg6 {
        width: 20px
    }
}

@-webkit-keyframes center-view_rotation__bjssK {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes center-view_rotation__bjssK {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.center-view_component__4ipHW {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    justify-items: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.center-view_count__yuxgq {
    color: #d0cdd4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

@media(max-width:1200px) {
    .center-view_count__yuxgq {
        font-size: 18px
    }
}

@media(max-width:900px) {
    .center-view_count__yuxgq {
        font-size: 15px
    }
}

@media(max-width:599px) {
    .center-view_count__yuxgq {
        font-size: 12px
    }
}

.center-view_label__wipnu {
    color: #d0cdd4;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .center-view_label__wipnu {
        display: none
    }
}

.center-view_icon__rxpwy {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33.3333333333%
}

.center-view_icon__rxpwy.center-view_live__H2V2T {
    fill: #eec9aa;
    -webkit-animation: center-view_rotation__bjssK 1s linear infinite;
    animation: center-view_rotation__bjssK 1s linear infinite
}

.center-view_icon__rxpwy.center-view_finished__7Nmbd {
    fill: #4cea9e
}

.label_component__AbMq6 {
    bottom: 0;
    font-size: 10px;
    font-weight: 600;
    left: 50%;
    line-height: 1.4;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: color .3s ease;
    white-space: nowrap
}

@media(max-width:1200px) {
    .label_component__AbMq6 {
        display: none
    }
}

@media(max-width:599px) {
    .label_component__AbMq6 {
        bottom: 50%;
        display: inline;
        display: initial;
        left: calc(100% + 8px);
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.label_component__AbMq6.label_live__uTyy9 {
    color: #eec9aa
}

.label_component__AbMq6.label_finished__ROoZz {
    color: #4cea9e
}

.round-display_component__wfr96 {
    grid-area: round-display;
    position: relative
}

.round-display_component__wfr96 img {
    height: 94px;
    width: auto
}

@media(max-width:1200px) {
    .round-display_component__wfr96 img {
        height: 76px
    }
}

@media(max-width:900px) {
    .round-display_component__wfr96 img {
        height: 58px
    }
}

@media(max-width:599px) {
    .round-display_component__wfr96 img {
        height: 40px
    }
}

.case_component__s1asJ {
    height: 84px;
    width: 84px
}

@media(max-width:1200px) {
    .case_component__s1asJ {
        height: 76px;
        width: 76px
    }
}

@media(max-width:900px) {
    .case_component__s1asJ {
        height: 68px;
        width: 68px
    }
}

@media(max-width:599px) {
    .case_component__s1asJ {
        height: 60px;
        width: 60px
    }
}

.case_link__oDsbg {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%
}

.case_link__oDsbg:hover img {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.case_link__oDsbg img {
    height: 100%;
    object-fit: contain;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 100%
}

.case_link__oDsbg .case_count__jm-7n {
    background: #ffa860;
    border-radius: 5px;
    color: #412e21;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    top: 0
}

.case_empty__pVc0U {
    background: rgba(22, 18, 22, .2);
    border: 1px dashed #333440;
    border-radius: 100%;
    height: 100%;
    width: 100%
}

.cases_component__D34TZ {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-area: cases;
    grid-auto-flow: column;
    justify-content: center;
    transition: opacity .3s ease
}

@media(max-width:1200px) {
    .cases_component__D34TZ {
        gap: 7px
    }
}

@media(max-width:900px) {
    .cases_component__D34TZ {
        gap: 6px
    }
}

@media(max-width:599px) {
    .cases_component__D34TZ {
        gap: 5px
    }
}

.cases_component__D34TZ.cases_finished__dgIg6 {
    opacity: .5
}

.price_component__\+gUoJ {
    grid-gap: 4px;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(23, 19, 23, 0) 36.46%, rgba(23, 19, 23, .2) 100%);
    border-radius: 12px;
    display: grid;
    gap: 4px;
    grid-area: price;
    padding: 20px
}

@media(max-width:1200px) {
    .price_component__\+gUoJ {
        border-radius: 10px;
        padding: 18px
    }
}

@media(max-width:900px) {
    .price_component__\+gUoJ {
        border-radius: 8px;
        padding: 16px
    }
}

@media(max-width:599px) {
    .price_component__\+gUoJ {
        border-radius: 6px;
        padding: 14px
    }
}

.price_component__\+gUoJ.price_finished__xjKKf .price_amount__ZesMe,
.price_component__\+gUoJ.price_finished__xjKKf .price_label__-dhUH {
    color: #4cea9e
}

.price_amount__ZesMe {
    color: #d0cdd4;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .price_amount__ZesMe {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .price_amount__ZesMe {
        font-size: 12px
    }
}

.price_label__-dhUH {
    color: #6c6970;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .price_label__-dhUH {
        font-size: 11px
    }
}

@media(max-width:900px) {
    .price_label__-dhUH {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .price_label__-dhUH {
        display: none
    }
}

.lock_component__xRCHu {
    align-items: center;
    background: rgba(22, 18, 22, .2);
    border-radius: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.lock_component__xRCHu:before {
    border: 1px dashed #333440;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.lock_component__xRCHu svg {
    fill: #6c6970;
    height: 45%;
    opacity: .5;
    width: 45%
}

.user_component__cNo0n {
    background: #353239;
    border-radius: 100%;
    display: flex;
    height: 100%;
    padding: 2px;
    position: relative;
    width: 100%
}

.user_component__cNo0n:hover .user_image__PtXMi {
    opacity: .75
}

.user_component__cNo0n.user_winner__Q3ahx {
    box-shadow: 0 0 0 2px #4cea9e
}

.user_component__cNo0n.user_finished__CvTuT:hover .user_image__PtXMi {
    opacity: .25
}

.user_component__cNo0n.user_finished__CvTuT .user_image__PtXMi {
    opacity: .5
}

.user_image__PtXMi {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease;
    width: 100%
}

.user_trophyBadge__8ohSl {
    align-items: center;
    background: #4cea9e;
    border-radius: 100%;
    bottom: -2px;
    display: flex;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: -2px;
    width: 16px
}

.user_trophyBadge__8ohSl svg {
    fill: #353239;
    height: 12px;
    width: 12px
}

.join-button_component__vsFV5 {
    align-items: center;
    background: rgba(80, 70, 80, .2);
    border-radius: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: background .3s ease;
    width: 100%
}

.join-button_component__vsFV5:before {
    border: 1px dashed rgba(91, 92, 104, .6);
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.join-button_component__vsFV5:hover {
    background: rgba(80, 70, 80, .4)
}

.join-button_component__vsFV5:hover svg {
    fill: #d0cdd4
}

.join-button_component__vsFV5 svg {
    fill: #6c6970;
    height: 45%;
    transition: fill .3s ease;
    width: 45%
}

.player_component__zOOpJ {
    height: 42px;
    width: 42px
}

@media(max-width:1200px) {
    .player_component__zOOpJ {
        height: 40px;
        width: 40px
    }
}

@media(max-width:900px) {
    .player_component__zOOpJ {
        height: 38px;
        width: 38px
    }
}

@media(max-width:599px) {
    .player_component__zOOpJ {
        height: 36px;
        width: 36px
    }
}

.players_component__\+lsnQ {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:1200px) {
    .players_component__\+lsnQ {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:900px) {
    .players_component__\+lsnQ {
        gap: 8px;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:599px) {
    .players_component__\+lsnQ {
        gap: 6px
    }
}

.auth-button_component__U9JEK {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 42px;
    line-height: 1;
    padding: 0 14px
}

@media(max-width:1200px) {
    .auth-button_component__U9JEK {
        height: 40px;
        padding: 0 12px
    }
}

@media(max-width:900px) {
    .auth-button_component__U9JEK {
        height: 38px;
        padding: 0 10px
    }
}

@media(max-width:599px) {
    .auth-button_component__U9JEK {
        height: 36px;
        padding: 0 8px
    }
}

.auth-button_component__U9JEK .auth-button_icon__dU6jq {
    height: 20px;
    width: 20px
}

.join-button_component__Jc47o {
    display: grid
}

.join-button_button__1yrq0 {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 42px;
    line-height: 1;
    padding: 0 14px
}

@media(max-width:1200px) {
    .join-button_button__1yrq0 {
        height: 40px;
        padding: 0 12px
    }
}

@media(max-width:900px) {
    .join-button_button__1yrq0 {
        height: 38px;
        padding: 0 10px
    }
}

@media(max-width:599px) {
    .join-button_button__1yrq0 {
        height: 36px;
        padding: 0 8px
    }
}

.join-button_button__1yrq0 .join-button_icon__\+JTa6 {
    height: 20px;
    width: 20px
}

.watch-button_component__pv4ON {
    display: grid
}

.watch-button_button__9UTg5 {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 42px;
    line-height: 1;
    padding: 0 14px
}

@media(max-width:1200px) {
    .watch-button_button__9UTg5 {
        height: 40px;
        padding: 0 12px
    }
}

@media(max-width:900px) {
    .watch-button_button__9UTg5 {
        height: 38px;
        padding: 0 10px
    }
}

@media(max-width:599px) {
    .watch-button_button__9UTg5 {
        height: 36px;
        padding: 0 8px
    }
}

.watch-button_button__9UTg5:hover .watch-button_icon__Q\+xmu {
    fill: #ffa860
}

.watch-button_button__9UTg5:active .watch-button_icon__Q\+xmu {
    fill: #d08951
}

.watch-button_button__9UTg5 .watch-button_icon__Q\+xmu {
    fill: #ffa860;
    height: 20px;
    width: 20px
}

.buttons_component__txglZ {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

@media(max-width:900px) {
    .buttons_component__txglZ {
        grid-template-columns: 1fr 1fr
    }
}

.game-item_component__uVsFa {
    grid-gap: 18px;
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(38, 35, 45, .7), rgba(48, 44, 56, .7));
    border-radius: 16px;
    display: grid;
    gap: 18px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 16px 20px 16px 24px;
    position: relative;
    transition: background .3s ease
}

@media(max-width:1200px) {
    .game-item_component__uVsFa {
        gap: 16px;
        padding: 16px 18px 16px 20px
    }
}

@media(max-width:900px) {
    .game-item_component__uVsFa {
        gap: 14px;
        grid-template-columns: 1fr;
        padding: 16px
    }
}

@media(max-width:599px) {
    .game-item_component__uVsFa {
        gap: 12px
    }
}

.game-item_component__uVsFa:before {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(42, 39, 49, .7), rgba(55, 52, 64, .7));
    border: 1px solid rgba(81, 76, 87, .55);
    border-radius: 16px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: -1
}

.game-item_component__uVsFa:hover:before {
    opacity: 1
}

.game-item_component__uVsFa.game-item_finished__qTdaW {
    background: linear-gradient(180deg, rgba(38, 35, 45, .3), rgba(48, 44, 56, .3))
}

.game-item_first__EkPP5 {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-areas: "round-display cases price";
    grid-template-columns: auto auto auto
}

@media(max-width:1200px) {
    .game-item_first__EkPP5 {
        gap: 20px
    }
}

@media(max-width:900px) {
    .game-item_first__EkPP5 {
        gap: 16px;
        justify-content: space-between
    }
}

@media(max-width:599px) {
    .game-item_first__EkPP5 {
        gap: 12px;
        grid-template-areas: "round-display . price" "cases cases cases"
    }
}

.game-item_second__jHsQV {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto 152px
}

@media(max-width:1200px) {
    .game-item_second__jHsQV {
        gap: 20px;
        grid-template-columns: auto 104px
    }
}

@media(max-width:900px) {
    .game-item_second__jHsQV {
        gap: 16px;
        grid-template-columns: auto 1fr
    }
}

@media(max-width:599px) {
    .game-item_second__jHsQV {
        gap: 12px
    }
}

.active-list_component__-eeQu {
    grid-gap: 10px;
    display: grid;
    gap: 10px
}

@media(max-width:1200px) {
    .active-list_component__-eeQu {
        gap: 9px
    }
}

@media(max-width:900px) {
    .active-list_component__-eeQu {
        gap: 8px
    }
}

@media(max-width:599px) {
    .active-list_component__-eeQu {
        gap: 7px
    }
}

.active-list_enter__iOfHO {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.active-list_enterActive__9klgm {
    max-height: 500px;
    opacity: 1
}

.active-list_exit__u7bl9 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 500px;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.active-list_exitActive__zHz\+M {
    max-height: 0;
    opacity: 0
}

.active-list_empty__Wq7rI {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(38, 35, 45, .3), rgba(48, 44, 56, .3));
    border-radius: 16px;
    color: #9e9ba2;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 126px;
    justify-content: center
}

@media(max-width:1200px) {
    .active-list_empty__Wq7rI {
        font-size: 13px;
        height: 122px
    }
}

@media(max-width:900px) {
    .active-list_empty__Wq7rI {
        font-size: 12px;
        height: 158px
    }
}

@media(max-width:599px) {
    .active-list_empty__Wq7rI {
        font-size: 11px;
        height: 198px
    }
}

.finished-list_component__akQpr {
    grid-gap: 10px;
    display: grid;
    gap: 10px
}

@media(max-width:1200px) {
    .finished-list_component__akQpr {
        gap: 9px
    }
}

@media(max-width:900px) {
    .finished-list_component__akQpr {
        gap: 8px
    }
}

@media(max-width:599px) {
    .finished-list_component__akQpr {
        gap: 7px
    }
}

.finished-list_enter__zoskw {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.finished-list_enterActive__QH0k3 {
    max-height: 500px;
    opacity: 1
}

.finished-list_exit__svP1d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 500px;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.finished-list_exitActive__rAdRM {
    max-height: 0;
    opacity: 0
}

.finished-list_empty__Ma1VD {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(38, 35, 45, .3), rgba(48, 44, 56, .3));
    border-radius: 16px;
    color: #9e9ba2;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 126px;
    justify-content: center
}

@media(max-width:1200px) {
    .finished-list_empty__Ma1VD {
        font-size: 13px;
        height: 122px
    }
}

@media(max-width:900px) {
    .finished-list_empty__Ma1VD {
        font-size: 12px;
        height: 158px
    }
}

@media(max-width:599px) {
    .finished-list_empty__Ma1VD {
        font-size: 11px;
        height: 198px
    }
}

.my-list_component__9XJFC {
    grid-gap: 10px;
    display: grid;
    gap: 10px
}

@media(max-width:1200px) {
    .my-list_component__9XJFC {
        gap: 9px
    }
}

@media(max-width:900px) {
    .my-list_component__9XJFC {
        gap: 8px
    }
}

@media(max-width:599px) {
    .my-list_component__9XJFC {
        gap: 7px
    }
}

.my-list_enter__3m7v\+ {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.my-list_enterActive__p8wYW {
    max-height: 500px;
    opacity: 1
}

.my-list_exit__eYA12 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 500px;
    overflow: hidden;
    transition: max-height .6s, opacity .8s
}

.my-list_exitActive__TRY8L {
    max-height: 0;
    opacity: 0
}

.my-list_empty__nMyw1 {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(38, 35, 45, .3), rgba(48, 44, 56, .3));
    border-radius: 16px;
    color: #9e9ba2;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 126px;
    justify-content: center
}

@media(max-width:1200px) {
    .my-list_empty__nMyw1 {
        font-size: 13px;
        height: 122px
    }
}

@media(max-width:900px) {
    .my-list_empty__nMyw1 {
        font-size: 12px;
        height: 158px
    }
}

@media(max-width:599px) {
    .my-list_empty__nMyw1 {
        font-size: 11px;
        height: 198px
    }
}

.load-more-button_component__GtCFv {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 54px;
    padding: 0 20px
}

@media(max-width:1200px) {
    .load-more-button_component__GtCFv {
        font-size: 14px;
        height: 50px;
        padding: 0 18px
    }
}

@media(max-width:900px) {
    .load-more-button_component__GtCFv {
        border-radius: 8px;
        font-size: 13px;
        gap: 6px;
        height: 46px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .load-more-button_component__GtCFv {
        font-size: 12px;
        height: 42px;
        padding: 0 14px
    }
}

.load-more-button_icon__\+DNSC {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .load-more-button_icon__\+DNSC {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .load-more-button_icon__\+DNSC {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .load-more-button_icon__\+DNSC {
        height: 18px;
        width: 18px
    }
}

.content_component__16iOT {
    grid-gap: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: linear-gradient(180deg, rgba(32, 29, 36, .6), rgba(29, 27, 33, .7) 36.22%);
    border-radius: 24px;
    display: grid;
    gap: 20px;
    margin-top: 18px;
    padding: 24px 32px;
    position: relative;
    z-index: 5
}

@media(max-width:1200px) {
    .content_component__16iOT {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none;
        border-radius: 0;
        gap: 16px;
        margin-top: 16px;
        padding: 0
    }
}

@media(max-width:900px) {
    .content_component__16iOT {
        gap: 14px;
        margin-top: 14px
    }
}

@media(max-width:599px) {
    .content_component__16iOT {
        gap: 12px;
        margin-top: 12px
    }
}

.item_component__YC70F {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    width: 42px
}

@media(max-width:1200px) {
    .item_component__YC70F {
        font-size: 14px;
        height: 40px;
        width: 40px
    }
}

@media(max-width:900px) {
    .item_component__YC70F {
        font-size: 13px;
        height: 38px;
        width: 38px
    }
}

@media(max-width:599px) {
    .item_component__YC70F {
        font-size: 14px;
        height: 40px;
        width: 100%
    }
}

.item_component__YC70F.item_selected__i6m1p {
    background: #ffa860;
    color: #412e21
}

.players-filter_component__szFUK {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    gap: 12px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .players-filter_component__szFUK {
        gap: 10px
    }
}

@media(max-width:900px) {
    .players-filter_component__szFUK {
        gap: 8px
    }
}

@media(max-width:599px) {
    .players-filter_component__szFUK {
        order: 2
    }
}

.players-filter_icon__fcG0L {
    fill: #6c6970;
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .players-filter_icon__fcG0L {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .players-filter_icon__fcG0L {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .players-filter_icon__fcG0L {
        display: none
    }
}

.players-filter_grid__BX9Zm {
    grid-gap: 4px;
    display: grid;
    gap: 4px;
    grid-auto-flow: column
}

.sort_component__cm0UU {
    width: 208px;
    z-index: 100
}

@media(max-width:1200px) {
    .sort_component__cm0UU {
        width: 184px
    }
}

@media(max-width:900px) {
    .sort_component__cm0UU {
        width: 100%
    }
}

@media(max-width:599px) {
    .sort_component__cm0UU {
        order: 1
    }
}

.sort_control__OB0ZC {
    border-radius: 10px;
    height: 54px;
    padding: 0 12px 0 16px
}

@media(max-width:1200px) {
    .sort_control__OB0ZC {
        height: 50px
    }
}

@media(max-width:900px) {
    .sort_control__OB0ZC {
        border-radius: 8px;
        height: 46px;
        padding: 0 8px 0 12px
    }
}

@media(max-width:599px) {
    .sort_control__OB0ZC {
        height: 42px
    }
}

.sort_placeholder__ob3Qc,
.sort_value__ZHeyt {
    color: #abacb8;
    font-size: 14px;
    font-weight: 500
}

@media(max-width:1200px) {

    .sort_placeholder__ob3Qc,
    .sort_value__ZHeyt {
        font-size: 13px
    }
}

@media(max-width:900px) {

    .sort_placeholder__ob3Qc,
    .sort_value__ZHeyt {
        font-size: 12px
    }
}

@media(max-width:599px) {

    .sort_placeholder__ob3Qc,
    .sort_value__ZHeyt {
        font-size: 11px
    }
}

.sort_dropdownIcon__mZB48 {
    height: 20px;
    width: 20px
}

@media(max-width:1200px) {
    .sort_dropdownIcon__mZB48 {
        height: 18px;
        width: 18px
    }
}

@media(max-width:900px) {
    .sort_dropdownIcon__mZB48 {
        height: 16px;
        width: 16px
    }
}

@media(max-width:599px) {
    .sort_dropdownIcon__mZB48 {
        height: 14px;
        width: 14px
    }
}

.sort_menu__RBr74 {
    border-radius: 10px;
    margin-top: 8px;
    padding: 10px 8px
}

@media(max-width:1200px) {
    .sort_menu__RBr74 {
        margin-top: 7px
    }
}

@media(max-width:900px) {
    .sort_menu__RBr74 {
        border-radius: 8px;
        margin-top: 6px
    }
}

@media(max-width:599px) {
    .sort_menu__RBr74 {
        margin-top: 5px
    }
}

.sort_option__slWpr {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 10px
}

@media(max-width:1200px) {
    .sort_option__slWpr {
        font-size: 13px;
        padding: 13px 9px
    }
}

@media(max-width:900px) {
    .sort_option__slWpr {
        font-size: 12px;
        padding: 12px 8px
    }
}

@media(max-width:599px) {
    .sort_option__slWpr {
        font-size: 11px;
        padding: 11px 7px
    }
}

.balance-filter_component__5JxKe {
    grid-gap: 8px;
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-auto-flow: column
}

@media(max-width:599px) {
    .balance-filter_component__5JxKe {
        justify-self: center;
        order: 3
    }
}

.balance-filter_title__fKwYh {
    color: #9e9ba2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

@media(max-width:1200px) {
    .balance-filter_title__fKwYh {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .balance-filter_title__fKwYh {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .balance-filter_title__fKwYh {
        font-size: 11px
    }
}

.create-battle-button_component__ppX8g {
    display: grid
}

.create-battle-button_button__a1qen {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 54px;
    padding: 0 20px
}

@media(max-width:1200px) {
    .create-battle-button_button__a1qen {
        font-size: 14px;
        height: 50px;
        padding: 0 18px
    }
}

@media(max-width:900px) {
    .create-battle-button_button__a1qen {
        border-radius: 8px;
        font-size: 13px;
        gap: 6px;
        height: 46px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .create-battle-button_button__a1qen {
        font-size: 12px;
        height: 42px;
        padding: 0 14px
    }
}

.create-battle-button_icon__PSZgk {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .create-battle-button_icon__PSZgk {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .create-battle-button_icon__PSZgk {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .create-battle-button_icon__PSZgk {
        height: 18px;
        width: 18px
    }
}

.auth-button_component__UpH7X {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 54px;
    padding: 0 20px
}

@media(max-width:1200px) {
    .auth-button_component__UpH7X {
        font-size: 14px;
        height: 50px;
        padding: 0 18px
    }
}

@media(max-width:900px) {
    .auth-button_component__UpH7X {
        border-radius: 8px;
        font-size: 13px;
        gap: 6px;
        height: 46px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .auth-button_component__UpH7X {
        font-size: 12px;
        height: 42px;
        padding: 0 14px
    }
}

.auth-button_icon__zbOjp {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .auth-button_icon__zbOjp {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .auth-button_icon__zbOjp {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .auth-button_icon__zbOjp {
        height: 18px;
        width: 18px
    }
}

.control-panel_component__kh6xO {
    grid-gap: 24px;
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(46, 41, 53, .5), rgba(61, 55, 66, .5));
    border-radius: 16px;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-top: 24px;
    padding: 30px;
    position: relative;
    z-index: 10
}

@media(max-width:1200px) {
    .control-panel_component__kh6xO {
        border-radius: 14px;
        gap: 20px;
        margin-top: 20px;
        padding: 24px
    }
}

@media(max-width:900px) {
    .control-panel_component__kh6xO {
        border-radius: 12px;
        gap: 16px;
        grid-template-columns: 1fr;
        margin-top: 16px;
        padding: 18px
    }
}

@media(max-width:599px) {
    .control-panel_component__kh6xO {
        border-radius: 10px;
        gap: 12px;
        margin-top: 12px;
        padding: 12px
    }
}

.control-panel_actions__9A9sv {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto auto
}

@media(max-width:1200px) {
    .control-panel_actions__9A9sv {
        gap: 20px
    }
}

@media(max-width:900px) {
    .control-panel_actions__9A9sv {
        gap: 16px;
        grid-template-columns: auto 1fr auto
    }
}

@media(max-width:599px) {
    .control-panel_actions__9A9sv {
        gap: 12px;
        grid-template-columns: 1fr
    }
}

.title_component__ItN6n {
    grid-gap: 6px;
    display: grid;
    gap: 6px;
    justify-items: start
}

@media(max-width:1200px) {
    .title_component__ItN6n {
        gap: 4px
    }
}

@media(max-width:900px) {
    .title_component__ItN6n {
        gap: 2px;
        justify-items: center
    }
}

@media(max-width:599px) {
    .title_component__ItN6n {
        gap: 0
    }
}

.title_title__06ke3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .title_title__06ke3 {
        background: linear-gradient(180deg, #aa999c, #fff1e9);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:1200px) {
    .title_title__06ke3 {
        font-size: 24px;
        line-height: 28px
    }
}

@media(max-width:900px) {
    .title_title__06ke3 {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width:599px) {
    .title_title__06ke3 {
        font-size: 16px;
        line-height: 20px
    }
}

.title_description__2xUUG {
    color: #6c6970;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

@media(max-width:1200px) {
    .title_description__2xUUG {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .title_description__2xUUG {
        font-size: 12px;
        text-align: center
    }
}

@media(max-width:599px) {
    .title_description__2xUUG {
        font-size: 10px
    }
}

.tab_component__42zEo {
    grid-gap: 8px;
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    padding: 12px 16px;
    transition: background .3s ease
}

@media(max-width:1200px) {
    .tab_component__42zEo {
        border-radius: 6px;
        gap: 6px;
        padding: 11px 14px
    }
}

@media(max-width:900px) {
    .tab_component__42zEo {
        border-radius: 4px;
        gap: 4px;
        padding: 10px 12px
    }
}

@media(max-width:599px) {
    .tab_component__42zEo {
        padding: 9px 10px
    }
}

.tab_component__42zEo:hover .tab_icon__3-pw6 {
    fill: #918e95
}

.tab_component__42zEo:hover .tab_title__IkwbD {
    color: #918e95
}

.tab_component__42zEo.tab_active__\+LHJb {
    background: rgba(255, 211, 180, .08)
}

.tab_component__42zEo.tab_active__\+LHJb .tab_icon__3-pw6 {
    fill: #ffa860
}

.tab_component__42zEo.tab_active__\+LHJb .tab_title__IkwbD {
    color: #ffa860
}

.tab_icon__3-pw6 {
    fill: #6c6970;
    height: 18px;
    transition: fill .3s ease;
    width: 18px
}

@media(max-width:1200px) {
    .tab_icon__3-pw6 {
        height: 16px;
        width: 16px
    }
}

@media(max-width:900px) {
    .tab_icon__3-pw6 {
        height: 14px;
        width: 14px
    }
}

@media(max-width:599px) {
    .tab_icon__3-pw6 {
        height: 12px;
        width: 12px
    }
}

.tab_title__IkwbD {
    word-wrap: break-word;
    color: #6c6970;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .tab_title__IkwbD {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .tab_title__IkwbD {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .tab_title__IkwbD {
        font-size: 11px
    }
}

.tabs_component__Qs3h\+ {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.head_component__uPo9U {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

@media(max-width:1200px) {
    .head_component__uPo9U {
        gap: 20px
    }
}

@media(max-width:900px) {
    .head_component__uPo9U {
        gap: 16px;
        grid-template-columns: 1fr
    }
}

@media(max-width:599px) {
    .head_component__uPo9U {
        gap: 12px
    }
}

.cashback-description_component__FKoR8 {
    grid-gap: 16px;
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(32, 29, 36, .6), rgba(29, 27, 33, .7) 36.22%);
    border-radius: 16px;
    color: #9e9ba2;
    display: grid;
    font-size: 14px;
    font-weight: 500;
    gap: 16px;
    grid-auto-flow: column;
    justify-content: center;
    line-height: 20px;
    margin-top: 16px;
    padding: 16px 24px
}

@media(max-width:900px) {
    .cashback-description_component__FKoR8 {
        border-radius: 14px;
        font-size: 13px;
        gap: 14px;
        line-height: 18px;
        margin-top: 14px;
        padding: 14px 20px
    }
}

@media(max-width:599px) {
    .cashback-description_component__FKoR8 {
        border-radius: 12px;
        font-size: 12px;
        gap: 12px;
        line-height: 16px;
        margin-top: 12px;
        padding: 12px 16px
    }
}

.cashback-description_icon__3m6UE {
    fill: #9e9ba2;
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .cashback-description_icon__3m6UE {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .cashback-description_icon__3m6UE {
        height: 20px;
        width: 20px
    }
}

.cover_component__59693 {
    display: grid;
    justify-items: center
}

.cover_image__y\+Itp {
    height: 118px;
    object-fit: contain;
    width: 118px
}

.cover_title__in8Qa {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.counter_component__089Z9 {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    gap: 16px;
    grid-auto-flow: column
}

.counter_button__49lTF {
    background: #305d4c;
    border-radius: 6px;
    display: flex;
    padding: 4px;
    transition: background .3s ease
}

.counter_button__49lTF:hover {
    background: #4cea9e
}

.counter_button__49lTF:hover svg {
    fill: #1d3b2e
}

.counter_button__49lTF svg {
    fill: #4cea9e;
    height: 12px;
    transition: fill .3s ease;
    width: 12px
}

.counter_count__TN1Tf {
    color: #d0cdd4;
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.case_component__xGUcl {
    grid-gap: 12px;
    align-content: space-between;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(32, 29, 39, .5), rgba(49, 45, 57, .5));
    border-radius: 14px;
    display: grid;
    gap: 12px;
    justify-items: center;
    padding: 14px 14px 24px
}

@media(max-width:1200px) {
    .case_component__xGUcl {
        border-radius: 12px;
        padding: 12px 12px 22px
    }
}

@media(max-width:900px) {
    .case_component__xGUcl {
        border-radius: 10px;
        padding: 10px 10px 20px
    }
}

@media(max-width:599px) {
    .case_component__xGUcl {
        border-radius: 8px;
        padding: 8px 8px 20px
    }
}

.add-button_component__Mptbx {
    grid-gap: 10px;
    align-content: center;
    align-items: center;
    border: 1px solid #353239;
    border-radius: 14px;
    display: grid;
    gap: 10px;
    grid-auto-flow: column;
    grid-column: span 4;
    height: 200px;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
    transition: border .3s ease;
    width: 100%
}

@media(max-width:1200px) {
    .add-button_component__Mptbx {
        border-radius: 12px;
        height: 196px
    }
}

@media(max-width:900px) {
    .add-button_component__Mptbx {
        border-radius: 10px;
        grid-column: span 2;
        height: 192px
    }
}

@media(max-width:599px) {
    .add-button_component__Mptbx {
        border-radius: 8px;
        height: 190px
    }
}

.add-button_component__Mptbx:hover {
    border: 1px solid #eec9aa
}

.add-button_component__Mptbx:hover:before {
    opacity: 0
}

.add-button_component__Mptbx:hover:after {
    opacity: 1
}

.add-button_component__Mptbx:hover svg {
    fill: #ffc596
}

.add-button_component__Mptbx:hover .add-button_title__q8pQl {
    color: #ffc596
}

.add-button_component__Mptbx:before {
    background: linear-gradient(180deg, rgba(41, 37, 50, .2), rgba(52, 49, 60, .2));
    opacity: 1
}

.add-button_component__Mptbx:after,
.add-button_component__Mptbx:before {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: -1
}

.add-button_component__Mptbx:after {
    background: linear-gradient(180deg, rgba(61, 51, 37, .2), hsla(22, 20%, 50%, .2));
    opacity: 0
}

.add-button_component__Mptbx.add-button_oneCase__Skf\+C {
    grid-column: span 3
}

@media(max-width:900px) {
    .add-button_component__Mptbx.add-button_oneCase__Skf\+C {
        grid-auto-flow: row;
        grid-column: span 1
    }

    .add-button_component__Mptbx.add-button_oneCase__Skf\+C .add-button_title__q8pQl {
        order: 2
    }
}

@media(max-width:599px) {
    .add-button_component__Mptbx.add-button_oneCase__Skf\+C .add-button_title__q8pQl {
        display: none
    }
}

.add-button_component__Mptbx.add-button_twoCases__0c20v {
    grid-column: span 2
}

.add-button_component__Mptbx.add-button_threeCases__P4zHf {
    grid-auto-flow: row;
    grid-column: span 1
}

.add-button_component__Mptbx.add-button_threeCases__P4zHf .add-button_title__q8pQl {
    order: 2
}

@media(max-width:599px) {
    .add-button_component__Mptbx.add-button_threeCases__P4zHf .add-button_title__q8pQl {
        display: none
    }
}

.add-button_component__Mptbx svg {
    fill: #6c6970;
    height: 32px;
    transition: fill .3s ease;
    width: 32px
}

@media(max-width:1200px) {
    .add-button_component__Mptbx svg {
        height: 30px;
        width: 30px
    }
}

@media(max-width:900px) {
    .add-button_component__Mptbx svg {
        height: 28px;
        width: 28px
    }
}

@media(max-width:599px) {
    .add-button_component__Mptbx svg {
        height: 26px;
        width: 26px
    }
}

.add-button_title__q8pQl {
    color: #9e9ba2;
    font-size: 16px;
    font-weight: 500;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .add-button_title__q8pQl {
        font-size: 15px
    }
}

@media(max-width:900px) {
    .add-button_title__q8pQl {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .add-button_title__q8pQl {
        font-size: 13px
    }
}

.cases_component__gtqa3 {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media(max-width:1200px) {
    .cases_component__gtqa3 {
        order: 2
    }
}

@media(max-width:900px) {
    .cases_component__gtqa3 {
        grid-template-columns: 1fr 1fr
    }
}

.private-indicator_component__yjfdi {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    grid-auto-flow: column;
    position: relative;
    z-index: 2
}

@media(max-width:1200px) {
    .private-indicator_component__yjfdi {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .private-indicator_component__yjfdi {
        font-size: 13px;
        gap: 4px
    }
}

@media(max-width:599px) {
    .private-indicator_component__yjfdi {
        font-size: 12px
    }
}

.private-indicator_component__yjfdi.private-indicator_private__TeBLG {
    color: #ffa860
}

.private-indicator_component__yjfdi.private-indicator_private__TeBLG svg {
    fill: #ffa860
}

.private-indicator_component__yjfdi.private-indicator_public__-3u1o {
    color: #4cea9e
}

.private-indicator_component__yjfdi.private-indicator_public__-3u1o svg {
    fill: #4cea9e
}

.private-indicator_component__yjfdi svg {
    height: 22px;
    width: 22px
}

@media(max-width:1200px) {
    .private-indicator_component__yjfdi svg {
        height: 20px;
        width: 20px
    }
}

@media(max-width:900px) {
    .private-indicator_component__yjfdi svg {
        height: 18px;
        width: 18px
    }
}

@media(max-width:599px) {
    .private-indicator_component__yjfdi svg {
        height: 16px;
        width: 16px
    }
}

.info_component__F0Bi5 {
    grid-gap: 28px;
    align-content: space-between;
    background: linear-gradient(180deg, rgba(46, 41, 53, .5), rgba(61, 55, 66, .5));
    border-radius: 14px;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
    height: 200px;
    justify-items: start;
    overflow: hidden;
    padding: 32px 32px 36px;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .info_component__F0Bi5 {
        border-radius: 12px;
        grid-template-columns: auto auto;
        height: auto;
        justify-content: space-between;
        padding: 28px 24px
    }
}

@media(max-width:900px) {
    .info_component__F0Bi5 {
        border-radius: 10px;
        gap: 20px;
        padding: 24px 20px
    }
}

@media(max-width:599px) {
    .info_component__F0Bi5 {
        background: linear-gradient(180deg, rgba(41, 37, 50, .2), rgba(52, 49, 60, .2));
        border-radius: 8px;
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 20px 16px
    }
}

.info_component__F0Bi5:before {
    background: url(/static/media/add-cases-info.11932e0c94643ddeb5eb.png) no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 180px;
    position: absolute;
    right: 0;
    width: 270px
}

@media(max-width:1200px) {
    .info_component__F0Bi5:before {
        height: 128px;
        width: 200px
    }
}

@media(max-width:599px) {
    .info_component__F0Bi5:before {
        display: none
    }
}

.info_total__7ebUC {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    justify-items: start;
    position: relative;
    z-index: 2
}

@media(max-width:900px) {
    .info_total__7ebUC {
        gap: 6px
    }
}

.info_row__nV7nw {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-auto-flow: column
}

@media(max-width:900px) {
    .info_row__nV7nw {
        gap: 4px
    }
}

.info_value__nu\+rJ {
    color: #d0cdd4;
    font-size: 17px;
    font-weight: 800;
    line-height: 1
}

@media(max-width:1200px) {
    .info_value__nu\+rJ {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .info_value__nu\+rJ {
        font-size: 15px
    }
}

@media(max-width:599px) {
    .info_value__nu\+rJ {
        font-size: 14px
    }
}

.info_title__zUYbw {
    color: #9e9ba2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1
}

@media(max-width:1200px) {
    .info_title__zUYbw {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .info_title__zUYbw {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .info_title__zUYbw {
        font-size: 12px
    }
}

.content_component__FwAtp {
    grid-gap: 24px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(32, 29, 36, .6), rgba(29, 27, 33, .7) 36.22%);
    border-radius: 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 360px;
    margin-top: 18px;
    padding: 32px
}

@media(max-width:1200px) {
    .content_component__FwAtp {
        border-radius: 20px;
        gap: 20px;
        grid-template-columns: 1fr;
        margin-top: 16px;
        padding: 24px
    }
}

@media(max-width:900px) {
    .content_component__FwAtp {
        border-radius: 16px;
        gap: 14px;
        margin-top: 14px;
        padding: 16px
    }
}

@media(max-width:599px) {
    .content_component__FwAtp {
        border-radius: 12px;
        gap: 8px;
        margin-top: 12px;
        padding: 8px
    }
}

.item_component__0citc {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    width: 42px
}

@media(max-width:1200px) {
    .item_component__0citc {
        font-size: 14px;
        height: 40px;
        width: 40px
    }
}

@media(max-width:900px) {
    .item_component__0citc {
        font-size: 13px;
        height: 38px;
        width: 38px
    }
}

@media(max-width:599px) {
    .item_component__0citc {
        font-size: 14px;
        height: 40px;
        width: 100%
    }
}

.item_component__0citc.item_selected__lLkxo {
    background: #ffa860;
    color: #412e21
}

.players-count_component__-vPij {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    gap: 12px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .players-count_component__-vPij {
        gap: 10px
    }
}

@media(max-width:900px) {
    .players-count_component__-vPij {
        gap: 8px
    }
}

.players-count_icon__bt2GH {
    fill: #6c6970;
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .players-count_icon__bt2GH {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .players-count_icon__bt2GH {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .players-count_icon__bt2GH {
        display: none
    }
}

.players-count_grid__LRO2n {
    grid-gap: 4px;
    display: grid;
    gap: 4px;
    grid-auto-flow: column
}

.private-switch_component__trira {
    grid-gap: 8px;
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-auto-flow: column
}

@media(max-width:599px) {
    .private-switch_component__trira {
        justify-self: center
    }
}

.private-switch_title__9VV3m {
    color: #9e9ba2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

@media(max-width:1200px) {
    .private-switch_title__9VV3m {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .private-switch_title__9VV3m {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .private-switch_title__9VV3m {
        font-size: 11px
    }
}

.erase-button_component__w40rr {
    border-radius: 10px;
    height: 54px;
    width: 54px
}

@media(max-width:1200px) {
    .erase-button_component__w40rr {
        height: 50px;
        width: 50px
    }
}

@media(max-width:900px) {
    .erase-button_component__w40rr {
        border-radius: 8px;
        height: 46px;
        width: 46px
    }
}

@media(max-width:599px) {
    .erase-button_component__w40rr {
        height: 42px;
        width: 42px
    }
}

.erase-button_icon__F5eFm {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .erase-button_icon__F5eFm {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .erase-button_icon__F5eFm {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .erase-button_icon__F5eFm {
        height: 18px;
        width: 18px
    }
}

.create-battle-button_component__sBimE {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 54px;
    padding: 0 20px
}

@media(max-width:1200px) {
    .create-battle-button_component__sBimE {
        font-size: 14px;
        height: 50px;
        padding: 0 18px
    }
}

@media(max-width:900px) {
    .create-battle-button_component__sBimE {
        border-radius: 8px;
        font-size: 13px;
        gap: 6px;
        height: 46px;
        padding: 0 16px
    }
}

@media(max-width:599px) {
    .create-battle-button_component__sBimE {
        font-size: 12px;
        height: 42px;
        padding: 0 14px
    }
}

.create-battle-button_icon__T05Yk {
    height: 24px;
    width: 24px
}

@media(max-width:1200px) {
    .create-battle-button_icon__T05Yk {
        height: 22px;
        width: 22px
    }
}

@media(max-width:900px) {
    .create-battle-button_icon__T05Yk {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .create-battle-button_icon__T05Yk {
        height: 18px;
        width: 18px
    }
}

.control-panel_component__\+74e2 {
    grid-gap: 24px;
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(180deg, rgba(46, 41, 53, .5), rgba(61, 55, 66, .5));
    border-radius: 16px;
    display: grid;
    gap: 24px;
    grid-auto-flow: column;
    justify-content: space-between;
    margin-top: 24px;
    padding: 30px
}

@media(max-width:1200px) {
    .control-panel_component__\+74e2 {
        border-radius: 14px;
        gap: 20px;
        margin-top: 20px;
        padding: 24px
    }
}

@media(max-width:900px) {
    .control-panel_component__\+74e2 {
        border-radius: 12px;
        gap: 16px;
        grid-auto-flow: row;
        justify-content: stretch;
        margin-top: 16px;
        padding: 18px
    }
}

@media(max-width:599px) {
    .control-panel_component__\+74e2 {
        border-radius: 10px;
        gap: 12px;
        margin-top: 12px;
        padding: 12px
    }
}

.control-panel_actions__Kuiy5 {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto
}

@media(max-width:1200px) {
    .control-panel_actions__Kuiy5 {
        gap: 20px
    }
}

@media(max-width:900px) {
    .control-panel_actions__Kuiy5 {
        gap: 16px;
        justify-content: center
    }
}

@media(max-width:599px) {
    .control-panel_actions__Kuiy5 {
        gap: 12px;
        grid-template-columns: 1fr
    }
}

.control-panel_buttons__QYju9 {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-auto-flow: column
}

@media(max-width:900px) {
    .control-panel_buttons__QYju9 {
        gap: 8px;
        grid-template-columns: auto 1fr
    }
}

.back-link_component__GhQrT {
    background: hsla(27, 48%, 72%, .1);
    border-radius: 6px;
    display: flex;
    padding: 6px;
    transition: background .3s ease
}

.back-link_component__GhQrT:hover {
    background: hsla(27, 48%, 72%, .2)
}

.back-link_component__GhQrT svg {
    fill: #eec9aa;
    height: 20px;
    width: 20px
}

.title_component__64Paw {
    grid-gap: 16px;
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr
}

@media(max-width:1200px) {
    .title_component__64Paw {
        gap: 14px
    }
}

@media(max-width:900px) {
    .title_component__64Paw {
        gap: 12px
    }
}

@media(max-width:599px) {
    .title_component__64Paw {
        align-items: center;
        gap: 10px
    }
}

.title_main__G7cp9 {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

@media(max-width:1200px) {
    .title_main__G7cp9 {
        gap: 4px
    }
}

@media(max-width:900px) {
    .title_main__G7cp9 {
        gap: 2px
    }
}

@media(max-width:599px) {
    .title_main__G7cp9 {
        gap: 0
    }
}

.title_title__3mO1V {
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .title_title__3mO1V {
        background: linear-gradient(180deg, #aa999c, #fff1e9);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:1200px) {
    .title_title__3mO1V {
        font-size: 24px;
        line-height: 28px
    }
}

@media(max-width:900px) {
    .title_title__3mO1V {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width:599px) {
    .title_title__3mO1V {
        font-size: 16px;
        line-height: 20px
    }
}

.title_description__\+D6Tk {
    color: #6c6970;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

@media(max-width:1200px) {
    .title_description__\+D6Tk {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .title_description__\+D6Tk {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .title_description__\+D6Tk {
        font-size: 10px
    }
}

.open-sign-in-modal-button_component__F-8IZ {
    background: #ffb374;
    border-radius: 8px;
    color: #321e0c;
    font-size: 13px;
    font-weight: 800;
    padding: 14px 22px;
    text-transform: uppercase;
    transition: background .3s ease
}

@media(max-width:900px) {
    .open-sign-in-modal-button_component__F-8IZ {
        border-radius: 7px;
        font-size: 12px;
        padding: 12px 20px
    }
}

@media(max-width:599px) {
    .open-sign-in-modal-button_component__F-8IZ {
        border-radius: 6px;
        font-size: 11px;
        padding: 10px 18px
    }
}

.open-sign-in-modal-button_component__F-8IZ:hover {
    background: #ffc18c
}

.open-sign-in-modal-button_component__F-8IZ span {
    position: relative
}

@-webkit-keyframes scene_first-glitch__X6dv\+ {
    0% {
        clip: rect(241px, 750px, 110px, 0)
    }

    5% {
        clip: rect(167px, 750px, 42px, 0)
    }

    10% {
        clip: rect(24px, 750px, 79px, 0)
    }

    15% {
        clip: rect(43px, 750px, 500px, 0)
    }

    20% {
        clip: rect(425px, 750px, 113px, 0)
    }

    25% {
        clip: rect(446px, 750px, 340px, 0)
    }

    30% {
        clip: rect(93px, 750px, 56px, 0)
    }

    35% {
        clip: rect(385px, 750px, 260px, 0)
    }

    40% {
        clip: rect(532px, 750px, 494px, 0)
    }

    45% {
        clip: rect(260px, 750px, 55px, 0)
    }

    50% {
        clip: rect(283px, 750px, 263px, 0)
    }

    55% {
        clip: rect(287px, 750px, 143px, 0)
    }

    60% {
        clip: rect(287px, 750px, 462px, 0)
    }

    65% {
        clip: rect(230px, 750px, 273px, 0)
    }

    70% {
        clip: rect(371px, 750px, 81px, 0)
    }

    75% {
        clip: rect(26px, 750px, 434px, 0)
    }

    80% {
        clip: rect(500px, 750px, 336px, 0)
    }

    85% {
        clip: rect(379px, 750px, 393px, 0)
    }

    90% {
        clip: rect(260px, 750px, 426px, 0)
    }

    95% {
        clip: rect(543px, 750px, 485px, 0)
    }

    to {
        clip: rect(359px, 750px, 447px, 0)
    }
}

@keyframes scene_first-glitch__X6dv\+ {
    0% {
        clip: rect(241px, 750px, 110px, 0)
    }

    5% {
        clip: rect(167px, 750px, 42px, 0)
    }

    10% {
        clip: rect(24px, 750px, 79px, 0)
    }

    15% {
        clip: rect(43px, 750px, 500px, 0)
    }

    20% {
        clip: rect(425px, 750px, 113px, 0)
    }

    25% {
        clip: rect(446px, 750px, 340px, 0)
    }

    30% {
        clip: rect(93px, 750px, 56px, 0)
    }

    35% {
        clip: rect(385px, 750px, 260px, 0)
    }

    40% {
        clip: rect(532px, 750px, 494px, 0)
    }

    45% {
        clip: rect(260px, 750px, 55px, 0)
    }

    50% {
        clip: rect(283px, 750px, 263px, 0)
    }

    55% {
        clip: rect(287px, 750px, 143px, 0)
    }

    60% {
        clip: rect(287px, 750px, 462px, 0)
    }

    65% {
        clip: rect(230px, 750px, 273px, 0)
    }

    70% {
        clip: rect(371px, 750px, 81px, 0)
    }

    75% {
        clip: rect(26px, 750px, 434px, 0)
    }

    80% {
        clip: rect(500px, 750px, 336px, 0)
    }

    85% {
        clip: rect(379px, 750px, 393px, 0)
    }

    90% {
        clip: rect(260px, 750px, 426px, 0)
    }

    95% {
        clip: rect(543px, 750px, 485px, 0)
    }

    to {
        clip: rect(359px, 750px, 447px, 0)
    }
}

@-webkit-keyframes scene_second-glitch__8ekdN {
    0% {
        clip: rect(363px, 750px, 201px, 0)
    }

    5% {
        clip: rect(101px, 750px, 63px, 0)
    }

    10% {
        clip: rect(250px, 750px, 395px, 0)
    }

    15% {
        clip: rect(178px, 750px, 224px, 0)
    }

    20% {
        clip: rect(294px, 750px, 28px, 0)
    }

    25% {
        clip: rect(420px, 750px, 496px, 0)
    }

    30% {
        clip: rect(526px, 750px, 497px, 0)
    }

    35% {
        clip: rect(103px, 750px, 57px, 0)
    }

    40% {
        clip: rect(40px, 750px, 361px, 0)
    }

    45% {
        clip: rect(503px, 750px, 58px, 0)
    }

    50% {
        clip: rect(547px, 750px, 309px, 0)
    }

    55% {
        clip: rect(457px, 750px, 127px, 0)
    }

    60% {
        clip: rect(290px, 750px, 522px, 0)
    }

    65% {
        clip: rect(522px, 750px, 439px, 0)
    }

    70% {
        clip: rect(430px, 750px, 291px, 0)
    }

    75% {
        clip: rect(541px, 750px, 25px, 0)
    }

    80% {
        clip: rect(338px, 750px, 89px, 0)
    }

    85% {
        clip: rect(390px, 750px, 506px, 0)
    }

    90% {
        clip: rect(527px, 750px, 283px, 0)
    }

    95% {
        clip: rect(25px, 750px, 527px, 0)
    }

    to {
        clip: rect(23px, 750px, 395px, 0)
    }
}

@keyframes scene_second-glitch__8ekdN {
    0% {
        clip: rect(363px, 750px, 201px, 0)
    }

    5% {
        clip: rect(101px, 750px, 63px, 0)
    }

    10% {
        clip: rect(250px, 750px, 395px, 0)
    }

    15% {
        clip: rect(178px, 750px, 224px, 0)
    }

    20% {
        clip: rect(294px, 750px, 28px, 0)
    }

    25% {
        clip: rect(420px, 750px, 496px, 0)
    }

    30% {
        clip: rect(526px, 750px, 497px, 0)
    }

    35% {
        clip: rect(103px, 750px, 57px, 0)
    }

    40% {
        clip: rect(40px, 750px, 361px, 0)
    }

    45% {
        clip: rect(503px, 750px, 58px, 0)
    }

    50% {
        clip: rect(547px, 750px, 309px, 0)
    }

    55% {
        clip: rect(457px, 750px, 127px, 0)
    }

    60% {
        clip: rect(290px, 750px, 522px, 0)
    }

    65% {
        clip: rect(522px, 750px, 439px, 0)
    }

    70% {
        clip: rect(430px, 750px, 291px, 0)
    }

    75% {
        clip: rect(541px, 750px, 25px, 0)
    }

    80% {
        clip: rect(338px, 750px, 89px, 0)
    }

    85% {
        clip: rect(390px, 750px, 506px, 0)
    }

    90% {
        clip: rect(527px, 750px, 283px, 0)
    }

    95% {
        clip: rect(25px, 750px, 527px, 0)
    }

    to {
        clip: rect(23px, 750px, 395px, 0)
    }
}

.scene_component__CEfbf {
    height: 500px;
    left: -180px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    width: 500px;
    z-index: 3
}

@media(max-width:1200px) {
    .scene_component__CEfbf {
        height: 400px;
        left: -140px;
        width: 400px
    }
}

@media(max-width:900px) {
    .scene_component__CEfbf {
        height: 360px;
        left: -100px;
        width: 360px
    }
}

.scene_loader__Q5FvP {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.scene_canvas__9mhpR {
    max-width: 100%;
    position: relative
}

.scene_error__WZX-7 {
    background-image: url(/static/media/mascot-error.368631bc15fc911d3a30.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 404px;
    left: 120px;
    margin: auto;
    position: absolute;
    top: 24px;
    width: 318px
}

@media(max-width:1200px) {
    .scene_error__WZX-7 {
        height: 356px;
        left: 90px;
        top: 10px;
        width: 280px
    }
}

@media(max-width:900px) {
    .scene_error__WZX-7 {
        height: 305px;
        left: 70px;
        width: 240px
    }
}

.scene_error__WZX-7:after,
.scene_error__WZX-7:before {
    background-image: url(/static/media/mascot-error.368631bc15fc911d3a30.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.scene_error__WZX-7:before {
    -webkit-animation: scene_first-glitch__X6dv\+ 2s linear 0s infinite alternate;
    animation: scene_first-glitch__X6dv\+ 2s linear 0s infinite alternate;
    -webkit-filter: hue-rotate(250deg);
    filter: hue-rotate(250deg);
    left: 3px
}

.scene_error__WZX-7:after {
    -webkit-animation: scene_second-glitch__8ekdN 2s linear 0s infinite alternate;
    animation: scene_second-glitch__8ekdN 2s linear 0s infinite alternate;
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    left: -3px
}

.sign-in-modal_component__dFisH {
    display: grid;
    grid-template-columns: 246px 1fr;
    max-width: 100%;
    position: relative;
    width: 606px
}

@media(max-width:1200px) {
    .sign-in-modal_component__dFisH {
        grid-template-columns: 220px 1fr;
        width: 570px
    }
}

@media(max-width:599px) {
    .sign-in-modal_component__dFisH {
        grid-template-columns: 1fr
    }
}

.sign-in-modal_closeButton__oNc0- {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3
}

@media(max-width:1200px) {
    .sign-in-modal_closeButton__oNc0- {
        right: 16px;
        top: 16px
    }
}

.sign-in-modal_closeButton__oNc0-:hover svg {
    fill: #58515e
}

@media(max-width:599px) {
    .sign-in-modal_closeButton__oNc0-:hover svg {
        fill: hsla(0, 0%, 100%, .8)
    }
}

.sign-in-modal_closeButton__oNc0- svg {
    fill: #45404a;
    height: 40px;
    transition: fill .3s ease;
    width: 40px
}

@media(max-width:1200px) {
    .sign-in-modal_closeButton__oNc0- svg {
        height: 32px;
        width: 32px
    }
}

@media(max-width:599px) {
    .sign-in-modal_closeButton__oNc0- svg {
        fill: hsla(0, 0%, 100%, .4);
        height: 24px;
        width: 24px
    }
}

.sign-in-modal_left__hlABK {
    background: linear-gradient(188deg, #8e1a1c .74%, #dd3e3e 96.71%);
    border-radius: 20px 8px 8px 20px;
    position: relative;
    width: 100%
}

@media(max-width:900px) {
    .sign-in-modal_left__hlABK {
        border-radius: 14px 6px 6px 14px
    }
}

@media(max-width:599px) {
    .sign-in-modal_left__hlABK {
        border-radius: 12px 12px 4px 4px;
        height: 170px
    }
}

.sign-in-modal_left__hlABK:before {
    background: url(/static/media/lock.7fc4e12686c9df5430a7.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 44px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px
}

@media(max-width:1200px) {
    .sign-in-modal_left__hlABK:before {
        height: 38px;
        width: 38px
    }
}

@media(max-width:900px) {
    .sign-in-modal_left__hlABK:before {
        height: 32px;
        width: 32px
    }
}

@media(max-width:599px) {
    .sign-in-modal_left__hlABK:before {
        display: none
    }
}

.sign-in-modal_left__hlABK:after {
    background: url(/static/media/mascot-sm.831999743c7484f7b4f9.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    display: none;
    height: 187px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 186px
}

@media(max-width:599px) {
    .sign-in-modal_left__hlABK:after {
        display: block
    }
}

.sign-in-modal_right__2Y9Qc {
    grid-gap: 16px;
    background: #211e25;
    border-radius: 8px 20px 20px 8px;
    display: grid;
    gap: 16px;
    padding: 40px;
    position: relative
}

@media(max-width:1200px) {
    .sign-in-modal_right__2Y9Qc {
        padding: 32px
    }
}

@media(max-width:900px) {
    .sign-in-modal_right__2Y9Qc {
        border-radius: 6px 14px 14px 6px;
        padding: 24px
    }
}

@media(max-width:599px) {
    .sign-in-modal_right__2Y9Qc {
        border-radius: 4px 4px 12px 12px;
        padding: 16px
    }
}

.sign-in-modal_title__PDSpR {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: .6;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .sign-in-modal_title__PDSpR {
        background: linear-gradient(180deg, #937e82, #fff8f3);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

.sign-in-modal_list__s0oCw {
    grid-gap: 8px;
    display: grid;
    gap: 8px
}

@media(max-width:1200px) {
    .sign-in-modal_list__s0oCw {
        gap: 4px
    }
}

@media(max-width:599px) {
    .sign-in-modal_list__s0oCw {
        grid-auto-flow: column
    }
}

.sign-in-modal_button__KSEb\+ {
    grid-gap: 12px;
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    display: grid;
    font-size: 16px;
    font-weight: 700;
    gap: 12px;
    grid-template-columns: auto 1fr;
    height: 100%;
    justify-items: start;
    padding: 16px;
    transition: color .3s ease, background-color .3s;
    width: 100%
}

@media(max-width:1200px) {
    .sign-in-modal_button__KSEb\+ {
        font-size: 14px;
        gap: 8px;
        padding: 12px
    }
}

@media(max-width:900px) {
    .sign-in-modal_button__KSEb\+ {
        border-radius: 8px;
        font-size: 12px;
        padding: 10px
    }
}

@media(max-width:599px) {
    .sign-in-modal_button__KSEb\+ {
        border-radius: 10px;
        font-size: 0;
        gap: 0;
        grid-template-columns: 1fr;
        justify-items: center
    }
}

.sign-in-modal_disabled__SaJkP .sign-in-modal_button__KSEb\+ {
    background: hsla(0, 0%, 100%, .05);
    color: #6c6970;
    pointer-events: none
}

.sign-in-modal_button__KSEb\+.sign-in-modal_loading__jrplW {
    pointer-events: none
}

.sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z {
    cursor: wait
}

.sign-in-modal_google__nBy8\+ .sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z,
.sign-in-modal_google__nBy8\+ .sign-in-modal_button__KSEb\+:hover {
    background: #ea4335
}

.sign-in-modal_steam__koOKQ .sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z,
.sign-in-modal_steam__koOKQ .sign-in-modal_button__KSEb\+:hover {
    background: #265c87
}

.sign-in-modal_vk__0FcDN .sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z,
.sign-in-modal_vk__0FcDN .sign-in-modal_button__KSEb\+:hover {
    background: #07f
}

.sign-in-modal_telegram__akXVh .sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z,
.sign-in-modal_telegram__akXVh .sign-in-modal_button__KSEb\+:hover {
    background: #2aabee
}

.sign-in-modal_yandex__DaRTw .sign-in-modal_button__KSEb\+.sign-in-modal_inProcess__iCS-z,
.sign-in-modal_yandex__DaRTw .sign-in-modal_button__KSEb\+:hover {
    background: #fc3f1d
}

.sign-in-modal_icon__mdlL8 {
    fill: #45404a;
    height: 28px;
    transition: fill .3s ease;
    width: 28px
}

@media(max-width:900px) {
    .sign-in-modal_icon__mdlL8 {
        height: 24px;
        width: 24px
    }
}

.sign-in-modal_google__nBy8\+ .sign-in-modal_icon__mdlL8 {
    fill: #ea4335
}

.sign-in-modal_steam__koOKQ .sign-in-modal_icon__mdlL8 {
    fill: #66c0f4
}

.sign-in-modal_vk__0FcDN .sign-in-modal_icon__mdlL8 {
    fill: #3191ff
}

.sign-in-modal_telegram__akXVh .sign-in-modal_icon__mdlL8 {
    fill: #2aabee
}

.sign-in-modal_yandex__DaRTw .sign-in-modal_icon__mdlL8 {
    fill: #fc3f1d
}

.sign-in-modal_disabled__SaJkP .sign-in-modal_icon__mdlL8 {
    fill: #6c6970
}

.sign-in-modal_button__KSEb\+:hover .sign-in-modal_icon__mdlL8,
.sign-in-modal_inProcess__iCS-z .sign-in-modal_icon__mdlL8 {
    fill: #fff
}

.sign-in-modal_agree__TLwq4 {
    color: #cbc7cb;
    cursor: pointer;
    display: flex;
    transition: color .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.sign-in-modal_agree__TLwq4:hover {
    color: #e3dbdf
}

.sign-in-modal_label__rW3P2 {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    min-height: 20px
}

@media(max-width:1200px) {
    .sign-in-modal_label__rW3P2 {
        font-size: 12px;
        line-height: 16px
    }
}

.sign-in-modal_label__rW3P2 a {
    color: #db975d;
    transition: color .3s ease
}

.sign-in-modal_label__rW3P2 a:hover {
    color: #e4a950
}

.sign-in-modal_checkbox__sU9oN {
    background: #2f2b33;
    border-radius: 8px;
    flex-shrink: 0;
    height: 22px;
    margin-right: 12px;
    position: relative;
    transition: background-color .3s ease;
    width: 29px
}

.sign-in-modal_checkbox__sU9oN:before {
    background: #4f4752;
    border-radius: 5px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: left .3s ease, background-color .3s ease;
    width: 14px
}

.sign-in-modal_agree__TLwq4:hover .sign-in-modal_checkbox__sU9oN {
    background-color: #35323a
}

.sign-in-modal_agree__TLwq4:hover .sign-in-modal_checkbox__sU9oN:before {
    background-color: #58505b
}

.sign-in-modal_agree__TLwq4.sign-in-modal_active__S\+A\+X .sign-in-modal_checkbox__sU9oN {
    background-color: #36303a
}

.sign-in-modal_agree__TLwq4.sign-in-modal_active__S\+A\+X .sign-in-modal_checkbox__sU9oN:before {
    background-color: #f4a35d;
    left: 11px
}

.banner_component__gtCfm {
    position: relative
}

.banner_component__gtCfm:before {
    background-image: url(/static/media/background.af895b6e188fc44a90e7.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1920px;
    content: "";
    height: 700px;
    left: 0;
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #fff 10%, #fff 90%, transparent), linear-gradient(180deg, #fff 0, #fff 82%, transparent);
    mask-image: linear-gradient(90deg, transparent 0, #fff 10%, #fff 90%, transparent), linear-gradient(180deg, #fff 0, #fff 82%, transparent);
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:1920px) {
    .banner_component__gtCfm:before {
        -webkit-mask-image: linear-gradient(180deg, #fff 0, #fff 82%, transparent);
        mask-image: linear-gradient(180deg, #fff 0, #fff 82%, transparent)
    }
}

@media(max-width:1800px) {
    .banner_component__gtCfm:before {
        background-size: 1800px
    }
}

@media(max-width:1200px) {
    .banner_component__gtCfm:before {
        background-image: url(/static/media/background-1200.bbafdae87551c1531a05.jpg);
        background-size: 1200px;
        height: 462px
    }
}

@media(max-width:900px) {
    .banner_component__gtCfm:before {
        background-image: url(/static/media/background-900.4d7e1db3ad54a3bbbfaf.jpg);
        background-size: 900px;
        height: 348px
    }
}

@media(max-width:599px) {
    .banner_component__gtCfm:before {
        background-image: url(/static/media/background-600.505c12c027fb92506158.jpg);
        background-position-x: 22%;
        background-size: 600px;
        height: 232px
    }
}

.banner_container__zg3-i {
    align-items: flex-start;
    display: grid;
    height: 100%;
    width: 100%
}

@media(max-width:1800px) {
    .banner_container__zg3-i {
        padding: 0 70px
    }
}

@media(max-width:900px) {
    .banner_container__zg3-i {
        padding: 0 25px
    }
}

.banner_content__gZy3Z {
    display: grid;
    justify-content: left;
    padding-bottom: 64px;
    padding-top: 76px;
    position: relative
}

@media(max-width:1200px) {
    .banner_content__gZy3Z {
        padding-bottom: 48px;
        padding-top: 34px
    }
}

@media(max-width:900px) {
    .banner_content__gZy3Z {
        justify-content: normal;
        padding-bottom: 24px;
        padding-top: 26px
    }
}

@media(max-width:599px) {
    .banner_content__gZy3Z {
        padding-bottom: 16px;
        padding-top: 20px
    }
}

.banner_row__zAdB\+ {
    display: grid;
    justify-items: center;
    padding-top: 388px;
    position: relative;
    width: 412px
}

@media(max-width:1800px) {
    .banner_row__zAdB\+ {
        padding-top: 348px;
        width: 380px
    }
}

@media(max-width:1200px) {
    .banner_row__zAdB\+ {
        padding-top: 260px;
        width: 280px
    }
}

@media(max-width:900px) {
    .banner_row__zAdB\+ {
        padding-top: 232px;
        width: 100%
    }
}

@media(max-width:599px) {
    .banner_row__zAdB\+ {
        padding-top: 110px
    }
}

.banner_row__zAdB\+:before {
    background: url(/static/media/logo.0feafce0b198d790db1a.png) 50% 0 no-repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    left: -8%;
    position: absolute;
    top: 0;
    width: 110.5%
}

@media(max-width:900px) {
    .banner_row__zAdB\+:before {
        background-position: 0 0;
        background-size: 220px;
        left: 0;
        width: 100%
    }
}

@media(max-width:599px) {
    .banner_row__zAdB\+:before {
        background: url(/static/media/logo-sm.4dbc3ebd1daf6d7dc1b2.png) 0 0 no-repeat;
        background-size: 132px;
        left: -12px
    }
}

.banner_link__47IpX {
    align-items: center;
    background: linear-gradient(128deg, #4fb82f 19.85%, #5fe835 80.15%);
    border-radius: 12px;
    color: #121c12;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    max-width: 100%;
    min-width: 226px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase
}

.banner_link__47IpX:after {
    background: linear-gradient(128deg, #63cc43 19.85%, #7dff53 80.15%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%
}

.banner_link__47IpX:hover {
    color: #121c12
}

.banner_link__47IpX:hover:after {
    opacity: 1
}

@media(max-width:1800px) {
    .banner_link__47IpX {
        font-size: 16px
    }
}

@media(max-width:1200px) {
    .banner_link__47IpX {
        height: 62px;
        min-width: 196px;
        padding: 0 20px
    }
}

@media(max-width:900px) {
    .banner_link__47IpX {
        font-size: 14px;
        height: 54px;
        min-width: 182px
    }
}

@media(max-width:599px) {
    .banner_link__47IpX {
        border-radius: 8px;
        font-size: 11px;
        height: 44px;
        min-width: 0;
        min-width: auto;
        padding: 0 17px
    }
}

.banner_link__47IpX span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1
}

.banner_icon__\+912y {
    flex-shrink: 0;
    height: 28px;
    margin: 0 0 0 12px;
    width: 28px;
    z-index: 1
}

@media(max-width:1800px) {
    .banner_icon__\+912y {
        height: 24px;
        width: 24px
    }
}

@media(max-width:900px) {
    .banner_icon__\+912y {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .banner_icon__\+912y {
        height: 20px;
        margin: 0 0 0 8px;
        width: 20px
    }
}

.banner_icon__\+912y path {
    fill: currentcolor
}

.banner_linkText__IuLm5 {
    position: relative
}

.banner_timer__0AKMP {
    color: hsla(0, 0%, 100%, .9);
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 2px rgba(48, 23, 9, .39);
    text-transform: uppercase;
    z-index: 3
}

@media(max-width:1200px) {
    .banner_timer__0AKMP {
        font-size: 14px;
        margin-top: 16px
    }
}

@media(max-width:599px) {
    .banner_timer__0AKMP {
        font-size: 12px;
        margin-top: 12px
    }
}

.category-icon_icon__9G4xL {
    background-position: 50% 50%;
    background-size: contain
}

.category-icon_icon__9G4xL.category-icon_all-in__xzeG4 {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_all-in__xzeG4 {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_armory__te3Iv {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_armory__te3Iv {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_collections__VYkYK {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_collections__VYkYK {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_event__SfTIM {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_event__SfTIM {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_farm__6d-Hp {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_farm__6d-Hp {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_limited__UEfBs {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_limited__UEfBs {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_lucky-set__2Cbey {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_lucky-set__2Cbey {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_multicases__skLuI {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_multicases__skLuI {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_mystery__30HHP {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_mystery__30HHP {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAACkVBMVEUAAADqtzb2yC7qsiDcmxLamBHenhT921HGfQzwuh3ttBzCdgncmxP/2kHZmBP/2T770DHzvyD/3Eu9cQrWkxD4zTfKgg7/20D+1znIfgz3xiLYlhH4xyXDeArJfgvstR34xyS+cgn3xyXywS3ZmBTJgA33yTH0xC390jP1xCH4yCbdmRPPhg7OhAzblxLvuR31wyHstBvFeQv90jL+1jjbmBLNhQ3bnBP90zL91kHCdwr/3EXYlhL/3EPkqRn/20T8zyr6zSnrsh3+1jffoBT4ySzOhA3yvyD4yCW9cgr/20S2agr/20fAdQu4awm8bQjqrhrWkhH0wSHUjhD5yCfvuh7ipBbmqxniphbKgQz/20T+2T/xvSDkphfRjA/Qiw//2T7NhQ7nrRr2xiLBdgn+1TvalxLqsxzUkBD+1TX90jH0wiLzwSDHfAv5yif4xiPXkxH91DXjpxj/3EXNhg7+2EHOiQ7ipBjUjxD/2kTnrxvRhw7iphjSiA6/cwnRiA7/3EXdnRX/3EXpsR/QiQ/osB3nrRrlqhr2wyH2xSH4yCP3xyL0wB/jpBbutRzssxvlpxf1wiDpsBrioxX6ySPyvh/enRTrsRrzvx/xux7nrRnlqRfmqBfsshvorhnorRngoRXwuh3wuR3utxznrBjnqhjhoBXdnBPcmxPqrxrnqxjgnxTfnxTemhL6yyf6yiTttBvoqxjjphbbmBLYlRHXkBDkpRbcmRLvuBzfnRTXkxDdmBPalxHalBHSjQ7yvB7VkhD8zyzkpBbgoBXTig7RiA3MgAv3xijfnBPclxLYkxHUjw//3UX7zinmphbfnhTVkRDVjQ/QhA34yjH90S70wCLjohX7yiT3xSTqrhnUkhAPxqRRAAAAiHRSTlMAGQqo3UPxMwT8q2JYKSIc/v7LSz4QEPz76d/a0r62hWVWSyIaFxUH/v389fXw7uro5uPi4NzQz83Lyb2xrqqhloqFgXtvZl8/PDUyLiokHvz8+Pbz8vDv7+3r6urn5+fi3trZ0MS+vLqurq2opKObmpmVkIVyb25tbGJiYFxaWVZUT0xIQjolBOpAewAABNRJREFUSMftlNXW2kAUhevu7u7u7u7u7u7uLqFloo0RQiAQErRQXH/q7t6n6SSprF5UHqB7rdztL/vMmXOm3H/pqlC39owZtetW+Ed7lw4TdwwbOHDY9okX6v7L36ftbRG+AXXzeb1Bo891+au/Xase16GuXbt240b49rqDtf/mb3HdYjEASNy8ebvZ6Fl/BDpstECZgEk0Hfung3TcaTH1PeLGzXcrjnf9rb/a1H4WxPRDmUy42cjavym/ceOOu7pbDILDHG7OYtb1buXhWVUN1a7b+GdYl6njx43b0w+BAGKhmVdODOXMjHCzQZuHD28ANXLs/vGTp5lM+barwuGb3QlEFwHeUGleJAkDuPnudvh5t6bPoJp267GoVTt9ABpP6Ps+HL7O09AOA3KJZNLLMGXGOW48v15m/VSv3tu3b+vdfs8jrTpAoM5QBuOsdMRNExDg1ULu8ZPEE9ns1kfa4aav0bKMliGym1vQ1gBUjC5zsXbgdAIcJN68efDgQaIMwpC4gd5h3XqxVo5GUb6+DnQaNZ+hqGTUo75+fe/evfu6/76dMFtMeO89yd2xQyUpP4YtPapfQMMhxXiewZVAKhBQtXz26dO4ZEUQ3Y+gsfv3Ch9evHhh/5Cxs/ZRdcrpNW3TknbFTz1WmVAs/qp4L0ta9Q7DzxW9c+eFj0NgUVxEFOdNMNakUaVbGIr6mIKWf1J6WizGHRwC/fCj7R/u3LFjyA2o67LIshXL60DlSrhI+kAOx6m7jBYLogRiyMIpiSdUKoAh+phY0hIu/QRYMhMQnGosns37rKYd4W+lMq8fAQEjDMDNYuJ3AJbEegNM6enrYjHIE6ZfDty/702kBA9GwBWECZiI1egI/VcPLGF5Hgs8YjRNY4LYtxHB1FdP74cSKbuHrf9QFyKLaIvJEDhfBWCy7HukBp0UhUtmACFqWS1fZBIhJRplSUWRJNktotVrQKBWFSfrdjtCISZIBZ02zgigvdl4LFvMFEKKJxpJYygdcaHsD8Dndks5xskwGuPnCD2iDJRKpS+lu4WM3xaNyBGXFeVR8SeAotFUEL9FOe8qPEdbrUhZMqapzF3w+CUExHTExaEwIfITiERDQQGHCBAUQVAkv/dR0EuBZC7ggQl8mkZkHvVFqlfUu9oyBgQhGXoJAQAo791AIBNS1UzwLgT0BD/L0/Xfy5jPJ204AYEmR9bGNcb7KATwJKAo4EDTbpJ6GQh4Ka+3EPTYpKj0WZL8wEMKY8obs9TSqfgddlVj1FAuw8JBuhmuT+VjqVAqlwIeB+ZyyS5XmrTZPN9vGpCkj7UHtVgsDmgCnjl8G0skEoXHGSDYHKgxK/AxkRw/RoMkSQfpEfBbt1CrLuQ5IsD1w3G/5ycgYuwvgM2j4LfwtO4niGtWxQsBuwkYoy5CEwSMM1CkD1boF2CXUBNA3AB2FVc8NhuJEhYompWEZZOMBep8aE08ls/Hs9nsqxKgjZpcIF5IqYwTgFu4w0XzLti4KoMndYJ2nai5u02bNq1btx4xYtOQ/jQH/avXDxjQvHnz5b179+q1sGfPPn0Gb9l3rFGTHw9xk85z586ZM3vmzOnTT23tu7j/mFoNGzZs3779mZpQU6acPH320uwm1X7zite5fPFKp2rl/uunvgJSc/poL19kVAAAAABJRU5ErkJggg==)
    }
}

.category-icon_icon__9G4xL.category-icon_our-friends__K0XFF {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_our-friends__K0XFF {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_battle-pass-points__J3Ppr {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_battle-pass-points__J3Ppr {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_seven-keys__AXIhc {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_seven-keys__AXIhc {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_your-rank__3UWDw {
    background-image: url(data:image/png;base64,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)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_your-rank__3UWDw {
        background-image: url(data:image/png;base64,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)
    }
}

.category-icon_icon__9G4xL.category-icon_bundles__NPVzc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAC8VBMVEUAAADPY0O0uLf9agr0mg6ynJKSRT/zhhRgTE58YVuFNib6oQ2kLCDRW0dVKiL+tCOvKhj5oQ2dJx73lSvTPyy4Lh6Xk5LhalvgXU78dROiNinQT0CSJhv7kRCxMiOkPCzBhnX6pxClIBW0LCHgZFVwUEjrVkH7mgt5d3rthA9vLyz9gxZQOjN6dnfcW017KiKfIRZqST3fQTDjSznAycumHhT8gw69PB/7jg2PTEPFTEDaYFGysavNPC64Sz+SgHd4LhxzUkd8Yl7+oQ1GPjz6pAy8rad+cW5+UkRzJRqhKBvWSDe0vL/dMRzebWCjrK25XE79hhLSTj5ZSEPohw64MiT9vxC8bmf7dRX9dAzTSjnUOCZ7XV3gNyPJbGPsf3KnbnD/wDb+sBUbEQ7+qA8pGRMgDwf+tBj+oQwzFwn+rRIbDgo6GglJHwT+qxAnEw7+nQstFguGMwEiEw5DHQUjFhL+mApQIQIsEw1tKwD/vBr+pA1mQTT+kgpWJALzpiy4IxYvGhGpHg79YAuNGAo+GwO8wsLrZE9jTkV5TjvhQSznkSa+Ww+rFwx7MABeJgCdhXv5szLoQCufGwtoLANyLQBjKACup6PqUz3qTDboRzL/viRzIRi8KAqXFQioOQGgjoSzaFvvb1rbMRxGJxvEKxdXHBRhGxOuaw5/GQ6vUgtrFAuoFgm5p5x3Z2aVeGVuWVCAWFCuW0buWUPVSjhzPSjLMiDTdRrqSBSZLRHGaw86Eg7UgAz9cAqdPgTi1cmimpONiIb0iXPwe2WOaVxfVVHcVELHSTr/zjf/uTB8RS4uJyXCOSTkNyD9qRvEeBfOJhO2HhD8fAz7iwrgkQj+gQjVqIyrgXXTiVaKXEyCUEv9vD6eXRzqhRB8HhBDFg/SVA2GPgvOOQpVEQqhTgjFs6eFc221gFiPTT6zdjy0QzWNZTDnnievJhtPGhZ3KRHaQA3+sQvpZwbswKbHtaVIQULRnj3+4jrViByxNgWxOARKis6SAAAAYXRSTlMADv7+/vobEA/+/c6C/v79y5pHHP79+/GvjnBoWUkh/v389JKCfn5+eFwvK/7829vOyr++tqmnoHBbTEQ+O/z6+vXy49S3tbKympmGdXBnTDT18Onp5+Lc2M7Lw7+/r5OAoBpF6AAABjNJREFUWMPllFVUG0EUQCdNQoEWaSlQqLu7u7u7S0IIm2TjIU6QhCZBgruUIsXdKVB3d3d3169OQk9b+JjQfrb3Z3fP2bnz3pt5D/xTbHVuDcxgAVD03L+q0feEDU3/n7AeLUh1nAR+Y5Ffx6Z/HJqEEvTWnmicwxgCaEz7Qz2QgtJ29uB3FrRtKii1Rwpi271stGeHpvuNiHW0QAni4vwa7TluiGUTQZxjf4SgQ3y83+97OqyZbOM8uH3P8b8E8T5tEYJx4eE+owCEsLj9YOeu27bFxJAvh4aGOo0cOXLhwiUTLcHweJ+OyAjCfbrD52JnbWlsXJxzi20tfrDNRIvZg8PPogSdw8MzIizB5lSttjQuLePsNasCq+Lia9eKraysCgYN2rvXyaksA5UCGH7yTHLnLVrt/tTYsxG5t4VSrlsDQql0165XtrbKbJ8xKMH4k2kaV5uy1H37fDRSFotFN9KgML5z6SzpfVhmBJvSNF0elaTuOxTBZdH5/mw225/h7gnh8hn+bImIQWfd9yMgBJPSkg/kk7X7T+Sy6Ax2iEwWrRL5ukN8cUm0LCpS5U8XJiNbdlFeYv5um9Szt1l8tqw+KKg+SoKbBOxoQU5QjiCE4ZY7CqCwP7xjd0lp8C4WHvIgjELxFoSYQmBIomqOUiiVUSJW5lCAwHKyTdnuHbHBUrooMogC2R7N9jVmoDIEUow+CX1nd5RgwjObgIc74oO5dJGsQRApYcAI8BDBT4EPStDh8KG0/B0BwW6/BCrc19dXFN1MgWtZwJkUk8A/ukEgC5GwRWxVZIPAwKZnoiMoC0hqLDAIDLLISIPBJHgh82dlImuw9HBFMLlrQB6XxZDcDQwLqxTUewfmPKjxPi3I8Q4Ly1ExkKcAWf4yOQYKpCy+f4hMIDBECcIoRk5HRRkMUSoR3y3RHilY4JgYczk8mMESGm+yRKIKEVR6hwXmyFQSWAucL3S7NQog2bg3JjQcXiQ3IZ/PZzBwkcR0o9n+OIPB4HOFnprWaEHfmJiUdj6ZsIWNPeTO5+MiNlskwuFqvpQrdPOEYxMJwWnPnmcZGk+WEBqEXC7sQzwy63TWXZwh5ULBzu6WAM0Sp71XK/JeGQ1wvVQKBbVHjtrZZeHGCNIj5gNz9B1UYO0XkenrDlNgZ6lwXHRBzhOLL4hwPH1nhD0BmMViTkG5Jjk5Ozfx9YUE7yxBvZcdhmEkTX1tt0D7zqA5WPadOyQxOzf7gvy6GOOdOupBg3TD7MK8WrUEZpk4mzynP7DoNXNgecJ1MU9BY1JNMDkKsZdXG/Pr9+Tnh+rmzTyo06XX0HgYjUr1MEFlKnhir1Zmo1/x8biuUFfufjBUVzT1JofGhOsrs27U0DyoHAVvhoM5wdKSdhnZSmX5ruPkQit9rR2H6kH6eveY8vZ2ngeVpugHzNF+f9zJMxqlUuo5pbDwKeco3P9NUrK1Pj33Ds2DqWhj9hRi98WePJOXuNPteOGnF90SYAHOvamKqNbb3q/2klNppDvzLQCK/gFabUVSnqbj8YHPEygYBjO4l3Qvw08/zFZjFPCuhE7vjzS0iz9cYa1/0mt60XOMI4aCU/eSqqr89OPaRvDkVA7pccFBdDsOTzsx7cOlriXkPSlPSWJ4iKfUVVVJ1tMAGMOUM2mkx0VFQ5CC8RXZ5N3vr3QhPwq9WmsUeNxJ8rul7wVAG3kCE7t5oOjgVICktTX50iWbW8U6nfJGrZjDpN6sttYPA2CA3RF4ESqVA22HAjSuUy5fOdHlYUrKVWX5OyaH6XH62DBL0Gn1EZjByupjSuvOZvv5QIljopWu+Ji7bQ3GgYYv/cbOkh9JoHKwVh1bu1oAs/R60qX6gFKf7s4mUTBjLyXAuWzqBa8+oFlYuM6beyPodfoD+SkepoB1MMKkYWLYjM1l7EXiu2/bz/O8xDwakwPHAacVxms8DtB0IhIvyq+TzvPEbfqdZyow3izQbzRc33zWEc/JP7+9WNfNoSVPAWdiH/CHLFPXKd6eI16EWfdpJSbN6AT+DMJoNfH8OXVdH1PUDi0J4E9xUdcR1UQX8LcQXNRqNXE0omrmj0FdN5YA/p4Ba106AQfw1xAcXNDhm49gAPhf+A70F7uM9W0YOgAAAABJRU5ErkJggg==)
}

@media(max-width:599px) {
    .category-icon_icon__9G4xL.category-icon_bundles__NPVzc {
        background-image: url(data:image/png;base64,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)
    }
}

.category-select_container__oTtO7 {
    position: relative
}

@media(max-width:900px) {
    .category-select_container__oTtO7 {
        position: static
    }
}

.category-select_container__oTtO7 .category-select_field__3LcUP {
    align-items: center;
    color: #6b6970;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 0 12px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

@media(max-width:900px) {
    .category-select_container__oTtO7 .category-select_field__3LcUP {
        background: hsla(266, 3%, 43%, .1);
        border-radius: 8px;
        color: #9e9ba2;
        font-size: 14px;
        font-weight: 500;
        height: 44px;
        padding: 0 14px;
        width: 100%
    }

    .category-select_container__oTtO7 .category-select_field__3LcUP path {
        fill: #9e9ba2;
        transition: fill .3s
    }

    .category-select_container__oTtO7 .category-select_field__3LcUP.category-select_fieldActive__kNilc {
        color: #d0cdd4
    }

    .category-select_container__oTtO7 .category-select_field__3LcUP.category-select_fieldActive__kNilc path {
        fill: #d0cdd4
    }

    .category-select_container__oTtO7 .category-select_field__3LcUP.category-select_fieldMobileActive__FFEEQ {
        color: #d0cdd4
    }
}

@media(max-width:599px) {
    .category-select_container__oTtO7 .category-select_field__3LcUP {
        font-size: 11px;
        height: 36px;
        padding: 0 8px
    }
}

@media(max-width:900px) {
    .category-select_wrapper__kAyTv {
        width: 100%
    }
}

.category-select_fieldValue__9OjzS {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%
}

.category-select_fieldValue__9OjzS span {
    display: block;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-select_fieldActive__kNilc .category-select_fieldArrow__mbh6- {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category-select_sticky__SNntl .category-select_fieldArrow__mbh6- {
    height: 20px;
    margin-left: 10px;
    min-width: 20px;
    width: 20px
}

@media(max-width:1200px) {
    .category-select_sticky__SNntl .category-select_fieldArrow__mbh6- {
        height: 18px;
        margin-left: 8px;
        min-width: 18px;
        width: 18px
    }
}

@media(max-width:900px) {
    .category-select_sticky__SNntl .category-select_fieldArrow__mbh6- {
        height: 16px;
        margin-left: 6px;
        min-width: 16px;
        width: 16px
    }
}

.category-select_fieldArrow__mbh6- {
    display: block;
    height: 22px;
    margin-left: 12px;
    min-width: 22px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 22px
}

@media(max-width:1200px) {
    .category-select_fieldArrow__mbh6- {
        height: 20px;
        margin-left: 10px;
        min-width: 20px;
        width: 20px
    }
}

@media(max-width:900px) {
    .category-select_fieldArrow__mbh6- {
        height: 18px;
        margin-left: 8px;
        min-width: 18px;
        width: 18px
    }
}

@media(max-width:599px) {
    .category-select_fieldArrow__mbh6- {
        height: 14px;
        margin-left: 6px;
        min-width: 14px;
        width: 14px
    }
}

.category-select_listWrapper__xV21k {
    background: #1d1a21;
    border-radius: 12px;
    box-shadow: 0 28px 40px rgba(23, 19, 23, .6);
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 2
}

@media(max-width:900px) {
    .category-select_listWrapper__xV21k {
        border-radius: 8px;
        left: 0;
        margin-top: 12px;
        width: 100%
    }
}

.category-select_listWrapper__xV21k ::-webkit-scrollbar-track {
    background-color: #2e2931
}

.category-select_listWrapper__xV21k ::-webkit-scrollbar {
    width: 3px
}

.category-select_listWrapper__xV21k ::-webkit-scrollbar-thumb {
    background-color: #413b46;
    border-radius: 5px
}

.category-select_listWrapper__xV21k.category-select_enter__mGRcS {
    opacity: 0
}

.category-select_listWrapper__xV21k.category-select_enterActive__w8HcR {
    opacity: 1;
    transition: opacity .3s ease
}

.category-select_listWrapper__xV21k.category-select_exit__mewxf {
    opacity: 1
}

.category-select_listWrapper__xV21k.category-select_exitActive__p5i2x {
    opacity: 0;
    transition: opacity .3s ease
}

.category-select_list__Nw6D9 {
    -webkit-overflow-scrolling: touch;
    display: block;
    max-height: 320px;
    overflow-y: auto;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

@media(max-width:599px) {
    .category-select_list__Nw6D9 {
        max-height: 250px
    }
}

.category-select_item__Dr5zR {
    align-items: center;
    background-color: hsla(266, 3%, 43%, .1);
    color: #d0cdd4;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 1;
    min-width: 100%;
    padding: 0 16px 0 12px;
    position: relative;
    transition: background-color .3s ease, color .3s ease;
    white-space: nowrap
}

.category-select_item__Dr5zR:not(:last-child) {
    margin-bottom: 1px
}

.category-select_item__Dr5zR.category-select_itemActive__Jd5Ke,
.category-select_item__Dr5zR:hover {
    background-color: hsla(266, 3%, 43%, .2);
    color: #fff
}

@media(max-width:900px) {
    .category-select_item__Dr5zR {
        line-height: 1.5;
        white-space: normal
    }
}

@media(max-width:599px) {
    .category-select_item__Dr5zR {
        font-size: 11px;
        height: 44px
    }
}

.category-select_itemIcon__FRX7z {
    height: 24px;
    margin-right: 6px;
    min-width: 24px;
    width: 24px
}

@media(max-width:900px) {
    .category-select_itemIcon__FRX7z {
        height: 22px;
        margin-right: 4px;
        min-width: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .category-select_itemIcon__FRX7z {
        height: 20px;
        min-width: 20px;
        width: 20px
    }
}

.category-select_overlay__t5k4y {
    display: block;
    height: var(--app-height);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

@-webkit-keyframes filter_line-erasing__GDUUR {
    0% {
        width: 10px
    }

    25% {
        width: 2px
    }

    50% {
        width: 4px
    }

    75% {
        width: 2px
    }

    to {
        width: 10px
    }
}

@keyframes filter_line-erasing__GDUUR {
    0% {
        width: 10px
    }

    25% {
        width: 2px
    }

    50% {
        width: 4px
    }

    75% {
        width: 2px
    }

    to {
        width: 10px
    }
}

@-webkit-keyframes filter_eraser-moving__5AnT4 {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(6px) rotate(4deg);
        transform: translateX(6px) rotate(4deg)
    }

    50% {
        -webkit-transform: translateX(-4px) rotate(-6deg);
        transform: translateX(-4px) rotate(-6deg)
    }

    75% {
        -webkit-transform: translateX(6px) rotate(4deg);
        transform: translateX(6px) rotate(4deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes filter_eraser-moving__5AnT4 {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(6px) rotate(4deg);
        transform: translateX(6px) rotate(4deg)
    }

    50% {
        -webkit-transform: translateX(-4px) rotate(-6deg);
        transform: translateX(-4px) rotate(-6deg)
    }

    75% {
        -webkit-transform: translateX(6px) rotate(4deg);
        transform: translateX(6px) rotate(4deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.filter_component__0qylE {
    display: grid;
    margin-bottom: 60px;
    margin-top: 24px;
    position: relative;
    z-index: 10
}

@media(max-width:900px) {
    .filter_component__0qylE {
        margin-bottom: 12px;
        margin-top: 0
    }
}

.filter_mobileFilter__Aoiqi {
    display: none;
    height: 68px;
    position: relative;
    width: 100%
}

@media(max-width:900px) {
    .filter_mobileFilter__Aoiqi {
        display: block
    }
}

@media(max-width:599px) {
    .filter_mobileFilter__Aoiqi {
        height: 60px
    }
}

.filter_mobileFilterInner__dJ0Rw {
    padding: 12px 25px;
    position: relative;
    width: 100%
}

@media(max-width:599px) {
    .filter_mobileFilterInner__dJ0Rw {
        padding: 12px 15px
    }
}

@media(max-width:900px) {
    .filter_mobileSticky__qPFow .filter_mobileFilterInner__dJ0Rw {
        background-color: #171317;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 999
    }

    .filter_mobileSticky__qPFow .filter_filter__VMs-D {
        left: 0;
        margin-top: 68px;
        position: fixed;
        top: 0
    }
}

@media(max-width:599px) {
    .filter_mobileSticky__qPFow .filter_filter__VMs-D {
        margin-top: 60px
    }
}

.filter_mobileFilterWrapper__xD80e {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: -webkit-max-content minmax(0, 1fr) -webkit-max-content;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    position: relative;
    width: 100%
}

.filter_mobileFilterBtn__o\+NDm {
    align-items: center;
    background: hsla(266, 3%, 43%, .1);
    border-radius: 8px;
    display: flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    width: 44px
}

.filter_mobileFilterBtn__o\+NDm svg {
    display: block;
    height: 20px;
    position: relative;
    width: 20px
}

.filter_mobileFilterBtn__o\+NDm path {
    fill: #9e9ba2;
    transition: fill .3s
}

.filter_mobileFilterBtn__o\+NDm.filter_active__wTqfz path,
.filter_mobileFilterBtn__o\+NDm:active path {
    fill: #d0cdd4
}

@media(max-width:599px) {
    .filter_mobileFilterBtn__o\+NDm {
        height: 36px;
        min-width: 36px;
        width: 36px
    }

    .filter_mobileFilterBtn__o\+NDm svg {
        height: 14px;
        width: 14px
    }
}

.filter_content__18mJd,
.filter_filterInner__fgxbN {
    height: 82px;
    position: relative;
    z-index: 2
}

@media(max-width:1200px) {

    .filter_content__18mJd,
    .filter_filterInner__fgxbN {
        height: 68px
    }
}

@media(max-width:900px) {

    .filter_content__18mJd,
    .filter_filterInner__fgxbN {
        height: auto
    }

    .filter_filter__VMs-D {
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        transition: visibility .3s, opacity .3s, -webkit-transform .3s;
        transition: transform .3s, visibility .3s, opacity .3s;
        transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s;
        visibility: hidden;
        width: 100%
    }

    .filter_filter__VMs-D.filter_visible__fEdZg {
        opacity: 1;
        visibility: visible
    }
}

.filter_contentWrapper__g9GH6.filter_sticky__WSjVP {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999
}

.filter_container__VnNgF {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    transition: max-width .2s ease, padding .2s ease
}

@media(max-width:1350px) {
    .filter_container__VnNgF {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .filter_container__VnNgF {
        padding: 0 15px
    }
}

.filter_sticky__WSjVP .filter_container__VnNgF {
    max-width: 100%;
    padding: 0
}

.filter_content__18mJd {
    align-items: center;
    background: #1d1a21;
    border-radius: 12px;
    display: flex;
    padding: 0 16px;
    transition: height .2s ease
}

@media(max-width:1500px) {
    .filter_content__18mJd {
        background-image: none
    }
}

@media(max-width:1200px) {
    .filter_content__18mJd {
        border-radius: 10px;
        padding: 0 14px
    }
}

@media(max-width:900px) {
    .filter_content__18mJd {
        grid-gap: 15px;
        background: linear-gradient(234deg, #232126 20.85%, #343138 128.06%);
        border-radius: 8px;
        box-shadow: 0 4px 30px 0 #171317;
        display: grid;
        gap: 15px;
        padding: 14px
    }
}

@media(max-width:599px) {
    .filter_content__18mJd {
        padding: 15px 12px
    }
}

.filter_sticky__WSjVP .filter_content__18mJd {
    border-radius: 0;
    height: 64px
}

@media(max-width:1500px) {
    .filter_sticky__WSjVP .filter_content__18mJd {
        padding: 0 15px
    }
}

.filter_mainFilter__2R0df {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0
}

@media(max-width:900px) {
    .filter_mainFilter__2R0df {
        grid-gap: 10px;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }
}

@media(max-width:599px) {
    .filter_mainFilter__2R0df {
        grid-template-columns: 1fr
    }
}

.filter_filterItem__QmSKz {
    flex-shrink: 0
}

.filter_filterItem__QmSKz+.filter_filterItem__QmSKz {
    margin-left: 14px
}

@media(max-width:1200px) {
    .filter_filterItem__QmSKz+.filter_filterItem__QmSKz {
        margin-left: 10px
    }
}

@media(max-width:900px) {
    .filter_filterItem__QmSKz+.filter_filterItem__QmSKz {
        margin: 0
    }
}

@media(max-width:599px) {
    .filter_filterItem__QmSKz+.filter_filterItem__QmSKz {
        flex-grow: 1;
        margin-left: 0
    }
}

@media(max-width:900px) {

    .filter_filterName__ma\+Fp,
    .filter_filterSelect__o2YGj {
        flex-grow: 1
    }
}

.filter_inputLabel__IDTqv {
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    width: 240px
}

@media(min-width:1350px) and (max-width:1450px) {
    .filter_inputLabel__IDTqv {
        width: 200px
    }
}

@media(min-width:1200px) and (max-width:1280px) {
    .filter_inputLabel__IDTqv {
        width: 200px
    }
}

@media(max-width:1200px) {
    .filter_inputLabel__IDTqv {
        height: 40px;
        width: 150px
    }
}

@media(min-width:900px) and (max-width:950px) {
    .filter_inputLabel__IDTqv {
        width: 125px
    }
}

@media(max-width:900px) {
    .filter_inputLabel__IDTqv {
        width: 100%
    }
}

.filter_inputLabel__IDTqv path {
    fill: #343239
}

.filter_inputLabel__IDTqv:hover path {
    fill: #6c6970
}

.filter_inputLabel__IDTqv:focus-within path {
    fill: #d0cdd4
}

.filter_sticky__WSjVP .filter_inputLabel__IDTqv {
    border-radius: 6px;
    height: 40px
}

.filter_input__1E8fR {
    background: rgba(78, 75, 82, .05);
    border: 1px solid rgba(78, 75, 82, .3);
    border-radius: 10px;
    color: #d0cdd4;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 0 12px 0 40px;
    text-overflow: ellipsis;
    transition: color .3s, background-color .3s, border-color .3s;
    width: 100%
}

.filter_input__1E8fR:hover {
    background: rgba(78, 75, 82, .1);
    border-color: rgba(78, 75, 82, .6);
    color: #9e9ba2
}

.filter_input__1E8fR:hover::-webkit-input-placeholder {
    color: #9e9ba2
}

.filter_input__1E8fR:hover::placeholder {
    color: #9e9ba2
}

.filter_input__1E8fR.filter_inputActive__ZVGk2,
.filter_input__1E8fR:focus {
    background: rgba(78, 75, 82, .15);
    border-color: #4e4b52
}

.filter_input__1E8fR.filter_inputActive__ZVGk2::-webkit-input-placeholder,
.filter_input__1E8fR:focus::-webkit-input-placeholder {
    opacity: 0
}

.filter_input__1E8fR.filter_inputActive__ZVGk2::placeholder,
.filter_input__1E8fR:focus::placeholder {
    opacity: 0
}

.filter_input__1E8fR.filter_inputActive__ZVGk2 {
    color: #d0cdd4
}

.filter_input__1E8fR.filter_inputActive__ZVGk2 path {
    fill: #d0cdd4
}

.filter_sticky__WSjVP .filter_input__1E8fR {
    border-radius: 8px;
    font-size: 11px
}

.filter_input__1E8fR::-webkit-input-placeholder {
    color: #6c6970;
    opacity: 1;
    -webkit-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s
}

.filter_input__1E8fR::placeholder {
    color: #6c6970;
    opacity: 1;
    transition: color .3s, opacity .3s
}

@media(max-width:1200px) {
    .filter_input__1E8fR {
        font-size: 12px;
        padding-left: 34px
    }
}

.filter_inputIcon__c7Fev path {
    transition: fill .3s
}

@media(max-width:599px) {
    .filter_inputIcon__c7Fev path {
        fill: #797373
    }
}

.filter_searchIcon__8c9KE {
    bottom: 0;
    height: 24px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px
}

.filter_sticky__WSjVP .filter_searchIcon__8c9KE {
    height: 22px;
    width: 22px
}

@media(max-width:1200px) {
    .filter_searchIcon__8c9KE {
        height: 20px;
        left: 8px;
        width: 20px
    }
}

.filter_amountFields__SZmrH {
    background: rgba(78, 75, 82, .05);
    border: 1px solid rgba(78, 75, 82, .3);
    border-radius: 10px;
    display: flex;
    height: 50px;
    position: relative;
    transition: border-color .3s ease, background .3s
}

.filter_amountFields__SZmrH:hover {
    background: rgba(78, 75, 82, .1);
    border-color: rgba(78, 75, 82, .6)
}

.filter_amountFields__SZmrH:focus-within {
    background: rgba(78, 75, 82, .15);
    border-color: #4e4b52
}

.filter_sticky__WSjVP .filter_amountFields__SZmrH {
    border-radius: 8px;
    height: 40px
}

@media(max-width:1200px) {
    .filter_amountFields__SZmrH {
        border-radius: 8px;
        height: 40px
    }
}

.filter_amountLabel__4czUl {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 12px 0 40px;
    position: relative;
    width: 120px
}

.filter_sticky__WSjVP .filter_amountLabel__4czUl {
    padding-left: 34px;
    width: 100px
}

@media(max-width:1200px) {

    .filter_amountLabel__4czUl,
    .filter_sticky__WSjVP .filter_amountLabel__4czUl {
        padding-left: 30px;
        width: 80px
    }
}

@media(max-width:900px) {
    .filter_amountLabel__4czUl {
        width: 50%
    }
}

@media(max-width:599px) {
    .filter_amountLabel__4czUl {
        width: 50%
    }
}

.filter_amountLabel__4czUl+.filter_amountLabel__4czUl {
    border-left: 1px solid rgba(78, 75, 82, .3);
    margin-left: -1px;
    transition: border-color .3s
}

.filter_amountFields__SZmrH:hover .filter_amountLabel__4czUl+.filter_amountLabel__4czUl {
    border-color: rgba(78, 75, 82, .6)
}

.filter_amountFields__SZmrH:focus-within .filter_amountLabel__4czUl+.filter_amountLabel__4czUl {
    border-color: #4e4b52
}

.filter_amountLabel__4czUl:before {
    background: url(/static/media/amount-icon.3ff8aba776d8f49f54ce.svg) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 24px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px
}

.filter_sticky__WSjVP .filter_amountLabel__4czUl:before {
    height: 22px;
    left: 8px;
    width: 22px
}

@media(max-width:1200px) {
    .filter_amountLabel__4czUl:before {
        height: 20px;
        left: 6px;
        width: 20px
    }
}

.filter_amountInput__kenHj {
    color: #d0cdd4;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    text-overflow: ellipsis;
    width: 100%
}

.filter_sticky__WSjVP .filter_amountInput__kenHj {
    font-size: 12px
}

.filter_amountInput__kenHj::-webkit-input-placeholder {
    color: #6c6970;
    opacity: 1;
    -webkit-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s
}

.filter_amountInput__kenHj::placeholder {
    color: #6c6970;
    opacity: 1;
    transition: color .3s, opacity .3s
}

.filter_amountInput__kenHj:hover::-webkit-input-placeholder {
    color: #9e9ba2
}

.filter_amountInput__kenHj:hover::placeholder {
    color: #9e9ba2
}

.filter_amountInput__kenHj:focus::-webkit-input-placeholder {
    opacity: 0
}

.filter_amountInput__kenHj:focus::placeholder {
    opacity: 0
}

@media(max-width:1200px) {
    .filter_amountInput__kenHj {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .filter_amountInput__kenHj {
        flex-grow: 1;
        width: 0
    }
}

.filter_additional__wZEiG {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-left: 20px
}

@media(max-width:900px) {
    .filter_additional__wZEiG {
        grid-gap: 15px;
        display: grid;
        gap: 15px;
        margin-left: 0;
        width: 100%
    }
}

.filter_additionalItem__Yzu4G {
    flex-shrink: 0
}

@media(max-width:900px) {
    .filter_additionalItem__Yzu4G {
        grid-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        display: grid;
        grid-template-columns: auto auto;
        width: 100%
    }
}

.filter_additionalItem__Yzu4G+.filter_additionalItem__Yzu4G {
    margin-left: 10px
}

@media(max-width:599px) {
    .filter_additionalItem__Yzu4G+.filter_additionalItem__Yzu4G {
        margin-left: 0;
        margin-top: 7px
    }
}

.filter_right__ZPuiV {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    margin-right: 12px
}

@media(max-width:900px) {
    .filter_right__ZPuiV {
        justify-content: center
    }
}

@media(max-width:599px) {
    .filter_right__ZPuiV {
        grid-auto-flow: row;
        justify-content: left
    }
}

.filter_check__AgstF {
    grid-gap: 8px;
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-auto-flow: column
}

@media(max-width:599px) {
    .filter_check__AgstF {
        justify-content: left;
        order: 3
    }
}

.filter_checkTitle__e286h {
    color: #9e9ba2;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: color .3s
}

.filter_check__AgstF:hover .filter_checkTitle__e286h {
    color: #bab8be
}

.filter_sticky__WSjVP .filter_checkTitle__e286h {
    font-size: 12px
}

@media(max-width:1200px) {

    .filter_checkTitle__e286h,
    .filter_sticky__WSjVP .filter_checkTitle__e286h {
        font-size: 11px
    }
}

@media(max-width:599px) {
    .filter_checkTitle__e286h {
        font-size: 12px
    }
}

.filter_squareBtn__SjfKB {
    align-items: center;
    background: hsla(266, 3%, 43%, .1);
    border-radius: 10px;
    display: flex;
    height: 50px;
    padding: 0 16px 0 14px;
    position: relative;
    transition: background-color .3s ease, color .3s
}

.filter_sticky__WSjVP .filter_squareBtn__SjfKB {
    border-radius: 8px;
    height: 40px
}

@media(max-width:1200px) {
    .filter_squareBtn__SjfKB {
        border-radius: 8px;
        height: 40px
    }
}

@media(max-width:900px) {
    .filter_squareBtn__SjfKB {
        justify-content: center;
        width: 100%
    }
}

.filter_squareBtn__SjfKB:hover {
    background: hsla(266, 3%, 43%, .2);
    color: #d0cdd4
}

.filter_squareBtn__SjfKB:hover path {
    fill: #d0cdd4
}

.filter_squareBtnIcon__YihhO {
    height: 22px;
    position: relative;
    width: 22px
}

@media(max-width:900px) {
    .filter_squareBtnIcon__YihhO {
        height: 18px;
        width: 18px
    }
}

.filter_sticky__WSjVP .filter_squareBtnIcon__YihhO {
    height: 20px;
    width: 20px
}

.filter_squareBtnIcon__YihhO svg {
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px
}

.filter_sticky__WSjVP .filter_squareBtnIcon__YihhO svg {
    height: 20px;
    width: 20px
}

@media(max-width:900px) {
    .filter_squareBtnIcon__YihhO svg {
        height: 18px;
        width: 18px
    }
}

.filter_squareBtnIcon__YihhO path {
    fill: #9e9ba2;
    transition: fill .3s
}

.filter_clearBtnIcon__4rCYM:before {
    background: #9e9ba2;
    border-radius: 2px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 17px;
    transition: background .3s;
    width: 10px
}

.filter_squareBtn__SjfKB:hover .filter_clearBtnIcon__4rCYM:before {
    -webkit-animation: filter_line-erasing__GDUUR 1s infinite;
    animation: filter_line-erasing__GDUUR 1s infinite;
    background: #d0cdd4
}

.filter_sticky__WSjVP .filter_clearBtnIcon__4rCYM:before {
    top: 16px
}

@media(max-width:900px) {
    .filter_clearBtnIcon__4rCYM:before {
        top: 14px
    }
}

.filter_squareBtn__SjfKB:hover .filter_clearBtnIcon__4rCYM svg {
    -webkit-animation: filter_eraser-moving__5AnT4 1s infinite;
    animation: filter_eraser-moving__5AnT4 1s infinite
}

.filter_clearBtn__8jGLs {
    color: #9e9ba2
}

.filter_clearBtn__8jGLs span {
    display: none
}

@media(max-width:900px) {
    .filter_clearBtn__8jGLs span {
        display: block;
        font-size: 11px;
        font-weight: 700;
        margin-left: 6px
    }
}

.filter_closeButton__15lBt {
    align-items: center;
    border: 2px solid #353239;
    border-radius: 8px;
    color: #6c6970;
    display: none;
    gap: 6px;
    grid-auto-flow: column;
    height: 40px;
    justify-content: center;
    margin-top: 12px;
    transition: color .3s, border-color .3s, background .3s;
    width: 100%
}

@media(max-width:900px) {
    .filter_closeButton__15lBt {
        grid-gap: 4px;
        display: grid;
        gap: 4px;
        margin-top: 0
    }
}

.filter_closeButton__15lBt span {
    font-size: 12px;
    font-weight: 700
}

.filter_closeButton__15lBt:hover {
    background: #d0cdd4;
    border-color: #d0cdd4;
    color: #353239
}

.filter_closeButton__15lBt:hover path {
    fill: #353239
}

.filter_closeIcon__U0dbJ {
    height: 20px;
    width: 20px
}

@media(max-width:900px) {
    .filter_closeIcon__U0dbJ {
        height: 18px;
        width: 18px
    }
}

.filter_closeIcon__U0dbJ path {
    transition: fill .3s
}

@media(max-width:900px) {
    .filter_tabletHide__BD8Uw {
        display: none
    }
}

.filter_overlay__YYkrn {
    display: none
}

@media(max-width:900px) {
    .filter_overlay__YYkrn {
        display: block;
        height: var(--app-height);
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.category-not-found_container__m2O5L {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:1350px) {
    .category-not-found_container__m2O5L {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .category-not-found_container__m2O5L {
        padding: 0 15px
    }
}

.category-not-found_wrapper__Vhr8j {
    align-items: center;
    background: rgba(33, 29, 33, .19);
    border: 1px solid #252229;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 74px 20px;
    width: 100%
}

@media(max-width:599px) {
    .category-not-found_wrapper__Vhr8j {
        border-radius: 10px;
        padding: 40px 10px
    }
}

.category-not-found_icon__VGgY3 {
    fill: #d0cdd4;
    display: block;
    height: 42px;
    width: 42px
}

.category-not-found_title__VrB6a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 6px
}

@media(max-width:599px) {
    .category-not-found_title__VrB6a {
        font-size: 14px;
        margin-bottom: 4px
    }
}

.category-not-found_subtitle__ev--c {
    color: #9e9ba2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4
}

@media(max-width:599px) {
    .category-not-found_subtitle__ev--c {
        font-size: 11px
    }
}

.category-not-found_btn__13mdx {
    align-items: center;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background-color: hsla(266, 3%, 43%, .1);
    border-radius: 10px;
    color: #9e9ba2;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    line-height: 0;
    margin-top: 16px;
    padding: 14px 20px 14px 16px;
    transition: color .3s, background-color .3s
}

@media(max-width:599px) {
    .category-not-found_btn__13mdx {
        border-radius: 8px;
        font-size: 12px;
        margin-top: 12px;
        padding: 10px 16px 10px 12px
    }
}

.category-not-found_btn__13mdx:hover {
    background-color: hsla(266, 3%, 43%, .2);
    color: #d0cdd4
}

.category-not-found_btn__13mdx:hover path {
    fill: #d0cdd4
}

.category-not-found_btnIcon__a-MMm {
    display: block;
    height: 22px;
    margin-right: 6px;
    position: relative;
    width: 22px
}

@media(max-width:599px) {
    .category-not-found_btnIcon__a-MMm {
        height: 20px;
        width: 20px
    }
}

.category-not-found_btnIcon__a-MMm path {
    fill: #9e9ba2;
    transition: fill .3s
}

.category-wrap_component__B\+PQl {
    margin-bottom: 12px;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .category-wrap_component__B\+PQl {
        margin-bottom: 10px
    }
}

@media(max-width:900px) {
    .category-wrap_component__B\+PQl {
        margin-bottom: 8px
    }
}

@media(max-width:599px) {
    .category-wrap_component__B\+PQl {
        margin-bottom: 6px
    }
}

.category-wrap_container__IvsS- {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    position: relative;
    z-index: 1
}

@media(max-width:1350px) {
    .category-wrap_container__IvsS- {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .category-wrap_container__IvsS- {
        padding: 0 15px
    }
}

.category-wrap_header__sDiQj {
    align-items: center;
    background-color: hsla(266, 3%, 43%, .1);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 18px;
    position: relative;
    transition: background-color .3s ease
}

@media(max-width:1200px) {
    .category-wrap_header__sDiQj {
        padding: 16px
    }
}

@media(max-width:900px) {
    .category-wrap_header__sDiQj {
        border-radius: 10px;
        padding: 14px
    }
}

@media(max-width:599px) {
    .category-wrap_header__sDiQj {
        border-radius: 8px;
        padding: 12px
    }
}

.category-wrap_header__sDiQj.category-wrap_active__24qVl {
    background-color: transparent
}

.category-wrap_header__sDiQj.category-wrap_active__24qVl .category-wrap_hideIcon__BPjys {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.category-wrap_headerTitle__VEufS {
    align-items: center;
    display: flex;
    padding-right: 12px
}

@media(max-width:599px) {
    .category-wrap_headerTitle__VEufS {
        justify-content: space-between;
        width: 100%
    }
}

.category-wrap_headerIcon__Zien5 {
    height: 32px;
    margin-right: 12px;
    min-width: 32px;
    width: 32px
}

@media(max-width:1200px) {
    .category-wrap_headerIcon__Zien5 {
        margin-right: 10px
    }
}

@media(max-width:900px) {
    .category-wrap_headerIcon__Zien5 {
        height: 28px;
        margin-right: 8px;
        min-width: 28px;
        width: 28px
    }
}

@media(max-width:599px) {
    .category-wrap_headerIcon__Zien5 {
        height: 24px;
        margin-right: 6px;
        min-width: 24px;
        width: 24px
    }
}

.category-wrap_headerTooltip__b1VIo {
    cursor: pointer;
    margin-left: 12px;
    position: relative
}

@media(max-width:1200px) {
    .category-wrap_headerTooltip__b1VIo {
        margin-left: 10px
    }
}

@media(max-width:900px) {
    .category-wrap_headerTooltip__b1VIo {
        margin-left: 8px
    }
}

@media(max-width:599px) {
    .category-wrap_headerTooltip__b1VIo {
        margin-left: 6px;
        position: static
    }
}

.category-wrap_headerTooltip__b1VIo svg {
    display: block;
    height: 26px;
    min-width: 26px;
    transition: fill .3s ease;
    width: 26px
}

@media(max-width:900px) {
    .category-wrap_headerTooltip__b1VIo svg {
        height: 24px;
        min-width: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .category-wrap_headerTooltip__b1VIo svg {
        height: 22px;
        min-width: 22px;
        width: 22px
    }
}

.category-wrap_headerTooltip__b1VIo svg:active,
.category-wrap_headerTooltip__b1VIo svg:hover {
    fill: #ffeed5
}

.category-wrap_headerTooltip__b1VIo .category-wrap_headerTooltipText__C0Egd {
    background: #4a474c;
    border-radius: 8px;
    bottom: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    line-height: 1.4;
    max-width: 370px;
    opacity: 0;
    padding: 12px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: visibility .3s, opacity .3s, transform .3s;
    transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s;
    visibility: hidden;
    width: -webkit-max-content;
    width: max-content
}

@media(max-width:900px) {
    .category-wrap_headerTooltip__b1VIo .category-wrap_headerTooltipText__C0Egd {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .category-wrap_headerTooltip__b1VIo .category-wrap_headerTooltipText__C0Egd {
        font-size: 10px;
        left: auto;
        max-width: 100%;
        right: 0;
        -webkit-transform: none;
        -webkit-transform: initial;
        transform: none;
        width: -webkit-max-content;
        width: max-content
    }
}

.category-wrap_headerTooltip__b1VIo .category-wrap_headerTooltipText__C0Egd:before {
    border: 6px solid transparent;
    border-top-color: #4a474c;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px
}

@media(max-width:599px) {
    .category-wrap_headerTooltip__b1VIo .category-wrap_headerTooltipText__C0Egd:before {
        left: auto;
        right: 0;
        -webkit-transform: translateX(-49px);
        transform: translateX(-49px)
    }
}

.category-wrap_headerTooltip__b1VIo:active .category-wrap_headerTooltipText__C0Egd,
.category-wrap_headerTooltip__b1VIo:hover .category-wrap_headerTooltipText__C0Egd {
    opacity: 1;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    visibility: visible
}

@media(max-width:599px) {

    .category-wrap_headerTooltip__b1VIo:active .category-wrap_headerTooltipText__C0Egd,
    .category-wrap_headerTooltip__b1VIo:hover .category-wrap_headerTooltipText__C0Egd {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.category-wrap_title__A\+yRx {
    color: #ffeed5;
    font-size: 22px;
    font-weight: 1000;
    line-height: 1.5;
    position: relative
}

@media(max-width:1200px) {
    .category-wrap_title__A\+yRx {
        font-size: 20px
    }
}

@media(max-width:900px) {
    .category-wrap_title__A\+yRx {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .category-wrap_title__A\+yRx {
        font-size: 14px;
        width: 100%
    }
}

.category-wrap_hideButton__A0Q2U {
    align-items: center;
    border: 1px solid #a9b9c7;
    border-radius: 6px;
    color: #c3cacf;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 28px;
    line-height: 1;
    padding: 0 11px;
    text-transform: uppercase;
    transition: border-color .3s ease, color .3s ease
}

@media(max-width:599px) {
    .category-wrap_hideButton__A0Q2U {
        border-radius: 10px;
        font-size: 0;
        height: 20px;
        min-width: 20px;
        padding: 0;
        width: 20px
    }
}

@media(hover:hover) {
    .category-wrap_hideButton__A0Q2U:hover {
        border-color: #fff;
        color: #fff
    }

    .category-wrap_hideButton__A0Q2U:hover path {
        fill: #fff
    }
}

.category-wrap_hideButton__A0Q2U:active {
    border-color: #fff;
    color: #fff
}

.category-wrap_hideButton__A0Q2U:active path {
    fill: #fff
}

.category-wrap_hideIcon__BPjys {
    display: block;
    height: 8px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 8px
}

@media(max-width:599px) {
    .category-wrap_hideIcon__BPjys {
        height: 7px;
        margin: 0 auto;
        width: 7px
    }
}

.category-wrap_hideIcon__BPjys path {
    fill: #a9b9c7;
    transition: fill .3s ease
}

.category-wrap_content__8O\+Ae {
    margin-bottom: 48px
}

@media(max-width:1200px) {
    .category-wrap_content__8O\+Ae {
        margin-bottom: 38px
    }
}

@media(max-width:900px) {
    .category-wrap_content__8O\+Ae {
        margin-bottom: 28px
    }
}

@media(max-width:599px) {
    .category-wrap_content__8O\+Ae {
        margin-bottom: 18px
    }
}

.progress_component__2xu9v {
    color: #9e9ba2;
    display: flex;
    font-size: 15px;
    gap: 10px;
    padding-bottom: 16px;
    position: relative;
    width: 400px
}

@media(max-width:1800px) {
    .progress_component__2xu9v {
        font-size: 13px;
        width: 320px
    }
}

@media(max-width:900px) {
    .progress_component__2xu9v {
        font-size: 11px;
        width: 230px
    }
}

@media(max-width:599px) {
    .progress_component__2xu9v {
        width: 100%
    }

    .progress_component__2xu9v.progress_banner__W8X54 {
        flex-direction: column;
        gap: 4px;
        padding-bottom: 0
    }
}

@media(max-width:900px) {
    .progress_component__2xu9v.progress_inner__dGYx6 {
        margin-bottom: 20px
    }
}

.progress_title__TpUUR {
    flex-grow: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:599px) {
    .progress_banner__W8X54 .progress_title__TpUUR {
        font-size: 10px;
        order: 2;
        text-align: center
    }
}

.progress_counter__SjFQ4 {
    flex-shrink: 0;
    font-weight: 700;
    margin-left: auto
}

@media(max-width:599px) {
    .progress_banner__W8X54 .progress_counter__SjFQ4 {
        display: flex;
        justify-content: space-between;
        order: 0;
        width: 100%
    }
}

.progress_amount__Rdfar {
    color: #ffa860
}

.progress_from__QveJR {
    margin: 0 4px;
    text-transform: lowercase
}

@media(max-width:599px) {
    .progress_banner__W8X54 .progress_from__QveJR {
        display: none
    }
}

.progress_progress__0JpH2 {
    background: #353239;
    border-radius: 2px;
    bottom: 0;
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media(max-width:599px) {
    .progress_banner__W8X54 .progress_progress__0JpH2 {
        order: 1;
        position: relative
    }
}

.progress_line__dQ-Es {
    background: #ffa860;
    border-radius: 2px;
    height: 100%;
    transition: width .5s;
    width: 0
}

@-webkit-keyframes timer_blinking__P-iUg {
    0% {
        opacity: .4
    }

    50% {
        opacity: .1
    }

    to {
        opacity: .4
    }
}

@keyframes timer_blinking__P-iUg {
    0% {
        opacity: .4
    }

    50% {
        opacity: .1
    }

    to {
        opacity: .4
    }
}

.timer_container__1whM4 {
    align-items: center;
    display: flex;
    margin-left: 32px
}

@media(max-width:1200px) {
    .timer_container__1whM4 {
        margin-left: 24px
    }
}

@media(max-width:900px) {
    .timer_container__1whM4 {
        margin-left: 18px
    }
}

@media(max-width:599px) {
    .timer_container__1whM4 {
        margin-left: 0
    }
}

.timer_component__nQmLV {
    display: flex;
    gap: 4px;
    grid-auto-flow: column
}

@media(max-width:1200px) {
    .timer_component__nQmLV {
        gap: 2px
    }
}

@media(max-width:900px) {
    .timer_component__nQmLV {
        gap: 0
    }
}

.timer_item__arI-h {
    align-items: center;
    background: #353239;
    border-radius: 8px;
    color: #d0cdd4;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    line-height: 1;
    width: 30px
}

@media(max-width:1200px) {
    .timer_item__arI-h {
        border-radius: 4px;
        font-size: 13px;
        height: 30px;
        width: 20px
    }
}

@media(max-width:900px) {
    .timer_item__arI-h {
        background: none;
        border-radius: 0;
        height: auto;
        width: auto
    }
}

.timer_item__arI-h.timer_divider__gti5z {
    -webkit-animation: timer_blinking__P-iUg 3s infinite;
    animation: timer_blinking__P-iUg 3s infinite;
    background: none;
    font-size: 24px;
    font-weight: 500;
    width: auto
}

@media(max-width:1200px) {
    .timer_item__arI-h.timer_divider__gti5z {
        font-size: 18px
    }
}

@media(max-width:900px) {
    .timer_item__arI-h.timer_divider__gti5z {
        -webkit-animation: none;
        animation: none;
        font-size: inherit;
        font-weight: 700
    }
}

.timer_item__arI-h.timer_dark__dEzsx {
    color: hsla(266, 8%, 82%, .4)
}

@media(max-width:900px) {
    .timer_item__arI-h.timer_dark__dEzsx {
        color: #d0cdd4
    }
}

.timer_clockIcon__2s8Jf {
    display: none;
    height: 16px;
    margin-right: 6px;
    width: 16px
}

@media(max-width:900px) {
    .timer_clockIcon__2s8Jf {
        display: block
    }
}

.banner_component__\+Co6- {
    position: relative
}

.banner_row__0-Opg {
    align-items: center;
    background: linear-gradient(180deg, #211e25, #2b282f);
    border-radius: 12px;
    display: grid;
    grid-auto-flow: column;
    padding: 24px
}

@media(max-width:900px) {
    .banner_row__0-Opg {
        padding: 18px
    }
}

@media(max-width:599px) {
    .banner_row__0-Opg {
        align-content: center;
        border-radius: 12px 12px 2px 2px;
        grid-auto-flow: row;
        margin-bottom: 32px;
        padding: 12px
    }
}

.banner_text__VDMub {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding-right: 6px;
    width: 100%
}

@media(max-width:599px) {
    .banner_text__VDMub {
        margin-bottom: 12px;
        padding-right: 0;
        text-align: center
    }
}

.banner_title__GM8Zm {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1800px) {
    .banner_title__GM8Zm {
        font-size: 18px
    }
}

@media(max-width:1200px) {
    .banner_title__GM8Zm {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .banner_title__GM8Zm {
        font-size: 14px
    }
}

.banner_side__UXinF {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    margin-left: auto
}

@media(max-width:599px) {
    .banner_side__UXinF {
        display: block;
        width: 100%
    }
}

.banner_info__EcM06 {
    align-items: center;
    display: flex
}

@media(max-width:599px) {
    .banner_info__EcM06 {
        background: #211e25;
        border-radius: 2px 2px 6px 6px;
        justify-content: center;
        left: 0;
        margin-top: 2px;
        padding: 8px;
        position: absolute;
        top: 100%;
        width: 100%
    }
}

.box_item__2\+dQt {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 10px;
    width: 16.6666%
}

@media(max-width:1800px) {
    .box_item__2\+dQt {
        width: 20%
    }
}

@media(max-width:1200px) {
    .box_item__2\+dQt {
        margin-top: 5px;
        width: 25%
    }
}

@media(max-width:900px) {
    .box_item__2\+dQt {
        width: 33.3333%
    }
}

@media(max-width:599px) {
    .box_item__2\+dQt {
        width: 50%
    }
}

.box_link__kxZp6 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    max-width: 310px;
    padding: 10px 0 0;
    position: relative;
    transition: none;
    width: 100%
}

.box_link--disable__1-yFZ {
    cursor: default
}

.box_imageWrapper__cQI25 {
    align-items: center;
    display: flex;
    margin: 0 auto
}

@media(max-width:1800px) {
    .box_imageWrapper__cQI25 {
        max-width: 290px
    }
}

.box_imageInner__Jc-\+I {
    display: block;
    height: 0;
    line-height: 1;
    padding-bottom: 85%;
    position: relative;
    width: 100%
}

.box_imageInner__Jc-\+I:before {
    background: url(/static/media/common-case-placeholder.81eaf3d3ca4e05becd9c.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    padding-top: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.box_link__kxZp6.box_opened__OVZs0 .box_imageInner__Jc-\+I:after {
    background: url(/static/media/lock.590c9d3adf597b481563.png);
    background-size: 100%;
    content: "";
    height: 147px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95px
}

@media(max-width:900px) {
    .box_link__kxZp6.box_opened__OVZs0 .box_imageInner__Jc-\+I:after {
        height: 100px;
        width: 64px
    }
}

@media(max-width:599px) {
    .box_link__kxZp6.box_opened__OVZs0 .box_imageInner__Jc-\+I:after {
        height: 78px;
        width: 50px
    }
}

.box_rendered__3okRk .box_imageInner__Jc-\+I:before {
    display: none
}

.box_imageInner__Jc-\+I img {
    position: relative
}

.box_image__Nfee3 {
    image-rendering: -webkit-optimize-contrast;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%
}

.box_item__2\+dQt:hover .box_image__Nfee3 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.box_disabled__nBoRT .box_image__Nfee3,
.box_opened__OVZs0 .box_image__Nfee3 {
    opacity: .2;
    transition: none
}

.box_disabled__nBoRT:hover .box_image__Nfee3,
.box_opened__OVZs0:hover .box_image__Nfee3 {
    -webkit-transform: none;
    transform: none
}

.box_cost__cbinO {
    display: flex;
    justify-content: center;
    margin-top: 23px
}

@media(max-width:1800px) {
    .box_cost__cbinO {
        margin-top: 15px
    }
}

.box_price__yEtyI {
    align-items: center;
    background: url(/static/media/price.762a8e14af28bfbe2c6b.svg) no-repeat;
    background-size: 100%;
    color: #171317;
    display: flex;
    -webkit-filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    padding: 0 5px;
    width: 98px
}

@media(max-width:1800px) {
    .box_price__yEtyI {
        font-size: 15px;
        height: 40px;
        width: 90px
    }
}

@media(max-width:1200px) {
    .box_price__yEtyI {
        font-size: 13px;
        height: 30px;
        width: 70px
    }
}

@media(max-width:900px) {
    .box_price__yEtyI {
        font-size: 12px;
        height: 26px;
        width: 59px
    }
}

.box_opened__OVZs0 .box_price__yEtyI {
    background: url(/static/media/price-opened.2b08d0f7fd9866f70266.svg) no-repeat;
    background-size: 100%;
    color: #412e21;
    width: 122px
}

@media(max-width:1800px) {
    .box_opened__OVZs0 .box_price__yEtyI {
        width: 116px
    }
}

@media(max-width:1200px) {
    .box_opened__OVZs0 .box_price__yEtyI {
        width: 87px
    }
}

@media(max-width:900px) {
    .box_opened__OVZs0 .box_price__yEtyI {
        width: 76px
    }
}

.box_price__yEtyI.box_closed__Pcp0C:before {
    background: url(/static/media/padlock.bdf71307ccd869dad76d.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 24px;
    margin: auto;
    width: 24px
}

@media(max-width:1200px) {
    .box_price__yEtyI.box_closed__Pcp0C:before {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .box_price__yEtyI.box_closed__Pcp0C:before {
        height: 18px;
        width: 18px
    }
}

.box_price__yEtyI span,
.box_title__xsEyu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.box_title__xsEyu {
    color: #e0d3d6;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 15px;
    text-align: center;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .box_title__xsEyu {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .box_title__xsEyu {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .box_title__xsEyu {
        font-size: 12px;
        margin-bottom: 6px;
        padding-top: 10px
    }
}

.box_link__kxZp6:hover .box_title__xsEyu {
    color: #fff
}

.box_disabled__nBoRT .box_title__xsEyu,
.box_disabled__nBoRT:hover .box_title__xsEyu,
.box_locked__wRtbu .box_title__xsEyu,
.box_locked__wRtbu:hover .box_title__xsEyu,
.box_opened__OVZs0 .box_title__xsEyu,
.box_opened__OVZs0:hover .box_title__xsEyu {
    color: #494c51
}

.seven-keys_container__RHRZh {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    position: relative
}

@media(max-width:1350px) {
    .seven-keys_container__RHRZh {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .seven-keys_container__RHRZh {
        padding: 0 15px
    }
}

.seven-keys_list__PjGUm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.list-price_component__5OuZR {
    display: flex;
    justify-content: flex-end;
    margin: 23px 30px 0 0
}

@media(max-width:1800px) {
    .list-price_component__5OuZR {
        margin: 15px 40px 0 0
    }
}

@media(max-width:1200px) {
    .list-price_component__5OuZR {
        justify-content: center;
        margin: 15px 0 0
    }
}

.list-price_component__5OuZR.list-price_single__roUT8 {
    justify-content: center;
    margin: 23px 0 0
}

@media(max-width:1800px) {
    .list-price_component__5OuZR.list-price_single__roUT8 {
        margin: 15px 0 0
    }
}

.list-price_component__5OuZR.list-price_single__roUT8 .list-price_now__ez63F {
    left: 0
}

.list-price_component__5OuZR.list-price_free__v\+EIn .list-price_now__ez63F {
    background: url(/static/media/price-free.8557067ab54d108809de.svg) no-repeat;
    color: #fff
}

.list-price_component__5OuZR.list-price_battlePass__mZbac .list-price_now__ez63F {
    align-items: center;
    background: url(/static/media/price-battle-pass.1d7922487d40be9dec29.svg) no-repeat;
    background-size: 100%;
    color: #19333d;
    display: flex;
    justify-content: center
}

.list-price_now__ez63F {
    background: url(/static/media/price-new.930dc6766f7d883e615b.svg) no-repeat;
    background-size: 100%;
    color: #171317;
    -webkit-filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    font-size: 18px;
    font-weight: 700;
    left: 18px;
    line-height: 42px;
    position: relative;
    text-align: center;
    top: 0;
    width: 98px
}

@media(max-width:1800px) {
    .list-price_now__ez63F {
        font-size: 15px;
        left: 16px;
        line-height: 40px;
        width: 90px
    }
}

@media(max-width:1200px) {
    .list-price_now__ez63F {
        font-size: 13px;
        line-height: 30px;
        width: 70px
    }
}

@media(max-width:900px) {
    .list-price_now__ez63F {
        font-size: 12px;
        line-height: 26px;
        width: 59px
    }
}

.list-price_old__2ioQo {
    display: block;
    font-size: 14px;
    height: -webkit-max-content;
    height: max-content;
    order: 1;
    position: relative;
    top: -25px;
    width: 70px
}

.list-price_old__2ioQo:before {
    background: url(/static/media/old-cost.3a2fabad9d3664697cdb.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    left: 0;
    padding-top: 54%;
    position: relative;
    top: 0;
    width: 100%
}

@media(max-width:1800px) {
    .list-price_old__2ioQo {
        font-size: 12px;
        top: -20px;
        width: 60px
    }
}

@media(max-width:1200px) {
    .list-price_old__2ioQo {
        font-size: 11px;
        width: 52px
    }
}

@media(max-width:900px) {
    .list-price_old__2ioQo {
        font-size: 10px;
        width: 46px
    }
}

.list-price_oldText__BNLj6 {
    color: #fff;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    margin-left: 1px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.list-price_oldText__BNLj6:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.list-price_oldPoint__U96nE {
    height: 16px;
    margin-top: -4px;
    width: 16px
}

@media(max-width:1800px) {
    .list-price_oldPoint__U96nE {
        margin-top: -2px
    }
}

@media(max-width:1200px) {
    .list-price_oldPoint__U96nE {
        height: 14px;
        width: 14px
    }
}

@media(max-width:900px) {
    .list-price_oldPoint__U96nE {
        height: 12px;
        width: 12px
    }
}

.list-price_point__\+24dC {
    height: 23px;
    margin-left: 2px;
    margin-top: -1px;
    width: 23px
}

@media(max-width:1200px) {
    .list-price_point__\+24dC {
        height: 18px;
        width: 18px
    }
}

@media(max-width:900px) {
    .list-price_point__\+24dC {
        height: 16px;
        width: 16px
    }
}

.item_component__W7dTW {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 10px;
    width: 16.6666%
}

@media(max-width:1800px) {
    .item_component__W7dTW {
        width: 20%
    }
}

@media(max-width:1200px) {
    .item_component__W7dTW {
        margin-top: 5px;
        width: 25%
    }
}

@media(max-width:900px) {
    .item_component__W7dTW {
        width: 33.3333%
    }
}

@media(max-width:599px) {
    .item_component__W7dTW {
        width: 50%
    }
}

.item_component__W7dTW.item_free__esfvF .item_limits__4nT5m {
    color: #ebffd1
}

.item_limits__4nT5m {
    background-color: rgba(19, 18, 23, .7);
    border: 1px solid #1d1d26;
    border-radius: 100px;
    color: #f2b78c;
    font-size: 12px;
    left: 10px;
    padding: 8px 13px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 85px
}

@media(max-width:900px) {
    .item_limits__4nT5m {
        font-size: 11px;
        padding: 7px 10px;
        width: 80px
    }
}

@media(max-width:599px) {
    .item_limits__4nT5m {
        font-size: 10px;
        padding: 5px 6px;
        width: 65px
    }
}

.item_limit__xBSTS {
    display: flex;
    justify-content: center;
    text-align: center
}

.item_limitWrapper__AiDNf {
    background: #3f2b2b;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(23, 19, 23, .8);
    color: #d7634d;
    display: inline-flex;
    font-weight: 700;
    margin-top: 2px;
    min-width: 131px;
    overflow: hidden;
    padding: 7px 11px;
    position: relative
}

.item_limitWrapper__AiDNf:before {
    background-color: #241e24;
    border-radius: 8px;
    content: "";
    inset: 2px;
    overflow: hidden;
    position: absolute;
    z-index: 10
}

.item_limitRow__R3CIQ {
    border-radius: 8px;
    color: #d7634d;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    width: 100%;
    z-index: 11
}

.item_limitMax__YvM-Q,
.item_limitSold__eGwrL {
    position: relative;
    z-index: 2
}

.item_limitSold__eGwrL {
    color: #ffdbd3;
    padding-right: 3px
}

.item_limitProgress__WYQMf {
    background-color: #e76d56;
    bottom: -2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    z-index: 9
}

.item_limitShadow__KKB6m {
    background: linear-gradient(270deg, rgba(225, 47, 47, .304), rgba(37, 31, 37, .38) 98.04%);
    bottom: 2px;
    position: absolute;
    top: 2px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 30px;
    z-index: 10
}

.item_link__uRqfW {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 310px;
    padding: 10px 0 0;
    position: relative;
    transition: none;
    width: 100%
}

.item_link__uRqfW:hover .item_image__9Hxuc {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.item_link__uRqfW:hover .item_name__J4fu9 {
    color: #fff
}

.item_link__uRqfW.item_disable__J-GGx {
    cursor: default
}

.item_link__uRqfW.item_disable__J-GGx:hover .item_image__9Hxuc {
    -webkit-transform: none;
    transform: none
}

.item_link__uRqfW.item_disable__J-GGx .item_image__9Hxuc {
    opacity: .2;
    transition: none
}

.item_link__uRqfW.item_disable__J-GGx .item_name__J4fu9 {
    color: #494c51
}

.item_link__uRqfW.item_disable__J-GGx .item_coast__RsUQ\+ {
    opacity: .2
}

.item_imageWrapper__NbFjT {
    align-items: center;
    display: flex;
    margin: 0 auto
}

@media(max-width:1800px) {
    .item_imageWrapper__NbFjT {
        max-width: 290px
    }
}

.item_imageInner__JcujO {
    display: block;
    height: 0;
    line-height: 1;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.item_imageInner__JcujO:before {
    background: url(/static/media/common-case-placeholder.81eaf3d3ca4e05becd9c.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    padding-top: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.item_imageInner__JcujO.item_mystery__NhfR7:before {
    background: url(/static/media/mystery-case-placeholder.7f805c3c8f9c8fd7737b.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.item_imageInner__JcujO.item_rendered__q7dqQ:before {
    display: none
}

.item_image__9Hxuc {
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
    object-fit: contain;
    object-position: center;
    position: absolute;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%
}

.item_info__Ya4Tb {
    margin-top: -15%
}

.item_name__J4fu9 {
    color: #e0d3d6;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap
}

@media(max-width:1200px) {
    .item_name__J4fu9 {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .item_name__J4fu9 {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .item_name__J4fu9 {
        font-size: 12px;
        margin-bottom: 6px;
        padding-top: 10px
    }
}

.item_slide__Q1QMs {
    padding: 0 5px
}

@media(max-width:599px) {
    .item_slide__Q1QMs {
        padding: 0
    }
}

.item_slide__Q1QMs .item_imageWrapper__NbFjT,
.item_slide__Q1QMs .item_link__uRqfW {
    max-width: none !important
}

.item_slide__Q1QMs .item_link__uRqfW {
    padding: 0 !important
}

.item_badges__ICHBN {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.item_badge__xnmO7 {
    height: 26px;
    min-width: 70px;
    padding-left: 20px;
    position: relative;
    width: -webkit-max-content;
    width: max-content
}

@media(max-width:1200px) {
    .item_badge__xnmO7 {
        height: 24px;
        min-width: 64px;
        padding-left: 18px
    }
}

@media(max-width:900px) {
    .item_badge__xnmO7 {
        height: 20px;
        min-width: 56px;
        padding-left: 14px
    }
}

.item_badge__xnmO7:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1
}

@media(max-width:1200px) {
    .item_badge__xnmO7:before {
        width: 28px
    }
}

@media(max-width:900px) {
    .item_badge__xnmO7:before {
        width: 24px
    }
}

.item_badge__xnmO7.item_new__Q43Im {
    color: #fff3dc
}

.item_badge__xnmO7.item_new__Q43Im:before {
    background-image: url(/static/media/new.8f7b51699413528dd3f0.svg)
}

.item_badge__xnmO7.item_new__Q43Im .item_badgeBlock__aKXF\+ {
    background: linear-gradient(270deg, #ffb657 -4.44%, #bf7f4b 75.02%)
}

.item_badge__xnmO7.item_top__Z6za0 {
    color: #e0dfff
}

.item_badge__xnmO7.item_top__Z6za0:before {
    background-image: url(/static/media/top.7ad8fda4e80a32a7d621.svg)
}

.item_badge__xnmO7.item_top__Z6za0 .item_badgeBlock__aKXF\+ {
    background: linear-gradient(270deg, #827dff, #5751da)
}

.item_badge__xnmO7.item_sale__YpgP0 {
    color: #ffe2e0
}

.item_badge__xnmO7.item_sale__YpgP0:before {
    background-image: url(/static/media/sale.dfabb02eca922ffac5e9.svg)
}

.item_badge__xnmO7.item_sale__YpgP0 .item_badgeBlock__aKXF\+ {
    background: linear-gradient(270deg, #f44, #d03636)
}

.item_badgeBlock__aKXF\+ {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    -webkit-mask-image: url(/static/media/mask-bg.d49f0391558a279ee214.svg);
    mask-image: url(/static/media/mask-bg.d49f0391558a279ee214.svg);
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    padding: 0 11px 0 13px;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .item_badgeBlock__aKXF\+ {
        font-size: 9px
    }
}

@media(max-width:900px) {
    .item_badgeBlock__aKXF\+ {
        font-size: 8px
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.category-slider_component__1AqhP {
    position: relative;
    width: 100%
}

.category-slider_container__yZA8V {
    margin: 0 auto;
    max-width: 2060px;
    position: relative;
    width: 100%;
    z-index: 1
}

.category-slider_arrow__dVy1p {
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(115, 101, 87, .3);
    background-position: 50% 50%;
    background-size: 60%;
    border: 2px solid rgba(115, 101, 87, .3);
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    min-width: 80px;
    position: relative;
    transition: .25s;
    width: 80px;
    will-change: transform;
    z-index: 10
}

.category-slider_arrow__dVy1p.category-slider_disabled__yNVsX {
    opacity: .5;
    pointer-events: none
}

@media(hover:hover) {
    .category-slider_arrow__dVy1p:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.category-slider_arrow__dVy1p:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.category-slider_arrow__dVy1p:first-child {
    background-image: url(/static/media/slider-arrow-left.3cd9f32df072888e39fa.svg);
    margin-right: -20px
}

.category-slider_arrow__dVy1p:last-child {
    background-image: url(/static/media/slider-arrow-right.c19fcbf3ff6617bb886d.svg);
    margin-left: -20px
}

@media(max-width:900px) {
    .category-slider_arrow__dVy1p {
        height: 60px;
        min-width: 60px;
        width: 60px
    }

    .category-slider_arrow__dVy1p:first-child {
        margin-right: -40px
    }

    .category-slider_arrow__dVy1p:last-child {
        margin-left: -40px
    }
}

@media(max-width:599px) {
    .category-slider_arrow__dVy1p {
        height: 40px;
        margin-bottom: 40px;
        min-width: 40px;
        width: 40px
    }

    .category-slider_arrow__dVy1p:first-child {
        margin-right: -40px;
        right: -20px
    }

    .category-slider_arrow__dVy1p:last-child {
        left: -20px;
        margin-left: -40px
    }
}

.category-slider_wrapper__Aywom {
    align-items: center;
    display: flex;
    left: 50%;
    padding: 0 5%;
    position: absolute;
    top: calc(50px + 21%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

@media(min-width:2060px) {
    .category-slider_wrapper__Aywom {
        top: 190px
    }
}

@media(max-width:1599px) {
    .category-slider_wrapper__Aywom {
        top: calc(50px + 9%)
    }
}

@media(max-width:900px) {
    .category-slider_wrapper__Aywom {
        padding: 0 2%;
        top: calc(30px + 18.5%)
    }
}

@media(max-width:599px) {
    .category-slider_wrapper__Aywom {
        padding: 0;
        top: calc(36% - 40px)
    }
}

.category-slider_track__zOBSl {
    display: block;
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    width: calc(100% - 120px)
}

@media(max-width:900px) {
    .category-slider_track__zOBSl {
        width: calc(100% - 40px)
    }
}

@media(max-width:599px) {
    .category-slider_track__zOBSl {
        width: 100%
    }
}

.category-slider_bcg__cPK7k {
    display: block;
    margin: 0 auto;
    max-width: 2200px;
    position: relative;
    width: 100%;
    z-index: 0
}

.category-slider_bcg__cPK7k:after {
    background-image: url(/static/media/slider-bg.4d3764146ebf39395e31.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 15%, #000 85%, transparent);
    mask-image: linear-gradient(0deg, transparent 0, #000 15%, #000 85%, transparent);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding-top: 32%;
    position: relative
}

@media(max-width:900px) {
    .category-slider_bcg__cPK7k:after {
        background-image: url(/static/media/slider-bg-md.a95efb1de6fd9a5dca96.jpg);
        padding-top: 54%
    }
}

@media(max-width:599px) {
    .category-slider_bcg__cPK7k:after {
        background-image: url(/static/media/slider-bg-sm.75ff382dcde7b626c445.jpg);
        padding-top: 74%
    }

    .swiper-wrapper {
        padding: 40px 0 0
    }

    .swiper-slide div>a>div {
        transition: opacity .3s
    }

    .swiper-slide:not(.swiper-slide-active) {
        pointer-events: none
    }

    .swiper-slide:not(.swiper-slide-active) img {
        opacity: .6;
        -webkit-transform: scale(.8) !important;
        transform: scale(.8) !important
    }

    .swiper-slide:not(.swiper-slide-active) div>a>div {
        opacity: 0
    }

    .swiper-slide-active img {
        -webkit-transform: translateY(-5%) scale(1.4) !important;
        transform: translateY(-5%) scale(1.4) !important
    }
}

.category-grid_container__i9pmW {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    position: relative;
    z-index: 1
}

@media(max-width:1350px) {
    .category-grid_container__i9pmW {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .category-grid_container__i9pmW {
        padding: 0 15px
    }
}

.category-grid_list__1FfcU {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.mystery-item_component__r8PzT {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 10px;
    width: 16.6666%
}

@media(max-width:1800px) {
    .mystery-item_component__r8PzT {
        width: 20%
    }
}

@media(max-width:1200px) {
    .mystery-item_component__r8PzT {
        margin-top: 5px;
        width: 25%
    }
}

@media(max-width:900px) {
    .mystery-item_component__r8PzT {
        width: 33.3333%
    }
}

@media(max-width:599px) {
    .mystery-item_component__r8PzT {
        width: 50%
    }
}

.mystery-item_link__99J5V {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    max-width: 310px;
    padding: 10px 0 0;
    position: relative;
    transition: none;
    width: 100%
}

.mystery-item_link__99J5V:hover .mystery-item_image__8n0Gf {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.mystery-item_link__99J5V:hover .mystery-item_name__FKTIB {
    color: #fff
}

.mystery-item_link__99J5V.mystery-item_disable__Yh799 {
    cursor: default
}

.mystery-item_link__99J5V.mystery-item_disable__Yh799:hover .mystery-item_image__8n0Gf {
    -webkit-transform: none;
    transform: none
}

.mystery-item_link__99J5V.mystery-item_disable__Yh799 .mystery-item_cost__bhdX8 {
    opacity: .2
}

.mystery-item_link__99J5V.mystery-item_disable__Yh799 .mystery-item_image__8n0Gf {
    opacity: .2;
    transition: none
}

.mystery-item_link__99J5V.mystery-item_disable__Yh799 .mystery-item_name__FKTIB {
    color: #494c51
}

.mystery-item_imageWrapper__HBRyF {
    align-items: center;
    display: flex;
    margin: 0 auto
}

@media(max-width:1800px) {
    .mystery-item_imageWrapper__HBRyF {
        max-width: 290px
    }
}

.mystery-item_imageInner__90ilW {
    display: block;
    height: 0;
    line-height: 1;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.mystery-item_imageInner__90ilW:before {
    background: url(/static/media/common-case-placeholder.81eaf3d3ca4e05becd9c.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    padding-top: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.mystery-item_imageInner__90ilW.mystery-item_mystery__Ag08P:before {
    background: url(/static/media/mystery-case-placeholder.7f805c3c8f9c8fd7737b.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.mystery-item_imageInner__90ilW.mystery-item_rendered__xignl:before {
    display: none
}

.mystery-item_imageInner__90ilW img {
    position: relative
}

.mystery-item_image__8n0Gf {
    image-rendering: -webkit-optimize-contrast;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%
}

.mystery-item_info__BVPT6 {
    margin-top: -15%
}

.mystery-item_cost__bhdX8 {
    display: flex;
    justify-content: center;
    margin: 23px 0 0
}

@media(max-width:1800px) {
    .mystery-item_cost__bhdX8 {
        margin: 15px 0 0
    }
}

@media(max-width:1200px) {
    .mystery-item_cost__bhdX8 {
        justify-content: center;
        margin: 15px 0 0
    }
}

.mystery-item_costNow__ZP7pH {
    background: url(/static/media/price-new.930dc6766f7d883e615b.svg) no-repeat;
    background-size: 100%;
    color: #171317;
    -webkit-filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    filter: drop-shadow(-5px -10px 20px rgba(23, 19, 23, .6));
    font-size: 18px;
    font-weight: 700;
    left: 18px;
    line-height: 42px;
    position: relative;
    text-align: center;
    top: 0;
    width: 98px
}

@media(max-width:1800px) {
    .mystery-item_costNow__ZP7pH {
        font-size: 15px;
        left: 16px;
        line-height: 40px;
        width: 90px
    }
}

@media(max-width:1200px) {
    .mystery-item_costNow__ZP7pH {
        font-size: 13px;
        line-height: 30px;
        width: 70px
    }
}

@media(max-width:900px) {
    .mystery-item_costNow__ZP7pH {
        font-size: 12px;
        line-height: 26px;
        width: 59px
    }
}

.mystery-item_name__FKTIB {
    color: #e0d3d6;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap
}

@media(max-width:1200px) {
    .mystery-item_name__FKTIB {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .mystery-item_name__FKTIB {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .mystery-item_name__FKTIB {
        font-size: 12px;
        margin-bottom: 6px;
        padding-top: 10px
    }
}

.mystery-block_container__LbIH4 {
    margin: 0 auto;
    max-width: 2060px;
    padding: 0 100px;
    position: relative
}

@media(max-width:1350px) {
    .mystery-block_container__LbIH4 {
        padding: 0 25px
    }
}

@media(max-width:599px) {
    .mystery-block_container__LbIH4 {
        padding: 0 15px
    }
}

.mystery-block_list__e-9xr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page_page__9iyIp {
    background: url(/static/media/bg.d5035fb692f0d53070ea.svg) 50% 0 no-repeat;
    background-size: 1110px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 40px;
    position: relative
}

@media(max-width:1200px) {
    .page_page__9iyIp {
        padding-bottom: 35px
    }
}

@media(max-width:599px) {
    .page_page__9iyIp {
        background-size: 680px
    }
}

.page_title__9X8AS {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #6dba6c, #c4ffc2);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 50px;
    margin: 0 auto;
    max-width: 880px;
    padding-top: 112px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .page_title__9X8AS {
        font-size: 32px;
        line-height: 38px;
        padding-top: 90px
    }
}

@media(max-width:900px) {
    .page_title__9X8AS {
        font-size: 26px;
        line-height: 32px;
        padding-top: 72px
    }
}

@media(max-width:599px) {
    .page_title__9X8AS {
        font-size: 18px;
        line-height: 24px;
        padding-top: 60px
    }
}

.page_title__9X8AS:before {
    background: url(/static/media/check.a46cae706c258325f27d.svg) 50% no-repeat;
    background-size: 100%;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

@media(max-width:1200px) {
    .page_title__9X8AS:before {
        height: 80px;
        width: 80px
    }
}

@media(max-width:900px) {
    .page_title__9X8AS:before {
        height: 64px;
        width: 64px
    }
}

@media(max-width:599px) {
    .page_title__9X8AS:before {
        height: 54px;
        width: 54px
    }
}

.page_row__WwgnB {
    margin: 72px auto 0;
    max-width: 500px;
    width: 100%
}

@media(max-width:1200px) {
    .page_row__WwgnB {
        margin-top: 60px
    }
}

@media(max-width:900px) {
    .page_row__WwgnB {
        margin-top: 40px
    }
}

@media(max-width:599px) {
    .page_row__WwgnB {
        margin-top: 30px
    }
}

.page_list__pwmOD {
    grid-gap: 16px;
    display: grid;
    gap: 16px
}

@media(max-width:1200px) {
    .page_list__pwmOD {
        gap: 12px
    }
}

@media(max-width:599px) {
    .page_list__pwmOD {
        gap: 8px
    }
}

.page_item__1ImxJ {
    grid-gap: 8px;
    align-items: center;
    background: linear-gradient(98deg, #201b21 6.35%, rgba(32, 27, 33, 0) 131.79%);
    border-radius: 14px;
    color: #eeecf0;
    display: grid;
    font-size: 14px;
    gap: 8px;
    grid-template-columns: 90px 1fr;
    line-height: 20px;
    padding: 8px 40px 8px 20px;
    position: relative
}

@media(max-width:1200px) {
    .page_item__1ImxJ {
        grid-template-columns: 78px 1fr;
        padding-left: 10px
    }
}

@media(max-width:599px) {
    .page_item__1ImxJ {
        border-radius: 10px;
        font-size: 12px;
        grid-template-columns: 64px 1fr;
        line-height: 16px;
        padding-right: 16px
    }
}

.page_item__1ImxJ:after {
    border: 1px solid #282328;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.page_item__1ImxJ:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 56px;
    content: "";
    height: 90px;
    width: 90px
}

@media(max-width:1200px) {
    .page_item__1ImxJ:before {
        background-size: 48px;
        height: 76px;
        width: 76px
    }
}

@media(max-width:599px) {
    .page_item__1ImxJ:before {
        background-size: 38px;
        height: 64px;
        width: 64px
    }
}

.page_item__1ImxJ.page_drop__-Nk-w:before {
    background-image: url(/static/media/drop.cbc72097bf7706445f4a.svg)
}

.page_item__1ImxJ.page_contracts__Iw9zE:before {
    background-image: url(/static/media/contracts.3b2642f9866b6d8cce60.svg)
}

.page_item__1ImxJ.page_battles__U4gUC:before {
    background-image: url(/static/media/battles.e37e23e7deea3ab536fc.svg)
}

.page_item__1ImxJ strong {
    color: #fff;
    font-weight: 600
}

.page_links__sQo4s {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px
}

@media(max-width:900px) {
    .page_links__sQo4s {
        gap: 10px;
        margin-top: 24px
    }
}

@media(max-width:599px) {
    .page_links__sQo4s {
        gap: 8px;
        grid-template-columns: 1fr
    }
}

.page_button__DucbX {
    align-items: center;
    border-radius: 10px;
    display: grid;
    font-size: 15px;
    font-weight: 800;
    grid-auto-flow: column;
    height: 64px;
    justify-content: center;
    padding: 0 20px;
    transition: background-color .3s
}

@media(max-width:900px) {
    .page_button__DucbX {
        border-radius: 8px;
        font-size: 13px;
        height: 58px
    }
}

@media(max-width:599px) {
    .page_button__DucbX {
        font-size: 12px;
        height: 54px
    }
}

.page_button__DucbX.page_back__kYs0s {
    background: #ffa860;
    color: #412e21;
    gap: 8px
}

.page_button__DucbX.page_back__kYs0s:hover {
    background-color: #d08951;
    color: #412e21
}

.page_button__DucbX.page_event__Q3qHs {
    border: 2px solid #d0cdd4;
    color: #d0cdd4
}

.page_button__DucbX.page_event__Q3qHs:hover {
    background: #6c6970;
    border-radius: 10px
}

.page_arrow__3kMxY {
    fill: #412e21;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px
}

.page_bottom__84C2O {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    margin-top: 100px
}

@media(max-width:1200px) {
    .page_bottom__84C2O {
        margin-top: 72px
    }
}

@media(max-width:900px) {
    .page_bottom__84C2O {
        margin-top: 48px
    }
}

@media(max-width:599px) {
    .page_bottom__84C2O {
        gap: 12px;
        margin-top: 38px
    }
}

.page_bottomTitle__vVFTX {
    color: #eeecf0;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

@media(max-width:900px) {
    .page_bottomTitle__vVFTX {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .page_bottomTitle__vVFTX {
        font-size: 13px;
        line-height: 18px
    }
}

.page_applications__OKe8k {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr
}

.page_application__aCtmb {
    background-color: #211e25;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 36px;
    border-radius: 12px;
    height: 70px;
    transition: background-color .3s;
    width: 100%
}

@media(max-width:900px) {
    .page_application__aCtmb {
        background-size: auto 30px;
        border-radius: 8px;
        height: 60px
    }
}

@media(max-width:599px) {
    .page_application__aCtmb {
        background-size: auto 26px;
        border-radius: 6px;
        height: 56px
    }
}

.page_application__aCtmb:hover {
    background-color: #2a2630
}

.page_application__aCtmb.page_google__b4Cng {
    background-image: url(/static/media/google-play.8572117179fafa7d1159.svg)
}

.page_application__aCtmb.page_appstore__ENiPJ {
    background-image: url(/static/media/appstore.cf040807de234c6f280e.svg)
}

.page_application__aCtmb.page_apk__QyfyF {
    background-image: url(/static/media/apk.a6becadea9e8c8c171b1.svg);
    grid-column: 1/-1
}

.page_page__qToLw {
    background: url(/static/media/bg.818965cf491b5d8c62b0.svg) 50% 0 no-repeat;
    background-size: 1110px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 40px;
    position: relative
}

@media(max-width:1200px) {
    .page_page__qToLw {
        padding-bottom: 35px
    }
}

@media(max-width:599px) {
    .page_page__qToLw {
        background-size: 680px
    }
}

.page_title__nW0jp {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ba6c6c, #ffc2c2);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 50px;
    margin: 0 auto;
    max-width: 880px;
    padding-top: 112px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .page_title__nW0jp {
        font-size: 32px;
        line-height: 38px;
        padding-top: 90px
    }
}

@media(max-width:900px) {
    .page_title__nW0jp {
        font-size: 26px;
        line-height: 32px;
        padding-top: 72px
    }
}

@media(max-width:599px) {
    .page_title__nW0jp {
        font-size: 18px;
        line-height: 24px;
        padding-top: 60px
    }
}

.page_title__nW0jp:before {
    background: url(/static/media/warn.79e1ac311b4ea1e0410d.svg) 50% no-repeat;
    background-size: 100%;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

@media(max-width:1200px) {
    .page_title__nW0jp:before {
        height: 80px;
        width: 80px
    }
}

@media(max-width:900px) {
    .page_title__nW0jp:before {
        height: 64px;
        width: 64px
    }
}

@media(max-width:599px) {
    .page_title__nW0jp:before {
        height: 54px;
        width: 54px
    }
}

.page_row__qrnkk {
    margin: 72px auto 0;
    max-width: 500px;
    width: 100%
}

@media(max-width:1200px) {
    .page_row__qrnkk {
        margin-top: 60px
    }
}

@media(max-width:900px) {
    .page_row__qrnkk {
        margin-top: 40px
    }
}

@media(max-width:599px) {
    .page_row__qrnkk {
        margin-top: 30px
    }
}

.page_list__NyC4i {
    grid-gap: 16px;
    display: grid;
    gap: 16px
}

@media(max-width:1200px) {
    .page_list__NyC4i {
        gap: 12px
    }
}

@media(max-width:599px) {
    .page_list__NyC4i {
        gap: 8px
    }
}

.page_item__9ZFJe {
    grid-gap: 8px;
    align-items: center;
    background: linear-gradient(98deg, #201b21 6.35%, rgba(32, 27, 33, 0) 131.79%);
    border-radius: 14px;
    color: #eeecf0;
    display: grid;
    font-size: 14px;
    gap: 8px;
    grid-template-columns: 90px 1fr;
    line-height: 20px;
    padding: 8px 40px 8px 20px;
    position: relative
}

@media(max-width:1200px) {
    .page_item__9ZFJe {
        grid-template-columns: 78px 1fr;
        padding-left: 10px
    }
}

@media(max-width:599px) {
    .page_item__9ZFJe {
        border-radius: 10px;
        font-size: 12px;
        grid-template-columns: 64px 1fr;
        line-height: 16px;
        padding: 12px 16px 12px 10px
    }
}

.page_item__9ZFJe:after {
    border: 1px solid #282328;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.page_item__9ZFJe:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 56px;
    content: "";
    height: 90px;
    width: 90px
}

@media(max-width:1200px) {
    .page_item__9ZFJe:before {
        background-size: 48px;
        height: 76px;
        width: 76px
    }
}

@media(max-width:599px) {
    .page_item__9ZFJe:before {
        background-size: 38px;
        height: 64px;
        width: 64px
    }
}

.page_item__9ZFJe.page_method__0D9L-:before {
    background-image: url(/static/media/method.e2529c673814116a47a0.svg)
}

.page_item__9ZFJe.page_retry__1QWw2:before {
    background-image: url(/static/media/retry.679a887ff5094fe1b036.svg)
}

.page_item__9ZFJe.page_support__0-8CY:before {
    background-image: url(/static/media/support.dbe074a32e76f403de29.svg)
}

.page_item__9ZFJe strong {
    color: #fff;
    font-weight: 600
}

.page_links__I8Jzd {
    display: grid;
    margin-top: 32px
}

@media(max-width:900px) {
    .page_links__I8Jzd {
        margin-top: 24px
    }
}

@media(max-width:599px) {
    .page_links__I8Jzd {
        grid-template-columns: 1fr
    }
}

.page_button__XDX6F {
    grid-gap: 16px;
    align-items: center;
    background: #201b21;
    border-radius: 12px;
    color: #d0cdd4;
    display: grid;
    font-size: 18px;
    font-weight: 800;
    gap: 16px;
    grid-auto-flow: column;
    height: 70px;
    justify-content: center;
    padding: 0 20px;
    transition: background-color .3s
}

@media(max-width:900px) {
    .page_button__XDX6F {
        border-radius: 8px;
        font-size: 13px;
        gap: 12px;
        height: 58px
    }
}

@media(max-width:599px) {
    .page_button__XDX6F {
        font-size: 12px;
        gap: 8px;
        height: 54px
    }
}

.page_button__XDX6F:hover {
    background-color: #2c262e;
    color: #d0cdd4
}

.page_icon__vHzhR {
    fill: #d0cdd4;
    height: 32px;
    width: 32px
}

@media(max-width:900px) {
    .page_icon__vHzhR {
        height: 26px;
        width: 26px
    }
}

@media(max-width:599px) {
    .page_icon__vHzhR {
        height: 22px;
        width: 22px
    }
}

.menu_component__HWEN2 {
    grid-gap: 6px;
    background: rgba(15, 12, 15, .9);
    border-radius: 12px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px;
    position: relative
}

@media(max-width:900px) {
    .menu_component__HWEN2 {
        gap: 4px;
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:599px) {
    .menu_component__HWEN2 {
        border-radius: 8px;
        padding: 4px
    }
}

.menu_item__GDQ4d {
    overflow: hidden
}

.menu_link__FdNln {
    background: #142922;
    border-radius: 8px;
    display: block;
    height: 94px;
    opacity: .8;
    overflow: hidden;
    padding: 25px 22px 0;
    position: relative;
    transition: opacity .3s, background-color .3s
}

@media(max-width:1200px) {
    .menu_link__FdNln {
        height: 76px;
        padding: 15px 18px 0
    }
}

@media(max-width:900px) {
    .menu_link__FdNln {
        height: 66px;
        padding: 10px 14px 0
    }
}

@media(max-width:599px) {
    .menu_link__FdNln {
        border-radius: 6px;
        height: 50px;
        padding: 6px 8px 0
    }
}

.menu_link__FdNln:hover {
    color: #fff;
    opacity: 1
}

.menu_link__FdNln:hover .menu_secondSubtitle__-zn6E,
.menu_link__FdNln:hover .menu_subtitle__ToSzZ,
.menu_link__FdNln:hover .menu_title__gIdh0,
.menu_link__FdNln:hover:before {
    opacity: .8
}

.menu_link__FdNln:before {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 100%;
    left: 0;
    -webkit-mask-image: linear-gradient(267deg, #23271d 23.39%, rgba(35, 39, 29, .25) 58.65%, rgba(35, 39, 29, .07) 86.39%, rgba(35, 39, 29, 0) 95.32%);
    mask-image: linear-gradient(267deg, #23271d 23.39%, rgba(35, 39, 29, .25) 58.65%, rgba(35, 39, 29, .07) 86.39%, rgba(35, 39, 29, 0) 95.32%);
    opacity: .3;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%
}

@media(max-width:1200px) {
    .menu_link__FdNln:before {
        background-position: 80% 50%
    }
}

@media(max-width:900px) {
    .menu_link__FdNln:before {
        background-position: 100% 50%
    }
}

@media(max-width:599px) {
    .menu_link__FdNln:before {
        -webkit-mask-image: linear-gradient(266deg, #23271d 12.86%, rgba(35, 39, 29, .25) 50.61%, rgba(35, 39, 29, .07) 65.56%, rgba(35, 39, 29, 0) 84.01%);
        mask-image: linear-gradient(266deg, #23271d 12.86%, rgba(35, 39, 29, .25) 50.61%, rgba(35, 39, 29, .07) 65.56%, rgba(35, 39, 29, 0) 84.01%)
    }
}

@media(max-width:460px) {
    .menu_link__FdNln:before {
        background-position: 60% 50%
    }
}

.menu_link__FdNln.menu_ggpass__yhXBK:before {
    background-image: url(/static/media/ggpass-bg.734e4fbd0ce19dbfa567.png)
}

@media(max-width:599px) {
    .menu_link__FdNln.menu_ggpass__yhXBK:before {
        background-image: url(/static/media/ggpass-bg-sm.a87060c879acfe493cf5.png)
    }
}

.menu_link__FdNln.menu_mines__H2Zg5:before {
    background-image: url(/static/media/mines-bg.a8280e25f9800271ef0f.png)
}

@media(max-width:599px) {
    .menu_link__FdNln.menu_mines__H2Zg5:before {
        background-image: url(/static/media/mines-bg-sm.0dbc7c7b06209305aacc.png)
    }
}

.menu_link__FdNln.menu_snowstorm__1Prm1:before {
    background-image: url(/static/media/snowstorm-bg.bf7ff0f1264ebf39adb2.png)
}

@media(max-width:599px) {
    .menu_link__FdNln.menu_snowstorm__1Prm1:before {
        background-image: url(/static/media/snowstorm-bg-sm.958b72fe4f0d374e0e1b.png)
    }
}

.menu_link__FdNln.menu_tasks__Bfv7j:before {
    background-image: url(/static/media/tasks-bg.3bbba3b35114ce75d9ce.png)
}

@media(max-width:599px) {
    .menu_link__FdNln.menu_tasks__Bfv7j:before {
        background-image: url(/static/media/tasks-bg-sm.a6237b56efad99fa92c6.png)
    }
}

.menu_link__FdNln.menu_loading__II7MF {
    cursor: wait
}

.menu_link__FdNln.menu_disabled__DvJeV {
    cursor: default;
    transition: none
}

.menu_link__FdNln.menu_active__ZPbtn {
    background: #193028;
    cursor: default;
    opacity: 1
}

.menu_link__FdNln.menu_active__ZPbtn .menu_secondSubtitle__-zn6E,
.menu_link__FdNln.menu_active__ZPbtn .menu_subtitle__ToSzZ,
.menu_link__FdNln.menu_active__ZPbtn .menu_title__gIdh0,
.menu_link__FdNln.menu_active__ZPbtn:before {
    opacity: 1
}

.menu_title__gIdh0 {
    color: #fff5e5;
    font-size: 19px;
    font-weight: 800;
    opacity: .8;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .menu_title__gIdh0 {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .menu_title__gIdh0 {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .menu_title__gIdh0 {
        font-size: 11px
    }
}

.menu_subtitle__ToSzZ {
    color: #4cef6a;
    font-size: 12px;
    opacity: .6
}

@media(max-width:1200px) {
    .menu_subtitle__ToSzZ {
        font-size: 11px
    }
}

@media(max-width:599px) {
    .menu_subtitle__ToSzZ {
        font-size: 10px
    }

    .menu_mines__H2Zg5 .menu_subtitle__ToSzZ {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        white-space: inherit
    }
}

.menu_subtitle__ToSzZ span {
    font-weight: 700
}

.menu_secondSubtitle__-zn6E {
    color: #4cef6a;
    font-size: 12px;
    opacity: .6
}

@media(max-width:1200px) {
    .menu_secondSubtitle__-zn6E {
        font-size: 11px
    }
}

@media(max-width:599px) {
    .menu_secondSubtitle__-zn6E {
        font-size: 10px
    }
}

.menu_secondSubtitle__-zn6E,
.menu_subtitle__ToSzZ,
.menu_title__gIdh0 {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .3s;
    white-space: nowrap;
    z-index: 2
}

.menu_skeleton__YHLMi {
    width: 200px !important
}

@media(max-width:1200px) {
    .menu_skeleton__YHLMi {
        width: 150px !important
    }
}

@media(max-width:900px) {
    .menu_skeleton__YHLMi {
        width: 120px !important
    }
}

@media(max-width:599px) {
    .menu_skeleton__YHLMi {
        width: 90px !important
    }
}

.loader_component__J6\+LG {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding-top: 130px
}

@media(max-width:1200px) {
    .loader_component__J6\+LG {
        padding-top: 120px
    }
}

@media(max-width:900px) {
    .loader_component__J6\+LG {
        padding-top: 160px
    }
}

@media(max-width:599px) {
    .loader_component__J6\+LG {
        padding-top: 135px
    }
}

.loader_component__J6\+LG.loader_auth__2Xf5k {
    padding-top: 200px
}

@media(max-width:1200px) {
    .loader_component__J6\+LG.loader_auth__2Xf5k {
        padding-top: 180px
    }
}

@media(max-width:900px) {
    .loader_component__J6\+LG.loader_auth__2Xf5k {
        padding-top: 220px
    }
}

@media(max-width:599px) {
    .loader_component__J6\+LG.loader_auth__2Xf5k {
        padding-top: 175px
    }
}

.userInfo_component__50uI2 {
    display: flex;
    gap: 11px;
    margin-bottom: 20px
}

@media(max-width:599px) {
    .userInfo_component__50uI2 {
        gap: 6px;
        margin-bottom: 6px
    }
}

.userInfo_levelProgress__MhGIC,
.userInfo_points__\+0ZEq {
    height: 46px
}

@media(max-width:900px) {

    .userInfo_levelProgress__MhGIC,
    .userInfo_points__\+0ZEq {
        height: 40px
    }
}

@media(max-width:599px) {

    .userInfo_levelProgress__MhGIC,
    .userInfo_points__\+0ZEq {
        height: 32px
    }
}

.userInfo_points__\+0ZEq {
    align-items: center;
    background: rgba(38, 32, 38, .8);
    border: 1px solid rgba(85, 74, 85, .2);
    border-radius: 12px;
    color: #fff;
    display: flex;
    padding: 0 14px;
    transition: border-color .3s, background-color .3s
}

@media(max-width:900px) {
    .userInfo_points__\+0ZEq {
        border-radius: 8px
    }
}

@media(max-width:599px) {
    .userInfo_points__\+0ZEq {
        padding: 0 10px
    }
}

.userInfo_points__\+0ZEq:hover {
    background: rgba(38, 32, 38, .9);
    color: #fff
}

.userInfo_points__\+0ZEq:hover path {
    fill: #c7c7da
}

.userInfo_pointsTitle__i8wrn {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    text-transform: uppercase
}

@media(max-width:900px) {
    .userInfo_pointsTitle__i8wrn {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .userInfo_pointsTitle__i8wrn {
        font-size: 0;
        gap: 0
    }
}

.userInfo_pointsTitle__i8wrn span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAC+lBMVEUAAAALEBcQKDIlO1AaL0MmN0YnUGdRlvkQIzV4v/wwVHozVpEedtUECA4GEBYZas8kUYRGaY8EDhY6WXscOlUsVoALFRoiKS4iOU5af55UdYyxgSssheo5U202X5QCBgovRl4nQlQMGB5IebtUcJImRm4ZaqwTWqAiSnBTlOltXTsFCw8fRnAhZ7oZOkoMQ4GGpbyNvfsVKzcVMz8FCxCHz/8XcPYCR8cGW+UQafEGYe8BSs4BN6EBTtgLZ/MBM5sJEBYyhP8ZdPoEXOsBUd4CQ70AOrABPawAKoQaNVMqffwBVOMIWNoBMpUaQoMmPloYLT0MHisJGCSw6v+M1P9Gjv8fd/sOafUFXu0CV+cBL5AAKH4jRHiDzv9np/4RavcGUdIAPrwVOl+e4v9an/8ASdMAQsMBOKYALIkAJXIZNlkYL0gDBwym5v+X3f88jP8Qb/cgd/YNZe8NYeoARcsAJnggPmoWOWYkPWKAy/88iP8qfv8fff0EVd4AP7cRJDK27v+s6f+H0/8ufOwDQ7cAOalHlv8CbvQhdN4HUMkaYrYAO7QYPXUAIms0T2kAH2IZP1qq4/8bbvAIZ+cEYtoGPqYUWKAhTI4STIARQ3goRGsUQWoeRmMbN04PK0UQJjgXKDUIFB7C8f+R2f9Plv8qoP0lgP0XauMMXr8KSpwNNmkvjP9DrvwNhvsXcPoJfPkHdPYIY/Mjc+oPX+EQXtIjbcUFRK4HTKcTTI8JRIUsR1sIHDMCAwRRn/87lP8+ivcMWLQLQ5QwTXsJOF0/Hxluyv1Vrf1XufwckPcuhPYLg/MTX6cTVpAxU4koXXc6UnMJOnM7XHIeTW8jR1cKM1HZiwwTd/oHcuo9hegyd84MWssDR8EGUL8AMaUnWZrMmCGh2/9luf19x/pEovcaheYyleMESrQna61FdZZBZ4dGS2UBG1nnsSbkmxT4sA/T/v8PlfxZre5YnOI2etxHnL82ZKE+MzpzSCGZah0xEgqMvv5svP5/qMQBOIA+fSLvAAAANHRSTlMABRH+Hir7/DH9Pf79zzr+48mbmYV3Z11K/vz69/Lu69+6iXtpX9/JycTDr6ufn5f8+9vYOHA0uwAACP5JREFUSMetlwVsW1cUhhtsyl3bdczMZGa2Y4qZEzMktuPEFGZmZuakDacNF1NmZuZua8e8SXtdtWlS3jTQftnS1dX77nn/efed8+6C/1U+C/yDAvx9ff409fLLLz++eDEwCcz+Dfvo9u3bDy5ZsuTZlStff3v1mleCVterguvr67cXHz58+Jlnnn/+hQDgKnA9ElvvValU3AcqLCxUeb9RHZwJ8QoOErbHxoaE+Pn58Z545C/oV2K9Ku/MVN/ExETftm3buIVLuDXWei9/CeSg1wvQAB7i98SdAPDAMQebS77MGB0tH9OwXbDo7vwj3JrJmhpuDZerUnlj62ND/KxH378DGvrZ7YLJHw2IzA159KpMOHtszJG7AdC5W+PbfjkyN6dq4U2H8IpDnlwNwvrX1PYZSOaiT0o+KSkK91jwGCparXaye8qjmQkJzIyNfODGW+9OFz8JEvpRbt+Z7OQSAC0BYCUHj6HjGQylUunxeJQWznjn7djYet7d6aPFASCWueyFzPPjJUVFHqWHYcHQqckYi9KjVBaFFwG/8AtnYwHTR6eLj/rPh7+5VB4WFl0VrsTjORxGucuERtMVCgvHwvB4wgH1XvLW8wKLi4ufmc8G1ORndLqqwhUYGjXLjM+CU4xYGoZDN+MtDKUnXFGSy1W1CCApfkdfmA+v5o5vScgar+LA4cnngWQlyeUutBvOliE0mQq6xUM/U6iyEnbsIEyvBXlQNRc6UYwiDp2OwWTRC5JZTiTFVJBZAE+m0elmukazsTCieMflyz+0zs+X76XqUQeac2F8jK2B0wrY6CQ5i2KCu0lGFxzP4ORJEy6pgj/e8enJy8tAHvPKrWJJMoODYVPNpEGsO4mMlKIQFKNRY6JSM6sYllEuAH/36cmnQDa3T1DfFom2qopOz9Qmw7EjSTIYEpDLhYVr8qhVGExGoTfk2+/v3XtzAYgeXbeXSKm6dXbp6dOVCLYGjcJFwZAkWLfcmDeel4vPe2j55P3HwOBX+3oNakz+Z6mpaXZ9+g3E8PX+mzf27TtdUYFgKcIxiTWF1geW7/mDVYIbPWcB+Eu9CApNTxe179zXXpYmFKbZIztCv8hjnDsbowr+9rv7gGUQLV5RYXAgK0NF0Ei9HgqNa99ZBiwDKBSqv8Ypz1+nauYf/uGp+6CW3+mtCCM6usqgHZG7rwlFUFF7qlAvAtDQ0NSbmhVT3BmI7e7h2e9BLS9dwQxLdC8VQoXXTw99LgyN3NnVvzsN2lFmT/tsg2TrpAAisKb8/OQxXzB4TffC7JHMLyJD23skks/tUPvuoeGusvTUPRWVlUjHxKRgxhps9Tv+RABo5Uw0ELG3IqGisgrYqf6y0NSuzet3QuOEOUlYOGy0b7J5JiLWL3Dabw1owqLCEk29qVD9osrKPUJox5WB9QP6uMg4FKwbQYqfmDrQZrXyA49PPw6asL0GdeZNO1RkT9ML49Lbu4ZP7SmLE/bnbM5eTyRmTNXqZm0QyPFAUM9PGxzyzEXp0FCRKDQU2r5rAJa4OzIudaCbRekmOsUbaxsgLTbIrB9on7lqIBrz7HHpdru+w566KydKOpQeKrqSw2Ih1EgXMffAgbbGVsJbvj7z2ZdECxPk2lwhYPn61Wu7hoYSpVED9jj9TzkyFgIBc4rP7T/Ba2z0XTCf9V20iAiTER/cp7BrYDgHhSMlSmFdZXGpXSg5UIwoMvGFan5jaSCY34EP4pEUrRsBuBUOw2RkqQwlxeVc7UgXDskR67VUMmxLb63gWOkLYD0qd1G0o1zu3JcWFwkdksnJZLIUhcuJTI8UyYzogiw0jtmzdS7lWCPY1nztjIHEGiHh+oXpaZtwUYmJuG4SCrkvTWTfhVuvhbOc6s7K6rbSY8fA3sbeMCKSpUnq3ttxpf0UboQEiyIB/359R+oemTs5ky1litn7bx8CtezfG5aQhEim0aionBwgyziUVBoFG45M06cNI40mbJQk3rFx8sTXd94Fqz9LNw2i5QoLhupSj0SRAFaNw0mj9vTv3IVaD2wvGXNL71RtS+mhr31BLH/lGIFrPAxllpmKHoPBXFgWmYJyRqHIKDJ2LHqvJHfrzIk6fmNL4Jr5u2u/mElB0zkWDB5v1hq1F+FjWGy0yeh2G6UUtJssiZ8gHKjTtRw6nrJ8HhxUnQ2jJlmUSgVDYWIhtGwEGavRmpIQ7HIcC0shRY/27Z9paC7lNx6aX7Dfy3cgTViGhaHA50nRpFMyI1bbw9YkuRHRajKFJElYsY6ga+CXHmp7HqTkZhCzN41yNmA4SgYVn1UAN8G1NDNVS0tOxrrVyHLixFytrrGtqTRwfrZ9q8VMNxmv5JhzTfACOt5MK6DRgL6asflilglFciH3TtXFBENmZ/nH59eBx6vFg1q1h2E+pzDnoWhZQFha5kUzBn+RhiYPIqIduXUNDXyIwGYDaXBvbxQPUlwMhUUBiEODU+RyLJpaQKMmobFqGctJzK+L0aXwWwSrQBrcyv2dTDUbjwGa8vmsAioai8Dh5Cws2ghjDUrkTphjskEXIeDxrEHzA/s2NDwtJiKSz8PhcDQa7jbB0QgnSkYecSKQQJssT9hyJCaiqc3KawIrms26A52dTDlZhnPKyGQWhUJJQiCcSGQiTCKJjmbG567TRTQLrLyPQGDfUl1M/pmFhk1iZgJpEKbGoVAoFxKWQGQmEOOZzPjOfF1ERAq/lffiAhC9XqqbO7ItvCdjYVhY2Kb4BAkgZvzm7GyxOD4+XmyYiggOFrS28oLAYP/m4Iba2rqtFRoN++EKBnH2xm3V+UszHGJD2NO6iOCmNl4rD/xDea1tFsI/0fzVluzN0RWV7MqejLDqI3XrANXVVuefsFmDeW28lA//4vM+aNVzEJtAMPee/0tvLNwErLC1rjDmNz2I2tLYBFhOeWgZfIXlLy5b9XC0+KU3bjfrYrxeIFGA3eCQED4hJYW3/O+OJ38M+ARCG7/FCqBNTU0EG4FAEPzzQ46/gAAIAiEIUlohEGDwnI/PvzgirV32nA3yu2xvATP/Tj4Ba1ctg9hss7bHAPY/yXf5coD8v/UrSAC2mtHH9EIAAAAASUVORK5CYII=) 100% 50% no-repeat;
    background-size: 24px;
    color: #40aefc;
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px
}

@media(max-width:900px) {
    .userInfo_pointsTitle__i8wrn span {
        background-size: 20px;
        font-size: 12px;
        line-height: 20px;
        padding-right: 24px
    }
}

@media(max-width:599px) {
    .userInfo_pointsTitle__i8wrn span {
        background-size: 16px;
        font-weight: 900;
        line-height: 16px;
        padding-right: 20px
    }
}

.userInfo_arrowIcon__hoTw6 {
    height: 17px;
    margin-left: 4px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 17px
}

@media(max-width:599px) {
    .userInfo_arrowIcon__hoTw6 {
        display: none
    }
}

.userInfo_points__\+0ZEq:hover .userInfo_arrowIcon__hoTw6 {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.userInfo_arrowIcon__hoTw6 path {
    transition: fill .3s
}

.userInfo_levelProgress__MhGIC {
    align-items: center;
    background: rgba(38, 32, 38, .8);
    border: 1px solid rgba(85, 74, 85, .2);
    border-radius: 12px;
    display: flex;
    flex-grow: 1
}

@media(max-width:900px) {
    .userInfo_levelProgress__MhGIC {
        border-radius: 8px
    }
}

.userInfo_progressWrapper__dwCoK {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: 100%;
    position: relative
}

.userInfo_progressBar__K\+r\+j {
    background: #4e555a;
    border-radius: 12px;
    height: 7px;
    position: relative;
    width: 100%
}

.userInfo_pointsSkeleton__XJomu {
    width: 200px !important
}

@media(max-width:900px) {
    .userInfo_pointsSkeleton__XJomu {
        width: 160px !important
    }
}

@media(max-width:599px) {
    .userInfo_pointsSkeleton__XJomu {
        width: 50px !important
    }
}

.userInfo_progress__yELot {
    background: linear-gradient(90deg, #4fb82f, #5fe835);
    border-radius: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    width: var(--progress-width, 0)
}

.userInfo_xp__D0mIT {
    background: #17171f;
    border-radius: 8px;
    color: #6d757a;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    position: absolute;
    white-space: nowrap
}

@media(max-width:599px) {
    .userInfo_xp__D0mIT {
        font-size: 9px;
        font-weight: 900
    }
}

.userInfo_xp__D0mIT.userInfo_from__5RAM6 {
    bottom: -7px;
    left: 0
}

.userInfo_xp__D0mIT.userInfo_to__NjPP- {
    bottom: -7px;
    right: 0
}

.userInfo_xp__D0mIT.userInfo_current__KLZ\+C {
    color: #35f93c;
    left: 0;
    left: var(--left, 0);
    top: -7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.userInfo_progressSkeleton__f4LHI {
    padding: 0 15px;
    width: 100%
}

.userInfo_level__Rl150 {
    background-image: url(/static/media/level-badge.42dcddefe6923a9f9504.png);
    background-position-x: 42%;
    background-repeat: no-repeat;
    background-size: 80%;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    height: 56px;
    padding-top: 16px;
    text-align: center;
    width: 66px
}

@media(max-width:900px) {
    .userInfo_level__Rl150 {
        font-size: 13px;
        height: 44px;
        padding-top: 12px;
        width: 52px
    }
}

@media(max-width:599px) {
    .userInfo_level__Rl150 {
        font-size: 11px;
        height: 40px;
        padding-top: 10px;
        width: 46px
    }
}

.userInfo_level__Rl150.userInfo_next__Gk1pZ {
    background-image: url(/static/media/level-badge-next.b16737a572dc7f4f2033.png)
}

.layout_component__egVIf {
    background: #171317;
    display: flex;
    flex-grow: 1;
    overflow: hidden
}

.layout_content__KwwXQ {
    left: 0;
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: 5
}

@media(max-width:1200px) {
    .layout_content__KwwXQ {
        top: 20px
    }
}

@media(max-width:599px) {
    .layout_content__KwwXQ {
        top: 16px
    }
}

.audio-switch_component__6UH41 {
    align-items: center;
    background: #231c23;
    border-radius: 100%;
    bottom: 10px;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 17px;
    transition: background .3s ease;
    width: 20px
}

@media(max-width:900px) {
    .audio-switch_component__6UH41 {
        height: 26px;
        position: static;
        width: 26px
    }
}

@media(max-width:599px) {
    .audio-switch_component__6UH41 {
        display: none
    }
}

.audio-switch_component__6UH41:hover {
    background: #181318
}

.audio-switch_component__6UH41 svg {
    fill: #665366;
    height: 18px;
    width: 18px
}

@media(max-width:900px) {
    .audio-switch_component__6UH41 svg {
        height: 20px;
        width: 20px
    }
}

.lang_language__ClqTO {
    align-self: center;
    position: absolute;
    right: 11px;
    top: 17px;
    z-index: 999
}

@media(max-width:900px) {
    .lang_language__ClqTO {
        position: relative;
        right: auto;
        top: auto
    }
}

.lang_current__ye663,
.lang_item__gSutf {
    color: #685868;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 6px;
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none
}

@media(max-width:900px) {

    .lang_current__ye663,
    .lang_item__gSutf {
        font-size: 13px;
        padding: 6px
    }
}

.lang_current__ye663 {
    background-color: #252229;
    border-radius: 6px;
    min-width: 33px;
    text-align: center;
    transition: color .3s ease
}

.lang_current__ye663:before {
    background: linear-gradient(180deg, #3e323e, #524d60);
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    width: 100%
}

@media(max-width:900px) {
    .lang_current__ye663 {
        border-radius: 5px
    }
}

@media(max-width:599px) {
    .lang_current__ye663 {
        font-size: 0;
        height: 28px;
        min-width: 0;
        min-width: auto;
        padding: 0;
        width: 30px
    }

    .lang_current__ye663:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        border-radius: 2px;
        content: "";
        height: 12px;
        left: 7px;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        width: 16px
    }

    .lang_current__ye663.lang_ru__YgYxy:after {
        background-image: url(/static/media/ru.3f5e165e624e2dfbf1c5.svg)
    }

    .lang_current__ye663.lang_en__xTbjo:after {
        background-image: url(/static/media/en.11efd7c2de85e3e08dab.svg)
    }

    .lang_current__ye663.lang_pt__t0y6B:after {
        background-image: url(/static/media/pt.20238f5037141a59da7c.svg)
    }

    .lang_current__ye663.lang_pl__WFEdv:after {
        background-image: url(/static/media/pl.ab60c01ba66f2957c363.svg)
    }

    .lang_current__ye663.lang_tr__aoxbD:after {
        background-image: url(/static/media/tr.aa61c2209bde2353046c.svg)
    }

    .lang_current__ye663.lang_ro__49cvj:after {
        background-image: url(/static/media/ro.7ec5a85f3df39925d635.svg)
    }
}

.lang_current__ye663.lang_active__YKnjW,
.lang_current__ye663:hover {
    color: #d0cdd4
}

.lang_current__ye663.lang_active__YKnjW:before {
    opacity: 1;
    visibility: visible
}

.lang_current__ye663 span {
    position: relative
}

.lang_arrow__bG64w {
    position: absolute;
    right: 14px;
    top: 18px
}

.lang_list__S\+Op4 {
    background: linear-gradient(180deg, #3e323e, #524d60);
    border-radius: 6px;
    left: 0;
    overflow: hidden;
    padding: 5px 0;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 1
}

.lang_list__S\+Op4.lang_enter__BadYU {
    opacity: 0;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.lang_list__S\+Op4.lang_enterActive__z1BVP {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.lang_list__S\+Op4.lang_exit__cGLLj {
    opacity: 1
}

.lang_list__S\+Op4.lang_exitActive__xOAAx {
    opacity: 0;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

@media(max-width:599px) {
    .lang_list__S\+Op4 {
        padding: 3px 0 2px
    }
}

.lang_item__gSutf {
    color: #d0cdd4;
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 7px 10px 7px 33px;
    text-align: center;
    transition: opacity .3s ease
}

@media(max-width:900px) {
    .lang_item__gSutf {
        padding: 6px 10px 6px 33px
    }
}

@media(max-width:599px) {
    .lang_item__gSutf {
        font-size: 10px;
        padding: 5px 6px 5px 28px
    }
}

.lang_item__gSutf:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 2px;
    content: "";
    height: 12px;
    left: 10px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 16px
}

@media(max-width:599px) {
    .lang_item__gSutf:before {
        left: 6px
    }
}

.lang_item__gSutf:hover {
    opacity: .6
}

.lang_item__gSutf.lang_ru__YgYxy:before {
    background-image: url(/static/media/ru.3f5e165e624e2dfbf1c5.svg)
}

.lang_item__gSutf.lang_en__xTbjo:before {
    background-image: url(/static/media/en.11efd7c2de85e3e08dab.svg)
}

.lang_item__gSutf.lang_pt__t0y6B:before {
    background-image: url(/static/media/pt.20238f5037141a59da7c.svg)
}

.lang_item__gSutf.lang_pl__WFEdv:before {
    background-image: url(/static/media/pl.ab60c01ba66f2957c363.svg)
}

.lang_item__gSutf.lang_tr__aoxbD:before {
    background-image: url(/static/media/tr.aa61c2209bde2353046c.svg)
}

.lang_item__gSutf.lang_ro__49cvj:before {
    background-image: url(/static/media/ro.7ec5a85f3df39925d635.svg)
}

.home_component__S9Xap {
    align-items: center;
    background: #2f252f;
    border-radius: 4px;
    display: flex;
    height: 90px;
    padding-left: 30px;
    position: relative;
    width: 154px
}

@media(max-width:900px) {
    .home_component__S9Xap {
        border-radius: 3px;
        gap: 16px;
        height: 60px;
        padding: 0 16px;
        width: 100%
    }
}

.home_link__fEq7E {
    display: flex
}

.home_link__fEq7E svg {
    height: 60px;
    width: 60px
}

@media(max-width:900px) {
    .home_link__fEq7E svg {
        height: 38px;
        width: 38px
    }
}

.home_link__fEq7E path {
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.home_link__fEq7E:hover path {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4)
}

.type-toggler_component__aJSMD {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(2, 50px);
    grid-template-rows: 1fr;
    height: 100%
}

@media(max-width:900px) {
    .type-toggler_component__aJSMD {
        grid-template-columns: 28px;
        grid-template-rows: 1fr 1fr
    }
}

.type-toggler_button__aBLfL {
    grid-gap: 6px;
    align-content: center;
    background: #2f252f;
    border-radius: 4px;
    display: grid;
    gap: 6px;
    height: 100%;
    justify-items: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(max-width:900px) {
    .type-toggler_button__aBLfL {
        border-radius: 3px
    }
}

.type-toggler_button__aBLfL:before {
    background: linear-gradient(180deg, #3e323e, #524d60);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    z-index: 1
}

.type-toggler_button__aBLfL.type-toggler_active__oUUTa:before,
.type-toggler_button__aBLfL:hover:before {
    opacity: 1
}

.type-toggler_button__aBLfL.type-toggler_active__oUUTa .type-toggler_icon__UsJJA,
.type-toggler_button__aBLfL:hover .type-toggler_icon__UsJJA {
    fill: #eadfe4
}

.type-toggler_button__aBLfL.type-toggler_active__oUUTa .type-toggler_label__wvM63,
.type-toggler_button__aBLfL:hover .type-toggler_label__wvM63 {
    color: #eadfe4
}

.type-toggler_icon__UsJJA {
    fill: #685868;
    height: 22px;
    position: relative;
    transition: fill .3s ease;
    width: 22px;
    z-index: 2
}

@media(max-width:900px) {
    .type-toggler_icon__UsJJA {
        height: 16px;
        width: 16px
    }
}

.type-toggler_label__wvM63 {
    color: #685868;
    font-size: 9px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    transition: color .3s ease;
    z-index: 2
}

@media(max-width:900px) {
    .type-toggler_label__wvM63 {
        display: none
    }
}

.live-item_component__1EruK {
    border-radius: 4px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 144px
}

@media(max-width:900px) {
    .live-item_component__1EruK {
        border-radius: 3px;
        width: 90px
    }
}

.live-item_component__1EruK:before {
    background-size: 100%;
    content: "";
    height: 60px;
    left: 50%;
    opacity: .7;
    position: absolute;
    top: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    width: 60px;
    z-index: 1
}

@media(max-width:900px) {
    .live-item_component__1EruK:before {
        height: 36px;
        width: 36px
    }
}

.live-item_component__1EruK:after {
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 28px;
    position: absolute;
    right: 28px;
    transition: background .2s ease;
    z-index: 1
}

@media(max-width:900px) {
    .live-item_component__1EruK:after {
        height: 1px;
        left: 14px;
        right: 14px
    }
}

.live-item_component__1EruK:hover:before {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(.7);
    transform: translateX(-50%) scale(.7)
}

.live-item_component__1EruK:hover .live-item_battlesIcon__fRF8t {
    opacity: 0
}

.live-item_component__1EruK:hover .live-item_infoImage__H4Bnj {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.live-item_component__1EruK:hover .live-item_detailsIcon__finVZ,
.live-item_component__1EruK:hover .live-item_detailsImage__gGJYI {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.live-item_component__1EruK:hover .live-item_infoLabel__pJFwE {
    opacity: 0
}

.live-item_component__1EruK:hover .live-item_detailsLabel__nhnz- {
    opacity: 1
}

.live-item_component__1EruK.live-item_skeleton__O15e3 {
    pointer-events: none
}

.live-item_component__1EruK.live-item_classified__8-piA:hover:after,
.live-item_component__1EruK.live-item_consumer__sNfuJ:hover:after,
.live-item_component__1EruK.live-item_covert__zb8p6:hover:after,
.live-item_component__1EruK.live-item_default__IanPK:hover:after,
.live-item_component__1EruK.live-item_industrial__8IOlf:hover:after,
.live-item_component__1EruK.live-item_knife__fI1Zj:hover:after,
.live-item_component__1EruK.live-item_milspec__QZdlw:hover:after,
.live-item_component__1EruK.live-item_restricted__DC1GV:hover:after {
    background: transparent
}

.live-item_component__1EruK.live-item_consumer__sNfuJ,
.live-item_component__1EruK.live-item_default__IanPK {
    background: linear-gradient(0deg, #463c46, #3e323e 73.44%)
}

.live-item_component__1EruK.live-item_consumer__sNfuJ:before,
.live-item_component__1EruK.live-item_default__IanPK:before {
    background-image: url(/static/media/logo-gray.5065d1123a0130797509.svg)
}

.live-item_component__1EruK.live-item_consumer__sNfuJ:after,
.live-item_component__1EruK.live-item_default__IanPK:after {
    background: #969396;
    box-shadow: 0 -6px 60px 12px hsla(0, 0%, 80%, .3)
}

.live-item_component__1EruK.live-item_classified__8-piA {
    background: linear-gradient(0deg, #4e2f41, #3e323e 73.44%)
}

.live-item_component__1EruK.live-item_classified__8-piA:before {
    background-image: url(/static/media/logo-pink.809c9cad46134d60b3a8.svg)
}

.live-item_component__1EruK.live-item_classified__8-piA:after {
    background: #c55980;
    box-shadow: 0 -6px 60px 12px rgba(255, 148, 186, .3)
}

.live-item_component__1EruK.live-item_knife__fI1Zj {
    background: linear-gradient(1turn, #3d3026, #3e323e 73.96%)
}

.live-item_component__1EruK.live-item_knife__fI1Zj:before {
    background-image: url(/static/media/logo-yellow.3f566a8c4c3c62cf62b1.svg)
}

.live-item_component__1EruK.live-item_knife__fI1Zj:after {
    background: #db975d;
    box-shadow: 0 -6px 60px 12px rgba(205, 129, 66, .5)
}

.live-item_component__1EruK.live-item_industrial__8IOlf {
    background: linear-gradient(0deg, #2c3159, #3e323e 73.44%)
}

.live-item_component__1EruK.live-item_industrial__8IOlf:before {
    background-image: url(/static/media/logo-blue.77e0da4ecf3ed7e35696.svg)
}

.live-item_component__1EruK.live-item_industrial__8IOlf:after {
    background: #5776e4;
    box-shadow: 0 -6px 60px 12px rgba(131, 158, 255, .3)
}

.live-item_component__1EruK.live-item_restricted__DC1GV {
    background: linear-gradient(0deg, #463050, #3e323e 73.44%)
}

.live-item_component__1EruK.live-item_restricted__DC1GV:before {
    background-image: url(/static/media/logo-purple.3168b7e06b65c2e9e2fa.svg)
}

.live-item_component__1EruK.live-item_restricted__DC1GV:after {
    background: #7750e4;
    box-shadow: 0 -6px 60px 12px rgba(150, 100, 255, .3)
}

.live-item_component__1EruK.live-item_covert__zb8p6 {
    background: linear-gradient(1turn, #3e2a2c, #3e323e 73.96%)
}

.live-item_component__1EruK.live-item_covert__zb8p6:before {
    background-image: url(/static/media/logo-red.e48dfaf6dac7ff5711e5.svg)
}

.live-item_component__1EruK.live-item_covert__zb8p6:after {
    background: #da5763;
    box-shadow: 0 -6px 60px 12px rgba(226, 81, 94, .5)
}

.live-item_component__1EruK.live-item_milspec__QZdlw {
    background: linear-gradient(0deg, #324549, #3e323e 73.44%)
}

.live-item_component__1EruK.live-item_milspec__QZdlw:before {
    background-image: url(/static/media/logo-light-blue.288c9e61b0afd5eb6926.svg)
}

.live-item_component__1EruK.live-item_milspec__QZdlw:after {
    background: #79a8ca;
    box-shadow: 0 -6px 60px 12px rgba(92, 245, 255, .3)
}

.live-item_battlesIcon__fRF8t {
    fill: #ffa860;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 7px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 5
}

@media(max-width:1200px) {
    .live-item_battlesIcon__fRF8t {
        height: 18px;
        left: 6px;
        top: 6px;
        width: 18px
    }
}

@media(max-width:900px) {
    .live-item_battlesIcon__fRF8t {
        height: 16px;
        left: 5px;
        top: 5px;
        width: 16px
    }
}

@media(max-width:599px) {
    .live-item_battlesIcon__fRF8t {
        height: 14px;
        left: 4px;
        top: 4px;
        width: 14px
    }
}

.live-item_battlesIcon__fRF8t.live-item_visible__OJTnq {
    opacity: 1
}

.live-item_detailsIcon__finVZ,
.live-item_detailsImage__gGJYI,
.live-item_infoImage__H4Bnj {
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 34px;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    width: 96px;
    z-index: 2
}

@media(max-width:900px) {

    .live-item_detailsIcon__finVZ,
    .live-item_detailsImage__gGJYI,
    .live-item_infoImage__H4Bnj {
        top: 22px;
        width: 66px
    }
}

.live-item_detailsImage__gGJYI,
.live-item_infoImage__H4Bnj {
    height: 60px
}

@media(max-width:900px) {

    .live-item_detailsImage__gGJYI,
    .live-item_infoImage__H4Bnj {
        height: 36px
    }
}

.live-item_detailsIcon__finVZ {
    height: 40px
}

@media(max-width:900px) {
    .live-item_detailsIcon__finVZ {
        height: 20px
    }
}

.live-item_infoImage__H4Bnj {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.live-item_detailsIcon__finVZ,
.live-item_detailsImage__gGJYI {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.live-item_detailsLabel__nhnz-,
.live-item_infoLabel__pJFwE {
    bottom: 10px;
    color: rgba(245, 231, 245, .9);
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .2s ease;
    white-space: nowrap;
    width: 96px;
    z-index: 2
}

@media(max-width:900px) {

    .live-item_detailsLabel__nhnz-,
    .live-item_infoLabel__pJFwE {
        bottom: 8px;
        font-size: 10px;
        width: 66px
    }
}

.live-item_infoLabel__pJFwE {
    opacity: 1
}

.live-item_detailsLabel__nhnz- {
    opacity: 0
}

.live-item_skeletonImage__3KiAs {
    height: 52px;
    left: 50%;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96px;
    z-index: 2
}

@media(max-width:900px) {
    .live-item_skeletonImage__3KiAs {
        height: 28px;
        width: 66px
    }
}

.live-item_skeletonImage__3KiAs span {
    inset: 0;
    position: absolute
}

.live-item_skeletonLabel__SDnFF {
    bottom: 10px;
    height: 12px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 96px;
    z-index: 2
}

@media(max-width:900px) {
    .live-item_skeletonLabel__SDnFF {
        bottom: 8px;
        height: 10px;
        width: 66px
    }
}

.live-item_skeletonLabel__SDnFF span {
    inset: 0;
    position: absolute
}

.live_component__-8pPp {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-template-columns: auto 1fr;
    height: 90px
}

@media(max-width:900px) {
    .live_component__-8pPp {
        height: 56px
    }
}

.live_list__oBc60 {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-auto-flow: column;
    height: 100%;
    justify-content: start;
    overflow: hidden;
    position: relative;
    width: 100%
}

.live_list__oBc60:after {
    background: linear-gradient(90deg, rgba(36, 30, 36, 0), #201a20);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px
}

@media(max-width:900px) {
    .live_list__oBc60:after {
        width: 90px
    }
}

.live_itemWrapper__X4DU7 {
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(calc((100% + 2px)*var(--position)));
    transform: translateX(calc((100% + 2px)*var(--position)));
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media(max-width:900px) {
    .live_itemWrapper__X4DU7 {
        transition: none
    }
}

.live_itemWrapper__X4DU7.live_enter__Ldzyc {
    -webkit-transform: translateX(calc((100% + 2px)*var(--position) - (100% + 2px)*var(--new-elements-count)));
    transform: translateX(calc((100% + 2px)*var(--position) - (100% + 2px)*var(--new-elements-count)))
}

.live_itemWrapper__X4DU7.live_enterActive__x3fsv {
    -webkit-transform: translateX(calc((100% + 2px)*var(--position)));
    transform: translateX(calc((100% + 2px)*var(--position)))
}

.online_component__1qBTJ {
    grid-gap: 8px;
    align-items: center;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(150, 142, 162, .28);
    border-radius: 8px;
    box-shadow: -10px 4px 24px rgba(23, 19, 23, .5);
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    padding: 16px
}

@media(max-width:900px) {
    .online_component__1qBTJ {
        -webkit-backdrop-filter: initial;
        backdrop-filter: none;
        background: #2a212a;
        border-radius: 6px;
        box-shadow: none;
        padding: 8px
    }
}

.online_icon__6lBlr {
    height: 28px;
    width: 28px
}

@media(max-width:900px) {
    .online_icon__6lBlr {
        height: 20px;
        width: 20px
    }
}

.online_content__EzxvT {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    justify-items: start
}

.online_count__M3gmy {
    color: #ffb374;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:900px) {
    .online_count__M3gmy {
        font-size: 11px
    }
}

.online_title__kppd1 {
    color: #867567;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width:900px) {
    .online_title__kppd1 {
        font-size: 7px
    }
}

.online_countSkeleton__9jPyA {
    height: 14px;
    position: relative;
    width: 90%
}

@media(max-width:900px) {
    .online_countSkeleton__9jPyA {
        height: 11px
    }
}

.online_countSkeleton__9jPyA span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner_promo__ZVf0S {
    align-items: center;
    background: linear-gradient(221deg, #8e1a1c 3.67%, #f03b35 96.26%);
    border-radius: 12px;
    display: flex;
    height: 82px;
    justify-content: flex-end;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.banner_promo__ZVf0S:after {
    background: linear-gradient(221deg, #982426 3.67%, #ff4f49 96.26%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.banner_promo__ZVf0S:hover:after {
    opacity: 1
}

.banner_text__Y42md {
    color: #ffde96;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    z-index: 2
}

.banner_hero__Q1GUn {
    bottom: -22px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 256px;
    z-index: 1
}

.menu-primary_component__cbkny {
    grid-gap: 3px;
    display: grid;
    gap: 3px
}

@media(max-width:599px) {
    .menu-primary_component__cbkny {
        gap: 2px
    }
}

.menu-primary_link__WNcg1 {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
    justify-items: start;
    min-height: 32px
}

.menu-primary_link__WNcg1:hover .menu-primary_icon__iOxuS,
.menu-primary_link__WNcg1:hover .menu-primary_icon__iOxuS path {
    fill: #d0cdd4
}

.menu-primary_link__WNcg1:hover .menu-primary_title__KKKIr {
    color: #fff
}

.menu-primary_icon__iOxuS {
    fill: #6c6970;
    height: 18px;
    transition: fill .3s ease;
    width: 18px
}

.menu-primary_icon__iOxuS path {
    transition: fill .3s ease
}

.menu-primary_title__KKKIr {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: color .3s ease;
    white-space: nowrap
}

.user_component__KLmKv {
    align-items: center;
    background: #353239;
    border-radius: 12px;
    display: flex;
    padding: 16px
}

.user_component__KLmKv>:not(:first-child) {
    margin-left: 8px
}

.user_avatar__50eX0 {
    border: 2px solid #231d23;
    border-radius: 15px;
    height: 50px;
    object-fit: contain;
    width: 50px
}

@media(max-width:599px) {
    .user_avatar__50eX0 {
        border-radius: 12px;
        height: 40px;
        width: 40px
    }
}

.user_group__q7Dqs {
    grid-gap: 4px;
    cursor: default;
    display: grid;
    flex: 1 1;
    gap: 4px
}

.user_name__ZxjeF {
    color: #eadfe4;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:599px) {
    .user_name__ZxjeF {
        font-size: 12px;
        line-height: 16px
    }
}

.user_button__thbeZ {
    align-items: center;
    background-color: hsla(268, 9%, 73%, .45);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    transition: background-color .3s ease;
    width: 30px
}

.user_button__thbeZ:hover {
    background-color: hsla(268, 9%, 73%, .7)
}

.user_button__thbeZ svg {
    fill: #fff;
    height: 24px;
    width: 24px
}

.user_copy__nfxk2 {
    grid-gap: 4px;
    align-items: center;
    align-self: flex-start;
    background-color: #3f3c43;
    border-radius: 6px;
    color: #9e9ba2;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr auto;
    height: 26px;
    margin-right: auto;
    padding: 0 8px;
    transition: background-color .3s ease, color .3s ease
}

@media(max-width:599px) {
    .user_copy__nfxk2 {
        height: 20px;
        padding: 0 6px
    }
}

.user_copy__nfxk2:hover {
    background-color: #47444b;
    color: #d0cdd4
}

.user_copy__nfxk2 .user_text__fNo5U {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.24px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:599px) {
    .user_copy__nfxk2 .user_text__fNo5U {
        font-size: 10px
    }
}

.user_copy__nfxk2 .user_icon__Un66S {
    fill: currentcolor;
    height: 18px;
    width: 18px
}

@media(max-width:599px) {
    .user_copy__nfxk2 .user_icon__Un66S {
        height: 12px;
        width: 12px
    }
}

.menu-secondary_component__xoUlA {
    display: none;
    gap: 4px
}

@media(max-width:1200px) {
    .menu-secondary_component__xoUlA {
        display: grid
    }
}

.menu-secondary_link__tk0zf {
    grid-gap: 8px;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
    height: 44px;
    padding: 0 16px;
    transition: background-color .3s ease
}

.menu-secondary_link__tk0zf:hover {
    background-color: hsla(0, 0%, 100%, .16)
}

.menu-secondary_link__tk0zf .menu-secondary_icon__UFXRe {
    fill: #d0cdd4;
    height: 24px;
    width: 24px
}

.menu-secondary_link__tk0zf .menu-secondary_title__lvNKp {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.main-menu_component__rRv5p {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.main-menu_bottom__Z5OXG,
.main-menu_top__O1hDa {
    display: grid
}

.main-menu_top__O1hDa {
    gap: 12px
}

.main-menu_bottom__Z5OXG {
    gap: 16px;
    margin-top: 32px
}

.menu_component__9GGVp {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

.menu_link__sQB\+V {
    grid-gap: 8px;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
    min-height: 44px;
    padding: 10px 16px;
    transition: background-color .3s ease
}

.menu_link__sQB\+V:hover {
    background-color: hsla(0, 0%, 100%, .16)
}

.menu_link__sQB\+V .menu_icon__D8-XT {
    fill: #d0cdd4;
    height: 16px;
    width: 16px
}

.menu_link__sQB\+V .menu_title__7F\+B4 {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left
}

.language_language__47ygz {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

.language_title__wHoyg {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.language_group__GqomC {
    display: flex
}

.language_btn__1ccya {
    align-items: center;
    background-color: #2e2b32;
    border: 1px solid #322f36;
    border-radius: 4px;
    color: #d0cdd4 !important;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    height: 46px;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease
}

.language_btn__1ccya:first-child {
    border-radius: 10px 4px 4px 10px
}

.language_btn__1ccya:last-child {
    border-radius: 4px 10px 10px 4px
}

.language_btn__1ccya:not(:last-child) {
    margin-right: 2px
}

.language_btn__1ccya:hover {
    background-color: #322f36;
    border-color: #36333a
}

.language_btn__1ccya:before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    content: "";
    height: 16px;
    margin-bottom: 6px;
    width: 16px
}

.language_btn__1ccya.language_active__H3OO0 {
    background-color: #2a272e;
    border-color: #2c2930;
    pointer-events: none
}

.language_btn__1ccya.language_active__H3OO0 span {
    opacity: .5
}

.language_btn__1ccya.language_ru__Dl7ew:before {
    background: url(/static/media/ru.9c74c4edc2ed02cc684f.svg) 50%/contain
}

.language_btn__1ccya.language_en__7BNzD:before {
    background: url(/static/media/en.dcfd0ca35fe3f44cf016.svg) 50%/contain
}

.language_btn__1ccya.language_pt__FWQM3:before {
    background: url(/static/media/pt.0867569097425f7dc997.svg) 50%/contain
}

.language_btn__1ccya.language_pl__OMM\+2:before {
    background: url(/static/media/pl.4883338d6549fafdb915.svg) 50%/contain
}

.language_btn__1ccya.language_tr__xUz7D:before {
    background: url(/static/media/tr.b874f8e9c09b72b52535.svg) 50%/contain
}

.language_btn__1ccya.language_ro__JAmbC:before {
    background: url(/static/media/ro.d40f96407c41546f6cc8.svg) 50%/contain
}

.range_range__PfJD9 {
    display: flex;
    height: 24px;
    position: relative;
    width: 100%
}

.range_bg__7HqS9 {
    align-self: center;
    border-radius: 6px;
    height: 4px;
    width: 100%
}

.range_circle__hhueb {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.range_circle__hhueb:hover:before {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.range_circle__hhueb:before {
    background-color: #ffa860;
    border-radius: 50%;
    content: "";
    height: 10px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 10px;
    will-change: transform
}

.sound_sound__qsUcp {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

.sound_title__d5s9b {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.sound_group__GldCE {
    grid-gap: 12px;
    border: 1px solid hsla(0, 0%, 100%, .02);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr;
    padding: 4px 16px 4px 4px
}

.sound_btn__CY00B,
.sound_group__GldCE {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .04)
}

.sound_btn__CY00B {
    border: 1px solid hsla(0, 0%, 100%, .02);
    border-radius: 8px;
    display: flex;
    height: 34px;
    justify-content: center;
    transition: background-color .3s ease, border-color .3s ease;
    width: 34px
}

@media(hover:hover) {
    .sound_btn__CY00B:hover {
        background-color: hsla(0, 0%, 100%, .08);
        border-color: hsla(0, 0%, 100%, .06)
    }
}

.sound_btn__CY00B:active {
    background-color: hsla(0, 0%, 100%, .08);
    border-color: hsla(0, 0%, 100%, .06)
}

.sound_btn__CY00B svg {
    fill: currentcolor;
    height: 18px;
    width: 18px
}

.settings_component__7mzaN {
    cursor: default;
    display: flex;
    flex-direction: column;
    height: 100%
}

.settings_header__W2cZP {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.settings_main__HUNYT {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.settings_button__PTGX1 {
    align-items: center;
    background-color: hsla(268, 9%, 73%, .16);
    border-radius: 6px;
    color: #9e9ba2;
    display: flex;
    flex-shrink: 0;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    transition: background-color .3s ease, color .3s ease;
    width: 30px
}

.settings_button__PTGX1:hover {
    background-color: hsla(268, 9%, 73%, .24);
    color: #d0cdd4
}

.settings_button__PTGX1 svg {
    fill: currentcolor;
    height: 24px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 24px
}

.settings_title__gdF2a {
    color: #d0cdd4;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.settings_group__q6RIh {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    margin-top: 32px
}

.menu_component__R7Nn4 {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #252229;
    border-radius: 18px;
    box-shadow: 0 4px 30px 0 rgba(23, 19, 23, .96);
    height: 446px;
    padding: 24px;
    position: absolute;
    width: 316px
}

@media(max-width:1200px) {
    .menu_component__R7Nn4 {
        height: 602px
    }
}

@media(max-width:599px) {
    .menu_component__R7Nn4 {
        border-radius: 12px;
        padding: 16px
    }
}

.menu_enter__nKdAy {
    opacity: 0;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.menu_enterActive__2kftO {
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.menu_enterActive__2kftO,
.menu_exit__\+puXM {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.menu_exitActive__jm6Md {
    opacity: 0;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.user-avatar-desktop_component__h7Ccc {
    position: relative
}

.user-avatar-desktop_avatar__KvdJg {
    border: 4px solid #231d23;
    border-radius: 16px;
    height: 52px;
    object-fit: contain;
    width: 52px
}

.user-avatar-desktop_userMenu__uA5uu {
    right: -24px;
    top: calc(100% + 6px)
}

.user-avatar-mobile_avatar__Zn5az {
    border: 3px solid #2a212a;
    border-radius: 12px;
    height: 44px;
    object-fit: contain;
    width: 44px
}

@-webkit-keyframes user-notice_shake__x0ATp {

    0%,
    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    40% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    60% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@keyframes user-notice_shake__x0ATp {

    0%,
    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    40% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    60% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

.user-notice_component__hjREJ {
    position: relative
}

.user-notice_btn__tg0hy {
    align-items: center;
    color: #6c6970;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0 -4px;
    transition: color .3s ease;
    width: 32px
}

.user-notice_btn__tg0hy:not(.user-notice_active__D9dFY):hover {
    color: #d0cdd4
}

.user-notice_btn__tg0hy svg {
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .user-notice_btn__tg0hy svg {
        height: 20px;
        width: 20px
    }
}

.user-notice_btn__tg0hy svg path {
    fill: currentcolor
}

.user-notice_btn__tg0hy.user-notice_active__D9dFY {
    -webkit-animation: user-notice_shake__x0ATp 1s ease-in-out 2;
    animation: user-notice_shake__x0ATp 1s ease-in-out 2;
    color: #ffa860;
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%
}

.user-notice_btn__tg0hy.user-notice_active__D9dFY:hover {
    color: #d08951
}

.side_component__QHenJ {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    height: 90px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media(max-width:900px) {
    .side_component__QHenJ {
        height: 60px;
        z-index: 1000
    }
}

.side_signInButton__6AbrV {
    border-radius: 6px;
    font-size: 10px;
    padding: 10px 18px
}

.menu-banners_component__fzEe3 {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-auto-columns: minmax(50px, 200px);
    grid-auto-flow: column
}

@media(max-width:900px) {
    .menu-banners_component__fzEe3 {
        grid-auto-columns: 1fr
    }
}

.menu-banners_link__Ri0vj {
    background: linear-gradient(253.05deg, #252229 17.74%, #443e4d 108.2%);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.menu-banners_link__Ri0vj:before {
    background: linear-gradient(253.05deg, #2b2731 17.74%, #443e4d 108.2%);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease
}

.menu-banners_link__Ri0vj:hover:before {
    opacity: 1
}

.menu-banners_link__Ri0vj:hover .menu-banners_image__NJ6pT,
.menu-banners_link__Ri0vj:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.menu-banners_image__NJ6pT {
    bottom: 0;
    height: 86%;
    left: 0;
    position: absolute;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media(max-width:1800px) {
    .menu-banners_image__NJ6pT {
        height: 72%
    }
}

.menu-banners_label__4aYAU {
    color: #e2e2e2;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: 12px
}

@media(max-width:1200px) {
    .menu-banners_label__4aYAU {
        font-size: 13px
    }
}

.menu-links_component__zueBF {
    grid-gap: 24px;
    align-items: center;
    background: #252229;
    display: grid;
    gap: 24px;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    padding: 0 24px
}

@media(max-width:1200px) {
    .menu-links_component__zueBF.menu-links_isAuth__sVpm9 li {
        display: none
    }
}

.menu-links_component__zueBF:not(.menu-links_isAuth__sVpm9) {
    margin-left: -2px
}

.menu-links_link__WfJF7 {
    grid-gap: 8px;
    align-items: center;
    color: #eadfe4;
    display: grid;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    grid-template-columns: auto 1fr;
    padding: 4px 0;
    position: relative;
    text-transform: uppercase;
    transition: color .3s ease
}

.menu-links_link__WfJF7:hover {
    color: #ffa860
}

.menu-links_link__WfJF7:hover .menu-links_icon__fpb1X {
    fill: #ffa860
}

.menu-links_icon__fpb1X {
    fill: #72676b;
    height: 24px;
    transition: fill .3s ease;
    width: 24px
}

.menu-links_new__UpSwh {
    background: #c8464e;
    border-radius: 3px;
    bottom: 90%;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    padding: 3px;
    position: absolute;
    right: 0;
    text-transform: uppercase
}

.socials_component__xC4mC {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    justify-items: center
}

.socials_item__EhhFx:hover .socials_icon__3VgQP {
    fill: #746c73
}

.socials_link__qPe\+f {
    align-items: center;
    display: flex;
    justify-content: center
}

.socials_icon__3VgQP {
    fill: #554f54;
    height: 24px;
    transition: fill .3s ease;
    width: 24px
}

.refill-button_component__7bWLB {
    grid-gap: 12px;
    align-items: center;
    display: grid;
    gap: 12px;
    grid-auto-flow: column
}

.refill-button_component__7bWLB:hover .refill-button_addIcon__vV6zL {
    background: #a8ffd5
}

.refill-button_component__7bWLB:hover .refill-button_balance__qaCBz {
    color: #a8ffd5
}

.refill-button_addIcon__vV6zL {
    align-items: center;
    background: #4cea9e;
    border-radius: 6px;
    display: flex;
    height: 22px;
    justify-content: center;
    transition: background .3s ease;
    width: 22px
}

.refill-button_addIcon__vV6zL svg {
    fill: #252229;
    height: 18px;
    width: 18px
}

.refill-button_content__EEDgZ {
    display: grid;
    justify-items: end
}

.refill-button_balance__qaCBz {
    color: #4cea9e;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.02em;
    transition: color .3s ease
}

.account_component__ZaH9Y {
    grid-gap: 16px;
    align-items: center;
    display: grid;
    gap: 16px;
    grid-auto-flow: column
}

.panel_component__RJCAA {
    grid-gap: 24px;
    align-items: center;
    background: #252229;
    display: grid;
    gap: 24px;
    grid-auto-flow: column;
    padding: 0 24px
}

@media(max-width:1500px) {
    .panel_socials__5J\+CO {
        display: none
    }
}

.panel_signInButton__G4iuG {
    border-radius: 8px;
    font-size: 13px;
    padding: 14px 22px
}

.header_component__qqdNH {
    grid-gap: 3px;
    background: linear-gradient(180deg, rgba(47, 37, 47, .7), rgba(42, 34, 43, .7) 27.08%, rgba(30, 27, 33, .7));
    display: grid;
    gap: 3px;
    padding: 2px;
    position: relative;
    z-index: 10000
}

@media(max-width:900px) {
    .header_component__qqdNH {
        z-index: 10010
    }
}

.header_firstRow__ocxOE {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-template-columns: auto 1fr;
    position: relative
}

@media(max-width:900px) {
    .header_firstRow__ocxOE {
        grid-template-columns: 1fr
    }
}

.header_secondRow__OLMva {
    grid-gap: 2px;
    display: grid;
    gap: 2px;
    grid-template-columns: auto 1fr auto auto;
    height: 90px
}

@media(max-width:900px) {
    .header_secondRow__OLMva {
        display: none
    }
}

.first-row_component__jybR4 {
    --logo-size: 62px;
    --gap: 24px;
    grid-gap: var(--gap);
    align-items: center;
    display: grid;
    gap: var(--gap);
    grid-template-columns: var(--logo-size) minmax(calc(400px - var(--logo-size) - var(--gap)), calc(540px - var(--logo-size) - var(--gap))) minmax(360px, 420px) minmax(320px, 1fr);
    position: relative
}

@media(max-width:1200px) {
    .first-row_component__jybR4 {
        --logo-size: 56px;
        grid-template-columns: var(--logo-size) minmax(calc(340px - var(--logo-size) - var(--gap)), calc(480px - var(--logo-size) - var(--gap))) 340px minmax(124px, 1fr)
    }
}

@media(max-width:900px) {
    .first-row_component__jybR4 {
        --logo-size: 50px;
        --gap: 16px;
        gap: var(--gap);
        grid-template-columns: auto 1fr
    }
}

@media(max-width:599px) {
    .first-row_component__jybR4 {
        --logo-size: 44px
    }
}

.first-row_link__JaRuw {
    align-items: center;
    display: flex;
    justify-content: center
}

@media(max-width:900px) {
    .first-row_link__JaRuw {
        grid-column: 1/2;
        grid-row: 1/3
    }
}

.first-row_link__JaRuw:hover .first-row_logo__79-1r {
    fill: #544c54
}

.first-row_logo__79-1r {
    fill: #443d44;
    height: var(--logo-size);
    transition: fill .3s ease;
    width: var(--logo-size)
}

.first-row_copyrightWrapper__qP-0Z {
    grid-gap: 4px;
    display: grid;
    gap: 4px
}

.first-row_copyrightTitle__IIMaS {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .first-row_copyrightTitle__IIMaS {
        font-size: 15px
    }
}

@media(max-width:900px) {
    .first-row_copyrightTitle__IIMaS {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .first-row_copyrightTitle__IIMaS {
        font-size: 13px
    }
}

.first-row_copyrightSubtitle__MVu-7 {
    color: #9f969b;
    font-size: 15px
}

@media(max-width:1200px) {
    .first-row_copyrightSubtitle__MVu-7 {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .first-row_copyrightSubtitle__MVu-7 {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .first-row_copyrightSubtitle__MVu-7 {
        font-size: 12px
    }
}

.first-row_socialsWrapper__PfATV {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    gap: 32px;
    grid-auto-flow: column;
    justify-content: flex-start
}

@media(max-width:900px) {
    .first-row_socialsWrapper__PfATV {
        gap: 4px;
        grid-auto-flow: row
    }
}

.first-row_socialsTitle__nWbl5 {
    color: #403c3e;
    font-size: 15px;
    font-weight: 600
}

@media(max-width:1200px) {
    .first-row_socialsTitle__nWbl5 {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .first-row_socialsTitle__nWbl5 {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .first-row_socialsTitle__nWbl5 {
        font-size: 12px
    }
}

.first-row_list__56-r9 {
    gap: 16px
}

@media(max-width:1200px) {
    .first-row_list__56-r9 {
        gap: 14px
    }
}

@media(max-width:900px) {
    .first-row_list__56-r9 {
        gap: 12px
    }
}

@media(max-width:599px) {
    .first-row_list__56-r9 {
        gap: 10px
    }
}

.first-row_icon__RCYRS {
    height: 30px;
    width: 30px
}

@media(max-width:1200px) {
    .first-row_icon__RCYRS {
        height: 28px;
        width: 28px
    }
}

@media(max-width:900px) {
    .first-row_icon__RCYRS {
        height: 26px;
        width: 26px
    }
}

@media(max-width:599px) {
    .first-row_icon__RCYRS {
        height: 24px;
        width: 24px
    }
}

.second-row_component__Jlu\+3 {
    margin-top: 52px;
    padding: 48px 40px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

@media(max-width:1200px) {
    .second-row_component__Jlu\+3 {
        margin-top: 32px;
        padding: 32px 24px
    }
}

@media(max-width:900px) {
    .second-row_component__Jlu\+3 {
        margin-top: 24px;
        padding: 32px 0
    }
}

@media(max-width:599px) {
    .second-row_component__Jlu\+3 {
        margin-top: 16px
    }
}

.second-row_component__Jlu\+3:before {
    background: linear-gradient(92.01deg, #1b171c 34.17%, rgba(27, 23, 28, 0) 79.01%);
    border-radius: 10px;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1
}

@media(max-width:900px) {
    .second-row_component__Jlu\+3:before {
        background: linear-gradient(180deg, #1b171c 24.22%, rgba(27, 23, 28, 0) 56.94%);
        border-radius: 0;
        left: -16px;
        right: -16px
    }
}

.second-row_list__AbG-k {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(auto, 1fr)) 1fr
}

@media(max-width:1200px) {
    .second-row_list__AbG-k {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:900px) {
    .second-row_list__AbG-k {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:599px) {
    .second-row_list__AbG-k {
        grid-template-columns: repeat(2, 1fr)
    }
}

.second-row_item__tPcoD {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    justify-content: start
}

@media(max-width:1200px) {
    .second-row_item__tPcoD {
        gap: 6px
    }
}

@media(max-width:900px) {
    .second-row_item__tPcoD {
        gap: 4px
    }
}

@media(max-width:599px) {
    .second-row_item__tPcoD {
        gap: 2px
    }
}

.second-row_icon__GEO-x {
    height: 44px;
    width: 44px
}

@media(max-width:1200px) {
    .second-row_icon__GEO-x {
        height: 40px;
        width: 40px
    }
}

@media(max-width:900px) {
    .second-row_icon__GEO-x {
        height: 36px;
        width: 36px
    }
}

@media(max-width:599px) {
    .second-row_icon__GEO-x {
        height: 32px;
        width: 32px
    }
}

.second-row_info__InhHR {
    align-content: center;
    display: grid
}

.second-row_value__U3e-0 {
    color: #e0d3d6;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap
}

@media(max-width:1200px) {
    .second-row_value__U3e-0 {
        font-size: 18px
    }
}

@media(max-width:900px) {
    .second-row_value__U3e-0 {
        font-size: 16px
    }
}

@media(max-width:599px) {
    .second-row_value__U3e-0 {
        font-size: 14px
    }
}

.second-row_label__TcvZb {
    color: #7d7177;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    white-space: nowrap
}

@media(max-width:1200px) {
    .second-row_label__TcvZb {
        font-size: 10px
    }
}

@media(max-width:900px) {
    .second-row_label__TcvZb {
        font-size: 9px
    }
}

@media(max-width:599px) {
    .second-row_label__TcvZb {
        font-size: 8px
    }
}

.item_component__o4UZL:hover .item_link__JX9q6 {
    color: #cabcc4
}

.item_component__o4UZL:nth-of-type(5),
.item_component__o4UZL:nth-of-type(6) {
    grid-column: 1/-1
}

.item_link__JX9q6 {
    color: #9f969b;
    font-size: 14px;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .item_link__JX9q6 {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .item_link__JX9q6 {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .item_link__JX9q6 {
        font-size: 11px
    }
}

.companyInfo_component__gWfCc {
    color: #574a50;
    font-size: 10px;
    line-height: 16px
}

@media(max-width:900px) {
    .companyInfo_component__gWfCc {
        padding-right: 180px
    }
}

@media(max-width:599px) {
    .companyInfo_component__gWfCc {
        padding-right: 116px
    }
}

.third-row_component__QYwdy {
    grid-gap: 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(400px, 540px) minmax(360px, 420px) minmax(320px, 1fr);
    margin-top: 72px
}

@media(max-width:1200px) {
    .third-row_component__QYwdy {
        grid-template-columns: minmax(340px, 480px) 340px minmax(124px, 1fr);
        margin-top: 32px
    }
}

@media(max-width:900px) {
    .third-row_component__QYwdy {
        grid-template-columns: 1fr;
        margin-top: 16px
    }
}

@media(max-width:599px) {
    .third-row_component__QYwdy {
        gap: 48px;
        margin-top: 8px
    }
}

.third-row_leftColumn__Bab2D {
    grid-gap: 40px;
    align-content: space-between;
    display: grid;
    gap: 40px;
    justify-items: flex-start
}

@media(max-width:1200px) {
    .third-row_leftColumn__Bab2D {
        gap: 32px
    }
}

.third-row_navList__61kBi {
    grid-gap: 12px 48px;
    display: grid;
    gap: 12px 48px;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    width: 100%
}

@media(max-width:1200px) {
    .third-row_navList__61kBi {
        gap: 12px 40px
    }
}

@media(max-width:900px) {
    .third-row_navList__61kBi {
        gap: 12px 32px
    }
}

@media(max-width:599px) {
    .third-row_navList__61kBi {
        gap: 12px 24px
    }
}

.third-row_handshake__z2Qxn {
    grid-gap: 12px;
    align-items: center;
    background: linear-gradient(133.62deg, #8a3b43, #c54545);
    border-radius: 8px;
    color: #ffd8d2;
    display: grid;
    font-size: 13px;
    font-weight: 600;
    gap: 12px;
    grid-auto-flow: column;
    height: 56px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(max-width:1200px) {
    .third-row_handshake__z2Qxn {
        font-size: 12px;
        height: 52px;
        padding: 0 16px
    }
}

@media(max-width:900px) {
    .third-row_handshake__z2Qxn {
        font-size: 11px;
        gap: 8px;
        height: 48px;
        order: -1;
        padding: 0 14px
    }
}

@media(max-width:599px) {
    .third-row_handshake__z2Qxn {
        font-size: 10px;
        height: 42px;
        justify-content: center;
        justify-items: center;
        padding: 0 12px;
        width: 100%
    }
}

.third-row_handshake__z2Qxn:hover {
    color: #fff
}

.third-row_handshake__z2Qxn:hover .third-row_handshakeIcon__z22Y8 {
    fill: #fff
}

.third-row_handshakeIcon__z22Y8 {
    fill: #ffd8d2;
    height: 24px;
    transition: fill .3s ease;
    width: 24px
}

@media(max-width:900px) {
    .third-row_handshakeIcon__z22Y8 {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .third-row_handshakeIcon__z22Y8 {
        height: 20px;
        width: 20px
    }
}

.third-row_rightColumn__d674d {
    grid-gap: 24px;
    align-content: space-between;
    display: grid;
    gap: 24px;
    justify-items: flex-start
}

.third-row_company__daF4b {
    grid-gap: 12px;
    display: grid;
    gap: 12px
}

.third-row_email__U5Ung {
    grid-gap: 12px;
    align-items: center;
    border: 1px dashed rgba(48, 40, 34, .86);
    border-radius: 8px;
    color: #926139;
    display: grid;
    font-size: 16px;
    font-weight: 300;
    gap: 12px;
    grid-auto-flow: column;
    height: 56px;
    padding: 0 18px;
    transition: border .3s ease, color .3s ease
}

@media(max-width:1200px) {
    .third-row_email__U5Ung {
        font-size: 14px;
        height: 52px;
        padding: 0 16px
    }
}

@media(max-width:900px) {
    .third-row_email__U5Ung {
        font-size: 12px;
        gap: 8px;
        height: 48px;
        order: -1;
        padding: 0 14px
    }
}

@media(max-width:599px) {
    .third-row_email__U5Ung {
        font-size: 10px;
        height: 42px;
        padding: 0 12px
    }
}

.third-row_email__U5Ung:hover {
    border: 1px dashed #5c4b3d;
    color: #e9b386
}

.third-row_email__U5Ung:hover .third-row_emailIcon__Zl3U2 {
    fill: #e9b386
}

.third-row_emailIcon__Zl3U2 {
    fill: #926139;
    height: 24px;
    transition: fill .3s ease;
    width: 24px
}

@media(max-width:900px) {
    .third-row_emailIcon__Zl3U2 {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .third-row_emailIcon__Zl3U2 {
        height: 20px;
        width: 20px
    }
}

.footer_component__M7dFW {
    overflow: hidden
}

.footer_container__ibbnI {
    position: relative
}

.footer_container__ibbnI:before {
    background-image: url(/storage/items/hero.5025ff2136ab183cbee7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -64px;
    width: 564px
}

.live_list__oBc60 li{
    height: 100%;
}
@media(max-width:1200px) {
    .footer_container__ibbnI:before {
        bottom: 0;
        height: 421px;
        right: -96px;
        width: 400px
    }
}

@media(max-width:900px) {
    .footer_container__ibbnI:before {
        bottom: 0;
        height: 303px;
        right: -32px;
        width: 288px
    }
}

@media(max-width:599px) {
    .footer_container__ibbnI:before {
        background-image: url(/static/media/hero-sm.80c48ab8b7002fae6899.png);
        bottom: 0;
        height: 232px;
        right: -32px;
        width: 220px
    }
}

.footer_content__9oi1h {
    padding: 72px 0 90px
}

@media(max-width:1200px) {
    .footer_content__9oi1h {
        padding: 32px 0 90px
    }
}

@media(max-width:900px) {
    .footer_content__9oi1h {
        margin-bottom: 70px;
        padding: 24px 0 58px
    }
}

@media(max-width:599px) {
    .footer_content__9oi1h {
        padding: 16px 0 58px
    }
}

.mobile-panel_component__N15YR {
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(23, 19, 23, .6);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10020
}

@media(max-width:900px) {
    .mobile-panel_component__N15YR {
        display: block
    }
}

.mobile-panel_component__N15YR:before {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(23, 19, 23, .6);
    border-radius: 6px 6px 0 0;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.mobile-panel_list__37mF7 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2
}

.mobile-panel_appDownload__DQQ-3,
.mobile-panel_bonus__2F0cP,
.mobile-panel_event__voFu4,
.mobile-panel_menu__ft--p,
.mobile-panel_wheel__2deEa {
    padding: 4px 0 6px
}

.mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO,
.mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ,
.mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO,
.mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ,
.mobile-panel_event__voFu4 .mobile-panel_link__WEbsO,
.mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ,
.mobile-panel_menu__ft--p .mobile-panel_link__WEbsO,
.mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ,
.mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO {
    grid-gap: 2px;
    align-content: center;
    align-items: center;
    display: grid;
    gap: 2px;
    height: 54px;
    justify-content: center;
    justify-items: center;
    width: 54px
}

@media(hover:hover) {

    .mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_event__voFu4 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_event__voFu4 .mobile-panel_link__WEbsO:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_menu__ft--p .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_menu__ft--p .mobile-panel_link__WEbsO:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9,
    .mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
    .mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO:hover .mobile-panel_icon__Mh-g9 {
        fill: #ffb374
    }

    .mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ:hover .mobile-panel_label__t0rxe,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO:hover .mobile-panel_label__t0rxe,
    .mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ:hover .mobile-panel_label__t0rxe,
    .mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO:hover .mobile-panel_label__t0rxe,
    .mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ:hover .mobile-panel_label__t0rxe,
    .mobile-panel_event__voFu4 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_event__voFu4 .mobile-panel_link__WEbsO:hover .mobile-panel_label__t0rxe,
    .mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ:hover .mobile-panel_label__t0rxe,
    .mobile-panel_menu__ft--p .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_menu__ft--p .mobile-panel_link__WEbsO:hover .mobile-panel_label__t0rxe,
    .mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ:hover .mobile-panel_label__t0rxe,
    .mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
    .mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO:hover .mobile-panel_label__t0rxe {
        color: #eee9e7
    }
}

.mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO:active .mobile-panel_icon__Mh-g9,
.mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9,
.mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO:active .mobile-panel_icon__Mh-g9,
.mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9,
.mobile-panel_event__voFu4 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_event__voFu4 .mobile-panel_link__WEbsO:active .mobile-panel_icon__Mh-g9,
.mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9,
.mobile-panel_menu__ft--p .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_menu__ft--p .mobile-panel_link__WEbsO:active .mobile-panel_icon__Mh-g9,
.mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9,
.mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_icon__Mh-g9,
.mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO:active .mobile-panel_icon__Mh-g9 {
    fill: #ffb374
}

.mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_button__1yEqJ:active .mobile-panel_label__t0rxe,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_appDownload__DQQ-3 .mobile-panel_link__WEbsO:active .mobile-panel_label__t0rxe,
.mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_bonus__2F0cP .mobile-panel_button__1yEqJ:active .mobile-panel_label__t0rxe,
.mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_bonus__2F0cP .mobile-panel_link__WEbsO:active .mobile-panel_label__t0rxe,
.mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_event__voFu4 .mobile-panel_button__1yEqJ:active .mobile-panel_label__t0rxe,
.mobile-panel_event__voFu4 .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_event__voFu4 .mobile-panel_link__WEbsO:active .mobile-panel_label__t0rxe,
.mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_menu__ft--p .mobile-panel_button__1yEqJ:active .mobile-panel_label__t0rxe,
.mobile-panel_menu__ft--p .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_menu__ft--p .mobile-panel_link__WEbsO:active .mobile-panel_label__t0rxe,
.mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_wheel__2deEa .mobile-panel_button__1yEqJ:active .mobile-panel_label__t0rxe,
.mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO.mobile-panel_active__8Dw5X .mobile-panel_label__t0rxe,
.mobile-panel_wheel__2deEa .mobile-panel_link__WEbsO:active .mobile-panel_label__t0rxe {
    color: #eee9e7
}

.mobile-panel_appDownload__DQQ-3 .mobile-panel_icon__Mh-g9,
.mobile-panel_bonus__2F0cP .mobile-panel_icon__Mh-g9,
.mobile-panel_event__voFu4 .mobile-panel_icon__Mh-g9,
.mobile-panel_menu__ft--p .mobile-panel_icon__Mh-g9,
.mobile-panel_wheel__2deEa .mobile-panel_icon__Mh-g9 {
    fill: #ba8358;
    height: 28px;
    transition: fill .3s ease;
    width: 28px
}

.mobile-panel_appDownload__DQQ-3 .mobile-panel_label__t0rxe,
.mobile-panel_bonus__2F0cP .mobile-panel_label__t0rxe,
.mobile-panel_event__voFu4 .mobile-panel_label__t0rxe,
.mobile-panel_menu__ft--p .mobile-panel_label__t0rxe,
.mobile-panel_wheel__2deEa .mobile-panel_label__t0rxe {
    color: #aea9a9;
    font-size: 7px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: color .3s ease;
    white-space: nowrap;
    width: 100%
}

.mobile-panel_refill__clj7Q {
    margin: -6px 6px 0
}

.mobile-panel_refill__clj7Q .mobile-panel_button__1yEqJ {
    grid-gap: 2px;
    align-content: start;
    align-items: start;
    background: linear-gradient(180deg, #302830 7.97%, rgba(23, 19, 23, 0) 74.67%);
    border-radius: 20px 20px 0 0;
    display: grid;
    -webkit-filter: drop-shadow(0 20px 40px rgba(23, 19, 23, .5));
    filter: drop-shadow(0 20px 40px rgba(23, 19, 23, .5));
    gap: 2px;
    height: 70px;
    justify-content: center;
    justify-items: center;
    padding-top: 10px;
    width: 72px
}

@media(hover:hover) {
    .mobile-panel_refill__clj7Q .mobile-panel_button__1yEqJ:hover .mobile-panel_icon__Mh-g9 {
        fill: #70eeb1
    }

    .mobile-panel_refill__clj7Q .mobile-panel_button__1yEqJ:hover .mobile-panel_balance__c1pb6 {
        color: #70eeb1
    }
}

.mobile-panel_refill__clj7Q .mobile-panel_button__1yEqJ:active .mobile-panel_icon__Mh-g9 {
    fill: #70eeb1
}

.mobile-panel_refill__clj7Q .mobile-panel_button__1yEqJ:active .mobile-panel_balance__c1pb6 {
    color: #70eeb1
}

.mobile-panel_refill__clj7Q .mobile-panel_icon__Mh-g9 {
    fill: #4cea9e;
    height: 22px;
    transition: fill .3s ease;
    width: 22px
}

.mobile-panel_refill__clj7Q .mobile-panel_balance__c1pb6 {
    color: #4cea9e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.02em;
    transition: color .3s ease
}

.mobile-panel_menu__ft--p {
    position: relative
}

.mobile-panel_groupIcon__ZCM5Y {
    height: 28px;
    position: relative;
    width: 28px
}

.mobile-panel_groupIcon__ZCM5Y .mobile-panel_icon__Mh-g9 {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .3s ease, fill .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, fill .3s ease;
    transition: transform .3s ease, opacity .3s ease, fill .3s ease, -webkit-transform .3s ease;
    width: 100%
}

.mobile-panel_groupIcon__ZCM5Y .mobile-panel_icon__Mh-g9.mobile-panel_active__8Dw5X {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.maintenance_component__\+mziS {
    background: url(/static/media/rays.0ebbe4db5e418da8c12b.svg) 50% 0 no-repeat;
    background-size: 962px;
    display: grid;
    height: var(--app-height);
    justify-content: center;
    justify-items: center;
    min-height: 100%;
    position: relative;
    text-align: center
}

@media(max-width:1800px) {
    .maintenance_component__\+mziS {
        background-size: 550px
    }
}

.maintenance_component__\+mziS:after,
.maintenance_component__\+mziS:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.maintenance_component__\+mziS:before {
    background-image: url(/static/media/logo.b796f4e183a2750e1608.svg);
    height: 80px;
    top: 88px;
    width: 80px
}

@media(max-width:1800px) {
    .maintenance_component__\+mziS:before {
        height: 70px;
        top: 40px;
        width: 70px
    }
}

.maintenance_component__\+mziS:after {
    background-image: url(/static/media/characters.1b0eb08d3d10d730186e.png);
    height: 560px;
    top: 187px;
    width: 698px
}

@media(max-width:1800px) {
    .maintenance_component__\+mziS:after {
        height: 441px;
        top: 120px;
        width: 550px
    }
}

@media(max-width:1200px) {
    .maintenance_component__\+mziS:after {
        height: 377px;
        top: 90px;
        width: 470px
    }
}

@media(max-width:599px) {
    .maintenance_component__\+mziS:after {
        background-image: url(/static/media/characters-sm.70bd76acb2ceb9f1c908.png);
        height: 306px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 308px
    }
}

.maintenance_row__B2PLl {
    grid-gap: 50px;
    display: grid;
    gap: 50px;
    grid-template-rows: 1fr auto;
    height: 100%;
    justify-items: center;
    padding: 50px 0;
    position: relative;
    text-align: center;
    z-index: 2
}

@media(max-width:599px) {
    .maintenance_row__B2PLl {
        padding: 32px 0
    }
}

.maintenance_middle__zdmAk {
    align-content: center;
    display: grid;
    justify-items: center;
    max-width: 960px;
    padding: 300px 30px 0
}

@media(max-width:1800px) {
    .maintenance_middle__zdmAk {
        max-width: 750px;
        padding: 200px 20px 0
    }
}

@media(max-width:1200px) {
    .maintenance_middle__zdmAk {
        max-width: 700px
    }
}

.maintenance_title__0Yr3U {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 50px
}

@media(max-width:1800px) {
    .maintenance_title__0Yr3U {
        font-size: 32px;
        line-height: 38px
    }
}

@media(max-width:1200px) {
    .maintenance_title__0Yr3U {
        font-size: 26px;
        line-height: 32px
    }
}

@media(max-width:599px) {
    .maintenance_title__0Yr3U {
        font-size: 18px;
        line-height: 22px
    }
}

.maintenance_subtitle__f9SEH {
    color: #9e9ba2;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px
}

@media(max-width:1800px) {
    .maintenance_subtitle__f9SEH {
        font-size: 16px;
        line-height: 22px
    }
}

@media(max-width:1200px) {
    .maintenance_subtitle__f9SEH {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px
    }
}

@media(max-width:599px) {
    .maintenance_subtitle__f9SEH {
        font-size: 11px;
        line-height: 16px
    }
}

.maintenance_list__TRfxS {
    gap: 12px;
    margin: 32px 0
}

@media(max-width:1200px) {
    .maintenance_list__TRfxS {
        margin: 24px 0
    }
}

@media(max-width:599px) {
    .maintenance_list__TRfxS {
        margin: 18px 0
    }
}

.maintenance_item__hA14L {
    height: 30px;
    width: 30px
}

@media(max-width:599px) {
    .maintenance_item__hA14L {
        height: 24px;
        width: 24px
    }
}

.maintenance_item__hA14L svg {
    height: 100%;
    width: 100%
}

.maintenance_button__mx2y2 {
    grid-gap: 8px;
    align-items: center;
    background: #ffa860;
    border-radius: 10px;
    color: #4f2f12;
    display: grid;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    grid-auto-flow: column;
    overflow: hidden;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: background-color .3s, color .3s
}

@media(max-width:599px) {
    .maintenance_button__mx2y2 {
        border-radius: 8px;
        font-size: 11px;
        padding: 13px 20px
    }
}

.maintenance_button__mx2y2:hover {
    background-color: #ffb272;
    color: #684933
}

.maintenance_button__mx2y2 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.maintenance_buttonIcon__FGZb3 {
    fill: #412e21;
    height: 24px;
    transition: fill .3s, -webkit-transform .3s;
    transition: transform .3s, fill .3s;
    transition: transform .3s, fill .3s, -webkit-transform .3s;
    width: 24px
}

@media(max-width:599px) {
    .maintenance_buttonIcon__FGZb3 {
        height: 20px;
        width: 20px
    }
}

.maintenance_button__mx2y2:hover .maintenance_buttonIcon__FGZb3 {
    fill: #684933;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.maintenance_bottom__N2BXw {
    grid-gap: 4px;
    align-content: center;
    background: url(/static/media/bottom-logo.849ee81b234d033e367a.svg) 0 50% no-repeat;
    background-size: 68px;
    display: grid;
    gap: 4px;
    margin-top: auto;
    min-height: 68px;
    padding-left: 100px;
    text-align: left
}

@media(max-width:900px) {
    .maintenance_bottom__N2BXw {
        background-size: 48px;
        padding-left: 70px
    }
}

@media(max-width:599px) {
    .maintenance_bottom__N2BXw {
        background: none;
        min-height: 0;
        padding: 0 20px
    }
}

.maintenance_bottomTitle__wCX3a {
    color: #d0cdd4;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:900px) {
    .maintenance_bottomTitle__wCX3a {
        font-size: 15px
    }
}

@media(max-width:599px) {
    .maintenance_bottomTitle__wCX3a {
        font-size: 14px
    }
}

.maintenance_bottomSubtitle__PibYN {
    color: #6c6970;
    font-size: 16px;
    line-height: 24px
}

@media(max-width:900px) {
    .maintenance_bottomSubtitle__PibYN {
        font-size: 13px;
        line-height: 16px
    }
}

@media(max-width:599px) {
    .maintenance_bottomSubtitle__PibYN {
        display: none
    }
}

.mobile-menu_component__LNzlK {
    background-color: rgba(23, 19, 23, .9);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden auto;
    padding: 20px 16px 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10020
}

.mobile-menu_component__LNzlK::-webkit-scrollbar-track {
    margin-bottom: 64px
}

@media(max-width:900px) {
    .mobile-menu_component__LNzlK {
        display: block
    }
}

.mobile-menu_enter__NMImC {
    opacity: 0
}

.mobile-menu_enterActive__6vLTJ {
    opacity: 1;
    transition: opacity .2s ease
}

.mobile-menu_exit__PupA- {
    opacity: 1
}

.mobile-menu_exitActive__8t\+Pt {
    opacity: 0;
    transition: opacity .2s ease
}

.mobile-menu_menu__-k6c2 {
    display: grid;
    height: auto;
    min-height: 100%;
    position: relative;
    width: 100%
}

.notice-skeleton_component__N7RQR {
    grid-gap: 16px;
    background-color: hsla(300, 4%, 79%, .05);
    border-radius: 16px;
    display: grid;
    gap: 16px;
    padding: 20px
}

.notice-skeleton_component__N7RQR:not(:last-child) {
    margin-bottom: 8px
}

@media(max-width:900px) {
    .notice-skeleton_component__N7RQR {
        border-radius: 6px;
        gap: 10px;
        padding: 8px
    }

    .notice-skeleton_component__N7RQR:not(:last-child) {
        margin-bottom: 4px
    }
}

.notice-skeleton_content__GAxwt {
    grid-gap: 8px;
    display: grid;
    gap: 8px
}

@media(max-width:900px) {
    .notice-skeleton_content__GAxwt {
        gap: 5px
    }
}

.notice-skeleton_group__6KWkr {
    grid-gap: 6px;
    display: grid;
    gap: 6px
}

@media(max-width:900px) {
    .notice-skeleton_group__6KWkr {
        gap: 4px
    }
}

.notice-skeleton_date__MAgYI {
    height: 16px;
    position: relative;
    width: 80px
}

@media(max-width:900px) {
    .notice-skeleton_date__MAgYI {
        height: 14px
    }
}

.notice-skeleton_date__MAgYI span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.notice-skeleton_title__w3J8z {
    height: 24px;
    position: relative;
    width: 40%
}

@media(max-width:900px) {
    .notice-skeleton_title__w3J8z {
        height: 16px
    }
}

.notice-skeleton_title__w3J8z span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.notice-skeleton_description__M9eWo {
    height: 40px;
    position: relative
}

@media(max-width:900px) {
    .notice-skeleton_description__M9eWo {
        height: 28px
    }
}

.notice-skeleton_description__M9eWo span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.notice-item_component__1ammP {
    grid-gap: 16px;
    background-color: hsla(300, 4%, 79%, .05);
    border-radius: 16px;
    display: grid;
    gap: 16px;
    padding: 20px
}

.notice-item_component__1ammP:not(:last-child) {
    margin-bottom: 8px
}

@media(max-width:900px) {
    .notice-item_component__1ammP {
        border-radius: 12px;
        gap: 12px;
        padding: 16px
    }

    .notice-item_component__1ammP:not(:last-child) {
        margin-bottom: 6px
    }
}

@media(max-width:599px) {
    .notice-item_component__1ammP {
        border-radius: 8px;
        gap: 10px;
        padding: 12px
    }

    .notice-item_component__1ammP:not(:last-child) {
        margin-bottom: 4px
    }
}

.notice-item_content__CyvbG {
    grid-gap: 8px;
    display: grid;
    gap: 8px
}

@media(max-width:900px) {
    .notice-item_content__CyvbG {
        gap: 8px
    }
}

.notice-item_group__sZs1s {
    grid-gap: 2px;
    display: grid;
    gap: 2px
}

.notice-item_date__4EVc7 {
    color: #6c6970;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4
}

@media(max-width:900px) {
    .notice-item_date__4EVc7 {
        font-size: 10px
    }
}

.notice-item_title__RZ3jX {
    color: #ffc596;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

@media(max-width:900px) {
    .notice-item_title__RZ3jX {
        font-size: 12px;
        line-height: 1.33
    }
}

.notice-item_description__whNrt {
    color: #d0cdd4;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media(max-width:900px) {
    .notice-item_description__whNrt {
        font-size: 10px
    }
}

.notice-item_buttons__\+dSq1 {
    display: grid
}

.notice-item_link__tOLs6 {
    background: #ffa860;
    border-radius: 8px;
    color: #412e21;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    padding: 12px;
    text-align: center;
    text-overflow: ellipsis;
    transition: background .3s ease, color .3s ease;
    white-space: nowrap;
    width: 100%
}

@media(max-width:900px) {
    .notice-item_link__tOLs6 {
        border-radius: 6px;
        font-size: 10px;
        padding: 8px
    }
}

@media(hover:hover) {
    .notice-item_link__tOLs6:not(.notice-item_active__dFS-S):hover {
        background: #d08951;
        color: #412e21
    }
}

.notice-item_link__tOLs6:not(.notice-item_active__dFS-S):active {
    background: #d08951;
    color: #412e21
}

.notice-item_link__tOLs6.notice-item_active__dFS-S {
    background: #d08951
}

@media(hover:hover) {
    .notice-item_link__tOLs6.notice-item_active__dFS-S:hover {
        background: #ffa860;
        color: #412e21
    }
}

.notice-item_link__tOLs6.notice-item_active__dFS-S:active {
    background: #ffa860;
    color: #412e21
}

.notice-plug_component__jKxDF {
    align-items: center;
    border: 1px dashed #4a474c;
    border-radius: 12px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 16px;
    text-align: center
}

.notice-plug_component__jKxDF span {
    color: #6c6970;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43
}

.main_main__2Qq2x,
.notice_component__ubj\+D {
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.main_main__2Qq2x {
    overflow: hidden auto;
    padding-bottom: 24px;
    position: relative;
    scrollbar-width: none
}

.main_main__2Qq2x::-webkit-scrollbar {
    height: 0;
    width: 0
}

@media(max-width:900px) {
    .main_main__2Qq2x {
        padding-bottom: 16px
    }
}

.main_main__2Qq2x.main_mask__QL\+sX {
    -webkit-mask-image: linear-gradient(180deg, #fff 92%, transparent);
    mask-image: linear-gradient(180deg, #fff 92%, transparent)
}

.notice-drawer_component__0PmwW {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: linear-gradient(195deg, rgba(35, 33, 38, .9), rgba(42, 39, 45, .9) 112.7%);
    box-shadow: 0 4px 30px 0 #171317;
    cursor: default;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    padding: 24px 24px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 520px;
    will-change: transform;
    z-index: 10030
}

@media(max-width:900px) {
    .notice-drawer_component__0PmwW {
        padding: 20px 16px 0;
        width: 420px
    }
}

@media(max-width:599px) {
    .notice-drawer_component__0PmwW {
        padding: 16px 8px 0;
        width: 100%
    }
}

.notice-drawer_enter__9Bb8K {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.notice-drawer_enterActive__\+ShF1 {
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.notice-drawer_enterActive__\+ShF1,
.notice-drawer_exit__9gn9g {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.notice-drawer_exitActive__15K8m {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.notice-drawer_header__03-xb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

@media(max-width:900px) {
    .notice-drawer_header__03-xb {
        margin-bottom: 12px
    }
}

.notice-drawer_header__03-xb .notice-drawer_group__Sq7xJ {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr
}

@media(max-width:900px) {
    .notice-drawer_header__03-xb .notice-drawer_group__Sq7xJ {
        gap: 6px
    }
}

.notice-drawer_header__03-xb .notice-drawer_icon__shSFO {
    height: 20px;
    width: 20px
}

@media(max-width:900px) {
    .notice-drawer_header__03-xb .notice-drawer_icon__shSFO {
        height: 18px;
        width: 18px
    }
}

@media(max-width:599px) {
    .notice-drawer_header__03-xb .notice-drawer_icon__shSFO {
        height: 16px;
        width: 16px
    }
}

.notice-drawer_header__03-xb .notice-drawer_icon__shSFO svg {
    fill: #4a474c;
    height: 100%;
    width: 100%
}

.notice-drawer_header__03-xb .notice-drawer_title__N3JwK {
    color: #d0cdd4;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .notice-drawer_header__03-xb .notice-drawer_title__N3JwK {
        font-size: 15px
    }
}

.notice-drawer_footer__Wttpy {
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    position: relative
}

@media(max-width:900px) {
    .notice-drawer_footer__Wttpy {
        padding-bottom: 16px
    }
}

.notice-drawer_btnClose__wjjKa {
    color: #6c6970;
    display: flex;
    margin-right: -4px;
    padding: 4px;
    transition: color .3s ease
}

.notice-drawer_btnClose__wjjKa:hover {
    color: #d0cdd4
}

.notice-drawer_btnClose__wjjKa svg {
    fill: currentcolor;
    height: 18px;
    width: 18px
}

.notice-drawer_btnClear__\+J3U9 {
    align-items: center;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    background: hsla(266, 3%, 43%, .1);
    border-radius: 8px;
    color: #9e9ba2;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    padding: 10px 16px;
    text-align: center;
    transition: background .3s ease, color .3s ease;
    width: 100%
}

@media(max-width:900px) {
    .notice-drawer_btnClear__\+J3U9 {
        font-size: 13px;
        padding: 11px
    }
}

.notice-drawer_btnClear__\+J3U9:hover {
    background: hsla(266, 3%, 43%, .2);
    color: #d0cdd4
}

.notice-drawer_btnClear__\+J3U9 svg {
    fill: currentcolor;
    height: 20px;
    margin-left: 6px;
    width: 20px
}

.layout_component__c4c45 {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.modal_component__SOcmY {
    align-items: center;
    background: rgba(23, 20, 23, .7);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: var(--app-height);
    justify-content: center;
    justify-items: center;
    left: 0;
    overflow: hidden auto;
    padding: 28px 20px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20000
}

@media(max-width:1200px) {
    .modal_component__SOcmY {
        padding: 24px 16px
    }
}

@media(max-width:900px) {
    .modal_component__SOcmY {
        padding: 20px 12px
    }
}

@media(max-width:599px) {
    .modal_component__SOcmY {
        padding: 16px 8px
    }
}

.modal_component__SOcmY.modal_enter__6bgNs {
    opacity: 0
}

.modal_component__SOcmY.modal_enter__6bgNs .modal_content__X8TmX {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.modal_component__SOcmY.modal_enterActive__A7hzZ {
    opacity: 1;
    transition: opacity .2s ease
}

.modal_component__SOcmY.modal_enterActive__A7hzZ .modal_content__X8TmX {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .2s
}

.modal_component__SOcmY.modal_exit__M6hxI {
    opacity: 1
}

.modal_component__SOcmY.modal_exit__M6hxI .modal_content__X8TmX {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal_component__SOcmY.modal_exitActive__EU9uW {
    opacity: 0;
    transition: opacity .2s ease
}

.modal_component__SOcmY.modal_exitActive__EU9uW .modal_content__X8TmX {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    transition: transform .2s
}

.modal_content__X8TmX {
    max-width: 100%
}

.sell-all-modal_component__K1Fyn {
    background: #262329;
    border-radius: 20px;
    max-width: 525px;
    padding: 174px 50px 50px;
    position: relative;
    text-align: center
}

.sell-all-modal_component__K1Fyn:before {
    background: #3f2f19;
    border: 3px solid #ffa860;
    border-radius: 40px;
    box-shadow: 0 0 50px 10px rgba(243, 160, 91, .3);
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 64px;
    width: 80px
}

@media(max-width:1200px) {
    .sell-all-modal_component__K1Fyn {
        padding: 174px 40px 40px
    }
}

@media(max-width:900px) {
    .sell-all-modal_component__K1Fyn {
        padding: 150px 40px 40px
    }

    .sell-all-modal_component__K1Fyn:before {
        height: 68px;
        top: 50px;
        width: 68px
    }
}

@media(max-width:599px) {
    .sell-all-modal_component__K1Fyn {
        padding: 150px 25px 25px;
        width: 100%
    }
}

.sell-all-modal_icon__BouII {
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 83px;
    width: 42px
}

.sell-all-modal_icon__BouII path {
    fill: #ffa860
}

@media(max-width:900px) {
    .sell-all-modal_icon__BouII {
        height: 36px;
        top: 66px;
        width: 36px
    }
}

.sell-all-modal_close__pN7Rj {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10
}

.sell-all-modal_close__pN7Rj path {
    transition: fill .3s ease
}

.sell-all-modal_close__pN7Rj:hover path {
    fill: #b0aeaf
}

@media(max-width:599px) {
    .sell-all-modal_close__pN7Rj {
        right: 25px;
        top: 25px
    }
}

.sell-all-modal_closeIcon__6YYqU {
    height: 34px;
    width: 34px
}

@media(max-width:599px) {
    .sell-all-modal_closeIcon__6YYqU {
        height: 28px;
        width: 28px
    }
}

.sell-all-modal_subtitle__x15n9 {
    color: #eadfe4;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 25px
}

@media(max-width:1200px) {
    .sell-all-modal_subtitle__x15n9 {
        font-size: 15px;
        margin-bottom: 25px
    }
}

@media(max-width:900px) {
    .sell-all-modal_subtitle__x15n9 {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media(max-width:599px) {
    .sell-all-modal_subtitle__x15n9 {
        font-size: 13px
    }
}

.sell-all-modal_buttons__zT1NN {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.sell-all-modal_btn__WU1C1 {
    background-color: #d0585c;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    height: 58px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    width: calc(50% - 5px)
}

@media(max-width:1200px) {
    .sell-all-modal_btn__WU1C1 {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .sell-all-modal_btn__WU1C1 {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .sell-all-modal_btn__WU1C1 {
        font-size: 12px;
        height: 52px
    }
}

.sell-all-modal_btn__WU1C1:hover {
    background: #e96c6e
}

.sell-all-modal_btn__WU1C1.sell-all-modal_loading__jSnIu {
    cursor: wait;
    opacity: .7
}

.sell-all-modal_btn__WU1C1.sell-all-modal_cancel__CcAuq {
    background-color: #2b2930;
    color: #606060
}

.sell-all-modal_btn__WU1C1.sell-all-modal_cancel__CcAuq:hover {
    background-color: #3a3740;
    color: #c7c7c7
}

.error-modal_component__ZtJem {
    background: #262329;
    border-radius: 20px;
    max-width: 525px;
    padding: 174px 50px 50px;
    position: relative;
    text-align: center
}

.error-modal_component__ZtJem:before {
    background: #2f1c21;
    border: 3px solid #e2604e;
    border-radius: 40px;
    box-shadow: 0 0 50px 10px rgba(255, 73, 89, .24);
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 64px;
    width: 80px
}

@media(max-width:1200px) {
    .error-modal_component__ZtJem {
        padding: 174px 40px 40px
    }
}

@media(max-width:900px) {
    .error-modal_component__ZtJem {
        padding: 150px 40px 40px
    }

    .error-modal_component__ZtJem:before {
        height: 68px;
        top: 50px;
        width: 68px
    }
}

@media(max-width:599px) {
    .error-modal_component__ZtJem {
        padding: 150px 25px 25px;
        width: 100%
    }
}

.error-modal_icon__lffH3 {
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 83px;
    width: 42px
}

.error-modal_icon__lffH3 path {
    fill: #ffa860
}

@media(max-width:900px) {
    .error-modal_icon__lffH3 {
        height: 36px;
        top: 66px;
        width: 36px
    }
}

.error-modal_close__oVL65 {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10
}

.error-modal_close__oVL65 path {
    transition: fill .3s ease
}

.error-modal_close__oVL65:hover path {
    fill: #b0aeaf
}

@media(max-width:599px) {
    .error-modal_close__oVL65 {
        right: 25px;
        top: 25px
    }
}

.error-modal_closeIcon__-p0hA {
    height: 34px;
    width: 34px
}

@media(max-width:599px) {
    .error-modal_closeIcon__-p0hA {
        height: 28px;
        width: 28px
    }
}

.error-modal_title__lEzx1 {
    color: #ff7360;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: uppercase
}

@media(max-width:900px) {
    .error-modal_title__lEzx1 {
        font-size: 20px
    }
}

@media(max-width:599px) {
    .error-modal_title__lEzx1 {
        font-size: 18px;
        margin-bottom: 8px
    }
}

.error-modal_subtitle__Eh2QX {
    color: #eadfe4;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 25px
}

@media(max-width:1200px) {
    .error-modal_subtitle__Eh2QX {
        font-size: 15px;
        margin-bottom: 25px
    }
}

@media(max-width:900px) {
    .error-modal_subtitle__Eh2QX {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media(max-width:599px) {
    .error-modal_subtitle__Eh2QX {
        font-size: 13px
    }
}

.error-modal_gold__ITKew {
    color: #ffb374;
    font-weight: 700
}

.error-modal_contacts__EdaBy {
    background: #362e28;
    border-radius: 10px;
    color: #ffb374;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 25px
}

@media(max-width:599px) {
    .error-modal_contacts__EdaBy {
        font-size: 12px
    }
}

.error-modal_contactsLink__xwRy2 {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 5px;
    padding: 0 28px 0 0;
    position: relative
}

.error-modal_contactsLink__xwRy2:after {
    background: url(/static/media/ask-icon.b46d8305c24287f9df0b.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 25px;
    opacity: .38;
    position: absolute;
    right: 0;
    top: -5px;
    transition: opacity .3s ease;
    width: 25px
}

.error-modal_contactsLink__xwRy2:hover {
    color: #ffb374
}

.error-modal_contactsLink__xwRy2:hover:after {
    opacity: .75
}

@media(max-width:599px) {
    .error-modal_contactsLink__xwRy2 {
        padding: 0
    }

    .error-modal_contactsLink__xwRy2:after {
        display: none
    }
}

.item_component__QfIVH {
    grid-gap: 4px;
    background: rgba(53, 50, 57, .5);
    border: 1px solid rgba(53, 50, 57, .5);
    border-radius: 16px;
    display: grid;
    gap: 4px;
    grid-auto-flow: row;
    justify-items: center;
    padding: 16px 10px;
    position: relative;
    transition: background .3s ease, border .3s ease;
    width: 100%
}

@media(max-width:900px) {
    .item_component__QfIVH {
        border-radius: 12px;
        padding: 12px 8px
    }
}

@media(max-width:599px) {
    .item_component__QfIVH {
        border-radius: 8px;
        padding: 8px 6px
    }
}

.item_component__QfIVH.item_selected__jIVk- {
    border: 1px solid hsla(27, 67%, 80%, .2)
}

.item_component__QfIVH:hover {
    background: #353239;
    border: 1px solid #353239
}

.item_component__QfIVH:hover .item_buttons__Hk2hT {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.item_amount__EsDZ7 {
    background: #ffa860;
    border-radius: 6px;
    color: #412e21;
    font-size: 12px;
    font-weight: 800;
    left: 16px;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    top: 16px
}

@media(max-width:900px) {
    .item_amount__EsDZ7 {
        border-radius: 5px;
        font-size: 11px;
        left: 12px;
        top: 12px
    }
}

@media(max-width:599px) {
    .item_amount__EsDZ7 {
        border-radius: 4px;
        font-size: 10px;
        left: 8px;
        top: 8px
    }
}

.item_resetButton__xcWmW {
    display: flex;
    position: absolute;
    right: 16px;
    top: 16px
}

@media(max-width:900px) {
    .item_resetButton__xcWmW {
        right: 12px;
        top: 12px
    }
}

@media(max-width:599px) {
    .item_resetButton__xcWmW {
        right: 8px;
        top: 8px
    }
}

.item_resetButton__xcWmW:hover svg {
    fill: #ff756c
}

.item_resetButton__xcWmW svg {
    fill: #d0cdd4;
    height: 20px;
    transition: fill .3s ease;
    width: 20px
}

@media(max-width:900px) {
    .item_resetButton__xcWmW svg {
        height: 18px;
        width: 18px
    }
}

@media(max-width:599px) {
    .item_resetButton__xcWmW svg {
        height: 16px;
        width: 16px
    }
}

.item_image__\+SHec {
    height: 108px;
    object-fit: contain;
    width: 108px
}

@media(max-width:900px) {
    .item_image__\+SHec {
        height: 84px;
        width: 84px
    }
}

@media(max-width:599px) {
    .item_image__\+SHec {
        height: 60px;
        width: 60px
    }
}

.item_title__-RglY {
    color: #d0cdd4;
    font-size: 12px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .item_title__-RglY {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .item_title__-RglY {
        font-size: 8px
    }
}

.item_cost__zWpqV {
    color: #ffa860;
    font-size: 14px;
    font-weight: 800;
    text-align: center
}

@media(max-width:900px) {
    .item_cost__zWpqV {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .item_cost__zWpqV {
        font-size: 10px
    }
}

.item_buttons__Hk2hT {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 100%
}

@media(max-width:900px) {
    .item_buttons__Hk2hT {
        gap: 8px
    }
}

@media(max-width:599px) {
    .item_buttons__Hk2hT {
        gap: 4px
    }
}

.item_button__4HDLW {
    background: #ffa860;
    border-radius: 8px;
    display: flex;
    padding: 8px;
    transition: background .3s ease
}

@media(max-width:900px) {
    .item_button__4HDLW {
        border-radius: 7px;
        padding: 6px
    }
}

@media(max-width:599px) {
    .item_button__4HDLW {
        border-radius: 6px;
        padding: 4px
    }
}

.item_button__4HDLW:hover {
    background: #ffc18c
}

.item_button__4HDLW svg {
    fill: #412e21;
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .item_button__4HDLW svg {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .item_button__4HDLW svg {
        height: 16px;
        width: 16px
    }
}

.list_component__Xyzix {
    -webkit-overflow-scrolling: touch;
    height: 550px;
    margin-right: calc(var(--padding-x)/-4 - 2px);
    margin-top: 12px;
    overflow: hidden scroll;
    padding-right: calc(var(--padding-x)/4)
}

@media(max-width:900px) {
    .list_component__Xyzix {
        height: 435px;
        margin-top: 10px
    }
}

@media(max-width:599px) {
    .list_component__Xyzix {
        height: 320px;
        margin-top: 8px
    }
}

.list_component__Xyzix::-webkit-scrollbar {
    width: 2px
}

.list_component__Xyzix::-webkit-scrollbar-track {
    background: none
}

.list_component__Xyzix::-webkit-scrollbar-thumb {
    background: #d0cdd4;
    border-radius: 2px
}

.list_list__bQHXu {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr
}

@media(max-width:900px) {
    .list_list__bQHXu {
        gap: 6px
    }
}

@media(max-width:599px) {
    .list_list__bQHXu {
        gap: 4px
    }
}

.list_skeleton__KFW2W {
    border-radius: 16px;
    display: flex;
    height: 182px;
    overflow: hidden
}

@media(max-width:900px) {
    .list_skeleton__KFW2W {
        border-radius: 12px;
        height: 145px
    }
}

@media(max-width:599px) {
    .list_skeleton__KFW2W {
        border-radius: 8px;
        height: 109px
    }
}

.list_skeleton__KFW2W span {
    height: 100%;
    width: 100%
}

.bottom_component__DAvpo {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 12px
}

@media(max-width:900px) {
    .bottom_component__DAvpo {
        gap: 6px
    }
}

@media(max-width:599px) {
    .bottom_component__DAvpo {
        gap: 12px 6px;
        grid-template-columns: 1fr 1fr
    }
}

.bottom_side__fcdCe {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    justify-self: center
}

@media(max-width:900px) {
    .bottom_side__fcdCe {
        gap: 7px
    }
}

@media(max-width:599px) {
    .bottom_side__fcdCe {
        gap: 6px
    }
}

.bottom_label__8Fhhn {
    color: #6c6970;
    font-size: 14px;
    font-weight: 500
}

@media(max-width:900px) {
    .bottom_label__8Fhhn {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .bottom_label__8Fhhn {
        font-size: 10px
    }
}

.bottom_count__FJCtv {
    color: #d0cdd4;
    font-size: 16px;
    font-weight: 800
}

@media(max-width:900px) {
    .bottom_count__FJCtv {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .bottom_count__FJCtv {
        font-size: 12px
    }
}

.bottom_button__ezkUz {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    height: 52px
}

@media(max-width:900px) {
    .bottom_button__ezkUz {
        border-radius: 9px;
        font-size: 12px;
        height: 48px
    }
}

@media(max-width:599px) {
    .bottom_button__ezkUz {
        border-radius: 8px;
        font-size: 10px;
        grid-column: 1/3;
        grid-row: 2/3;
        height: 44px
    }
}

.search-input_component__B184E {
    border-radius: 10px;
    gap: 6px;
    height: 50px;
    padding: 0 10px
}

@media(max-width:900px) {
    .search-input_component__B184E {
        border-radius: 9px;
        gap: 4px;
        height: 46px;
        padding: 0 8px
    }
}

@media(max-width:599px) {
    .search-input_component__B184E {
        border-radius: 8px;
        gap: 2px;
        height: 42px;
        padding: 0 6px
    }
}

.search-input_component__B184E .search-input_icon__7mXJk {
    height: 22px;
    width: 22px
}

@media(max-width:900px) {
    .search-input_component__B184E .search-input_icon__7mXJk {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .search-input_component__B184E .search-input_icon__7mXJk {
        height: 18px;
        width: 18px
    }
}

.search-input_component__B184E .search-input_input__Pk4Th {
    font-size: 14px
}

@media(max-width:900px) {
    .search-input_component__B184E .search-input_input__Pk4Th {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .search-input_component__B184E .search-input_input__Pk4Th {
        font-size: 10px
    }
}

.search-input_component__B184E .search-input_input__Pk4Th::-webkit-input-placeholder {
    font-size: 14px
}

.search-input_component__B184E .search-input_input__Pk4Th::placeholder {
    font-size: 14px
}

@media(max-width:900px) {
    .search-input_component__B184E .search-input_input__Pk4Th::-webkit-input-placeholder {
        font-size: 12px
    }

    .search-input_component__B184E .search-input_input__Pk4Th::placeholder {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .search-input_component__B184E .search-input_input__Pk4Th::-webkit-input-placeholder {
        font-size: 10px
    }

    .search-input_component__B184E .search-input_input__Pk4Th::placeholder {
        font-size: 10px
    }
}

.sort-select_component__c6VrL {
    z-index: 100
}

.sort-select_control__11A26 {
    border-radius: 10px;
    height: 50px;
    padding: 0 10px 0 14px
}

@media(max-width:900px) {
    .sort-select_control__11A26 {
        border-radius: 9px;
        height: 46px;
        padding: 0 8px 0 11px
    }
}

@media(max-width:599px) {
    .sort-select_control__11A26 {
        border-radius: 8px;
        height: 42px;
        padding: 0 6px 0 8px
    }
}

.sort-select_placeholder__P5-55,
.sort-select_value__Hg-H3 {
    color: #abacb8;
    font-size: 14px;
    font-weight: 500
}

@media(max-width:900px) {

    .sort-select_placeholder__P5-55,
    .sort-select_value__Hg-H3 {
        font-size: 12px
    }
}

@media(max-width:599px) {

    .sort-select_placeholder__P5-55,
    .sort-select_value__Hg-H3 {
        font-size: 10px
    }
}

.sort-select_dropdownIcon__AxC8e {
    height: 20px;
    width: 20px
}

@media(max-width:900px) {
    .sort-select_dropdownIcon__AxC8e {
        height: 18px;
        width: 18px
    }
}

@media(max-width:599px) {
    .sort-select_dropdownIcon__AxC8e {
        height: 16px;
        width: 16px
    }
}

.sort-select_menu__DeT47 {
    border-radius: 10px;
    margin-top: 8px;
    padding: 10px 8px
}

@media(max-width:900px) {
    .sort-select_menu__DeT47 {
        border-radius: 9px;
        margin-top: 6px;
        padding: 9px 7px
    }
}

@media(max-width:599px) {
    .sort-select_menu__DeT47 {
        border-radius: 8px;
        margin-top: 4px;
        padding: 8px 6px
    }
}

.sort-select_option__mOyq6 {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 10px
}

@media(max-width:900px) {
    .sort-select_option__mOyq6 {
        font-size: 12px;
        padding: 12px 8px
    }
}

@media(max-width:599px) {
    .sort-select_option__mOyq6 {
        font-size: 10px;
        padding: 10px 6px
    }
}

.actions_component__pa4gz {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px
}

@media(max-width:900px) {
    .actions_component__pa4gz {
        gap: 6px
    }
}

@media(max-width:599px) {
    .actions_component__pa4gz {
        gap: 4px
    }
}

.add-cases-modal_component__1lxh4 {
    --padding-x: 32px;
    background: #211e25;
    border-radius: 20px;
    max-width: 100%;
    padding: 32px var(--padding-x) 40px var(--padding-x);
    position: relative;
    width: 650px
}

@media(max-width:900px) {
    .add-cases-modal_component__1lxh4 {
        --padding-x: 24px;
        border-radius: 16px;
        padding: 24px var(--padding-x) 28px var(--padding-x)
    }
}

@media(max-width:599px) {
    .add-cases-modal_component__1lxh4 {
        --padding-x: 16px;
        border-radius: 12px;
        padding: var(--padding-x)
    }
}

.add-cases-modal_closeButton__0uGrj {
    display: flex;
    position: absolute;
    right: 32px;
    top: 20px;
    z-index: 100
}

@media(max-width:900px) {
    .add-cases-modal_closeButton__0uGrj {
        right: 20px;
        top: 16px
    }
}

@media(max-width:599px) {
    .add-cases-modal_closeButton__0uGrj {
        right: 8px;
        top: 12px
    }
}

.add-cases-modal_closeButton__0uGrj:hover svg {
    fill: #9e9ba2
}

.add-cases-modal_closeButton__0uGrj svg {
    fill: #45404a;
    height: 40px;
    transition: fill .3s ease;
    width: 40px
}

@media(max-width:900px) {
    .add-cases-modal_closeButton__0uGrj svg {
        height: 32px;
        width: 32px
    }
}

@media(max-width:599px) {
    .add-cases-modal_closeButton__0uGrj svg {
        height: 24px;
        width: 24px
    }
}

.add-cases-modal_title__8Pu7Z {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .add-cases-modal_title__8Pu7Z {
        background: linear-gradient(180deg, #937e82, #fff8f3);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:900px) {
    .add-cases-modal_title__8Pu7Z {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .add-cases-modal_title__8Pu7Z {
        font-size: 16px
    }
}

.winner_component__S1Nc0 {
    grid-gap: 48px;
    align-items: center;
    background: #1d1a21;
    border-radius: 10px;
    display: grid;
    gap: 48px;
    grid-template-areas: "name middle amount";
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    margin-top: 12px;
    padding: 24px
}

@media(max-width:900px) {
    .winner_component__S1Nc0 {
        border-radius: 9px;
        gap: 32px;
        margin-top: 10px;
        padding: 20px
    }
}

@media(max-width:599px) {
    .winner_component__S1Nc0 {
        border-radius: 8px;
        gap: 10px 16px;
        grid-auto-rows: auto;
        grid-template-areas: "middle name" "middle amount";
        grid-template-columns: auto 1fr;
        margin-top: 8px;
        padding: 16px
    }
}

.winner_name__d5Eea {
    grid-gap: 8px;
    align-items: center;
    display: grid;
    gap: 8px;
    grid-area: name;
    grid-auto-flow: column;
    justify-self: end
}

@media(max-width:599px) {
    .winner_name__d5Eea {
        align-self: end;
        justify-self: start
    }
}

.winner_name__d5Eea span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .winner_name__d5Eea span {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .winner_name__d5Eea span {
        font-size: 16px;
        text-align: left
    }
}

.winner_robotIcon__gHY7I {
    fill: #d0cdd4;
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .winner_robotIcon__gHY7I {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .winner_robotIcon__gHY7I {
        height: 16px;
        width: 16px
    }
}

.winner_middle__GLWMQ {
    display: grid;
    grid-area: middle;
    justify-items: center
}

.winner_photo__VKy3q {
    border: 4px solid #4cea9e;
    border-radius: 100%;
    height: 80px;
    object-fit: cover;
    width: 80px
}

@media(max-width:900px) {
    .winner_photo__VKy3q {
        height: 72px;
        width: 72px
    }
}

@media(max-width:599px) {
    .winner_photo__VKy3q {
        height: 64px;
        width: 64px
    }
}

.winner_iconWrapper__aJN0v {
    background: #4cea9e;
    border-radius: 12px;
    display: flex;
    margin-top: -16px;
    padding: 7px
}

@media(max-width:900px) {
    .winner_iconWrapper__aJN0v {
        border-radius: 10px;
        margin-top: -14px;
        padding: 6px
    }
}

@media(max-width:599px) {
    .winner_iconWrapper__aJN0v {
        border-radius: 8px;
        margin-top: -12px;
        padding: 5px
    }
}

.winner_iconWrapper__aJN0v svg {
    fill: #1d3b2e;
    height: 18px;
    width: 18px
}

@media(max-width:900px) {
    .winner_iconWrapper__aJN0v svg {
        height: 16px;
        width: 16px
    }
}

@media(max-width:599px) {
    .winner_iconWrapper__aJN0v svg {
        height: 14px;
        width: 14px
    }
}

.winner_amount__s62BB {
    color: #4cea9e;
    font-size: 20px;
    font-weight: 800;
    grid-area: amount;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .winner_amount__s62BB {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .winner_amount__s62BB {
        align-self: start;
        font-size: 16px
    }
}

.item_component__sy3Ng {
    background: linear-gradient(0deg, #463c46, #272127 65%);
    border-radius: 8px;
    height: 136px;
    overflow: hidden;
    position: relative
}

@media(max-width:900px) {
    .item_component__sy3Ng {
        border-radius: 9px;
        height: 112px
    }
}

@media(max-width:599px) {
    .item_component__sy3Ng {
        border-radius: 6px;
        height: 88px
    }
}

.item_component__sy3Ng:before {
    background: #969396;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 -6px 60px 12px hsla(0, 0%, 80%, .3);
    content: "";
    height: 2px;
    left: 15%;
    position: absolute;
    right: 15%
}

.item_component__sy3Ng.item_consumer__oTZJd {
    background: linear-gradient(0deg, #463c46, #272127 65%)
}

.item_component__sy3Ng.item_consumer__oTZJd:before {
    background: #969396;
    box-shadow: 0 -6px 60px 12px hsla(0, 0%, 80%, .3)
}

.item_component__sy3Ng.item_consumer__oTZJd .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-grey.08f43f54fa2397c13f8a.svg)
}

.item_component__sy3Ng.item_milspec__4Eah\+ {
    background: linear-gradient(0deg, #324549, #272127 65%)
}

.item_component__sy3Ng.item_milspec__4Eah\+:before {
    background: #79a8ca;
    box-shadow: 0 -6px 60px 12px rgba(92, 245, 255, .3)
}

.item_component__sy3Ng.item_milspec__4Eah\+ .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-light-blue.a71fe401f8bcaebfd513.svg)
}

.item_component__sy3Ng.item_industrial__eT3jk {
    background: linear-gradient(0deg, #2c3159, #272127 65%)
}

.item_component__sy3Ng.item_industrial__eT3jk:before {
    background: #5776e4;
    box-shadow: 0 -6px 60px 12px rgba(131, 158, 255, .3)
}

.item_component__sy3Ng.item_industrial__eT3jk .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-blue.73a5bcea064a91a6cb8b.svg)
}

.item_component__sy3Ng.item_restricted__mYfpc {
    background: linear-gradient(0deg, #463050, #272127 65%)
}

.item_component__sy3Ng.item_restricted__mYfpc:before {
    background: #7750e4;
    box-shadow: 0 -6px 60px 12px rgba(150, 100, 255, .3)
}

.item_component__sy3Ng.item_restricted__mYfpc .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-magenta.97ec3b6c1347f2745e04.svg)
}

.item_component__sy3Ng.item_classified__TZc6C {
    background: linear-gradient(0deg, #4e2f41, #272127 65%)
}

.item_component__sy3Ng.item_classified__TZc6C:before {
    background: #c55980;
    box-shadow: 0 -6px 60px 12px rgba(255, 148, 186, .3)
}

.item_component__sy3Ng.item_classified__TZc6C .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-pink.65247c8c07becb4c4b72.svg)
}

.item_component__sy3Ng.item_covert__QEd1M {
    background: linear-gradient(0deg, #3e2a2c, #272127 65%)
}

.item_component__sy3Ng.item_covert__QEd1M:before {
    background: #da5763;
    box-shadow: 0 -6px 60px 12px rgba(226, 81, 94, .5)
}

.item_component__sy3Ng.item_covert__QEd1M .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-red.23700b296cebd70e3605.svg)
}

.item_component__sy3Ng.item_knife__imbyX {
    background: linear-gradient(0deg, #3d3026, #272127 65%)
}

.item_component__sy3Ng.item_knife__imbyX:before {
    background: #db975d;
    box-shadow: 0 -6px 60px 12px rgba(205, 129, 66, .5)
}

.item_component__sy3Ng.item_knife__imbyX .item_graphics__RLo4V {
    background-image: url(/static/media/logo-gradient-yellow.54e804197054444a94c5.svg)
}

.item_graphics__RLo4V {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 56px;
    justify-content: center;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 24px;
    z-index: 5
}

@media(max-width:900px) {
    .item_graphics__RLo4V {
        height: 48px;
        left: 6px;
        right: 6px;
        top: 20px
    }
}

@media(max-width:599px) {
    .item_graphics__RLo4V {
        height: 40px;
        left: 4px;
        right: 4px;
        top: 16px
    }
}

.item_graphics__RLo4V img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.item_titles__URQkw {
    bottom: 0;
    display: grid;
    left: 0;
    padding: 0 8px 8px;
    position: absolute;
    right: 0;
    z-index: 10
}

@media(max-width:900px) {
    .item_titles__URQkw {
        padding: 0 6px 6px
    }
}

@media(max-width:599px) {
    .item_titles__URQkw {
        padding: 0 4px 4px
    }
}

.item_firstTitle__xEj85 {
    color: rgba(245, 231, 245, .7);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.33;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .item_firstTitle__xEj85 {
        font-size: 11px
    }
}

@media(max-width:599px) {
    .item_firstTitle__xEj85 {
        font-size: 9px
    }
}

.item_secondTitle__NaxKE {
    color: #eee9e7;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .item_secondTitle__NaxKE {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .item_secondTitle__NaxKE {
        font-size: 8px
    }
}

.drop-list_component__fGEr1 {
    -webkit-overflow-scrolling: touch;
    height: 400px;
    margin-right: calc(var(--padding-x)/-4 - 2px);
    margin-top: 12px;
    overflow: hidden auto;
    padding-right: calc(var(--padding-x)/4)
}

@media(max-width:900px) {
    .drop-list_component__fGEr1 {
        height: 328px;
        margin-top: 10px
    }
}

@media(max-width:599px) {
    .drop-list_component__fGEr1 {
        height: 256px;
        margin-top: 8px
    }
}

.drop-list_component__fGEr1::-webkit-scrollbar {
    width: 2px
}

.drop-list_component__fGEr1::-webkit-scrollbar-track {
    background: none
}

.drop-list_component__fGEr1::-webkit-scrollbar-thumb {
    background: #d0cdd4;
    border-radius: 2px
}

.drop-list_list__qnCLe {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media(max-width:900px) {
    .drop-list_list__qnCLe {
        gap: 6px
    }
}

@media(max-width:599px) {
    .drop-list_list__qnCLe {
        gap: 4px
    }
}

.auth-button_component__yCOt3 {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    height: 52px;
    padding: 0 20px;
    width: 100%
}

@media(max-width:900px) {
    .auth-button_component__yCOt3 {
        border-radius: 9px;
        font-size: 13px;
        gap: 7px;
        height: 48px;
        padding: 0 18px
    }
}

@media(max-width:599px) {
    .auth-button_component__yCOt3 {
        border-radius: 8px;
        font-size: 12px;
        gap: 6px;
        height: 44px;
        padding: 0 16px
    }
}

.auth-button_component__yCOt3 .auth-button_icon__j1AsU {
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .auth-button_component__yCOt3 .auth-button_icon__j1AsU {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .auth-button_component__yCOt3 .auth-button_icon__j1AsU {
        height: 20px;
        width: 20px
    }
}

.sell-button_component__xKF2v {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    height: 52px;
    padding: 0 20px;
    width: 100%
}

@media(max-width:900px) {
    .sell-button_component__xKF2v {
        border-radius: 9px;
        font-size: 13px;
        gap: 7px;
        height: 48px;
        padding: 0 18px
    }
}

@media(max-width:599px) {
    .sell-button_component__xKF2v {
        border-radius: 8px;
        font-size: 12px;
        gap: 6px;
        height: 44px;
        padding: 0 16px
    }
}

.sell-button_component__xKF2v .sell-button_icon__M4pv\+ {
    height: 24px;
    width: 24px
}

@media(max-width:900px) {
    .sell-button_component__xKF2v .sell-button_icon__M4pv\+ {
        height: 22px;
        width: 22px
    }
}

@media(max-width:599px) {
    .sell-button_component__xKF2v .sell-button_icon__M4pv\+ {
        height: 20px;
        width: 20px
    }
}

.to-battles-button_button__Zcxbz {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    height: 52px;
    padding: 0 20px;
    width: 100%
}

@media(max-width:900px) {
    .to-battles-button_button__Zcxbz {
        border-radius: 9px;
        font-size: 13px;
        height: 48px;
        padding: 0 18px
    }
}

@media(max-width:599px) {
    .to-battles-button_button__Zcxbz {
        border-radius: 8px;
        font-size: 12px;
        height: 44px;
        padding: 0 16px
    }
}

.actions_component__dnVHB {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 24px
}

@media(max-width:900px) {
    .actions_component__dnVHB {
        gap: 10px;
        margin-top: 16px
    }
}

@media(max-width:599px) {
    .actions_component__dnVHB {
        gap: 8px;
        grid-auto-flow: row;
        justify-content: stretch;
        margin-top: 8px
    }
}

.result-modal_component__p59fU {
    --padding-x: 32px;
    background: #211e25;
    border-radius: 20px;
    max-width: 100%;
    padding: 24px var(--padding-x) 40px var(--padding-x);
    position: relative;
    width: 650px
}

@media(max-width:900px) {
    .result-modal_component__p59fU {
        --padding-x: 24px;
        border-radius: 16px;
        padding: 20px var(--padding-x) 28px var(--padding-x)
    }
}

@media(max-width:599px) {
    .result-modal_component__p59fU {
        --padding-x: 16px;
        border-radius: 12px;
        padding: 16px var(--padding-x)
    }
}

.result-modal_head__Kd10B {
    grid-gap: 24px;
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

@media(max-width:900px) {
    .result-modal_head__Kd10B {
        gap: 20px
    }
}

@media(max-width:599px) {
    .result-modal_head__Kd10B {
        gap: 16px
    }
}

.result-modal_title__UJqS0 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

@supports((-webkit-background-clip:text) or (background-clip:text)) {
    .result-modal_title__UJqS0 {
        background: linear-gradient(180deg, #937e82, #fff8f3);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent
    }
}

@media(max-width:900px) {
    .result-modal_title__UJqS0 {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .result-modal_title__UJqS0 {
        font-size: 16px
    }
}

.result-modal_closeButton__JMcGt {
    height: 40px;
    width: 40px
}

@media(max-width:900px) {
    .result-modal_closeButton__JMcGt {
        height: 34px;
        width: 34px
    }
}

@media(max-width:599px) {
    .result-modal_closeButton__JMcGt {
        height: 28px;
        width: 28px
    }
}

.result-modal_closeButton__JMcGt:hover svg {
    fill: #9e9ba2
}

.result-modal_closeButton__JMcGt svg {
    fill: #45404a;
    height: 100%;
    transition: fill .3s ease;
    width: 100%
}

.modal_component__SHTiz {
    background-color: #211e25;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 372px
}

.modal_component__SHTiz.modal_amount__S90uR {
    background-image: url(/static/media/money.e6b6e14145fcc26f8b9c.png)
}

.modal_component__SHTiz.modal_case__IJZcW {
    background-image: url(/static/media/case.b4521acf193297b4c3e8.png)
}

.modal_component__SHTiz.modal_gold__nrTfo {
    background-image: url(/static/media/gold.a9d6f81c5539f636fc2f.png)
}

.modal_component__SHTiz.modal_skin__EFPKB {
    background-image: url(/static/media/skin.7abd81d800961e390bc9.png)
}

.modal_component__SHTiz.modal_xp__cYA19 {
    background-image: url(/static/media/xp.c1fd11019727ecaeedc3.png)
}

.modal_closeButton__7tngK {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3
}

@media(max-width:1200px) {
    .modal_closeButton__7tngK {
        right: 18px;
        top: 18px
    }
}

@media(max-width:900px) {
    .modal_closeButton__7tngK {
        right: 16px;
        top: 16px
    }
}

@media(max-width:599px) {
    .modal_closeButton__7tngK {
        right: 14px;
        top: 14px
    }
}

.modal_closeIcon__\+IrZS {
    fill: #45404a;
    height: 36px;
    transition: fill .3s ease;
    width: 36px
}

@media(max-width:1200px) {
    .modal_closeIcon__\+IrZS {
        height: 32px;
        width: 32px
    }
}

@media(max-width:900px) {
    .modal_closeIcon__\+IrZS {
        height: 28px;
        width: 28px
    }
}

@media(max-width:599px) {
    .modal_closeIcon__\+IrZS {
        height: 24px;
        width: 24px
    }
}

.modal_closeIcon__\+IrZS:hover {
    fill: #4e4954
}

.modal_row__qVOl0 {
    grid-gap: 24px;
    align-items: baseline;
    display: grid;
    gap: 24px;
    grid-template-rows: 1fr auto;
    justify-content: center;
    justify-items: center;
    min-height: 310px;
    padding: 40px 32px 32px
}

.modal_info__mtxzJ {
    grid-gap: 4px;
    display: grid;
    gap: 4px;
    max-width: 260px;
    text-align: center
}

.modal_title__5BRdg {
    color: #ffa860;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.modal_text__GY5B0 {
    color: #d0cdd4;
    font-size: 14px;
    line-height: 20px
}

.modal_text__GY5B0 strong {
    color: #fff
}

.modal_xp__cYA19 .modal_text__GY5B0 strong {
    background: url(data:image/png;base64,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) 100%/contain no-repeat;
    display: inline-block;
    padding-right: 24px
}

.modal_button__GTgHI {
    grid-gap: 6px;
    align-items: center;
    border-radius: 10px;
    display: grid;
    font-size: 14px;
    font-weight: 800;
    gap: 6px;
    grid-auto-flow: column;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    padding: 0 20px;
    text-transform: uppercase;
    transition: color .3s, background-color .3s
}

.modal_button__GTgHI.modal_green__KaeRJ {
    background: #4cea9e;
    color: #1d3b2e
}

.modal_button__GTgHI.modal_green__KaeRJ:hover {
    background: #41be82;
    color: #1d3b2e
}

.modal_button__GTgHI.modal_orange__A6tXk {
    background: #ffa860;
    color: #412e21
}

.modal_button__GTgHI.modal_orange__A6tXk:hover {
    background: #d08951;
    color: #412e21
}

.modal_button__GTgHI span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal_buttonIcon__8Us9X {
    height: 22px;
    width: 22px
}

.modal_buttonIcon__8Us9X path {
    transition: fill .3s
}

@-webkit-keyframes buyPassModal_flying__58UuC {
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes buyPassModal_flying__58UuC {
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.buyPassModal_component__1S8lD {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background: rgba(28, 31, 41, .9);
    border-radius: 23px;
    max-width: 100%;
    padding: 40px 40px 138px;
    position: relative;
    width: 597px
}

@media(max-width:1200px) {
    .buyPassModal_component__1S8lD {
        padding-bottom: 100px;
        width: 530px
    }
}

@media(max-width:900px) {
    .buyPassModal_component__1S8lD {
        padding: 30px 30px 80px;
        width: 470px
    }
}

@media(max-width:599px) {
    .buyPassModal_component__1S8lD {
        border-radius: 12px;
        padding: 30px 20px 60px;
        width: 390px
    }
}

.buyPassModal_component__1S8lD:before {
    -webkit-animation: buyPassModal_flying__58UuC 3s ease-in-out infinite;
    animation: buyPassModal_flying__58UuC 3s ease-in-out infinite;
    background: url(/static/media/purchase-icon.aba9ac7befccaf383052.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 131px;
    left: -48px;
    pointer-events: none;
    position: absolute;
    top: -48px;
    width: 162px
}

@media(max-width:1200px) {
    .buyPassModal_component__1S8lD:before {
        height: 121px;
        width: 140px
    }
}

@media(max-width:599px) {
    .buyPassModal_component__1S8lD:before {
        display: none;
        height: 95px;
        width: 110px
    }
}

.buyPassModal_component__1S8lD:after {
    background: url(/static/media/purchase-wave.3166a5a192b796c269a0.png) no-repeat 0 100%;
    background-size: contain;
    bottom: -32px;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -25px;
    pointer-events: none;
    position: absolute;
    width: calc(100% + 59px)
}

@media(max-width:599px) {
    .buyPassModal_component__1S8lD:after {
        background-image: url(/static/media/purchase-wave-sm.3ec7321b8d186d5b0f03.png);
        bottom: -30px;
        margin-left: -12px;
        width: calc(100% + 26px)
    }
}

.buyPassModal_title__Dj6KN {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 40px;
    padding: 0 115px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .buyPassModal_title__Dj6KN {
        font-size: 22px;
        margin-bottom: 30px;
        padding: 0 70px
    }
}

@media(max-width:900px) {
    .buyPassModal_title__Dj6KN {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0 40px
    }
}

@media(max-width:599px) {
    .buyPassModal_title__Dj6KN {
        font-size: 16px;
        padding: 0
    }
}

.buyPassModal_close__R8NWr {
    position: absolute;
    right: 20px;
    top: 20px
}

@media(max-width:1200px) {
    .buyPassModal_close__R8NWr {
        right: 15px;
        top: 15px
    }
}

@media(max-width:599px) {
    .buyPassModal_close__R8NWr {
        right: 10px;
        top: 10px
    }
}

.buyPassModal_close__R8NWr:hover path {
    fill: #595460
}

.buyPassModal_closeIcon__2QxVI {
    height: 40px;
    width: 40px
}

@media(max-width:1200px) {
    .buyPassModal_closeIcon__2QxVI {
        height: 34px;
        width: 34px
    }
}

@media(max-width:599px) {
    .buyPassModal_closeIcon__2QxVI {
        height: 28px;
        width: 28px
    }
}

.buyPassModal_closeIcon__2QxVI path {
    transition: fill .3s
}

.buyPassModal_tabs__I3\+pT {
    display: flex;
    gap: 1px
}

@media(max-width:599px) {
    .buyPassModal_tabs__I3\+pT {
        flex-direction: column
    }
}

.buyPassModal_tab__AzDtF {
    background: linear-gradient(124.37deg, rgba(32, 46, 66, .71) 38.76%, rgba(57, 73, 104, .85) 103.86%);
    border-radius: 0 12px 12px 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 107px;
    opacity: .8;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .3s;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 50%
}

@media(max-width:1200px) {
    .buyPassModal_tab__AzDtF {
        border-radius: 0 8px 8px 0;
        font-size: 13px;
        height: 86px
    }
}

@media(max-width:900px) {
    .buyPassModal_tab__AzDtF {
        font-size: 12px;
        height: 70px
    }
}

@media(max-width:599px) {
    .buyPassModal_tab__AzDtF {
        border-radius: 0 0 6px 6px;
        font-size: 11px;
        height: 48px;
        width: 100%
    }
}

.buyPassModal_tab__AzDtF:before {
    background: linear-gradient(150deg, #303a53 21.13%, #21678b 115.58%);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%
}

.buyPassModal_tab__AzDtF:first-child {
    border-radius: 12px 0 0 12px
}

@media(max-width:1200px) {
    .buyPassModal_tab__AzDtF:first-child {
        border-radius: 8px 0 0 8px
    }
}

@media(max-width:599px) {
    .buyPassModal_tab__AzDtF:first-child {
        border-radius: 6px 6px 0 0
    }
}

.buyPassModal_tab__AzDtF.buyPassModal_active__BU6QC {
    cursor: default
}

.buyPassModal_tab__AzDtF.buyPassModal_active__BU6QC,
.buyPassModal_tab__AzDtF.buyPassModal_active__BU6QC:before,
.buyPassModal_tab__AzDtF:hover {
    opacity: 1
}

.buyPassModal_tab__AzDtF.buyPassModal_disabled__rdX9E {
    cursor: not-allowed;
    opacity: .6
}

.buyPassModal_tabTitle__hkffD {
    align-items: center;
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 29px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

@media(max-width:1200px) {
    .buyPassModal_tabTitle__hkffD {
        padding: 0 20px
    }
}

@media(max-width:599px) {
    .buyPassModal_tabTitle__hkffD {
        padding: 0 14px
    }
}

.buyPassModal_tabTitle__hkffD:before {
    background: url(/static/media/purchase-tab-light.87c6474295cb3768aed8.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity .3s;
    width: 100%
}

.buyPassModal_tabTitle__hkffD:after {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    -webkit-filter: grayscale(.8);
    filter: grayscale(.8);
    height: 92%;
    margin-right: 4%;
    opacity: .8;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .3s, -webkit-filter .3s;
    transition: filter .3s, opacity .3s;
    transition: filter .3s, opacity .3s, -webkit-filter .3s;
    width: 100%
}

.buyPassModal_forMe__5MSWp .buyPassModal_tabTitle__hkffD:after {
    background-image: url(/static/media/pruchase-self.f8b26908b80d66098484.png)
}

@media(max-width:599px) {
    .buyPassModal_forMe__5MSWp .buyPassModal_tabTitle__hkffD:after {
        background-image: url(/static/media/pruchase-self-sm.c9fc3e3151843ce8072a.png)
    }
}

.buyPassModal_toFriend__E-ZsO .buyPassModal_tabTitle__hkffD:after {
    background-image: url(/static/media/purchase-gift.bc22ca6268abffd2a22c.png)
}

@media(max-width:599px) {
    .buyPassModal_toFriend__E-ZsO .buyPassModal_tabTitle__hkffD:after {
        background-image: url(/static/media/purchase-gift-sm.920d21a719dbe79f65ee.png);
        margin-right: 5%
    }
}

.buyPassModal_active__BU6QC .buyPassModal_tabTitle__hkffD:before {
    opacity: 1
}

.buyPassModal_active__BU6QC .buyPassModal_tabTitle__hkffD:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.buyPassModal_tabTitle__hkffD span {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5
}

.buyPassModal_content__2OWLk {
    padding-top: 30px
}

@media(max-width:900px) {
    .buyPassModal_content__2OWLk {
        padding-top: 20px
    }
}

.buyPassModal_price__DRGLK {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-align: center
}

@media(max-width:1200px) {
    .buyPassModal_price__DRGLK {
        font-size: 36px
    }
}

@media(max-width:900px) {
    .buyPassModal_price__DRGLK {
        font-size: 30px
    }
}

@media(max-width:599px) {
    .buyPassModal_price__DRGLK {
        font-size: 24px
    }
}

.buyPassModal_info__XgRMS {
    color: #fff;
    font-size: 16px;
    text-align: center
}

@media(max-width:1200px) {
    .buyPassModal_info__XgRMS {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .buyPassModal_info__XgRMS {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .buyPassModal_info__XgRMS {
        font-size: 11px
    }
}

.buyPassModal_btnWrapper__EnfIf {
    display: flex;
    justify-content: center;
    padding-top: 30px
}

@media(max-width:599px) {
    .buyPassModal_btnWrapper__EnfIf {
        padding-top: 20px
    }
}

.buyPassModal_btn__zbvEz {
    background: linear-gradient(192deg, #289e2c 8.71%, #30e436 91.29%);
    border-radius: 8px;
    box-shadow: 0 4px 25.4px 0 rgba(18, 122, 21, .25);
    color: #121c12;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    overflow: hidden;
    padding: 24px 35px;
    position: relative;
    text-transform: uppercase;
    transition: color .3s, box-shadow .3s
}

@media(max-width:1200px) {
    .buyPassModal_btn__zbvEz {
        font-size: 16px;
        padding: 20px 30px
    }
}

@media(max-width:900px) {
    .buyPassModal_btn__zbvEz {
        font-size: 14px;
        padding: 18px 25px
    }
}

@media(max-width:599px) {
    .buyPassModal_btn__zbvEz {
        font-size: 13px;
        padding: 16px 22px
    }
}

.buyPassModal_btn__zbvEz:after {
    background: linear-gradient(128deg, #63cc43 19.85%, #7dff53 80.15%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 1
}

.buyPassModal_btn__zbvEz.buyPassModal_loading__12IP3,
.buyPassModal_btn__zbvEz:hover {
    color: #104b10
}

.buyPassModal_btn__zbvEz.buyPassModal_loading__12IP3:after,
.buyPassModal_btn__zbvEz:hover:after {
    opacity: 1
}

.buyPassModal_btn__zbvEz.buyPassModal_loading__12IP3 {
    cursor: wait
}

.buyPassModal_btn__zbvEz.buyPassModal_disabled__rdX9E {
    background: #4b5a5d;
    box-shadow: none;
    color: #2f2f38;
    pointer-events: none;
    text-shadow: 1px 1px 1px #6a6b7b
}

.buyPassModal_btn__zbvEz span {
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3
}

.buyPassModal_friendWrapper__TSHtV {
    margin-bottom: 20px
}

@media(max-width:599px) {
    .buyPassModal_friendWrapper__TSHtV {
        margin-bottom: 15px
    }
}

.buyPassModal_inputWrapper__JY61Y {
    position: relative
}

.buyPassModal_input__mmfKL {
    background: #17171f;
    border: 1px solid #29272c;
    border-radius: 8px;
    color: #8f95a4;
    font-size: 13px;
    height: 56px;
    line-height: 1;
    padding: 0 15px;
    transition: background-color .3s, border-color .3s;
    width: 100%
}

@media(max-width:900px) {
    .buyPassModal_input__mmfKL {
        font-size: 12px;
        height: 48px
    }
}

@media(max-width:599px) {
    .buyPassModal_input__mmfKL {
        font-size: 11px
    }
}

.buyPassModal_input__mmfKL::-webkit-input-placeholder {
    color: #585c69;
    -webkit-transition: opacity .3s, color .3s;
    transition: opacity .3s, color .3s
}

.buyPassModal_input__mmfKL::placeholder {
    color: #585c69;
    transition: opacity .3s, color .3s
}

.buyPassModal_input__mmfKL:hover {
    background: #14141b;
    border-color: #2f2d32
}

.buyPassModal_input__mmfKL:focus {
    background: #101016;
    border-color: #302e33
}

.buyPassModal_input__mmfKL:focus::-webkit-input-placeholder {
    opacity: 0
}

.buyPassModal_input__mmfKL:focus::placeholder {
    opacity: 0
}

.buyPassModal_friend__DgGT2 {
    align-items: center;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background: rgba(34, 34, 44, .9);
    border: 1px solid #29272c;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    display: flex;
    left: 0;
    padding: 17px 15px;
    position: absolute;
    top: calc(100% + 2px);
    transition: background-color .3s;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1
}

@media(max-width:900px) {
    .buyPassModal_friend__DgGT2 {
        padding: 14px
    }
}

@media(max-width:599px) {
    .buyPassModal_friend__DgGT2 {
        padding: 10px
    }
}

.buyPassModal_friend__DgGT2:hover {
    background: rgba(38, 38, 50, .9)
}

.buyPassModal_selectedFriend__B4uiE {
    align-items: center;
    background: #0d0d12;
    border: 1px solid #29272c;
    border-radius: 8px;
    display: flex;
    padding: 12px 10px 12px 12px
}

@media(max-width:900px) {
    .buyPassModal_selectedFriend__B4uiE {
        padding: 8px
    }
}

@media(max-width:599px) {
    .buyPassModal_selectedFriend__B4uiE {
        padding: 8px 6px 8px 8px
    }
}

.buyPassModal_photoWrapper__hHSFz {
    flex-shrink: 0;
    padding-right: 12px
}

.buyPassModal_photo__NFvOl {
    border-radius: 4px;
    height: 30px;
    width: 30px
}

@media(max-width:900px) {
    .buyPassModal_photo__NFvOl {
        height: 28px;
        width: 28px
    }
}

.buyPassModal_friendName__N17xH {
    color: #edf0f7;
    flex-grow: 1;
    font-size: 14px;
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:900px) {
    .buyPassModal_friendName__N17xH {
        font-size: 12px
    }
}

.buyPassModal_deleteUser__8dQpx {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 30px;
    justify-content: center;
    width: 30px
}

.buyPassModal_deleteUserIcon__S8QXa {
    height: 20px;
    width: 20px
}

.buyPassModal_deleteUserIcon__S8QXa path {
    transition: fill .3s ease
}

.buyPassModal_deleteUser__8dQpx:hover .buyPassModal_deleteUserIcon__S8QXa path {
    fill: #cdcfd6
}

@media(max-width:599px) {
    .buyPassModal_deleteUserIcon__S8QXa {
        height: 18px;
        width: 18px
    }
}

.token-chance_component__BwnuO {
    background: #0a2428;
    border: 3px solid #0c0a0a;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 56px;
    justify-content: center;
    min-width: 214px;
    overflow: hidden;
    padding: 0 105px 0 16px;
    position: relative;
    transition: background-color .3s
}

@media(max-width:900px) {
    .token-chance_component__BwnuO {
        min-width: 164px;
        padding-right: 60px
    }
}

.token-chance_component__BwnuO:before {
    background: url(/static/media/bg.65b6783d8121c1c72385.png) no-repeat 100%;
    background-size: auto 104%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 226px;
    will-change: transform
}

.token-chance_component__BwnuO:hover:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.token-chance_tokens__Daj-c {
    color: #ffdfb3;
    font-size: 13px;
    font-weight: 700;
    padding-right: 22px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.token-chance_tokens__Daj-c:after {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    width: 16px
}

.token-chance_title__YuG1z {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 3px;
    max-width: 100px;
    position: relative;
    text-transform: uppercase
}

@-webkit-keyframes howWorksModal_flying__Yz6zh {
    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes howWorksModal_flying__Yz6zh {
    50% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

.howWorksModal_wrapper__v07xL {
    position: relative
}

.howWorksModal_wrapper__v07xL:before {
    background: url(/static/media/wave.14d936412e30183050cf.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 280px;
    left: -58px;
    pointer-events: none;
    position: absolute;
    top: -44px;
    width: 280px;
    z-index: -1
}

@media(max-width:1200px) {
    .howWorksModal_wrapper__v07xL:before {
        height: 250px;
        left: -52px;
        top: -38px;
        width: 250px
    }
}

@media(max-width:900px) {
    .howWorksModal_wrapper__v07xL:before {
        height: 222px;
        left: -46px;
        top: -34px;
        width: 222px
    }
}

@media(max-width:599px) {
    .howWorksModal_wrapper__v07xL:before {
        background-image: url(/static/media/wave-sm.df09a7ff5b4747f79273.png);
        height: 158px;
        left: -28px;
        top: -28px;
        width: 158px
    }
}

.howWorksModal_component__sIqT3 {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background: rgba(34, 31, 30, .9);
    border-radius: 23px;
    cursor: default;
    max-width: 100%;
    padding: 40px;
    position: relative;
    width: 597px
}

@media(max-width:1200px) {
    .howWorksModal_component__sIqT3 {
        width: 530px
    }
}

@media(max-width:900px) {
    .howWorksModal_component__sIqT3 {
        padding: 30px;
        width: 470px
    }
}

@media(max-width:599px) {
    .howWorksModal_component__sIqT3 {
        border-radius: 12px;
        padding: 24px;
        width: 390px
    }
}

.howWorksModal_component__sIqT3:before {
    -webkit-animation: howWorksModal_flying__Yz6zh 3s ease-in-out infinite;
    animation: howWorksModal_flying__Yz6zh 3s ease-in-out infinite;
    background: url(/static/media/figurine.34eabc632952cb7c8dfd.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 272px;
    left: -112px;
    pointer-events: none;
    position: absolute;
    top: -112px;
    width: 272px
}

@media(max-width:1200px) {
    .howWorksModal_component__sIqT3:before {
        height: 242px;
        left: -100px;
        top: -100px;
        width: 242px
    }
}

@media(max-width:900px) {
    .howWorksModal_component__sIqT3:before {
        height: 216px;
        left: -86px;
        top: -86px;
        width: 216px
    }
}

@media(max-width:599px) {
    .howWorksModal_component__sIqT3:before {
        background-image: url(/static/media/figurine-sm.88cdd12f2e674892cbf2.png);
        height: 94px;
        left: -24px;
        top: -32px;
        width: 94px
    }
}

.howWorksModal_title__-ygfz {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(128deg, #ffa22b 19.85%, #ffcb48 80.15%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 16px;
    padding: 0 28px;
    text-align: center
}

@media(max-width:1200px) {
    .howWorksModal_title__-ygfz {
        font-size: 22px;
        margin-bottom: 12px;
        padding: 0 14px
    }
}

@media(max-width:900px) {
    .howWorksModal_title__-ygfz {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 0 24px
    }
}

@media(max-width:599px) {
    .howWorksModal_title__-ygfz {
        font-size: 14px;
        margin-bottom: 6px;
        padding: 0 20px
    }
}

.howWorksModal_description__BxZrI {
    color: #fff6e0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center
}

@media(max-width:1200px) {
    .howWorksModal_description__BxZrI {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .howWorksModal_description__BxZrI {
        font-size: 13px;
        font-size: 10px;
        line-height: 12px
    }
}

.howWorksModal_list__xCxV9 {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    margin: 40px 0
}

@media(max-width:1200px) {
    .howWorksModal_list__xCxV9 {
        margin: 32px 0
    }
}

@media(max-width:900px) {
    .howWorksModal_list__xCxV9 {
        margin: 28px 0
    }
}

@media(max-width:599px) {
    .howWorksModal_list__xCxV9 {
        margin: 20px 0
    }
}

.howWorksModal_listRow__Fzsnp {
    grid-gap: 14px;
    display: grid;
    gap: 14px;
    grid-template-columns: auto 1fr
}

@media(max-width:1200px) {
    .howWorksModal_listRow__Fzsnp {
        gap: 12px
    }
}

.howWorksModal_listRow__Fzsnp:last-child .howWorksModal_listCol__A9N7a:before {
    display: none
}

.howWorksModal_listCol__A9N7a {
    display: flex;
    flex-direction: column;
    position: relative
}

.howWorksModal_listCol__A9N7a:first-child:before {
    background-color: #46443d;
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: calc(100% - 46px);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px
}

@media(max-width:1200px) {
    .howWorksModal_listCol__A9N7a:first-child:before {
        height: calc(100% - 40px)
    }
}

@media(max-width:900px) {
    .howWorksModal_listCol__A9N7a:first-child:before {
        height: calc(100% - 36px)
    }
}

.howWorksModal_listCol__A9N7a:nth-child(2) {
    padding-top: 7px
}

@media(max-width:1200px) {
    .howWorksModal_listCol__A9N7a:nth-child(2) {
        padding-top: 6px
    }
}

@media(max-width:900px) {
    .howWorksModal_listCol__A9N7a:nth-child(2) {
        padding-top: 5px
    }
}

@media(max-width:599px) {
    .howWorksModal_listCol__A9N7a:nth-child(2) {
        padding-top: 4px
    }
}

.howWorksModal_listGroup__TXpLl {
    display: grid;
    grid-template-columns: 1fr auto
}

@media(max-width:599px) {
    .howWorksModal_listGroup__TXpLl {
        gap: 8px;
        grid-template-columns: 1fr
    }
}

.howWorksModal_listNumber__ib8N5 {
    align-items: center;
    background: linear-gradient(180deg, #d37338, #eec480);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 4px;
    text-shadow: 0 2px 2px rgba(82, 55, 24, .4);
    width: 34px
}

@media(max-width:1200px) {
    .howWorksModal_listNumber__ib8N5 {
        font-size: 18px;
        height: 30px;
        width: 30px
    }
}

@media(max-width:900px) {
    .howWorksModal_listNumber__ib8N5 {
        border-radius: 6px;
        font-size: 16px;
        height: 26px;
        width: 26px
    }
}

@media(max-width:599px) {
    .howWorksModal_listNumber__ib8N5 {
        font-size: 13px;
        height: 24px;
        width: 24px
    }
}

.howWorksModal_listTitle__QnqJQ {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px
}

@media(max-width:1200px) {
    .howWorksModal_listTitle__QnqJQ {
        font-size: 14px;
        margin-bottom: 14px
    }
}

@media(max-width:900px) {
    .howWorksModal_listTitle__QnqJQ {
        font-size: 13px;
        margin-bottom: 12px
    }
}

@media(max-width:599px) {
    .howWorksModal_listTitle__QnqJQ {
        line-height: 15px;
        margin-bottom: 6px
    }
}

.howWorksModal_listDescription__sfSAr {
    color: #fff6e0;
    font-size: 14px;
    line-height: 1.45
}

@media(max-width:1200px) {
    .howWorksModal_listDescription__sfSAr {
        font-size: 13px
    }
}

@media(max-width:900px) {
    .howWorksModal_listDescription__sfSAr {
        font-size: 12px
    }
}

@media(max-width:599px) {
    .howWorksModal_listDescription__sfSAr {
        font-size: 10px;
        line-height: 12px
    }
}

.howWorksModal_xpButton__3IYLm {
    margin-left: 12px;
    pointer-events: none;
    will-change: transform
}

@media(max-width:599px) {
    .howWorksModal_xpButton__3IYLm {
        margin-left: 0
    }
}

.howWorksModal_close__I0i\+D {
    color: #343130;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: color .3s
}

@media(max-width:1200px) {
    .howWorksModal_close__I0i\+D {
        right: 15px;
        top: 15px
    }
}

@media(max-width:599px) {
    .howWorksModal_close__I0i\+D {
        right: 10px;
        top: 10px
    }
}

.howWorksModal_close__I0i\+D:hover {
    color: #fff6e0
}

.howWorksModal_close__I0i\+D svg {
    height: 40px;
    width: 40px
}

@media(max-width:1200px) {
    .howWorksModal_close__I0i\+D svg {
        height: 34px;
        width: 34px
    }
}

@media(max-width:599px) {
    .howWorksModal_close__I0i\+D svg {
        height: 28px;
        width: 28px
    }
}

.howWorksModal_close__I0i\+D svg path {
    fill: currentcolor
}

.howWorksModal_button__ATmUK {
    align-items: center;
    background: linear-gradient(128deg, #4fb82f 19.85%, #5fe835 80.15%);
    border-radius: 12px;
    color: #121c12 !important;
    display: flex;
    justify-content: center;
    padding: 20px 30px;
    position: relative;
    width: 100%
}

@media(max-width:1200px) {
    .howWorksModal_button__ATmUK {
        padding: 16px 30px
    }
}

@media(max-width:900px) {
    .howWorksModal_button__ATmUK {
        padding: 15px 20px
    }
}

@media(max-width:599px) {
    .howWorksModal_button__ATmUK {
        border-radius: 8px;
        padding: 11px 16px
    }
}

@media(hover:hover) {
    .howWorksModal_button__ATmUK:hover:before {
        opacity: 1
    }
}

.howWorksModal_button__ATmUK:before {
    background: linear-gradient(128deg, #63cc43 19.85%, #7dff53 80.15%);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.howWorksModal_button__ATmUK>* {
    z-index: 1
}

.howWorksModal_button__ATmUK span {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .18px;
    line-height: 1;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .howWorksModal_button__ATmUK span {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .howWorksModal_button__ATmUK span {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .howWorksModal_button__ATmUK span {
        font-size: 12px
    }
}

.howWorksModal_button__ATmUK svg {
    height: 28px;
    margin-left: 12px;
    width: 28px
}

@media(max-width:1200px) {
    .howWorksModal_button__ATmUK svg {
        height: 24px;
        margin-left: 10px;
        width: 24px
    }
}

@media(max-width:900px) {
    .howWorksModal_button__ATmUK svg {
        height: 20px;
        width: 20px
    }
}

@media(max-width:599px) {
    .howWorksModal_button__ATmUK svg {
        margin-left: 6px
    }
}

.howWorksModal_button__ATmUK path {
    fill: currentcolor
}

.modal_component__H3b5V {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background: rgba(28, 31, 41, .9);
    border-radius: 24px;
    cursor: default;
    min-height: 270px;
    overflow: hidden;
    padding: 60px 300px 60px 60px;
    position: relative
}

@media(max-width:1200px) {
    .modal_component__H3b5V {
        min-height: 230px;
        padding: 50px 240px 50px 50px
    }
}

@media(max-width:900px) {
    .modal_component__H3b5V {
        min-height: 200px;
        padding: 40px 200px 40px 40px
    }
}

@media(max-width:599px) {
    .modal_component__H3b5V {
        border-radius: 12px;
        min-height: 150px;
        padding: 40px 160px 40px 40px
    }
}

.modal_component__H3b5V:before {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: inherit;
    right: 0
}

.modal_component__H3b5V:after,
.modal_component__H3b5V:before {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.modal_component__H3b5V:after {
    background: url(/static/media/modal-wave.efdd1e7496be3c72398d.png) no-repeat;
    background-size: contain;
    left: 0
}

.modal_component__H3b5V.modal_fail__lGV6s:before {
    background-image: url(/static/media/game-fail-pic.e1c65246a8488b11d271.png);
    background-position: 100% 100%;
    background-size: auto 92%
}

.modal_component__H3b5V.modal_success__f\+pKq:before {
    background-image: url(/static/media/game-win-pic.043299fedc97e015b36c.png)
}

.modal_close__ElP3J {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

@media(max-width:1200px) {
    .modal_close__ElP3J {
        right: 15px;
        top: 15px
    }
}

@media(max-width:599px) {
    .modal_close__ElP3J {
        right: 10px;
        top: 10px
    }
}

.modal_close__ElP3J:hover path {
    fill: #595460
}

.modal_closeIcon__qcZYV {
    height: 40px;
    width: 40px
}

@media(max-width:1200px) {
    .modal_closeIcon__qcZYV {
        height: 34px;
        width: 34px
    }
}

@media(max-width:599px) {
    .modal_closeIcon__qcZYV {
        height: 28px;
        width: 28px
    }
}

.modal_closeIcon__qcZYV path {
    transition: fill .3s
}

.modal_row__h3Kgy {
    align-content: center;
    display: grid;
    height: 100%;
    justify-items: left;
    position: relative;
    z-index: 3
}

.modal_title__beWYV {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .modal_title__beWYV {
        font-size: 22px
    }
}

@media(max-width:900px) {
    .modal_title__beWYV {
        font-size: 18px
    }
}

@media(max-width:599px) {
    .modal_title__beWYV {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.modal_info__OSKmf {
    color: hsla(0, 0%, 100%, .4);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media(max-width:1200px) {
    .modal_info__OSKmf {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:599px) {
    .modal_info__OSKmf {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 3px
    }
}

.modal_points__QbST\+ {
    color: #2dda99;
    font-size: 40px;
    font-weight: 800
}

@media(max-width:1200px) {
    .modal_points__QbST\+ {
        font-size: 32px
    }
}

@media(max-width:900px) {
    .modal_points__QbST\+ {
        font-size: 28px
    }
}

@media(max-width:599px) {
    .modal_points__QbST\+ {
        font-size: 20px
    }
}

.pop-up-notice_component__QV-vj {
    background: linear-gradient(180deg, #211e25, #2b282f);
    border-radius: 24px;
    max-width: 100%;
    padding: 0 20px 20px;
    position: relative;
    width: 400px
}

@media(max-width:599px) {
    .pop-up-notice_component__QV-vj {
        border-radius: 12px
    }
}

.pop-up-notice_icon__ZethN {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    margin: -40% auto -10px;
    pointer-events: none;
    position: relative;
    width: 70%
}

.pop-up-notice_icon__ZethN:before {
    content: "";
    display: block;
    padding-top: 128%;
    position: relative
}

.pop-up-notice_iconCommon__Asd6l {
    background-image: url(/static/media/icon-common.54997915194638c9fd13.png)
}

@media(max-width:599px) {
    .pop-up-notice_iconCommon__Asd6l {
        background-image: url(/static/media/icon-common-sm.7c17ad9e747a2a25fbc1.png)
    }
}

.pop-up-notice_iconWheel__zD8hQ {
    background-image: url(/static/media/icon-wheel.bf16a33b6a32730e080c.png)
}

@media(max-width:599px) {
    .pop-up-notice_iconWheel__zD8hQ {
        background-image: url(/static/media/icon-wheel-sm.2b0b8d9523e85d0e39cd.png)
    }
}

.pop-up-notice_iconDeposit__Sgpq3 {
    background-image: url(/static/media/icon-deposit.023f051e2e8750d75582.png)
}

@media(max-width:599px) {
    .pop-up-notice_iconDeposit__Sgpq3 {
        background-image: url(/static/media/icon-deposit-sm.22192525baa876b472cf.png)
    }
}

.pop-up-notice_iconBonus__6BZD5 {
    background-image: url(/static/media/icon-bonus.3677a1e17c49eb58948e.png)
}

@media(max-width:599px) {
    .pop-up-notice_iconBonus__6BZD5 {
        background-image: url(/static/media/icon-bonus-sm.5da1c7e43fafa0a096bb.png)
    }
}

.pop-up-notice_closeButton__ZdIhf {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3
}

@media(max-width:1200px) {
    .pop-up-notice_closeButton__ZdIhf {
        right: 18px;
        top: 18px
    }
}

@media(max-width:900px) {
    .pop-up-notice_closeButton__ZdIhf {
        right: 16px;
        top: 16px
    }
}

@media(max-width:599px) {
    .pop-up-notice_closeButton__ZdIhf {
        right: 14px;
        top: 14px
    }
}

.pop-up-notice_closeIcon__o0EzX {
    fill: #45404a;
    height: 36px;
    transition: fill .3s ease;
    width: 36px
}

@media(max-width:1200px) {
    .pop-up-notice_closeIcon__o0EzX {
        height: 32px;
        width: 32px
    }
}

@media(max-width:900px) {
    .pop-up-notice_closeIcon__o0EzX {
        height: 28px;
        width: 28px
    }
}

@media(max-width:599px) {
    .pop-up-notice_closeIcon__o0EzX {
        height: 24px;
        width: 24px
    }
}

.pop-up-notice_closeIcon__o0EzX:hover {
    fill: #4e4954
}

.pop-up-notice_row__qbC7A {
    grid-gap: 24px;
    display: grid;
    gap: 24px
}

@media(max-width:599px) {
    .pop-up-notice_row__qbC7A {
        gap: 18px
    }
}

.pop-up-notice_text__RHTkB {
    grid-gap: 14px;
    display: grid;
    gap: 14px;
    text-align: center
}

@media(max-width:599px) {
    .pop-up-notice_text__RHTkB {
        gap: 10px
    }
}

.pop-up-notice_title__SCFV0 {
    color: #ffa860;
    font-size: 28px;
    font-weight: 800
}

@media(max-width:900px) {
    .pop-up-notice_title__SCFV0 {
        font-size: 24px
    }
}

@media(max-width:599px) {
    .pop-up-notice_title__SCFV0 {
        font-size: 20px
    }
}

.pop-up-notice_info__rjzXZ {
    color: #aaa9a9;
    font-size: 16px;
    line-height: 1.4
}

@media(max-width:900px) {
    .pop-up-notice_info__rjzXZ {
        font-size: 14px
    }
}

@media(max-width:599px) {
    .pop-up-notice_info__rjzXZ {
        font-size: 12px
    }
}

.pop-up-notice_button__bnjTH {
    background-color: #ffa860;
    border-radius: 8px;
    color: #4f2f12;
    font-size: 14px;
    font-weight: 800;
    height: 56px;
    text-transform: uppercase;
    transition: color .3s, background-color .3s
}

@media(max-width:900px) {
    .pop-up-notice_button__bnjTH {
        border-radius: 7px;
        font-size: 12px;
        height: 50px
    }
}

@media(max-width:599px) {
    .pop-up-notice_button__bnjTH {
        border-radius: 6px;
        font-size: 12px;
        height: 44px
    }
}

.pop-up-notice_button__bnjTH:hover {
    background-color: #ffb272;
    color: #684933
}

.pop-up-notice_button__bnjTH svg {
    height: 24px;
    width: 24px
}

.pop-up-notice_button__bnjTH span {
    padding: 0 5px
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: hsla(0, 0%, 100%, .7);
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

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

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

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

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

.Toastify__toast-container {
    right: 20px;
    top: 20px;
    z-index: 999999
}

@media(max-width:599px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 15px;
        width: 100vw
    }

    .Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:480px) {
    .Toastify__toast-container {
        padding: 15px
    }
}

.Toastify__toast-theme--colored.Toastify__toast {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    box-shadow: -4px -4px 20px rgba(23, 19, 23, .4);
    color: #eadfe4;
    flex-wrap: wrap;
    font-family: inherit;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
    min-height: auto;
    padding: 22px 30px
}

.Toastify__toast-theme--colored.Toastify__toast-body {
    padding: 0
}

@media(max-width:900px) {
    .Toastify__toast-theme--colored.Toastify__toast {
        border-radius: 8px
    }
}

@media(max-width:599px) {
    .Toastify__toast-theme--colored.Toastify__toast {
        border-radius: 6px;
        font-size: 12px;
        margin-bottom: 5px;
        width: auto
    }
}

@media(max-width:480px) {
    .Toastify__toast-theme--colored.Toastify__toast {
        margin-bottom: 5px
    }
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: hsla(0, 0%, 77%, .36)
}

.Toastify__toast-theme--colored.Toastify__toast--info:after {
    background: rgba(32, 32, 32, .4)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: rgba(180, 255, 0, .36)
}

.Toastify__toast-theme--colored.Toastify__toast--success:after {
    background: rgba(219, 235, 74, .2)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: rgba(255, 188, 0, .36)
}

.Toastify__toast-theme--colored.Toastify__toast--warning:after {
    background: rgba(64, 59, 17, .4)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: hsla(7, 59%, 65%, .36)
}

.Toastify__toast-theme--colored.Toastify__toast--error:after {
    background: rgba(47, 28, 33, .4)
}

.Toastify__toast-theme--colored.Toastify__toast:after {
    border-radius: 2px;
    bottom: 22px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: calc(100% - 60px)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar {
    border-radius: 2px;
    height: 4px;
    margin: 14px auto 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success {
    background: rgba(252, 255, 100, .7)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: rgba(255, 196, 30, .7)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
    background: #ff7664
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info {
    background: hsla(0, 0%, 100%, .7)
}

.push_window__GjO-6 {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: rgba(71, 62, 79, .38);
    border-radius: 14px;
    box-shadow: 4px 4px 20px rgba(23, 19, 23, .4);
    max-width: 370px;
    overflow: hidden;
    padding: 28px 33px;
    position: relative
}

@media(max-width:1200px) {
    .push_window__GjO-6 {
        padding: 30px 35px
    }
}

@media(max-width:900px) {
    .push_window__GjO-6 {
        max-width: 320px;
        padding: 25px
    }
}

.push_window__GjO-6:before {
    background: linear-gradient(#1d1a20, #28252d);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.push_title__7ltN8 {
    color: #eadfe4;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 22px;
    margin-bottom: 6px;
    position: relative;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .push_title__7ltN8 {
        font-size: 16px
    }
}

@media(max-width:900px) {
    .push_title__7ltN8 {
        font-size: 14px
    }
}

.push_content__OWcab {
    color: #eadfe4;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 13px;
    position: relative
}

@media(max-width:900px) {
    .push_content__OWcab {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.push_buttons__9cLWy {
    display: flex;
    position: relative
}

@media(max-width:599px) {
    .push_buttons__9cLWy {
        flex-wrap: wrap
    }
}

.push_btnWrapper__iNo0i {
    flex-shrink: 0
}

.push_btnWrapper__iNo0i:not(:first-child) {
    flex-grow: 1;
    padding-left: 9px
}

@media(max-width:599px) {
    .push_btnWrapper__iNo0i:not(:first-child) {
        margin-top: 10px;
        padding-left: 0
    }

    .push_btnWrapper__iNo0i {
        width: 100%
    }
}

.push_btn__mXl6d {
    background: rgba(45, 39, 48, .6);
    border-radius: 9px;
    color: rgba(255, 134, 96, .4);
    display: block;
    font-size: 13px;
    font-weight: 800;
    padding: 16px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    width: 100%
}

@media(max-width:900px) {
    .push_btn__mXl6d {
        font-size: 12px;
        padding: 15px 19px
    }
}

@media(max-width:599px) {
    .push_btn__mXl6d {
        font-size: 11px;
        padding: 13px 19px
    }
}

.push_btn__mXl6d:hover {
    background: rgba(45, 39, 48, .75);
    color: #ff8660
}

.push_btn__mXl6d.push_subscribe__Ot0RU {
    background: #ffb374;
    color: #5e3c1e
}

.push_btn__mXl6d.push_subscribe__Ot0RU:hover {
    background-color: #ffb374;
    color: #684933
}

.push-portal_component__CfEtu {
    left: 20px;
    position: fixed;
    top: 20px;
    z-index: 20001
}

@media(max-width:599px) {
    .push-portal_component__CfEtu {
        left: 15px;
        right: 15px;
        top: 15px
    }
}

.content_component__0C-a7 {
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(30, 25, 30, .97);
    border-radius: 6px;
    box-shadow: 0 15px 20px 0 rgba(11, 12, 14, .4);
    display: flex;
    gap: 16px;
    padding: 24px 38px 24px 30px
}

@media(max-width:599px) {
    .content_component__0C-a7 {
        padding: 18px 32px 18px 24px
    }
}

.content_icon__VaOpS {
    flex-shrink: 0
}

.content_icon__VaOpS.content_xp__BADjL {
    background: url(/static/media/xp.9b3b627685ac95cb5f25.png) no-repeat;
    background-size: 100%;
    height: 72px;
    width: 72px
}

@media(max-width:1200px) {
    .content_icon__VaOpS.content_xp__BADjL {
        height: 56px;
        width: 56px
    }
}

.content_icon__VaOpS.content_level__7UkCY {
    background: url(/static/media/lvl.a881f4b0f75be2034abb.png) no-repeat;
    background-size: 100%;
    height: 80px;
    width: 80px
}

@media(max-width:1200px) {
    .content_icon__VaOpS.content_level__7UkCY {
        height: 64px;
        width: 64px
    }
}

.content_icon__VaOpS.content_level__7UkCY span {
    padding-top: 27px
}

@media(max-width:1200px) {
    .content_icon__VaOpS.content_level__7UkCY span {
        padding-top: 22px
    }
}

.content_icon__VaOpS span {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    padding-top: 10px;
    text-align: center
}

@media(max-width:1200px) {
    .content_icon__VaOpS span {
        font-size: 12px;
        padding-top: 8px
    }
}

.content_title__E8bJ\+ {
    color: #dadfeb;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media(max-width:1200px) {
    .content_title__E8bJ\+ {
        font-size: 15px;
        margin-bottom: 6px
    }
}

.content_info__hzYWM {
    color: #b8becc;
    font-size: 12px;
    font-weight: 300
}

@media(max-width:1200px) {
    .content_info__hzYWM {
        font-size: 11px
    }
}

.content_info__hzYWM span {
    color: #35f93c;
    font-weight: 700
}

.eventNotification_component__heWTl {
    bottom: 40px;
    cursor: pointer;
    left: 40px;
    position: fixed;
    -webkit-user-select: none;
    user-select: none;
    z-index: 11111
}

@media(max-width:900px) {
    .eventNotification_component__heWTl {
        bottom: 25px;
        left: 25px
    }
}

@media(max-width:599px) {
    .eventNotification_component__heWTl {
        inset: 15px 15px auto
    }
}

.eventNotification_enter__b8WXd {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.eventNotification_enterActive__gAG6- {
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.eventNotification_enterActive__gAG6-,
.eventNotification_exit__KavKK {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.eventNotification_exitActive__8xbQr {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

@-webkit-keyframes input_shake__eHA04 {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
}

@keyframes input_shake__eHA04 {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
}

.input_label__Brtqr {
    background: #211d24;
    border: 1px solid #2d2b31;
    border-radius: 8px;
    display: block;
    height: 56px;
    padding-left: 50px;
    position: relative;
    transition: background-color .3s ease, border-color .3s
}

@media(max-width:1600px) {
    .input_label__Brtqr {
        height: 54px
    }
}

@media(max-width:1200px) {
    .input_label__Brtqr {
        padding-left: 42px
    }
}

@media(max-width:900px) {
    .input_label__Brtqr {
        border-radius: 6px;
        height: 50px;
        padding-left: 43px
    }
}

@media(max-width:599px) {
    .input_label__Brtqr {
        height: 46px;
        padding-left: 38px
    }
}

.input_label__Brtqr:hover {
    background: #252127;
    border-color: #36343b
}

.input_label__Brtqr:focus-within {
    background-color: #2b272f;
    border-color: #3a393d
}

.input_label__Brtqr:after,
.input_label__Brtqr:before {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 50%;
    transition: opacity .3s ease
}

.input_label__Brtqr:before {
    bottom: 0;
    height: 32px;
    left: 12px;
    margin: auto;
    top: 0;
    width: 32px
}

@media(max-width:1200px) {
    .input_label__Brtqr:before {
        height: 24px;
        width: 24px
    }
}

@media(max-width:599px) {
    .input_label__Brtqr:before {
        left: 8px
    }
}

.input_label__Brtqr:after {
    background-image: url(/static/media/error-icon.8d2d2626c71a95cec23b.svg);
    height: 24px;
    left: 14px;
    margin-top: -12px;
    opacity: 0;
    width: 24px
}

@media(max-width:1600px) {
    .input_label__Brtqr:after {
        height: 22px;
        left: 13px;
        margin-top: -11px;
        width: 22px
    }
}

@media(max-width:900px) {
    .input_label__Brtqr:after {
        height: 19px;
        left: 12px;
        margin-top: -9px;
        width: 19px
    }
}

@media(max-width:599px) {
    .input_label__Brtqr:after {
        height: 18px;
        left: 11px;
        margin-top: -8px;
        width: 18px
    }
}

.input_label__Brtqr.input_error__QpTt-:before {
    opacity: 0
}

.input_label__Brtqr.input_error__QpTt-:after {
    -webkit-animation: input_shake__eHA04 .6s cubic-bezier(.36, .07, .19, .97) both;
    animation: input_shake__eHA04 .6s cubic-bezier(.36, .07, .19, .97) both;
    opacity: 1
}

.input_label__Brtqr.input_amount__ZWA-L:before {
    background-image: url(/static/media/amount.7f05a2aceafda32428bb.svg)
}

.input_label__Brtqr.input_email__lLrpm:before {
    background-image: url(/static/media/email.79c4b082d48c43809fc8.svg)
}

.input_label__Brtqr.input_promoCode__oGZjm:before {
    background-image: url(/static/media/promo-code.da2e408806c7f9ad35a9.svg)
}

.input_label__Brtqr.input_giftCode__Je5kT:before {
    background-image: url(/static/media/gift.08ee2193cb16d9187af1.svg)
}

.input_label__Brtqr.input_phone__YBMvq:before {
    background: url(/static/media/phone.6194f6ebc01de19e7f65.svg)
}

.input_input__Bo1ZO {
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 100%
}

@media(max-width:1600px) {
    .input_input__Bo1ZO {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .input_input__Bo1ZO {
        font-size: 13px
    }
}

.input_amount__ZWA-L .input_input__Bo1ZO {
    -webkit-appearance: none;
    appearance: none
}

.input_input__Bo1ZO::-webkit-input-placeholder {
    color: #555059;
    opacity: 1
}

.input_input__Bo1ZO::placeholder {
    color: #555059;
    opacity: 1
}

.input_errorText__OG-WP {
    -webkit-animation: input_shake__eHA04 .6s cubic-bezier(.36, .07, .19, .97) both;
    animation: input_shake__eHA04 .6s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(248, 25, 38, .2);
    border: 1px solid #7c2535;
    border-radius: 10px;
    color: #f7baba;
    font-size: 12px;
    left: 1px;
    line-height: 1.2;
    margin-right: 3px;
    padding: 12px;
    position: absolute;
    top: calc(100% - 8px);
    z-index: 1
}

@media(max-width:1600px) {
    .input_errorText__OG-WP {
        font-size: 11px;
        padding: 10px
    }
}

@media(max-width:900px) {
    .input_errorText__OG-WP {
        border-radius: 8px;
        padding: 8px 10px;
        top: calc(100% - 6px)
    }
}

@media(max-width:599px) {
    .input_errorText__OG-WP {
        background: rgba(248, 25, 38, .3);
        top: calc(100% - 4px)
    }
}

.input_errorText__OG-WP:before {
    border-bottom: 7px solid #7c2535;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    left: 18px;
    position: absolute;
    top: -7px;
    width: 0
}

@media(max-width:1600px) {
    .input_errorText__OG-WP:before {
        left: 15.5px
    }
}

@media(max-width:900px) {
    .input_errorText__OG-WP:before {
        border-bottom: 6px solid #7c2535;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        left: 14px;
        top: -6px
    }
}

@media(max-width:599px) {
    .input_errorText__OG-WP:before {
        left: 13px
    }
}

.input_errorText__OG-WP.input_enter__J2qg2 {
    opacity: 0
}

.input_errorText__OG-WP.input_enterActive__TefiZ {
    opacity: 1;
    transition: opacity .3s
}

.input_errorText__OG-WP.input_exit__tey9T {
    opacity: 1
}

.input_errorText__OG-WP.input_exitActive__Gy3Mw {
    opacity: 0;
    transition: opacity .2s
}

.replace_replace__E9SVj {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 32px 38px;
    -webkit-user-select: none;
    user-select: none
}

@media(max-width:1600px) {
    .replace_replace__E9SVj {
        padding: 30px
    }
}

@media(max-width:900px) {
    .replace_replace__E9SVj {
        padding: 24px
    }
}

@media(max-width:599px) {
    .replace_replace__E9SVj {
        padding: 20px
    }
}

.replace_title__CPTN\+ {
    color: #f4d2b6;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1600px) {
    .replace_title__CPTN\+ {
        font-size: 12px;
        margin-bottom: 15px
    }
}

@media(max-width:900px) {
    .replace_title__CPTN\+ {
        font-size: 11px;
        margin-bottom: 12px
    }
}

@media(max-width:599px) {
    .replace_title__CPTN\+ {
        font-size: 10px;
        margin-bottom: 10px
    }
}

.replace_buttons__DlmmA {
    display: flex;
    justify-content: center
}

.replace_btnWrapper__K7jUO {
    padding: 0 6px
}

@media(max-width:599px) {
    .replace_btnWrapper__K7jUO {
        padding: 0 4px
    }
}

.replace_btn__XGOrX {
    background: hsla(27, 74%, 84%, .16);
    border: 1px solid hsla(27, 74%, 84%, .08);
    border-radius: 8px;
    color: hsla(27, 74%, 84%, .8);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease
}

@media(max-width:1600px) {
    .replace_btn__XGOrX {
        font-size: 11px
    }
}

.replace_btn__XGOrX.replace_cancel__vp-LF {
    background-color: transparent;
    border-color: hsla(27, 74%, 84%, .08)
}

.replace_btn__XGOrX:hover {
    background: hsla(27, 74%, 84%, .25);
    border-color: hsla(27, 74%, 84%, .14);
    color: #fff
}

.replace_btn__XGOrX.replace_cancel__vp-LF:hover {
    background-color: transparent
}

.button_btn__RRrS5 {
    background: #db975d;
    border-radius: 8px;
    color: #1d1920;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    height: 56px;
    padding: 15px 21px;
    position: relative;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease
}

@media(max-width:1600px) {
    .button_btn__RRrS5 {
        height: 54px
    }
}

@media(max-width:900px) {
    .button_btn__RRrS5 {
        border-radius: 6px;
        height: 50px
    }
}

@media(max-width:599px) {
    .button_btn__RRrS5 {
        height: 46px;
        text-align: center;
        width: 100%
    }
}

.button_btn__RRrS5.button_loading__itH\+u,
.button_btn__RRrS5:hover {
    background-color: #ffa860
}

.button_btn__RRrS5.button_loading__itH\+u {
    cursor: wait
}

.button_btn__RRrS5.button_disabled__JheYj {
    background-color: #36303a;
    color: #110e11;
    cursor: not-allowed
}

.button_btn__RRrS5.button_disabled__JheYj:hover {
    background-color: #3e3742;
    color: #1d181d
}

.button_loaderWrapper__JBg89 {
    align-items: center;
    background-color: #ffa860;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    width: 100%
}

.button_btn__RRrS5.button_loading__itH\+u .button_loaderWrapper__JBg89 {
    opacity: 1;
    visibility: visible
}

.bonusBanner_banner__dLOyX {
    align-items: center;
    background: #362c2e url(/static/media/bonus-bg.a573dcc80426a184110b.png) 100% 0 no-repeat;
    background-size: auto 100%;
    border: 1px solid rgba(255, 168, 96, .18);
    border-radius: 10px;
    display: flex;
    height: 92px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative
}

@media(max-width:1600px) {
    .bonusBanner_banner__dLOyX {
        height: 84px;
        padding-left: 20px
    }
}

@media(max-width:900px) {
    .bonusBanner_banner__dLOyX {
        border-radius: 8px;
        height: 76px
    }
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX {
        border-radius: 6px;
        height: 64px;
        margin-bottom: 10px;
        padding-left: 0
    }
}

.bonusBanner_banner__dLOyX:after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 125px;
    position: absolute;
    right: 16px;
    width: 170px
}

@media(max-width:1600px) {
    .bonusBanner_banner__dLOyX:after {
        height: 103px;
        right: 12px;
        width: 140px
    }
}

@media(max-width:900px) {
    .bonusBanner_banner__dLOyX:after {
        height: 88px;
        right: 8px;
        width: 120px
    }
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX:after {
        height: 77px;
        right: 0;
        width: 105px
    }
}

.bonusBanner_banner__dLOyX.bonusBanner_promoCode__E22e-:after {
    background-image: url(/static/media/promo-code-bonus.84defc8bd604b8b2e437.png)
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX.bonusBanner_promoCode__E22e-:after {
        background-image: url(/static/media/promo-code-bonus-sm.ad3c3a27d2c1d6e62a48.png)
    }
}

.bonusBanner_banner__dLOyX.bonusBanner_balance__xmGE4:after {
    background-image: url(/static/media/balance-bonus.ae6e32c31098562f5e8e.png)
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX.bonusBanner_balance__xmGE4:after {
        background-image: url(/static/media/balance-bonus-sm.897c4eaeec1fb97ca1cf.png)
    }
}

.bonusBanner_banner__dLOyX.bonusBanner_skin__nMJzd:after {
    background-image: url(/static/media/skin-bonus.591c196a37307b3aa803.png)
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX.bonusBanner_skin__nMJzd:after {
        background-image: url(/static/media/skin-bonus-sm.2e724aa5e5f34051a0cd.png)
    }
}

.bonusBanner_banner__dLOyX.bonusBanner_case__mRDwa:after {
    background-image: url(/static/media/case-bonus.f6aecebdfc82bb50e11a.png);
    height: 137px
}

@media(max-width:1600px) {
    .bonusBanner_banner__dLOyX.bonusBanner_case__mRDwa:after {
        height: 113px
    }
}

@media(max-width:900px) {
    .bonusBanner_banner__dLOyX.bonusBanner_case__mRDwa:after {
        height: 97px
    }
}

@media(max-width:599px) {
    .bonusBanner_banner__dLOyX.bonusBanner_case__mRDwa:after {
        background-image: url(/static/media/case-bonus-sm.6385f963b99cb7474e83.png);
        height: 84px
    }
}

.bonusBanner_content__BB8wk {
    min-width: 0;
    padding-right: 220px;
    position: relative;
    z-index: 1
}

@media(max-width:1600px) {
    .bonusBanner_content__BB8wk {
        padding-right: 200px
    }
}

@media(max-width:900px) {
    .bonusBanner_content__BB8wk {
        padding-right: 176px
    }
}

@media(max-width:599px) {
    .bonusBanner_content__BB8wk {
        padding: 0 15px;
        width: calc(100% - 80px)
    }
}

.bonusBanner_promoCode__E22e- .bonusBanner_content__BB8wk {
    padding-right: 205px
}

@media(max-width:1600px) {
    .bonusBanner_promoCode__E22e- .bonusBanner_content__BB8wk {
        padding-right: 175px
    }
}

@media(max-width:900px) {
    .bonusBanner_promoCode__E22e- .bonusBanner_content__BB8wk {
        padding-right: 150px
    }
}

@media(max-width:599px) {
    .bonusBanner_promoCode__E22e- .bonusBanner_content__BB8wk {
        padding-right: 20px
    }
}

.bonusBanner_title__ST3qH {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media(max-width:1600px) {
    .bonusBanner_title__ST3qH {
        font-size: 14px
    }
}

@media(max-width:900px) {
    .bonusBanner_title__ST3qH {
        font-size: 13px
    }
}

@media(max-width:599px) {
    .bonusBanner_title__ST3qH {
        font-size: 11px;
        margin-bottom: 5px
    }
}

.bonusBanner_subtitle__g8rj3 {
    color: #ffa860;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase
}

@media(max-width:1600px) {
    .bonusBanner_subtitle__g8rj3 {
        font-size: 10px
    }
}

@media(max-width:599px) {
    .bonusBanner_subtitle__g8rj3 {
        font-size: 9px
    }
}

.bonusBanner_link__PWSyf {
    color: #ffe0b5
}

.bonusBanner_link__PWSyf:hover {
    color: #fff
}

.bonus_bonus__4PrC9 {
    background: #1d1920;
    padding: 45px 38px;
    position: relative
}

@media(max-width:1600px) {
    .bonus_bonus__4PrC9 {
        padding: 34px 30px
    }
}

@media(max-width:900px) {
    .bonus_bonus__4PrC9 {
        padding: 27px 24px
    }
}

@media(max-width:599px) {
    .bonus_bonus__4PrC9 {
        padding: 20px 17px
    }
}

.bonus_bonus__4PrC9,
.bonus_replace__hH6DW {
    border-radius: 10px
}

@media(max-width:900px) {

    .bonus_bonus__4PrC9,
    .bonus_replace__hH6DW {
        border-radius: 8px
    }
}

.bonus_promoCode__ryXcE {
    display: flex
}

@media(max-width:599px) {
    .bonus_promoCode__ryXcE {
        flex-wrap: wrap
    }
}

.bonus_inputWrapper__UoalV {
    flex-grow: 1;
    padding-right: 8px
}

@media(max-width:599px) {
    .bonus_inputWrapper__UoalV {
        margin-bottom: 8px;
        padding-right: 0;
        width: 100%
    }
}

.bonus_replace__hH6DW {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(29, 25, 32, .8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.bonus_replace__hH6DW.bonus_enter__hb5Uv {
    opacity: 0
}

.bonus_replace__hH6DW.bonus_enterActive__Znwlz {
    opacity: 1;
    transition: opacity .3s
}

.bonus_replace__hH6DW.bonus_exit__ds29G {
    opacity: 1
}

.bonus_replace__hH6DW.bonus_exitActive__UzFRl {
    opacity: 0;
    transition: opacity .2s
}

@-webkit-keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes react-loading-skeleton {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1
}

.react-loading-skeleton:after {
    -webkit-animation-direction: var(--animation-direction);
    animation-direction: var(--animation-direction);
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: react-loading-skeleton;
    animation-name: react-loading-skeleton;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
    background-repeat: no-repeat;
    content: " ";
    display: var(--pseudo-element-display);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%
}

a,
button,
input {
    outline: none
}

*,
:after,
:before {
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

li,
ul {
    list-style: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 100;
    src: url(/static/media/Gotham-Thin_Web.7ac9043569efd7a8485f.woff2) format("woff2"), url(/static/media/Gotham-Thin_Web.9561d81803234a10ae53.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 100;
    src: url(/static/media/Gotham-ThinItalic_Web.10014a09b88110704e83.woff2) format("woff2"), url(/static/media/Gotham-ThinItalic_Web.0e2b75ea89e389f36686.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 200;
    src: url(/static/media/Gotham-XLight_Web.167993c268d07779c10e.woff2) format("woff2"), url(/static/media/Gotham-XLight_Web.6832355d803b7ba950bc.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 200;
    src: url(/static/media/Gotham-XLightItalic_Web.54489c4ccbf6db615395.woff2) format("woff2"), url(/static/media/Gotham-XLightItalic_Web.df0f208840589f1aa72c.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 300;
    src: url(/static/media/Gotham-Light_Web.52135bfaf7203be6f7a8.woff2) format("woff2"), url(/static/media/Gotham-Light_Web.001d3ecf781dfdb0c99b.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 300;
    src: url(/static/media/Gotham-LightItalic_Web.e273e6abbf40b2b9f4f6.woff2) format("woff2"), url(/static/media/Gotham-LightItalic_Web.4c6669e42e7467ce3a92.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/Gotham-Book_Web.7fa96aa06775160ee646.woff2) format("woff2"), url(/static/media/Gotham-Book_Web.cbe772b0bc0f6cb5f8b2.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 400;
    src: url(/static/media/Gotham-BookItalic_Web.5be9f6cd5aee0bb6bc1f.woff2) format("woff2"), url(/static/media/Gotham-BookItalic_Web.0b4a9d1e346e1b45df14.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 500;
    src: url(/static/media/Gotham-Medium_Web.1ddab6f832b5d19ddd8f.woff2) format("woff2"), url(/static/media/Gotham-Medium_Web.c090b0ea7066489fd4ef.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 500;
    src: url(/static/media/Gotham-MediumItalic_Web.6312c849c7287986ce6d.woff2) format("woff2"), url(/static/media/Gotham-MediumItalic_Web.17adfa66ee8582ace0f4.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 700;
    src: url(/static/media/Gotham-Bold_Web.d23d96aefe768329255e.woff2) format("woff2"), url(/static/media/Gotham-Bold_Web.a9c4b82bc9604f7709af.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 700;
    src: url(/static/media/Gotham-BoldItalic_Web.f8c0c702e1f40e76bee3.woff2) format("woff2"), url(/static/media/Gotham-BoldItalic_Web.1591cb217994515c8a38.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 800;
    src: url(/static/media/Gotham-Black_Web.a772a67ee3b66f93716a.woff2) format("woff2"), url(/static/media/Gotham-Black_Web.b80aacb68c4a0e648daa.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 800;
    src: url(/static/media/Gotham-BlackItalic_Web.cf6112b4cb77c6378680.woff2) format("woff2"), url(/static/media/Gotham-BlackItalic_Web.01dcd5bd6116b242b655.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: normal;
    font-weight: 900;
    src: url(/static/media/Gotham-Ultra_Web.fe1fc9ae8618a645eb52.woff2) format("woff2"), url(/static/media/Gotham-Ultra_Web.6e817237a77c75eb5201.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham;
    font-style: italic;
    font-weight: 900;
    src: url(/static/media/Gotham-UltraItalic_Web.08a4fb54b8c4640dd501.woff2) format("woff2"), url(/static/media/Gotham-UltraItalic_Web.deda9dbab44c744fa680.woff) format("woff")
}

@font-face {
    font-family: GGLogo;
    font-weight: 700 400;
    src: url(/static/media/gg-logo.3cec39836bef5993d529.eot);
    src: url(/static/media/gg-logo.3cec39836bef5993d529.eot) format("embedded-opentype"), url(/static/media/gg-logo.6e04336fcdb296ac7223.woff2) format("woff2"), url(/static/media/gg-logo.b329ea4f1295513fe4c6.woff) format("woff"), url(/static/media/gg-logo.b3f7d061cfe255fb9930.ttf) format("truetype"), url(/static/media/gg-logo.c52ae151932f5cd058c0.svg) format("svg")
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -moz-tap-highlight-color: transparent !important;
    -o-tap-highlight-color: transparent !important
}

body {
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #171317;
    color: #fff;
    font-family: HCo Gotham, GGLogo, -apple-system, blinkmacsystemfont, arial, sans-serif;
    font-size: 14px;
    min-height: 100%;
    position: relative
}

@media(max-width:900px) {
    body {
        font-size: 13px
    }
}

@media(max-width:599px) {
    body {
        font-size: 12px
    }
}

::-webkit-scrollbar-track {
    background-color: #1c181c
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #2c282c;
    border-radius: 2px
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

a {
    color: #ffb274;
    text-decoration: none;
    transition: color .3s ease
}

a:hover {
    color: #f8bc76
}

main {
    background-color: #171317;
    flex: 1 1 auto;
    flex-direction: column;
    position: relative
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

.center {
    text-align: center
}

.mb-25 {
    margin-bottom: 25px
}

.upper {
    text-transform: uppercase
}

html.jivo-site-full-block,
html.jivo-site-full-block body {
    overflow: hidden !important
}

/* ====== БАЗА / ТЕМА ====== */
:root{
  --bg:#121014;
  --panel:#1b181f;
  --panel-2:#201c25;
  --text:#fff;
  --muted:#c8c4cf;
  --accent:#FFB57A;            /* цвет кнопки Войти */
  --accent-2:#58ffb1;          /* зелёные бейджи/границы при необходимости */
  --ring:rgba(255,181,122,.35);
  --radius:22px;
  --radius-sm:16px;
  --shadow:0 10px 30px rgba(0,0,0,.35);
}

html,body{
  background:var(--bg);
  color:var(--text);
  font-family: "Gotham", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

img{display:block;max-width:100%;height:auto}

/* ====== КОНТЕЙНЕРЫ ====== */
.case_container__FDvPN{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}
.case_containerSmall__jYJ2R{ max-width:1040px }

/* ====== ВЕРХ СТРАНИЦЫ ====== */
.case_top__3pZhu{
  padding:28px 0 18px;
  background:
    radial-gradient(1200px 260px at 50% 0%, rgba(98,84,140,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 60%);
  border-bottom:1px solid rgba(255,255,255,.04);
}

/* ====== ХЕДЕР ====== */
.case-header_component__emN-h{ display:flex; align-items:center; justify-content:space-between; gap:16px }
.case-header_main__u5k7F{ display:flex; align-items:center; gap:16px }

.back-button_component__T9LBK{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px; border-radius:12px;
  background:var(--panel); color:#bdb9c6; text-decoration:none;
  box-shadow:var(--shadow);
  transition:transform .15s ease, background .2s ease;
}
.back-button_component__T9LBK:hover{ transform:translateY(-1px); background:var(--panel-2) }
.back-button_icon__LgljD{ width:18px; height:18px }

.case-header_title__6+COF{
  font-size:28px; line-height:1.1; letter-spacing:.3px; font-weight:700;
}

.token-chance_component__BwnuO{
  display:inline-flex; flex-direction:column; gap:6px;
  padding:12px 14px; border-radius:14px;
  background:linear-gradient(135deg, #1e2220, #243127);
  box-shadow:inset 0 0 0 1px rgba(88,255,177,.25), 0 6px 16px rgba(0,0,0,.35);
  text-decoration:none; color:#dfffea;
}
.token-chance_title__YuG1z{ font-weight:700; font-size:12px; opacity:.9; text-transform:uppercase; letter-spacing:.6px }
.token-chance_tokens__Daj-c{ font-weight:800; font-size:12px; background:#173a2a; padding:4px 8px; border-radius:999px; display:inline-block }

/* ====== БАННЕР КЕЙСА (картинка по центру, декоративные поля) ====== */
.main-content_component__0ws6u{
  margin-top:18px;
  background:linear-gradient(180deg, #1a171f, #1d1a22);
  border-radius:var(--radius);
  padding:24px;
  position:relative;
  overflow:hidden;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.04);
}
.main-content_snowstorm__MJYlU::before,
.main-content_snowstorm__MJYlU::after{
  content:""; position:absolute; top:50%; transform:translateY(-50%);
  width:220px; height:220px; filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));
  background-size:contain; background-repeat:no-repeat; opacity:.95;
}
.main-content_snowstorm__MJYlU::before{
  left:-10px; background-image:url('/static/media/alien-left.png');   /* подставь свои png слева */
}
.main-content_snowstorm__MJYlU::after{
  right:-6px; background-image:url('/static/media/alien-right.png');  /* и справа */
}

.main-content_list__-Q7wM{
  display:flex; justify-content:center; align-items:center; list-style:none; padding:10px; margin:0;
}
.case-item_item__wAn2X{ }
.case-item_imageWrapper__YMQ-Y{
  width:560px; max-width:100%;
  margin:0 auto;
  border-radius:20px;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255,255,255,.06), rgba(255,255,255,0));
  padding:10px;
}
.case-item_image__zBEBh{
  border-radius:18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
}

/* ====== АВТОРИЗАЦИОННЫЙ БЛОК ====== */
.case-auth_component__BBQjT{
  margin-top:12px;
  display:flex; align-items:center; justify-content:center; gap:18px;
  position:relative;
}
.case-auth_informer__lqEF3{
  background: linear-gradient(180deg, #6b5a52, #51453f);
  color:#fff; padding:14px 18px; border-radius:14px;
  box-shadow: var(--shadow); max-width:520px;
}
.case-auth_informerTitle__PhHup{ font-weight:900; text-transform:uppercase; letter-spacing:.6px }
.case-auth_informerContent__oTtKP{ opacity:.95 }

.case-auth_btnWrapper__UjiAf{ }
.open-sign-in-modal-button_component__F-8IZ{
  border:0; cursor:pointer; outline:0;
  padding:14px 28px; border-radius:12px;
  font-weight:800; text-transform:uppercase; letter-spacing:.6px;
  background:var(--accent); color:#3b2a1f;
  box-shadow:0 6px 16px var(--ring), inset 0 -2px 0 rgba(0,0,0,.15);
  transition:transform .12s ease, filter .2s ease;
}
.open-sign-in-modal-button_component__F-8IZ:hover{ transform:translateY(-1px); filter:brightness(1.05) }
.open-sign-in-modal-button_component__F-8IZ:active{ transform:translateY(0) }

/* ====== «СОДЕРЖИМОЕ КЕЙСА» ====== */
.case_footer__+JNRL{ padding:34px 0 70px }
.case_containsTitle__csbhB{
  text-align:center; font-size:22px; font-weight:900; letter-spacing:.8px;
  margin-bottom:20px; text-transform:uppercase;
}

/* сетка карточек */
.case_items__-dcb1{ }
.items_component__F6lbf{
  list-style:none; margin:0; padding:0;
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap:18px;
}
@media (max-width:1200px){ .items_component__F6lbf{ grid-template-columns: repeat(4,1fr) } }
@media (max-width:900px){ .items_component__F6lbf{ grid-template-columns: repeat(3,1fr) } }
@media (max-width:640px){ .items_component__F6lbf{ grid-template-columns: repeat(2,1fr) } }

.items_componentItem__yyJ3K{ }

/* базовая карточка */
.items_item__I8E-8{
  position:relative;
  border-radius:18px;
  padding:18px 16px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,.06), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #2a2231, #231d29 60%, #221b25);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.05);
  min-height:150px;
  display:flex; align-items:flex-end; justify-content:flex-start; gap:12px;
  overflow:hidden;
  transition:transform .12s ease, box-shadow .2s ease, filter .2s ease;
}
.items_item__I8E-8:hover{ transform:translateY(-2px); box-shadow:0 12px 30px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.06) }

/* картинка предмета */
.items_itemPicture__nN8WV{
  position:absolute; inset:auto 0 46px 0; margin:auto;
  width:78%; pointer-events:none; object-fit:contain; opacity:.95;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.6));
}

/* подписи */
.items_itemDescription__uCbzh{
  position:relative; z-index:1; width:100%;
  display:flex; flex-direction:column; gap:3px;
}
.items_itemCode__KdQKd{
  font-size:12px; color:#cdb8c9; font-weight:700; letter-spacing:.3px;
}
.items_itemTitle__bj-PU{
  font-size:14px; font-weight:800; color:#fff; letter-spacing:.2px;
}

/* Индикатор редкости снизу (тонкая полоска) */
.items_item__I8E-8::after{
  content:""; position:absolute; left:10px; right:10px; bottom:10px; height:4px; border-radius:999px; opacity:.9;
  background:linear-gradient(90deg, rgba(255,255,255,.15), rgba(255,255,255,.35));
}

/* ====== Цвета по редкости ====== */
.items_covert__sdOSt{
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(255,110,170,.25), rgba(255,110,170,0) 60%),
    linear-gradient(180deg, #3a233b, #2a1e32 60%, #271c2e);
}
.items_covert__sdOSt::after{ background:linear-gradient(90deg, #ff72d0, #ff5e8a) }

.items_classified__HkI-+{
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(150,120,255,.22), rgba(150,120,255,0) 60%),
    linear-gradient(180deg, #2d2441, #241e36 60%, #221c33);
}
.items_classified__HkI-+::after{ background:linear-gradient(90deg, #a88bff, #6f6bff) }

.items_restricted__tMYrm{
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(255,90,90,.18), rgba(255,90,90,0) 60%),
    linear-gradient(180deg, #3b2323, #2b1d1d 60%, #281a1a);
}
.items_restricted__tMYrm::after{ background:linear-gradient(90deg, #ff7b7b, #ff4747) }

.items_industrial__XzmDn{
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(120,220,200,.18), rgba(120,220,200,0) 60%),
    linear-gradient(180deg, #263338, #202a2e 60%, #1d262a);
}
.items_industrial__XzmDn::after{ background:linear-gradient(90deg, #8df0d9, #5cc6b2) }

/* ====== МЕЛОЧИ ====== */
.case_caseSnowstorm__97pSr{ overflow:hidden } /* чтобы свечение не выползало */
.main-content_component__0ws6u .case-item_imageWrapper__YMQ-Y img{ mix-blend-mode:normal }

/* небольшая коррекция типографики */
h1,h2,h3{ margin:0 }
/* ====== UNBOX / ROULETTE ====== */
.unbox_component{
  margin-top:16px;
  background:linear-gradient(180deg, #1a171f, #1d1a22);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.05);
}

.unbox_area{ position:relative; }
.unbox_trackMask{
  overflow:hidden;
  border-radius:16px;
  background: radial-gradient(60% 100% at 50% 0, rgba(255,255,255,.06), transparent 60%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.unbox_track{
  display:flex;
  gap:10px;
  padding:14px;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.unbox_card{
  flex:0 0 140px; height:140px;
  border-radius:14px;
  position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 10px 24px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.06);
  flex-direction: column;
}
.unbox_card img{ width:80%; height:80%; object-fit:contain; filter:drop-shadow(0 8px 18px rgba(0,0,0,.45)); }

/* редкости */
.unbox_blue   { background:linear-gradient(180deg,#2a2f46,#23263a) }
.unbox_purple { background:linear-gradient(180deg,#3a244a,#2b203e) }
.unbox_pink   { background:linear-gradient(180deg,#4a233a,#3a1f31) }
.unbox_red    { background:linear-gradient(180deg,#4a2626,#3a1f1f) }
.unbox_yellow { background:linear-gradient(180deg,#44401f,#363115) }
.unbox_card::after{
  content:""; position:absolute; left:8px; right:8px; bottom:8px; height:4px; border-radius:999px; opacity:.9;
  background:linear-gradient(90deg, rgba(255,255,255,.25), rgba(255,255,255,.5));
}

/* стрелка-указатель */
.unbox_arrow{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:0; height:0; pointer-events:none;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:14px solid var(--accent);
  filter: drop-shadow(0 6px 14px var(--ring));
}

/* кнопка */
.unbox_actions{ display:flex; justify-content:center; margin-top:14px }
.unbox_btn{ min-width:160px }

/* диалог */
.unbox_dialog{
  position:fixed; inset:0; display:grid; place-items:center; background:rgba(0,0,0,.55);
  z-index:60;
}
.unbox_dialogCard{
  width:min(420px,90vw);
  background:linear-gradient(180deg,#1b181f,#1f1b24);
  border-radius:16px; padding:18px; box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.06);
  text-align:center;
}
.unbox_dialogTitle{ margin:4px 0 10px; font-size:18px; font-weight:900; letter-spacing:.4px }
.unbox_dialogBody img{ width:180px; height:180px; object-fit:contain; margin:10px auto 0; display:block; filter:drop-shadow(0 10px 24px rgba(0,0,0,.55)); }
.unbox_dialogBtn{ margin-top:14px }

/* анимации */
.unbox_track.is-animating{ transition: transform 5s cubic-bezier(.16,.84,.44,1); }


/* контейнер, как на скрине: крупная капсула с внутренними рамками */
.unbox_component{
  margin-top:18px;
  background: radial-gradient(60% 90% at 50% 0, rgba(255,255,255,.04), transparent 60%),
              linear-gradient(180deg, #141215, #171419);
  border-radius:28px;
  padding:22px;
  box-shadow:
    0 20px 60px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,255,255,.06);
}

/* область рулетки */
.unbox_area{ position:relative; }
.unbox_trackMask{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#0f0d11;
  padding:36px 28px;                 /* толстые поля как в макете */
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  min-height: 220px;                  /* высота капсулы */
}

/* «рамки» внутри контейнера — два мягких контура */
.unbox_trackMask::before,
.unbox_trackMask::after{
  content:""; position:absolute; inset:18px;
  border-radius:18px; pointer-events:none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.unbox_trackMask::after{ inset:48px; border-radius:16px; opacity:.75; }

.unbox_track{
  display:flex; gap:12px; padding:0;
  will-change: transform; transform: translate3d(0,0,0);
}

/* стрелка по центру */
.unbox_arrow{
  position:absolute; left:50%; top:50%;
  transform: translate(-50%, -70px);  /* подними/опусти при желании */
  width:0; height:0; pointer-events:none;
  border-left:11px solid transparent;
  border-right:11px solid transparent;
  border-top:16px solid #ffb36b;      /* ближе к твоей кнопке */
  filter: drop-shadow(0 10px 30px rgba(255,179,107,.35));
}

/* карточки побольше и более «плоские» по тонам */
.unbox_card{
  flex:0 0 160px; height:160px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  box-shadow:
    0 10px 26px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.06);
}
.unbox_card img{ width:86%; height:86%; object-fit:contain; }

/* редкости — слегка глуше */
.unbox_blue   { background:linear-gradient(180deg,#24283a,#1c1f2f) }
.unbox_purple { background:linear-gradient(180deg,#2d203e,#221934) }
.unbox_pink   { background:linear-gradient(180deg,#3b1f33,#2a1727) }
.unbox_red    { background:linear-gradient(180deg,#3b2222,#2a1919) }
.unbox_yellow { background:linear-gradient(180deg,#3a341a,#2b2614) }
.unbox_card::after{ display:none; }

/* кнопка — центр и тень как на скрине */
.unbox_actions{ display:flex; justify-content:center; margin-top:16px }
.unbox_btn{ min-width:180px; box-shadow:0 8px 40px rgba(255,179,107,.25); }

/* диалог: затемнение сильнее, карточка чуть крупнее */
.unbox_dialog{ background:rgba(0,0,0,.65); backdrop-filter: blur(2px); }
.unbox_dialogCard{
  width:min(520px,92vw); padding:22px;
  background:linear-gradient(180deg,#1b1820,#1e1a22);
  border-radius:18px;
}
.unbox_dialogTitle{ font-size:20px; margin:4px 0 12px; }
.unbox_dialogBody{ display:grid; gap:10px; justify-items:center; }
.unbox_dialogBody .rarity-pill{
  padding:4px 10px; border-radius:999px; font-size:12px; font-weight:700;
  background:#2a262f; color:#ffb36b; letter-spacing:.3px;
}

/* анимация ровная, как у макета */
.unbox_track.is-animating{ transition: transform 5s cubic-bezier(.16,.84,.44,1); }
.case-unbox { position: relative; margin: 24px 0; }
.case-unbox__track {
  display: flex; align-items: center; gap: 8px;
  will-change: transform; transform: translate3d(0,0,0);
}
.card { flex: 0 0 96px; height: 96px; border-radius: 10px;
  display:flex; align-items:center; justify-content:center; overflow:hidden; }
.card img { width: 100%; height: 100%; object-fit: cover; }

.dialog[hidden]{ display:none !important; }
.dialog{
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  display: grid; place-items: center; z-index: 9999;
}
#dialog-msg{
  min-width: 320px; max-width: 460px; padding: 24px;
  background: #2b2731; color:#fff; border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  text-align: center;
}
/* модалка по умолчанию скрыта */
.unbox_dialog { display: none; }
/* если hidden — скрывать принудительно */
.unbox_dialog[hidden] { display: none !important; }
/* когда не скрыта (JS уберёт hidden) — показываем */
.unbox_dialog:not([hidden]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
