@-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);
    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1;
}
.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--base-color)),
        color-stop(var(--highlight-color)),
        to(var(--base-color))
    );
    background-image: -webkit-linear-gradient(
        left,
        var(--base-color),
        var(--highlight-color),
        var(--base-color)
    );
    background-image: linear-gradient(
        90deg,
        var(--base-color),
        var(--highlight-color),
        var(--base-color)
    );
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-name: react-loading-skeleton;
    animation-name: react-loading-skeleton;
    -webkit-animation-direction: var(--animation-direction);
    animation-direction: var(--animation-direction);
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none;
    }
}
:root {
    --font-basic: "Inter";
    --transition-1: all 0.1s ease;
    --transition-2: all 0.2s ease;
    --transition-3: all 0.3s ease;
    --transition-4: all 0.4s ease;
    --transition-hover: 0.3s;
    --new-back: #12131a;
    --new-silver: #9b9db1;
    --container: 1210px;
    --not-auth-bottom: 100px;
    --white: #d9e3f9;
    --black: #05070c;
    --background: #0b0a0f;
    --new-accent: #f4bf58;
    --purple: #d5f;
    --accent: #f4bf58;
    --accent-hover: #ddb35f;
    --block-1: #16151d;
    --border-block-1: #1e1d27;
    --block-2: #23222e;
    --border-block-2: #1d1c24;
    --block-3: #3a3750;
    --border-block-3: #464263;
    --green: #23f138;
    --red: #f12323;
    --light-border: 1px solid rgba(30, 29, 39, 0.47);
    --hover-gold: #efcf19;
    --admin-back: #f1dede;
    --admin-active: #16a5e1;
    --box: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    --box-1: rgba(16, 15, 20, 0.816);
    --box-border: linear-gradient(180deg, hsla(0, 0%, 75%, 0.1), transparent);
    --modal-back: #100f14ac;
    --blur: blur(25px);
    --accent-gradient: linear-gradient(80.63deg, #f1ab23, #fff 231.36%);
    --accent-gradient-hover: linear-gradient(
        80.21deg,
        #f1ab23 -119.13%,
        #fff 231.78%
    );
    --color-white: #fff;
    --color-white-light: #aeb6c2;
    --color-dark-text: #2f3048;
    --color-blue: #72b4e4;
    --color-malibu: #8790ff;
    --hover-effect: brightness(1.1);
    --new-back-1: #15161d;
    --new-back-2: #1d1e24;
}
@-webkit-keyframes ldio-tkwhhxepj3c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes ldio-tkwhhxepj3c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.ldio-tkwhhxepj3c div {
    position: absolute;
    -webkit-animation: ldio-tkwhhxepj3c 0.5s linear infinite;
    animation: ldio-tkwhhxepj3c 0.5s linear infinite;
    width: 583px;
    height: 583px;
    top: -150px;
    left: -100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 45.474px 0 0 #f4e4c4;
    box-shadow: 0 45.474px 0 0 #f4e4c4;
    -webkit-transform-origin: 291.5px 314.237px;
    transform-origin: 291.5px 314.237px;
}
.loadingio-spinner-eclipse-1poqtjkko6y {
    width: 583px;
    height: 583px;
    display: inline-block;
    overflow: hidden;
    background: #f1f2f3;
}
.ldio-tkwhhxepj3c {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateZ(0) scale(0.8);
    transform: translateZ(0) scale(0.8);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ldio-tkwhhxepj3c div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.loading {
    position: absolute;
    background: -webkit-radial-gradient(
        50% 81.39%,
        50% 50%,
        rgba(155, 157, 177, 0.5) 0,
        rgba(155, 157, 177, 0) 100%
    );
    background: radial-gradient(
        50% 50% at 50% 81.39%,
        rgba(155, 157, 177, 0.5) 0,
        rgba(155, 157, 177, 0) 100%
    );
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    -webkit-animation: loadingAnim 1.5s infinite;
    animation: loadingAnim 1.5s infinite;
}
@-webkit-keyframes loadingAnim {
    0% {
        left: 100%;
    }
    to {
        left: 0;
    }
}
@keyframes loadingAnim {
    0% {
        left: 100%;
    }
    to {
        left: 0;
    }
}
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
container h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-basic);
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    ) !important;
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    ) !important;
    background: -webkit-linear-gradient(
        315deg,
        #262629 60%,
        #2b2a2d
    ) !important;
    background: linear-gradient(135deg, #262629 60%, #2b2a2d) !important;
    border-radius: 10px;
}
body {
    background: var(--new-back);
    font-weight: 400;
    font-family: var(--font-basic);
    color: var(--white);
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
}
@media screen and (max-width: 380px) {
    body {
        overflow-x: hidden;
    }
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    text-decoration: none;
}
input {
    font-family: inherit;
    border: 2.52px solid var(--border-block-1);
}
input:focus {
    outline: none;
    border: 2.5px solid var(--accent) !important;
}
button {
    cursor: pointer;
    font-family: var(--font-basic);
}
button:focus,
button:hover {
    outline: none;
}
svg > * {
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}
.container {
    max-width: var(--container);
    padding: 0 15px;
    margin: 0 auto;
}
.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
}
@media (max-width: 1210px) {
    .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.singleSection {
    padding-top: 60px;
    padding-bottom: 120px;
}
@media (max-width: 1210px) {
    .singleSection {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.defaultBg {
    background-size: cover;
    background-position: top;
}
.dot {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.flex-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
@media screen and (max-width: 380px) {
    .flex-content {
        overflow-x: hidden;
    }
}
.__react_component_tooltip {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px !important;
    left: -999em;
    opacity: 0;
    padding: 8px 12px !important;
    position: fixed;
    pointer-events: none;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    top: -999em;
    visibility: hidden;
    z-index: 1000000 !important;
    max-width: 300px;
    text-align: center;
    white-space: pre-line;
}
.__react_component_tooltip.allow_click,
.__react_component_tooltip.allow_hover {
    pointer-events: auto;
}
.__react_component_tooltip:after,
.__react_component_tooltip:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}
.__react_component_tooltip.show {
    opacity: 1 !important;
    margin-top: 0;
    margin-left: 0;
    visibility: visible;
}
.__react_component_tooltip.place-top:before {
    bottom: -8px;
}
.__react_component_tooltip.place-bottom:before,
.__react_component_tooltip.place-top:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
}
.__react_component_tooltip.place-bottom:before {
    top: -8px;
}
.__react_component_tooltip.place-left:before {
    right: -8px;
}
.__react_component_tooltip.place-left:before,
.__react_component_tooltip.place-right:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    margin-top: -5px;
}
.__react_component_tooltip.place-right:before {
    left: -8px;
}
.__react_component_tooltip .multi-line {
    display: block;
    padding: 2px 0;
    text-align: center;
}
.Button_default__SWOez {
    cursor: pointer;
    background: #f4bf58;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: transform 0.1s, background 0.2s;
    transition: transform 0.1s, background 0.2s;
}
.Button_default__SWOez:hover {
    background: #f2d18f;
}
.Button_default__SWOez:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}
.Button_pressed__iasVQ {
    -webkit-animation: Button_pressedAnim__kdPsH 0.4s;
    animation: Button_pressedAnim__kdPsH 0.4s;
}
@-webkit-keyframes Button_pressedAnim__kdPsH {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 0.5;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes Button_pressedAnim__kdPsH {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 0.5;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.Button_clickBack__fqlVy {
    position: absolute;
    width: 100%;
    height: 100%;
}
.Button_unset__PMl9l {
    cursor: pointer;
    position: relative;
}
.Button_unset__PMl9l:focus,
.Button_unset__PMl9l:hover {
    outline: none;
}
.Button_outlineYellow__c8uaI {
    border: 1px solid var(--accent);
    color: var(--accent);
    background: transparent;
}
.Button_outlineYellow__c8uaI:hover {
    background: transparent;
    border: 1px solid var(--accent-hover);
    color: var(--accent-hover);
}
.Button_outlineWhite__yimjw {
    border: 1px solid var(--white);
    color: var(--white);
    background: transparent;
}
.Button_outlineWhite__yimjw:hover {
    background: transparent;
    border: 1px solid var(--accent-hover);
    color: var(--accenthover-hover);
}
.Button_outlineRed__OMXT3,
.Button_outlineRed__OMXT3:hover {
    border: 1px solid #f55;
    color: #f55;
    background: transparent;
}
.Button_clear__KeaFu,
.Button_clear__KeaFu:focus,
.Button_clear__KeaFu:hover {
    background: none;
    border: 1px solid transparent;
}
.Button_dark__gV6N_ {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    border: 1px solid var(--border-block-2);
    color: var(--white);
}
.Button_dark__gV6N_:focus,
.Button_dark__gV6N_:hover {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        rgba(85, 85, 85, 0.032) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        rgba(85, 85, 85, 0.032) -55.77%
    );
}
.Button_notRoundedRight__UP6ti {
    border-radius: 8px 0 0 8px;
}
.Button_notRoundedLeft__Yj_s0 {
    border-radius: 0 8px 8px 0;
}
.Button_containedGreen___cId5 {
    background: -webkit-linear-gradient(
        178.32deg,
        rgba(35, 241, 142, 0.235) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
    background: linear-gradient(
        271.68deg,
        rgba(35, 241, 142, 0.235) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
    color: #23f18e;
    border: 1px solid rgba(73, 73, 73, 0.02);
}
.Button_containedGreen___cId5:hover {
    background: -webkit-linear-gradient(
        178.32deg,
        rgba(35, 241, 142, 0.335) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
    background: linear-gradient(
        271.68deg,
        rgba(35, 241, 142, 0.335) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
}
.Button_containedRed__cu9d9 {
    border: 1px solid rgba(73, 73, 73, 0.02);
    color: #f55;
    cursor: default;
}
.Button_containedRed__cu9d9,
.Button_containedRed__cu9d9:hover {
    background: -webkit-linear-gradient(
        178.32deg,
        rgba(255, 85, 85, 0.235) 92.91%,
        rgba(255, 85, 85, 0.04) 177.8%
    );
    background: linear-gradient(
        271.68deg,
        rgba(255, 85, 85, 0.235) 92.91%,
        rgba(255, 85, 85, 0.04) 177.8%
    );
}
.Button_disabled__FERZG {
    border: 1px solid rgba(73, 73, 73, 0.02);
    color: #90929e;
    cursor: default;
}
.Button_disabled__FERZG,
.Button_disabled__FERZG:hover {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
}
.Button_disabled__FERZG:active {
    -webkit-transform: none !important;
    transform: none !important;
}
.Button_outlinedRed__DNp9q {
    border: 1px solid #f55;
    color: #f55;
}
.Button_outlinedRed__DNp9q:hover {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
}
.Button_containerGray__ftxtk {
    background: #202127;
    color: #9b9db1;
}
.Button_containerGray__ftxtk:hover {
    background: #28292f;
}
.Button_containerGrayActive__Fyydw {
    background: #28292f;
    color: #9b9db1;
}
.Button_containerGrayActive__Fyydw:hover {
    background: #28292f;
}
.Button_containerGrayDisabled__SuikT {
    background: #1a1b22;
    color: #5c5d69;
}
.Button_containerGrayDisabled__SuikT:hover {
    background: #1a1b22;
}
.CookiesModal_container__4CEKz {
    width: 400px;
    position: fixed;
    bottom: 20px;
    padding: 30px 40px;
    width: 430px;
    border-radius: 18px;
    z-index: 10000000000000000000;
    background: rgba(25, 26, 33, 0.95);
    display: flex;
    flex-direction: column;
    -webkit-transition: right 3s;
    transition: right 3s;
}
@media screen and (max-width: 700px) {
    .CookiesModal_container__4CEKz {
        width: 340px;
    }
}
.CookiesModal_container_dropped__ohKtc {
    right: calc(-100% - 200px);
    opacity: 1;
}
.CookiesModal_container_active__Itnwf {
    opacity: 1;
    right: 6px;
    -webkit-animation: CookiesModal_start__tEPwl 1s;
    animation: CookiesModal_start__tEPwl 1s;
}
@media screen and (max-width: 700px) {
    .CookiesModal_container_active__Itnwf {
        right: 10px;
    }
}
@-webkit-keyframes CookiesModal_start__tEPwl {
    0% {
        right: -100%;
    }
    80% {
        right: 45px;
    }
    to {
        right: 6px;
    }
}
@keyframes CookiesModal_start__tEPwl {
    0% {
        right: -100%;
    }
    80% {
        right: 45px;
    }
    to {
        right: 6px;
    }
}
.CookiesModal_header___3GJC {
    color: var(--accent);
    font-weight: 800;
    font-size: 24px;
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
.CookiesModal_text__EHg_S {
    position: relative;
    font-size: 16px;
    align-self: flex-start;
    width: 360px;
    font-weight: 600;
    line-height: 25px;
}
@media screen and (max-width: 700px) {
    .CookiesModal_text__EHg_S {
        width: 100%;
        font-size: 15px;
    }
}
.CookiesModal_button__BDsYw {
    width: -webkit-max-content;
    width: max-content;
    align-self: flex-start;
    width: 65px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    width: 360px;
    height: 40px;
    font-weight: 800 !important;
    margin-top: 30px;
}
@media screen and (max-width: 700px) {
    .CookiesModal_button__BDsYw {
        width: 100%;
    }
}
.DepositPromoModal_container__XJ6aN {
    border-radius: 18px;
    position: absolute;
    width: 430px;
    top: 0;
    right: -100%;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    background: rgba(25, 26, 33, 0.95);
    display: flex;
    -webkit-transition: right 1s;
    transition: right 1s;
    flex-direction: column;
    -webkit-transform: perspective(800px) rotateY(-45px);
    transform: perspective(800px) rotateY(-45px);
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_container__XJ6aN {
        width: 350px;
    }
}
.DepositPromoModal_container_active__54_kt {
    display: flex;
    -webkit-animation: DepositPromoModal_start__dngPX 1s;
    animation: DepositPromoModal_start__dngPX 1s;
    right: 6px;
}
@-webkit-keyframes DepositPromoModal_start__dngPX {
    0% {
        right: -100%;
    }
    80% {
        right: 20px;
    }
    to {
        right: 6px;
    }
}
@keyframes DepositPromoModal_start__dngPX {
    0% {
        right: -100%;
    }
    80% {
        right: 20px;
    }
    to {
        right: 6px;
    }
}
.DepositPromoModal_title__vjRdd {
    width: -webkit-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    align-self: center;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_title__vjRdd {
        font-size: 16px;
    }
}
.DepositPromoModal_description__YuPB0 {
    width: -webkit-max-content;
    width: max-content;
    position: relative;
    align-self: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    color: var(--new-accent);
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_description__YuPB0 {
        font-size: 16px;
    }
}
.DepositPromoModal_buttons__XQwgo {
    position: relative;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    width: -webkit-max-content;
    width: max-content;
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_buttons__XQwgo {
        grid-gap: 8px;
        gap: 8px;
    }
}
.DepositPromoModal_btn__yxpMo {
    width: 169px;
    height: 49px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_btn__yxpMo {
        font-size: 14px;
        width: 140px;
        height: 42px;
    }
}
.DepositPromoModal_timer__jcsid {
    display: flex;
    flex-direction: row;
    width: -webkit-max-content;
    width: max-content;
    align-self: center;
    margin: 30px 0 35px;
    align-items: center;
}
.DepositPromoModal_cancel__5xS_b {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    color: #9b9db1;
}
.DepositPromoModal_cancel__5xS_b:hover {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.535) -158%,
        hsla(0, 0%, 85%, 0.09) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.535) -158%,
        hsla(0, 0%, 85%, 0.09) -55.77%
    );
}
.DepositPromoModal_timerBeetwen__H4Lcs {
    display: flex;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
    margin: 0 15px;
    height: -webkit-max-content;
    height: max-content;
    position: relative;
}
.DepositPromoModal_timerBeetwenDot__4maz_ {
    border-radius: 50%;
    height: 7px;
    width: 7px;
    background: #f4bf58;
    background: var(--new-silver);
}
.DepositPromoModal_minutes__WlkqV,
.DepositPromoModal_seconds__lhAqS {
    font-weight: 700;
    width: 50px;
    height: 70px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #f4bf58;
    color: var(--new-silver);
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
}
@media screen and (max-width: 700px) {
    .DepositPromoModal_minutes__WlkqV,
    .DepositPromoModal_seconds__lhAqS {
        width: 40px;
        height: 50px;
        font-size: 22px;
    }
}
.DepositPromoModal_wrapper__6iPJd {
    position: absolute;
    top: 0;
    right: 0;
    width: 455px;
    height: 500px;
    overflow: hidden;
    top: 205px;
    height: 305px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.DepositPromoModal_wrapper_active__bIV8C {
    z-index: 1000000000;
}
.CustomImage_container__MXwU_ {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.CustomImage_container__MXwU_:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.CustomImage_img__2Vg0y {
    position: absolute !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}
.LoadingConveyorItem_container__It60l {
    width: 154px;
    height: 112px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    border-bottom: 1px solid silver;
}
.LoadingConveyorItem_container__It60l:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -80px;
    left: -60px;
    background: -webkit-radial-gradient(
        50% 81.39%,
        50% 50%,
        rgba(155, 157, 177, 0.5) 0,
        rgba(155, 157, 177, 0) 100%
    );
    background: radial-gradient(
        50% 50% at 50% 81.39%,
        rgba(155, 157, 177, 0.5) 0,
        rgba(155, 157, 177, 0) 100%
    );
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    -webkit-animation: LoadingConveyorItem_leftAnim__5Wxer 1.5s infinite;
    animation: LoadingConveyorItem_leftAnim__5Wxer 1.5s infinite;
}
@media screen and (max-width: 700px) {
    .LoadingConveyorItem_container__It60l:before {
        top: -50px;
        left: 20px;
    }
    .LoadingConveyorItem_container__It60l {
        width: 86px;
        height: 70px;
    }
}
@-webkit-keyframes LoadingConveyorItem_leftAnim__5Wxer {
    0% {
        left: -100%;
    }
    to {
        left: 0;
    }
}
@keyframes LoadingConveyorItem_leftAnim__5Wxer {
    0% {
        left: -100%;
    }
    to {
        left: 0;
    }
}
.LoadingConveyorItem_dds__JjCe2 {
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    gap: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}
@media screen and (max-width: 700px) {
    .LoadingConveyorItem_dds__JjCe2 {
        grid-gap: 2px;
        gap: 2px;
    }
}
.LoadingConveyorItem_dd__2_pKX {
    position: relative;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 700px) {
    .LoadingConveyorItem_dd__2_pKX {
        width: 30px;
        height: 30px;
    }
}
.DropContent_container__lhVwo {
    position: absolute;
    width: 100%;
    height: 100%;
}
.DropContent_dropName__RMeGY .DropContent_userName__sXu9u,
.DropContent_dropPhoto__BRvNd,
.DropContent_userPhoto__fIQV7 {
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}
.DropContent_userPhoto__fIQV7 {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    cursor: pointer;
    height: 40px;
    left: 50%;
    overflow: hidden;
    top: 24px;
    border: 1px solid #ffa826;
    -webkit-transform: translateX(calc(-50% + 200px));
    transform: translateX(calc(-50% + 200px));
}
.DropContent_userPhoto_shown__zLoDy {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.DropContent_userName__sXu9u {
    position: absolute;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-60px);
    transform: translateX(-50%) translateY(-60px);
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    top: 66px;
    text-align: center;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}
.DropContent_userName_shown__n_ZRS {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.DropContent_dropName__RMeGY {
    position: absolute;
    left: 50%;
    bottom: 13px;
    cursor: pointer;
    color: var(--accent);
    font-weight: 700;
    font-size: 10px;
    -webkit-transform: translateX(-50%) translateY(50px);
    transform: translateX(-50%) translateY(50px);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: -webkit-max-content;
    width: max-content;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}
.DropContent_dropName_shown__5yomG {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.DropContent_dropPhoto__BRvNd {
    position: absolute;
    width: 180px;
    height: 140px;
    left: 50%;
    opacity: 0.6;
    -webkit-transform: translateX(calc(-50% - 200px));
    transform: translateX(calc(-50% - 200px));
    bottom: -20px;
    z-index: -1;
}
.DropContent_dropPhoto_shown__YPjep {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Dds_container__tUMZ8 {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 7px;
    gap: 7px;
}
.Dds_dd__I5ozw {
    position: relative;
}
.MainContent_container__rG5DM {
    position: relative;
    width: 100%;
    height: 100%;
}
.MainContent_name__L3NcG {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    bottom: 12px;
    left: 14px;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 700px) {
    .MainContent_name__L3NcG {
        font-size: 7px;
        bottom: 8px;
        left: 6px;
        width: 75px;
    }
}
.MainContent_weapon__I7hhI {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    bottom: 28px;
    left: 14px;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 700px) {
    .MainContent_weapon__I7hhI {
        font-size: 9px;
        font-weight: 500;
        bottom: 18px;
        left: 6px;
        width: 75px;
    }
}
.MainContent_weaponImg__ji1Px {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
}
@media screen and (max-width: 700px) {
    .MainContent_weaponImg__ji1Px {
        width: 60px;
        height: 60px;
    }
}
.MainContent_dds__53HDn {
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
    gap: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 700px) {
    .MainContent_dds__53HDn {
        grid-gap: 2px;
        gap: 2px;
    }
}
.MainContent_dd__o3wd4 {
    position: relative;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 700px) {
    .MainContent_dd__o3wd4 {
        width: 22px;
        height: 22px;
    }
}
.MainContent_name__L3NcG,
.MainContent_weapon__I7hhI {
    z-index: 5;
}
.RarityBackground_container__oTAUh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.RarityBackground_container_0__2FGs5 {
    background: rgba(255, 255, 255, 0.2);
}
.RarityBackground_container_0__2FGs5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0) 100%
    );
}
.RarityBackground_container_2__roNvL {
    background: rgba(101, 150, 226, 0.2);
}
.RarityBackground_container_2__roNvL:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(101, 150, 226, 0.5) 0,
        rgba(101, 150, 226, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(101, 150, 226, 0.5) 0,
        rgba(101, 150, 226, 0) 100%
    );
}
.RarityBackground_container_3__UgNVr {
    background: rgba(77, 105, 205, 0.2);
}
.RarityBackground_container_3__UgNVr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(77, 105, 205, 0.5) 0,
        rgba(77, 105, 205, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(77, 105, 205, 0.5) 0,
        rgba(77, 105, 205, 0) 100%
    );
}
.RarityBackground_container_4__0aWTa {
    background: rgba(137, 71, 255, 0.2);
}
.RarityBackground_container_4__0aWTa:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(137, 71, 255, 0.5) 0,
        rgba(137, 71, 255, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(137, 71, 255, 0.5) 0,
        rgba(137, 71, 255, 0) 100%
    );
}
.RarityBackground_container_5__HxPhG {
    background: rgba(212, 43, 230, 0.2);
}
.RarityBackground_container_5__HxPhG:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(212, 43, 230, 0.5) 0,
        rgba(212, 43, 230, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(212, 43, 230, 0.5) 0,
        rgba(212, 43, 230, 0) 100%
    );
}
.RarityBackground_container_6__aVdi4 {
    background: rgba(235, 75, 75, 0.2);
}
.RarityBackground_container_6__aVdi4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(235, 75, 75, 0.5) 0,
        rgba(235, 75, 75, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(235, 75, 75, 0.5) 0,
        rgba(235, 75, 75, 0) 100%
    );
}
.RarityBackground_container_7__nNpRO {
    background: rgba(244, 191, 88, 0.25);
}
.RarityBackground_container_7__nNpRO:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(
        50% 100%,
        92.22% 90.79%,
        rgba(255, 174, 57, 0.5) 0,
        rgba(255, 174, 57, 0) 100%
    );
    background: radial-gradient(
        92.22% 90.79% at 50% 100%,
        rgba(255, 174, 57, 0.5) 0,
        rgba(255, 174, 57, 0) 100%
    );
}
.Sides_frontSide__AAxAA {
    border-radius: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.Sides_frontSideColor__y9QOM {
    width: 200%;
    height: 300%;
    left: -160px;
    top: -290px;
    opacity: 0.9;
    position: absolute;
}
.Sides_rightSide__aG7WM {
    position: absolute;
    width: 100%;
    height: calc(100% + 5px);
    top: -2.5px;
    right: 0;
    border-radius: 20px;
    -webkit-transform: translateZ(-12px);
    transform: translateZ(-12px);
}
.Sides_loading__ouUv7 {
    visibility: hidden;
}
.Sides_newBack__NWxxW {
    height: 200% !important;
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
}
.ConveyorItem_container__vqDd_ {
    width: 154px;
    height: 112px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-animation-name: ConveyorItem_drop-animation__oisdG;
    animation-name: ConveyorItem_drop-animation__oisdG;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    flex-shrink: 0;
}
.ConveyorItem_container__vqDd_:first-child {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.ConveyorItem_container__vqDd_:nth-child(2) {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.ConveyorItem_container__vqDd_:nth-child(3) {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.ConveyorItem_container__vqDd_:nth-child(4) {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.ConveyorItem_container__vqDd_:nth-child(5) {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}
@media screen and (min-width: 700px) {
    .ConveyorItem_container__vqDd_:hover .ConveyorItem_mainWrapper__7Q2IN {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.ConveyorItem_container__vqDd_:hover .ConveyorItem_dropWrapper__IWLuK {
    z-index: 1;
    opacity: 1;
}
@media screen and (max-width: 700px) {
    .ConveyorItem_container__vqDd_ {
        width: 86px;
        height: 70px;
    }
}
@media screen and (min-width: 700px) {
    .ConveyorItem_container__vqDd_:first-child
        .ConveyorItem_dropWrapper_shown__PevM4 {
        -webkit-animation: ConveyorItem_dropWrapper__IWLuK 0.5s;
        animation: ConveyorItem_dropWrapper__IWLuK 0.5s;
    }
    .ConveyorItem_container__vqDd_:nth-child(2)
        .ConveyorItem_dropWrapper_shown__PevM4 {
        -webkit-animation: ConveyorItem_dropWrapper__IWLuK 0.4s;
        animation: ConveyorItem_dropWrapper__IWLuK 0.4s;
    }
    .ConveyorItem_container__vqDd_:nth-child(3)
        .ConveyorItem_dropWrapper_shown__PevM4 {
        -webkit-animation: ConveyorItem_dropWrapper__IWLuK 0.3s;
        animation: ConveyorItem_dropWrapper__IWLuK 0.3s;
    }
    .ConveyorItem_container__vqDd_:nth-child(4)
        .ConveyorItem_dropWrapper_shown__PevM4 {
        -webkit-animation: ConveyorItem_dropWrapper__IWLuK 0.2s;
        animation: ConveyorItem_dropWrapper__IWLuK 0.2s;
    }
    .ConveyorItem_container__vqDd_:nth-child(5)
        .ConveyorItem_dropWrapper_shown__PevM4 {
        -webkit-animation: ConveyorItem_dropWrapper__IWLuK 0.1s;
        animation: ConveyorItem_dropWrapper__IWLuK 0.1s;
    }
}
.ConveyorItem_container_animated__fh3L9 {
    -webkit-animation: ConveyorItem_start__Zfs0X 0.4s ease-in-out;
    animation: ConveyorItem_start__Zfs0X 0.4s ease-in-out;
}
.ConveyorItem_container_animated2__WP3q6 {
    -webkit-animation: ConveyorItem_start__Zfs0X 0.48s ease-in-out;
    animation: ConveyorItem_start__Zfs0X 0.48s ease-in-out;
}
.ConveyorItem_container_animated3__LQHn_ {
    -webkit-animation: ConveyorItem_start__Zfs0X 0.53s ease-in-out;
    animation: ConveyorItem_start__Zfs0X 0.53s ease-in-out;
}
.ConveyorItem_container_animated4__e5eFe {
    -webkit-animation: ConveyorItem_start__Zfs0X 0.58s ease-in-out;
    animation: ConveyorItem_start__Zfs0X 0.58s ease-in-out;
}
.ConveyorItem_container_animated5__oGdg5 {
    -webkit-animation: ConveyorItem_start__Zfs0X 0.63s ease-in-out;
    animation: ConveyorItem_start__Zfs0X 0.63s ease-in-out;
}
@-webkit-keyframes ConveyorItem_drop-animation__oisdG {
    0% {
        max-width: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        max-width: 154px;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
@keyframes ConveyorItem_drop-animation__oisdG {
    0% {
        max-width: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        max-width: 154px;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
@-webkit-keyframes ConveyorItem_start__Zfs0X {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
@keyframes ConveyorItem_start__Zfs0X {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    30% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    70% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}
.ConveyorItem_mainWrapper__7Q2IN {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: filter 0.35s, opacity 0.35s, transform 0.35s;
    transition: filter 0.35s, opacity 0.35s, transform 0.35s;
}
.ConveyorItem_dropWrapper__IWLuK {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
@media screen and (max-width: 700px) {
    .ConveyorItem_dropWrapper__IWLuK {
        display: none;
    }
}
@-webkit-keyframes ConveyorItem_dropWrapper__IWLuK {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    40% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    60% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes ConveyorItem_dropWrapper__IWLuK {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    40% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    60% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.LiveOptions_container__D_bvk {
    position: relative;
    flex-direction: row;
    display: flex;
    grid-gap: 2px;
    gap: 2px;
    align-items: center;
    margin-left: 2px;
    background: unset !important;
    z-index: 3;
}
@media screen and (max-width: 700px) {
    .LiveOptions_container__D_bvk {
        display: none;
    }
}
.LiveOptions_online__hwbGK {
    width: 91px;
    height: 112px;
    overflow: hidden;
    border-radius: 2.5px;
    background: var(--new-back-1);
}
.LiveOptions_online__hwbGK,
.LiveOptions_onlineContent__56plH {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.LiveOptions_onlineContent__56plH {
    grid-gap: 5px;
    gap: 5px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.LiveOptions_online_loading__o5nqN:before {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100%;
    background: rgba(60, 62, 78, 0.737);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-animation: LiveOptions_leftAnim__44nYk 3.5s infinite;
    animation: LiveOptions_leftAnim__44nYk 3.5s infinite;
}
@-webkit-keyframes LiveOptions_leftAnim__44nYk {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    to {
        left: -100%;
    }
}
@keyframes LiveOptions_leftAnim__44nYk {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    to {
        left: -100%;
    }
}
.LiveOptions_onlineContent_loading__9Jonl {
    opacity: 0;
}
.LiveOptions_dinozavr__EcGeG {
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-animation: LiveOptions_dinozavrAnim__8p5gr 3.5s infinite;
    animation: LiveOptions_dinozavrAnim__8p5gr 3.5s infinite;
}
@-webkit-keyframes LiveOptions_dinozavrAnim__8p5gr {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}
@keyframes LiveOptions_dinozavrAnim__8p5gr {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}
.LiveOptions_onlineValue__Y41OC {
    font-weight: 900;
    font-size: 16px;
    position: relative;
}
.LiveOptions_onlineText__s346m {
    font-weight: 400;
    font-size: 12px;
    color: var(--new-silver);
}
.LiveOptions_btns__ap_YE {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 2px;
    gap: 2px;
    z-index: 12412;
}
.LiveOptions_btn__Jbd_P {
    position: relative;
    width: 75px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--new-back-1);
    overflow: hidden;
    cursor: pointer;
}
.LiveOptions_back__2Zjs1 {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 300%;
    height: 300%;
    opacity: 0;
    position: absolute;
    background: -webkit-radial-gradient(
        50% 80.83%,
        50% 50%,
        rgba(255, 174, 57, 0.275) 0,
        rgba(255, 174, 57, 0) 100%
    );
    background: radial-gradient(
        50% 50% at 50% 80.83%,
        rgba(255, 174, 57, 0.275) 0,
        rgba(255, 174, 57, 0) 100%
    );
}
.LiveOptions_back_active__l2ugl {
    opacity: 1;
}
.LiveOptions_fireIcon__wKmVb {
    width: 27px;
    height: 27px;
}
.LiveOptions_fireIcon__wKmVb,
.LiveOptions_menuIcon__5Fdx5 {
    position: relative;
    -webkit-transition: filter 0.5s;
    transition: filter 0.5s;
}
.LiveOptions_menuIcon__5Fdx5 {
    width: 21px;
    height: 21px;
}
.Pause_container__mW96K {
    position: absolute;
    left: 170px;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.5s, opacity 0.3s;
    transition: width 0.5s, opacity 0.3s;
    overflow: hidden;
    z-index: 8;
    background: rgba(25, 26, 33, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 5px;
    gap: 5px;
    font-weight: 800;
    font-size: 12px;
    color: var(--new-accent);
    text-transform: uppercase;
}
.Pause_container__mW96K:hover {
    opacity: 0.8;
}
@media screen and (max-width: 700px) {
    .Pause_container__mW96K {
        display: none;
    }
}
.Pause_container__mW96K[data-paused="true"] {
    width: 70px;
}
.Pause_container__mW96K[data-paused="false"] {
    width: 0;
}
.Pause_pause__9lUW4 {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--new-accent);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 2px;
    gap: 2px;
}
.Pause_pauseLine__9y8M7 {
    width: 3px;
    height: 10px;
    background: #000;
    border-radius: 10px;
}
.NewConveyor_container__QMbrR {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 2px;
    gap: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 700px) {
    .NewConveyor_container__QMbrR {
        height: 70px;
    }
}
.NewConveyor_list__dpZqf {
    overflow: hidden;
    justify-content: flex-start;
}
.NewConveyor_list__dpZqf,
.NewConveyor_listWrapper__wIW7E {
    grid-gap: 2px;
    gap: 2px;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.NewConveyor_listWrapper__wIW7E {
    z-index: 5;
    will-change: transform;
    opacity: 0;
    -webkit-animation: NewConveyor_fadeIn__oU84S 0.3s ease-in-out forwards;
    animation: NewConveyor_fadeIn__oU84S 0.3s ease-in-out forwards;
}
.NewConveyor_listWrapper_hidden__vZZ_K {
    opacity: 0;
    z-index: 0;
}
.NewConveyor_list_added__JjYQG {
    -webkit-animation: NewConveyor_added__0fB_V 0.5s ease-in-out;
    animation: NewConveyor_added__0fB_V 0.5s ease-in-out;
}
@-webkit-keyframes NewConveyor_fadeIn__oU84S {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes NewConveyor_fadeIn__oU84S {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes NewConveyor_added__0fB_V {
    0% {
        -webkit-transform: translateX(-462px);
        transform: translateX(-462px);
    }
}
@keyframes NewConveyor_added__0fB_V {
    0% {
        -webkit-transform: translateX(-462px);
        transform: translateX(-462px);
    }
}
.LoginButton_steamButton__gFa5S {
    padding: 0 20px !important;
    width: -webkit-max-content;
    width: max-content;
    height: 43px;
    width: 132px;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    grid-gap: 10px;
    gap: 10px;
    color: var(--black);
    font-weight: 700;
    cursor: pointer;
}
.LoginButton_steamButton__gFa5S:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}
.LoginButton_steamButton__gFa5S:hover .LoginButton_steamButtonIcon__B6w6s {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.LoginButton_steamButtonIcon__B6w6s {
    margin-left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    width: 15px;
    height: 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.LoginButton_steamButtonText__PzANc {
    text-transform: uppercase;
    font-size: 12px;
}
.SettingsButton_container__B9OJz {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.07) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.07) -55.77%
    );
    cursor: pointer;
    -webkit-transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.SettingsButton_container__B9OJz:hover {
    opacity: 0.5;
}
.SettingsButton_container__B9OJz:active {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
@media screen and (max-width: 1200px) {
    .SettingsButton_container__B9OJz {
        width: 37px;
        height: 37px;
    }
}
@media screen and (max-width: 800px) {
    .SettingsButton_container__B9OJz {
        display: none;
    }
}
.SettingsButton_settingImg__bNz_X {
    position: relative;
    width: 17px;
    height: 17px;
}
.Notifications_container__XAcXz {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: max-content;
}
.Notifications_bell__r4Hea {
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.Notifications_bell_hidden__MPoR_ {
    opacity: 0;
}
.Notifications_default__tzU1f {
    position: relative;
    width: 26px;
    height: 26px;
}
.Notifications_count__Kcyxk {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #ff3535;
    top: 0;
    right: -6px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NewBody_container__GWLGC {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 25px;
    gap: 25px;
    background: rgba(25, 26, 33, 0.8);
    padding: 11px 24px;
    border: 1px solid #202020;
    min-height: 100px;
    border-radius: 18px;
}
.NewBody_readText__yCxuS {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.NewBody_wrapper__Gg_Ur {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 25px;
    gap: 25px;
    -webkit-transition: filter 0.3s;
    transition: filter 0.3s;
}
.NewBody_wrapper__Gg_Ur:hover {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.NewBody_drop__TbRZo {
    position: relative;
    width: 68px;
    height: 68px;
}
.NewBody_content__GUkIB {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 180px;
    width: 250px;
    grid-gap: 10px;
    gap: 10px;
    justify-content: space-between;
}
@media screen and (max-width: 1000px) {
    .NewBody_content__GUkIB {
        width: 120px;
    }
}
.NewBody_coin__hQ70j {
    position: relative;
    width: 15px;
    height: 15px;
}
.NewBody_error__FEL4D {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    color: var(--new-silver);
}
.NewBody_price__D2F5E {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
    color: var(--accent);
    font-weight: 600;
    font-size: 12px;
    color: #f4bf58;
}
.NewBody_theme__Pw8TH {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .NewBody_theme__Pw8TH {
        font-size: 12px;
    }
}
.NewBody_title__Rc_2X {
    color: var(--new-silver);
    font-size: 10px;
    font-weight: 600;
    color: #a09fad;
}
.NotificationItem_mainContainer__jFPt2 {
    position: relative;
    z-index: 52121;
}
.NotificationItem_mainContainer__jFPt2:hover
    .NotificationItem_container__0Wmdw {
    cursor: pointer;
}
.NotificationItem_mainContainer__jFPt2:hover .NotificationItem_read__vEr50 {
    display: block;
}
.NotificationItem_mainContainer__jFPt2:hover
    .NotificationItem_read__vEr50:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    cursor: pointer;
    top: 53%;
}
.NotificationItem_id__erazm {
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 12px;
}
.NotificationItem_container_small__QNLbf {
    height: 80px !important;
    width: 220px !important;
}
.NotificationItem_title__8Bx8W {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-top: 30px;
    width: -webkit-max-content;
    width: max-content;
    border: 2px solid orange;
}
.NotificationItem_titleIsOnlyOne__XHL8a {
    align-self: center;
    position: relative;
    justify-content: center;
    margin-bottom: unset;
}
.NotificationItem_container_droppped__pW4tP {
    height: 0;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}
.NotificationItem_drop__hoKoR {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}
.NotificationItem_newCoin__5kkTK {
    width: 20px;
    height: 20px;
    position: relative;
}
.NotificationItem_dropInfo__Y6G4d {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.NotificationItem_dropInfo__Y6G4d p {
    display: flex;
    align-items: center;
    grid-gap: 3px;
    gap: 3px;
    font-size: 14px;
    width: -webkit-max-content;
    width: max-content;
}
.NotificationItem_read__vEr50 {
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    right: 10px;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 600;
}
.Notifications_popover__sr1Et {
    position: relative;
    z-index: 9999999999;
    width: -webkit-max-content;
    width: max-content;
}
.Notifications_button__xMymn {
    border: 0;
    background: transparent;
    position: relative;
}
.Notifications_button__xMymn:focus {
    border: 0;
}
.Notifications_button__xMymn:hover .Notifications_notificationItem__azK3q path {
    fill: #696780;
}
.Notifications_Notifications__M8sq_ {
    position: relative;
    z-index: 1;
}
.Notifications_notificationsTotal__niydz {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    display: flex;
    background: var(--accent);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: var(--black);
}
.Notifications_panel__F1rFf {
    position: absolute;
    right: 0;
    overflow: hidden;
    background-color: rgba(25, 26, 33, 0.8);
    border: 1px solid #202020;
    z-index: 1;
    border-radius: 18px;
}
@media screen and (max-width: 1000px) {
    .Notifications_panel__F1rFf {
        right: -200px;
        top: 20px;
    }
}
.Notifications_panelScroll__wAlgB {
    padding: 20px 15px;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}
.Notifications_panelScroll__wAlgB::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}
.Notifications_panelScroll__wAlgB::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    );
    background: -webkit-linear-gradient(315deg, #262629 60%, #2b2a2d);
    background: linear-gradient(135deg, #262629 60%, #2b2a2d);
    border-radius: 10px;
}
.Notifications_panelList__9IB9i {
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    grid-gap: 16px;
    gap: 16px;
}
.Notifications_emptyText__R63Wm {
    margin: 30px;
    position: relative;
    width: -webkit-max-content;
    width: max-content;
}
.Notifications_transition__Y5u1Y {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Notifications_enterFrom__CX05D {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.Notifications_enterTo__tgu9W {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.Notifications_item__oIZoT {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-block-1);
}
.Notifications_itemTitle__w9nQC {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}
.Notifications_itemText__hob0J {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
}
.Notifications_itemDate__Hbqfy {
    opacity: 0.6;
    font-size: 13px;
}
.Notifications_readAll__TWDyZ {
    width: 100%;
    color: var(--accent);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.Notifications_readAll__TWDyZ:hover {
    text-shadow: 0 0 1px var(--accent);
}
.Notifications_readAll__TWDyZ:focus,
.Notifications_readAll__TWDyZ:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Notifications_itemFlex__pOooS {
    margin-top: 8px;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
}
.Notifications_itemStatus__4f4Lu {
    background: var(--accent);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.PaymentBtn_btn__Bl8f9 {
    flex-direction: row;
    display: flex;
    grid-gap: 7px;
    gap: 7px;
    width: 63px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
@media screen and (max-width: 1200px) {
    .PaymentBtn_btn__Bl8f9 {
        width: 53px;
        height: 37px;
    }
}
@media screen and (max-width: 400px) {
    .PaymentBtn_btn__Bl8f9 {
        width: 37px;
    }
}
.PaymentBtn_walletImg__lPSwm {
    position: relative;
    width: 22px;
    height: 22px;
}
@media screen and (max-width: 500px) {
    .PaymentBtn_walletImg__lPSwm {
        width: 16px;
        height: 16px;
    }
}
.PaymentBtn_plusImg__KbQhK {
    position: relative;
    height: 12px;
    width: 12px;
}
@media screen and (max-width: 500px) {
    .PaymentBtn_plusImg__KbQhK {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 400px) {
    .PaymentBtn_plusImg__KbQhK {
        display: none;
    }
}
.FlatCoinImage_container__3OBej {
    position: relative;
    width: 28px;
    height: 28px;
}
.UserBalance_container__usumT {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    justify-content: space-between;
    color: var(--new-accent);
}
.UserBalance_container_1__5MU8C {
    width: 55px;
}
.UserBalance_container_2__ILbI1 {
    width: 62px;
}
.UserBalance_container_3__3FlcE {
    width: 71px;
}
.UserBalance_container_4__9wS_7 {
    width: 80px;
}
.UserBalance_container_5__20aK5 {
    width: 90px;
}
.UserBalance_container_6__E4ZRO {
    width: 98px;
}
.UserBalance_balance__yDNqA {
    font-weight: 700;
    font-size: 14px;
    position: relative;
}
.Profile_container__uWLmv {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 14px;
    gap: 14px;
    width: 170px;
}
@media screen and (max-width: 1200px) {
    .Profile_container__uWLmv {
        width: 150px;
    }
}
@media screen and (max-width: 400px) {
    .Profile_container__uWLmv {
        width: 155px;
    }
}
.Profile_userImg__vpuvs {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .Profile_userImg__vpuvs {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
}
.Profile_content__piUGf {
    display: flex;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    position: relative;
    justify-content: center;
    grid-gap: 6px;
    gap: 6px;
    width: -webkit-max-content;
    width: max-content;
}
.Profile_contentName__4H7Js {
    font-weight: 700;
    font-size: 12px;
    color: var(--new-silver);
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    align-self: flex-start;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.12s;
    transition: color 0.12s;
}
.Profile_contentName__4H7Js:hover {
    color: var(--new-accent);
}
@media screen and (max-width: 1200px) {
    .Profile_contentName__4H7Js {
        font-size: 8px;
    }
}
.Profile_contentBalance__lOUtQ {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    grid-gap: 3px;
    gap: 3px;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    left: 65px;
    bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .Profile_contentBalance__lOUtQ {
        font-size: 12px;
        grid-gap: 0;
        gap: 0;
        bottom: 5px;
        left: 45px;
    }
}
@media screen and (max-width: 500px) {
    .Profile_contentBalance__lOUtQ {
        font-size: 12px;
    }
}
.Profile_balanceCoin__pZt7j {
    position: absolute;
    right: 0;
    bottom: 12px;
}
@media screen and (max-width: 1200px) {
    .Profile_balanceCoin__pZt7j {
        bottom: 5px;
    }
}
.Profile_contentBalancePrice__KMsuw {
    width: 50px;
}
.Profile_content_profiled__Q10uD {
    color: var(--accent);
}
.Profile_coin6__Ga0uy {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}
.Content_container__9FTe3 {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 32px;
    gap: 32px;
    align-items: center;
}
@media screen and (max-width: 1500px) {
    .Content_container__9FTe3 {
        grid-gap: 5px;
        gap: 5px;
        grid-gap: 15px;
        gap: 15px;
    }
}
.Options_container__i7N7x {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    gap: 20px;
    align-items: center;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
@media screen and (max-width: 1500px) {
    .Options_container__i7N7x {
        grid-gap: 5px;
        gap: 5px;
    }
}
.Options_container_loading__cIiCL {
    opacity: 0;
}
.Options_lang__nam3A {
    margin-right: 0;
}
.Options_loader__P88pq {
    width: 100px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
}
.Logo_container__TOeHw {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 132px;
    height: 57px;
}
@media screen and (max-width: 1200px) {
    .Logo_container__TOeHw {
        width: 66px;
        height: 28px;
    }
}
.Logo_logo__zb47s {
    position: relative;
    width: 132px;
    height: 57px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: transform 0.15s, opacity 0.2s;
    transition: transform 0.15s, opacity 0.2s;
}
.Logo_logo__zb47s:hover {
    opacity: 0.6;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
@media screen and (max-width: 1200px) {
    .Logo_logo__zb47s {
        width: 66px;
        height: 28px;
    }
}
.NavBar_container__3Dd_A {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    grid-gap: 55px;
    gap: 55px;
    margin-left: 30px;
}
@media screen and (max-width: 1320px) {
    .NavBar_container__3Dd_A {
        grid-gap: 11px;
        gap: 11px;
        margin-left: 11px;
    }
}
@media screen and (max-width: 900px) {
    .NavBar_container__3Dd_A {
        position: fixed;
        bottom: 0;
        left: -35px;
        width: calc(100% + 35px);
        background: rgba(22, 23, 29, 0.95);
        justify-content: center;
        grid-gap: 33px;
        gap: 33px;
        padding: 12px 0;
    }
}
.NavBar_item__TNQMA {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 9px;
    gap: 9px;
    font-size: 16px;
    font-weight: 700;
    color: var(--new-silver);
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .NavBar_item__TNQMA {
        font-size: 13px;
        grid-gap: 4px;
        gap: 4px;
    }
}
@media screen and (max-width: 900px) {
    .NavBar_item__TNQMA {
        font-size: 8px;
        font-weight: 600;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 35px;
    }
}
.NavBar_imgWrapper__eiSZ_ {
    position: relative;
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 1200px) {
    .NavBar_imgWrapper__eiSZ_ {
        width: 14px;
        height: 14px;
    }
}
.NavBar_icon__E017e {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0;
}
@media screen and (max-width: 1200px) {
    .NavBar_icon__E017e {
        width: 14px;
        height: 14px;
    }
}
.NavBar_icon_active__vnN8V {
    opacity: 1;
}
.NavBar_item_active__4bLpH {
    color: var(--accent);
}
.NavBar_newLabel__rOrqV {
    position: absolute;
    top: -13px;
    right: -28px;
    font-weight: 900;
    padding: 4px;
    background: #23f18e;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font-size: 7.5px;
}
.NavBar_hoverZone__gZxhU {
    position: absolute;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px) translateY(-10px);
    transform: translateX(-15px) translateY(-10px);
    height: calc(100% + 20px);
    z-index: 5;
}
.NavBar_test__Hu9rF {
    border: 2px solid orange;
    padding: 10px;
}
.NewHeader_container__tcX9k {
    position: relative;
    background: var(--new-back);
    z-index: 80;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 86px;
    padding: 16px 27px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}
@media screen and (max-width: 900px) {
    .NewHeader_container__tcX9k {
        z-index: 1e22;
    }
}
@media screen and (max-width: 1500px) {
    .NewHeader_container__tcX9k {
        padding: 16px 12px;
    }
}
.NewHeader_menu__a_q6y {
    display: flex;
    flex-direction: row;
    grid-gap: 37px;
    gap: 37px;
    align-items: center;
}
@media screen and (max-width: 1500px) {
    .NewHeader_menu__a_q6y {
        grid-gap: 10px;
        gap: 10px;
    }
}
.NewHeader_wrapper__NdgRT {
    display: flex;
    flex-direction: column;
    grid-gap: 3px;
    gap: 3px;
    max-width: 100%;
    padding-bottom: 3px;
}
.NewHeader_wrapper__NdgRT:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #12131a;
    z-index: -1;
}
.NewHeader_line__GUBdz {
    position: relative;
    height: 3px;
    width: 100%;
}
.NewHeader_navbar__1rLpF {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    grid-gap: 55px;
    gap: 55px;
    margin-left: 30px;
}
@media screen and (max-width: 1500px) {
    .NewHeader_navbar__1rLpF {
        grid-gap: 20px;
        gap: 20px;
        margin-left: 11px;
    }
}
@media screen and (max-width: 900px) {
    .NewHeader_navbar__1rLpF {
        position: fixed;
        bottom: 0;
        left: -35px;
        width: calc(100% + 35px);
        background: rgba(22, 23, 29, 0.95);
        justify-content: center;
        grid-gap: 33px;
        gap: 33px;
        padding: 12px 0;
    }
}
.SocialList_container__R4AQn {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 21px;
    gap: 21px;
    width: -webkit-max-content;
    width: max-content;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media screen and (max-width: 1100px) {
    .SocialList_container__R4AQn {
        -webkit-transform: unset;
        transform: unset;
    }
}
.SocialList_socialIcon__ApDDT {
    position: relative;
    width: 35px;
    height: 35px;
}
.SocialList_socialIcon__ApDDT:hover {
    opacity: 0.85;
}
@media screen and (max-width: 600px) {
    .SocialList_socialIcon__ApDDT {
        width: 50px;
        height: 50px;
    }
}
.Statistics_container__mwsXG {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    gap: 20px;
    height: -webkit-max-content;
    height: max-content;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
}
@media screen and (max-width: 600px) {
    .Statistics_container__mwsXG {
        grid-template-columns: 1fr;
    }
}
.Statistics_container_loading__96Gxi {
    opacity: 0;
}
.Statistics_item__T5dSQ {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    gap: 20px;
    align-items: center;
}
.Statistics_body__rAKR6 {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    gap: 5px;
}
.Statistics_bodyValue__NK8YD {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    width: 200px;
    white-space: nowrap;
}
@media screen and (max-width: 600px) {
    .Statistics_bodyValue__NK8YD {
        width: 160px;
        font-size: 24px;
    }
}
.Statistics_bodyName__zQS9o {
    color: #90929e;
    font-weight: 400;
    font-size: 16px;
}
@media screen and (max-width: 600px) {
    .Statistics_bodyName__zQS9o {
        font-size: 12px;
    }
}
.Statistics_itemPhoto__8Ukz8 {
    position: relative;
    width: 45px;
    height: 45px;
}
.EmailBtn_mailLink___GYMd {
    margin-top: auto;
}
.EmailBtn_mailLinkBlock__cRgKQ {
    width: -webkit-fit-content;
    width: fit-content;
    border: 2px solid var(--accent);
    border-radius: 10px;
    color: #934c4c;
    color: var(--accent);
    grid-gap: 5px;
    gap: 5px;
    width: 269px;
    height: 55px;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    line-height: 30px;
    -webkit-transition: background 0.3s, -webkit-transform 0.2s;
    transition: background 0.3s, -webkit-transform 0.2s;
    transition: background 0.3s, transform 0.2s;
    transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.EmailBtn_mailLinkBlock__cRgKQ svg path {
    fill: var(--accent);
}
.EmailBtn_mailLinkBlock__cRgKQ:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}
.EmailBtn_mailLinkBlock__cRgKQ:hover {
    background: var(--new-accent);
    color: #000;
}
.EmailBtn_mailLinkBlock__cRgKQ:hover svg path {
    fill: #000;
}
.EmailBtn_mailIcon__zEja1 {
    display: flex;
    align-items: center;
}
.Links_container__bhX_J {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    width: -webkit-max-content;
    width: max-content;
    color: #90929e;
    font-weight: 400;
    font-size: 16px;
}
.Links_item__m2F03 {
    cursor: pointer;
    -webkit-transition: color 0.16s;
    transition: color 0.16s;
}
.Links_item__m2F03:hover {
    color: #fff;
}
.Girl_container__c4Wwf {
    position: relative;
    width: 400px;
    height: 500px;
}
@media screen and (max-width: 1600px) {
    .Girl_container__c4Wwf {
        display: none;
    }
}
.Girl_girlImg__9S1z9 {
    position: absolute !important;
    width: 800px;
    height: 780px;
    -webkit-transform: translateY(-275px) translateX(-200px);
    transform: translateY(-275px) translateX(-200px);
    opacity: 0.8;
    -webkit-transition: opacity 0.5s, transform 0.2s;
    transition: opacity 0.5s, transform 0.2s;
}
.Girl_girlImg_hovered__7TdVu {
    opacity: 1;
    -webkit-transform: scale(1.02) translateY(-275px) translateX(-200px);
    transform: scale(1.02) translateY(-275px) translateX(-200px);
}
.Girl_hoverZone__lAwv4 {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.NewFooter_container__ihM5W {
    background: #15161d;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.NewFooter_main__X2_kH {
    position: relative;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    flex-direction: column;
    padding: 60px 0;
}
.NewFooter_body__0YgaA {
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 100px;
    gap: 100px;
}
@media screen and (max-width: 1100px) {
    .NewFooter_body__0YgaA {
        grid-gap: 40px;
        gap: 40px;
        flex-direction: column;
    }
}
.NewFooter_bottomText__1FagI {
    position: absolute;
    bottom: -50px;
    display: flex;
    flex-direction: row;
    grid-gap: 14px;
    gap: 14px;
    left: 0;
    opacity: 0.7;
    margin-top: 10px;
    width: -webkit-max-content;
    width: max-content;
    font-weight: 600;
    left: 80px;
    color: var(--new-silver);
    font-size: 14px;
}
@media screen and (max-width: 1600px) {
    .NewFooter_bottomText__1FagI {
        left: 0;
    }
}
@media screen and (max-width: 600px) {
    .NewFooter_bottomText__1FagI {
        position: relative;
        bottom: unset;
        width: 260px;
        flex-direction: column;
    }
}
.NewFooter_left__uoIoY,
.NewFooter_right__yJKfX {
    display: flex;
    height: 300px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.NewFooter_left__uoIoY {
    width: 300px;
}
@media screen and (max-width: 1100px) {
    .NewFooter_right__yJKfX {
        height: 220px;
    }
}
@media screen and (max-width: 900px) {
    .NewFooter_right__yJKfX {
        margin-bottom: 70px;
    }
}
.NewFooter_mobileContent__34QZu {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 25px;
    gap: 25px;
    padding-top: 32px;
    padding-bottom: 100px;
}
@media screen and (min-width: 600px) {
    .NewFooter_mobileContent__34QZu {
        display: none;
    }
}
.NewFooter_desktop__PrG_Y {
    background: #15161d;
    display: flex;
    flex-direction: row;
    height: -webkit-max-content;
    height: max-content;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    gap: 20px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .NewFooter_desktop__PrG_Y {
        display: none;
    }
}
.NewFooter_topContainer__BM6c_ {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
}
.NewFooter_topTitle__48VeG {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.NewFooter_topDescription__RYevV {
    font-weight: 400;
    color: #cecfd6;
    font-size: 16px;
}
.NewModalWrapper_container__S7tk0 {
    position: fixed;
    width: -webkit-max-content;
    width: max-content;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5212111;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateX(-50%) rotateY(20deg);
    transform: translateX(-50%) rotateY(20deg);
    -webkit-perspective: 800px;
    perspective: 800px;
    opacity: 0;
    overflow: scroll;
    visibility: hidden;
    -webkit-animation: NewModalWrapper_start__HdcPG 0.6s;
    animation: NewModalWrapper_start__HdcPG 0.6s;
    display: flex;
}
.NewModalWrapper_container__S7tk0::-webkit-scrollbar {
    width: 0;
    border-radius: 10px;
}
.NewModalWrapper_container__S7tk0::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    ) !important;
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.47) -158%,
        hsla(0, 0%, 85%, 0.08) -55.77%
    ) !important;
    background: -webkit-linear-gradient(
        315deg,
        #262629 60%,
        #2b2a2d
    ) !important;
    background: linear-gradient(135deg, #262629 60%, #2b2a2d) !important;
    border-radius: 10px;
}
@-webkit-keyframes NewModalWrapper_start__HdcPG {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes NewModalWrapper_start__HdcPG {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes NewModalWrapper_startContent__l7SlZ {
    0% {
        -webkit-transform: perspective(800px) rotateY(-10deg);
        transform: perspective(800px) rotateY(-10deg);
    }
    to {
        -webkit-transform: perspective(800px) rotateY(0deg);
        transform: perspective(800px) rotateY(0deg);
    }
}
@keyframes NewModalWrapper_startContent__l7SlZ {
    0% {
        -webkit-transform: perspective(800px) rotateY(-10deg);
        transform: perspective(800px) rotateY(-10deg);
    }
    to {
        -webkit-transform: perspective(800px) rotateY(0deg);
        transform: perspective(800px) rotateY(0deg);
    }
}
.NewModalWrapper_container_active__M_KUI {
    visibility: visible;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}
.NewModalWrapper_content__yIbdu {
    background: var(--modal-back);
    border: 1px solid #252331;
    background: rgba(25, 26, 33, 0.95);
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: max-content;
    -webkit-animation: NewModalWrapper_startContent__l7SlZ 0.5s;
    animation: NewModalWrapper_startContent__l7SlZ 0.5s;
    border-radius: 10px;
}
.NewModalWrapper_crossWrapper__jt6Tx {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.329) -158%,
        hsla(0, 0%, 85%, 0.056) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.329) -158%,
        hsla(0, 0%, 85%, 0.056) -55.77%
    );
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NewModalWrapper_cross__rThj4 {
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    position: relative;
    width: 18px;
    height: 18px;
}
.NewModalWrapper_bodyHidden__vHAEo {
    overflow-y: hidden;
}
.CheckBox_container__pAn2k {
    position: relative;
    width: 30px;
    cursor: pointer;
    min-width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid rgba(144, 146, 158, 0.02);
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.141) -158%,
        hsla(0, 0%, 85%, 0.094) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.141) -158%,
        hsla(0, 0%, 85%, 0.094) -55.77%
    );
}
.CheckBox_container__pAn2k,
.CheckBox_img__zIuxl {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CheckBox_img__zIuxl {
    -webkit-transform: rotate(-20deg) translateX(2px) translateY(2px);
    transform: rotate(-20deg) translateX(2px) translateY(2px);
    position: relative !important;
    opacity: 0;
    width: 20px;
    height: 20px;
}
.CheckBox_img_active__j_xhg {
    opacity: 1;
}
.CheckBox_checkbox__EmBha {
    width: 16px;
    height: 16px;
    left: -5px;
    top: 0;
    cursor: pointer;
    position: relative;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.CheckBox_checkbox__EmBha:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 2px;
    width: 18px;
    height: 10px;
    border: 3px solid var(--accent);
    border-bottom: none;
    border-left: none;
    border-radius: 1.5px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.NewLoginModal_container__b_Tic {
    margin: 100px auto;
    padding: 57px 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 600px;
}
@media screen and (max-width: 700px) {
    .NewLoginModal_container__b_Tic {
        width: 350px;
        border-radius: 18px;
    }
}
.NewLoginModal_title__d6oMo {
    position: relative;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    align-self: flex-start;
    margin-bottom: 16px;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .NewLoginModal_title__d6oMo {
        font-size: 20px;
        align-self: center;
    }
}
.NewLoginModal_description__ZKstO {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
    .NewLoginModal_description__ZKstO {
        font-size: 12px;
        text-align: center;
    }
}
.NewLoginModal_gold__OnTyB {
    color: var(--new-accent);
    cursor: pointer;
}
.NewLoginModal_cross__a7hSa {
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.NewLoginModal_content__q4CNE {
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.NewLoginModal_content__q4CNE,
.NewLoginModal_rules__Ki6Dc {
    position: relative;
    display: flex;
    width: -webkit-max-content;
    width: max-content;
}
.NewLoginModal_rules__Ki6Dc {
    flex-direction: row;
    grid-gap: 16px;
    gap: 16px;
    color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    width: 500px;
    cursor: pointer;
    background: rgba(155, 157, 177, 0.086);
}
@media screen and (max-width: 700px) {
    .NewLoginModal_rules__Ki6Dc {
        align-self: center;
        width: -webkit-max-content;
        width: max-content;
        max-width: 280px;
        padding: 0;
        background: transparent;
    }
}
.NewLoginModal_rulesText__rkddU {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    grid-gap: 3px;
    gap: 3px;
    width: 400px;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
    .NewLoginModal_rulesText__rkddU {
        width: 292px;
        font-size: 12px;
    }
}
.NewLoginModal_loginBtn__E6Gjp {
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    opacity: 0.3;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    position: relative;
}
.NewLoginModal_loginBtn_active__HaZuj {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}
.SelectedUpgradeSkin_container__YJxF7 {
    position: absolute;
    border-radius: 50%;
    background: #191a21;
    border: 3px solid #1d1d26;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s, width 0.3s,
        height 0.3s;
    transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s, width 0.3s,
        height 0.3s;
    cursor: pointer;
    top: 30px;
    left: 110px;
    opacity: 1;
    opacity: 0;
}
.SelectedUpgradeSkin_container__YJxF7 .SelectedUpgradeSkin_photo___r3_S,
.SelectedUpgradeSkin_container__YJxF7 .SelectedUpgradeSkin_rarity__SJPhf {
    -webkit-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}
.SelectedUpgradeSkin_container__YJxF7 .SelectedUpgradeSkin_rarity__SJPhf {
    -webkit-animation: SelectedUpgradeSkin_rotating__5c1DI 20s linear infinite;
    animation: SelectedUpgradeSkin_rotating__5c1DI 20s linear infinite;
}
.SelectedUpgradeSkin_container__YJxF7:hover
    .SelectedUpgradeSkin_redPlus__wyFv1 {
    opacity: 1;
}
.SelectedUpgradeSkin_container__YJxF7:hover .SelectedUpgradeSkin_photo___r3_S {
    opacity: 0;
}
.SelectedUpgradeSkin_redPlus__wyFv1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.SelectedUpgradeSkin_container_started__YK2ES {
    -webkit-animation: SelectedUpgradeSkin_start__yA6iC 0.5s;
    animation: SelectedUpgradeSkin_start__yA6iC 0.5s;
    opacity: 1;
}
@-webkit-keyframes SelectedUpgradeSkin_rotating__5c1DI {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes SelectedUpgradeSkin_rotating__5c1DI {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.SelectedUpgradeSkin_container_leaving__tU6y_ {
    -webkit-animation: SelectedUpgradeSkin_leaving__aU0_0 0.4s;
    animation: SelectedUpgradeSkin_leaving__aU0_0 0.4s;
    opacity: 0;
}
@-webkit-keyframes SelectedUpgradeSkin_leaving__aU0_0 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.3) rotate(80deg);
        transform: scale(0.3) rotate(80deg);
    }
}
@keyframes SelectedUpgradeSkin_leaving__aU0_0 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.3) rotate(80deg);
        transform: scale(0.3) rotate(80deg);
    }
}
@-webkit-keyframes SelectedUpgradeSkin_start__yA6iC {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5) rotate(-40deg);
        transform: scale(0.5) rotate(-40deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes SelectedUpgradeSkin_start__yA6iC {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5) rotate(-40deg);
        transform: scale(0.5) rotate(-40deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.SelectedUpgradeSkin_container_1__sasVj {
    width: 241px;
    height: 241px;
}
.SelectedUpgradeSkin_container_1__sasVj .SelectedUpgradeSkin_photo___r3_S {
    width: 171px;
    height: 130px;
}
.SelectedUpgradeSkin_container_1__sasVj .SelectedUpgradeSkin_rarity__SJPhf {
    width: 214px;
    height: 214px;
}
.SelectedUpgradeSkin_container_2__ICEb_ {
    width: 206px;
    height: 205px;
}
.SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_photo___r3_S {
    width: 130px;
    height: 110px;
}
.SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_rarity__SJPhf {
    width: 180px;
    height: 180px;
}
.SelectedUpgradeSkin_container_34__8hz3R {
    width: 147px;
    height: 147px;
}
.SelectedUpgradeSkin_container_34__8hz3R .SelectedUpgradeSkin_photo___r3_S {
    width: 80px;
    height: 80px;
}
.SelectedUpgradeSkin_container_34__8hz3R .SelectedUpgradeSkin_rarity__SJPhf {
    width: 125px;
    height: 125px;
}
.SelectedUpgradeSkin_photo___r3_S {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 1;
}
.SelectedUpgradeSkin_container_1__sasVj,
.SelectedUpgradeSkin_photo___r3_S,
.SelectedUpgradeSkin_rarity__SJPhf {
    z-index: 1;
}
.SelectedUpgradeSkin_rarity__SJPhf {
    position: relative;
    border-radius: 50%;
    border: 3px solid #1d1d26;
}
.SelectedUpgradeSkin_blur__yBvz1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    width: 35%;
    height: 35%;
}
.SelectedUpgradeSkin_amount_1__coTrE {
    left: 110px;
    top: 35px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_1__coTrE {
        left: 85px;
        top: 65px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_1__coTrE {
        left: 0;
        top: 0;
    }
}
.SelectedUpgradeSkin_amount_2_0__GTjJH {
    left: 0;
    top: 35px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_2_0__GTjJH {
        left: 0;
        top: 70px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_2_0__GTjJH {
        left: 10px;
        top: 10px;
    }
}
.SelectedUpgradeSkin_amount_2_1__X_3Xa {
    left: 235px;
    top: 35px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_2_1__X_3Xa {
        left: 170px;
        top: 70px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_2_1__X_3Xa {
        left: 60px;
        top: 73px;
    }
}
.SelectedUpgradeSkin_amount_3_0__2zHFf {
    left: 150px;
    top: 0;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_3_0__2zHFf {
        left: 85px;
        top: 0;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_3_0__2zHFf {
        left: 39px;
        top: 0;
    }
}
.SelectedUpgradeSkin_amount_3_1__S3Enp {
    left: 60px;
    top: 160px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_3_1__S3Enp {
        left: 0;
        top: 150px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_3_1__S3Enp {
        left: 0;
        top: 73px;
    }
}
.SelectedUpgradeSkin_amount_3_2__ACyID {
    left: 240px;
    top: 160px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_3_2__ACyID {
        left: 170px;
        top: 150px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_3_2__ACyID {
        left: 80px;
        top: 73px;
    }
}
.SelectedUpgradeSkin_amount_4_0__LKotG {
    left: 70px;
    top: 0;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_4_0__LKotG {
        left: 0;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_4_0__LKotG {
        top: 0;
        left: 0;
    }
}
.SelectedUpgradeSkin_amount_4_1__1qL7w {
    left: 230px;
    top: 0;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_4_1__1qL7w {
        left: 170px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_4_1__1qL7w {
        top: 76px;
        left: 0;
    }
}
.SelectedUpgradeSkin_amount_4_2__HmWjD {
    left: 70px;
    top: 160px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_4_2__HmWjD {
        left: 0;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_4_2__HmWjD {
        top: 0;
        left: 75px;
    }
}
.SelectedUpgradeSkin_amount_4_3__9UDZ1 {
    left: 230px;
    top: 160px;
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_amount_4_3__9UDZ1 {
        left: 170px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_amount_4_3__9UDZ1 {
        top: 76px;
        left: 75px;
    }
}
@media screen and (max-width: 1220px) {
    .SelectedUpgradeSkin_container_1__sasVj,
    .SelectedUpgradeSkin_container_2__ICEb_,
    .SelectedUpgradeSkin_container_34__8hz3R {
        width: 148px;
        height: 148px;
    }
    .SelectedUpgradeSkin_container_1__sasVj .SelectedUpgradeSkin_rarity__SJPhf,
    .SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_rarity__SJPhf,
    .SelectedUpgradeSkin_container_34__8hz3R
        .SelectedUpgradeSkin_rarity__SJPhf {
        width: 133px;
        height: 133px;
    }
    .SelectedUpgradeSkin_container_1__sasVj .SelectedUpgradeSkin_photo___r3_S,
    .SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_photo___r3_S,
    .SelectedUpgradeSkin_container_34__8hz3R .SelectedUpgradeSkin_photo___r3_S {
        width: 105px;
        height: 81px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUpgradeSkin_container_2__ICEb_,
    .SelectedUpgradeSkin_container_34__8hz3R {
        width: 73px;
        height: 73px;
    }
    .SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_rarity__SJPhf,
    .SelectedUpgradeSkin_container_34__8hz3R
        .SelectedUpgradeSkin_rarity__SJPhf {
        width: 65px;
        height: 65px;
    }
    .SelectedUpgradeSkin_container_2__ICEb_ .SelectedUpgradeSkin_photo___r3_S,
    .SelectedUpgradeSkin_container_34__8hz3R .SelectedUpgradeSkin_photo___r3_S {
        width: 49px;
        height: 38px;
    }
}
.SelectedUpgradeSkin_photo___r3_S {
    z-index: 2;
}
.EmptySelectedSkin_container__6_bK4 {
    width: 241px;
    height: 241px;
    left: 110px;
    top: 35px;
    position: absolute;
    border-radius: 50%;
    background: #191a21;
    border: 3px solid #1d1d26;
    -webkit-transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s, width 0.3s,
        height 0.3s, opacity 0.3s;
    transition: top 0.5s, bottom 0.5s, left 0.5s, right 0.5s, width 0.3s,
        height 0.3s, opacity 0.3s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.EmptySelectedSkin_container__6_bK4 .EmptySelectedSkin_photo__jw49n {
    width: 171px;
    height: 130px;
}
.EmptySelectedSkin_container__6_bK4 .EmptySelectedSkin_rarity__JLSIg {
    width: 214px;
    position: relative;
    height: 214px;
    -webkit-animation: EmptySelectedSkin_rotating__JSh8e 20s linear infinite;
    animation: EmptySelectedSkin_rotating__JSh8e 20s linear infinite;
}
@media screen and (max-width: 1220px) {
    .EmptySelectedSkin_container__6_bK4 {
        left: 85px !important;
        top: 65px !important;
        width: 148px;
        height: 148px;
    }
    .EmptySelectedSkin_container__6_bK4 .EmptySelectedSkin_rarity__JLSIg {
        width: 130px;
        height: 130px;
    }
}
@media screen and (max-width: 900px) {
    .EmptySelectedSkin_container__6_bK4 {
        left: 0 !important;
        top: 0 !important;
    }
}
.EmptySelectedSkin_container_active__NiLFo {
    opacity: 1;
}
@-webkit-keyframes EmptySelectedSkin_sizing__8UCmL {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.6;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.6;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes EmptySelectedSkin_sizing__8UCmL {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.6;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.6;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes EmptySelectedSkin_rotating__JSh8e {
    0% {
        -webkit-transform: rotate(0) scale(0.9);
        transform: rotate(0) scale(0.9);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn) scale(0.9);
        transform: rotate(1turn) scale(0.9);
        opacity: 0.6;
    }
}
@keyframes EmptySelectedSkin_rotating__JSh8e {
    0% {
        -webkit-transform: rotate(0) scale(0.9);
        transform: rotate(0) scale(0.9);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn) scale(0.9);
        transform: rotate(1turn) scale(0.9);
        opacity: 0.6;
    }
}
.SelectedMarketSkins_container__LtLJf {
    position: relative;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.5s;
    transition: width 0.3s, height 0.3s, opacity 0.5s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 447px;
    height: 313px;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1220px) {
    .SelectedMarketSkins_container__LtLJf {
        width: 320px;
        height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedMarketSkins_container__LtLJf {
        width: 148px;
        height: 148px;
        position: absolute;
        top: 0;
        right: -50px;
    }
}
.SelectedMarketSkins_container_hidden__lD862 {
    pointer-events: none;
    opacity: 0.4;
}
.SelectedMarketSkins_container_blocked__Wf_x1 {
    pointer-events: none;
    opacity: 0;
}
.SelectedMarketSkins_price__N49JQ {
    position: absolute;
    bottom: -40px;
    font-weight: 700;
    font-size: 20px;
    color: var(--new-accent);
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
    .SelectedMarketSkins_price__N49JQ {
        font-size: 12px;
        grid-gap: 3px;
        gap: 3px;
        bottom: -30px;
    }
}
.SelectedMarketSkins_price_hidden__3rUh_ {
    opacity: 0;
}
.SelectedMarketSkins_coin__LoHRs {
    position: relative;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 900px) {
    .SelectedMarketSkins_coin__LoHRs {
        width: 13px;
        height: 13px;
    }
}
.SelectedUserSkins_container__k9nwk {
    position: relative;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.5s;
    transition: width 0.3s, height 0.3s, opacity 0.5s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 447px;
    height: 313px;
    justify-content: center;
}
@media screen and (max-width: 1220px) {
    .SelectedUserSkins_container__k9nwk {
        width: 320px;
        height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .SelectedUserSkins_container__k9nwk {
        width: 148px;
        height: 148px;
        position: absolute;
        top: 0;
        left: -50px;
    }
}
.SelectedUserSkins_container_hidden__2rYF1 {
    pointer-events: none;
    opacity: 0.4;
}
.SelectedUserSkins_container_blocked__NZZQs {
    pointer-events: none;
    opacity: 0;
}
.SelectedUserSkins_price__xuEeB {
    position: absolute;
    bottom: -40px;
    font-weight: 700;
    font-size: 20px;
    color: var(--new-accent);
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
    .SelectedUserSkins_price__xuEeB {
        font-size: 12px;
        grid-gap: 3px;
        gap: 3px;
        bottom: -30px;
    }
}
.SelectedUserSkins_coin__1aFEI {
    position: relative;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 900px) {
    .SelectedUserSkins_coin__1aFEI {
        width: 13px;
        height: 13px;
    }
}
.SelectedUserSkins_price_hidden__v3E2H {
    opacity: 0;
}
.LineRange_container__PMFGo {
    position: relative;
    width: 255px;
    display: flex;
    flex-direction: column;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1220px) {
    .LineRange_container__PMFGo {
        width: 212px;
    }
}
.LineRange_container_blocked__q_Uge {
    opacity: 0.3;
}
.LineRange_input__A_9kW {
    position: relative;
    width: 255px;
    height: 18px;
    -webkit-appearance: none;
    border-radius: 10px;
    height: 16px;
    outline: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background: #17181e;
    z-index: 3;
    background: transparent;
}
.LineRange_input__A_9kW,
.LineRange_input__A_9kW:active,
.LineRange_input__A_9kW:focus {
    outline: none !important;
    border: transparent !important;
}
.LineRange_input__A_9kW::-webkit-slider-thumb {
    z-index: 9;
    -webkit-appearance: none;
    width: 11px;
    height: 22px;
    background: #3b3c42;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
}
@media screen and (max-width: 1220px) {
    .LineRange_input__A_9kW {
        width: 212px;
    }
}
.LineRange_filledLine__KecI4 {
    position: absolute;
    width: 205px;
    height: 18px;
    max-width: 253.5px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 3;
    background: var(--new-accent);
    top: 0;
    left: 0;
}
.LineRange_backLine__lLV1s {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 255px;
    height: 18px;
    z-index: 1;
    background: #17181e;
}
@media screen and (max-width: 1220px) {
    .LineRange_backLine__lLV1s {
        width: 212px;
    }
}
.LineRange_clue__l72zT {
    position: relative;
    color: #90929e;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 3px;
    gap: 3px;
    align-self: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: center;
}
@media screen and (max-width: 1220px) {
    .LineRange_clue__l72zT {
        font-size: 12px;
    }
}
.LineRange_clueText__dwmMm {
    position: relative;
    width: 190px;
}
.NewestSwitcher_container__NDLcz {
    width: 35px;
    height: 19px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.NewestSwitcher_container_active__n3Kg_ {
    background: #e6b453;
}
.NewestSwitcher_circle__dqdVQ {
    position: relative;
    border-radius: 6px;
    width: 15.5px;
    height: 15.5px;
    left: 3px;
    -webkit-transition: left 0.3s, opacity 0.5s, background 0.5s;
    transition: left 0.3s, opacity 0.5s, background 0.5s;
    background: #9b9db1;
}
.NewestSwitcher_circle_active__PV_l6 {
    background: #22222a;
    left: 18px;
    opacity: 1;
}
.FastBtn_container__j_q9A {
    position: relative;
    width: 259px;
    height: 49px !important;
    cursor: pointer;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    grid-gap: 6px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: var(--new-silver);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 1220px) {
    .FastBtn_container__j_q9A {
        width: 212px;
    }
}
.Coefs_container__drTGH {
    position: relative;
    flex-direction: row;
    display: flex;
    grid-gap: 1px;
    gap: 1px;
    border-radius: 10px;
    overflow: hidden;
    width: 259px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media screen and (max-width: 1220px) {
    .Coefs_container__drTGH {
        width: 212px;
    }
}
.Coefs_container_blocked__b2LPg {
    opacity: 0.3;
    pointer-events: none;
}
.Coefs_coef__6oazE {
    position: relative;
    width: 51px;
    height: 49px;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.032) -55.77%
    );
    color: var(--new-silver);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: transform 0.08s;
    transition: transform 0.08s;
    border: 0;
}
.Coefs_coef__6oazE:hover {
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.092) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.188) -158%,
        hsla(0, 0%, 85%, 0.092) -55.77%
    );
    color: var(--new-accent);
}
.Coefs_coef__6oazE:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
@media screen and (max-width: 1220px) {
    .Coefs_coef__6oazE {
        width: 52px;
    }
}
.Coefs_coef_active___vWzP {
    color: var(--new-accent);
}
@media screen and (max-width: 1220px) {
    .Coefs_coef_hidden__IF2vd {
        display: none;
    }
}
.Settings_container__53eCL {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 7px;
    gap: 7px;
    -webkit-animation: Settings_start__URyD6 1.5s;
    animation: Settings_start__URyD6 1.5s;
    align-items: center;
}
@media screen and (max-width: 1220px) {
    .Settings_container__53eCL,
    .Settings_container__53eCL .Settings_upgradeBtn__3RfUV {
        width: 212px;
    }
}
@-webkit-keyframes Settings_start__URyD6 {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    20% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Settings_start__URyD6 {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    20% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.Settings_upgradeBtn__3RfUV {
    width: 259px;
    height: 49px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.15;
    pointer-events: none;
}
.Settings_upgradeBtn_ready__QBzgS {
    pointer-events: auto;
    opacity: 1;
}
.Settings_container_leaving__6LVKp {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-animation: Settings_leaving__AhwWI 0.5s;
    animation: Settings_leaving__AhwWI 0.5s;
    opacity: 0;
}
@-webkit-keyframes Settings_leaving__AhwWI {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(0) scale(0.5);
        transform: translateY(0) scale(0.5);
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
        opacity: 0;
    }
}
@keyframes Settings_leaving__AhwWI {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(0) scale(0.5);
        transform: translateY(0) scale(0.5);
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
        opacity: 0;
    }
}
.Settings_dropShadow__iaUin {
    z-index: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    height: 110px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Pending_main__McPCq,
.Settings_dropShadow__iaUin {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
}
.Pending_main__McPCq {
    top: 50%;
    width: -webkit-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: max-content;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.73);
    transform: translateX(-50%) translateY(-50%) scale(1.73);
}
@media screen and (max-width: 1220px) {
    .Pending_main__McPCq {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.89);
        transform: translateX(-50%) translateY(-50%) scale(0.89);
    }
}
.Pending_wrapper__NaNyM {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #191c22;
    border-radius: 50%;
    border: 2px solid rgba(35, 34, 46, 0.5);
    -webkit-transition: top 0.7s;
    transition: top 0.7s;
    top: -30px;
    -webkit-animation: Pending_start__QNtDE 1s;
    animation: Pending_start__QNtDE 1s;
}
@media screen and (max-width: 1220px) {
    .Pending_wrapper__NaNyM {
        width: 156px;
        height: 154px;
    }
}
.Pending_wrapper_leaving__YMi1s {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-animation: Pending_leaving__OBZ0s 0.5s;
    animation: Pending_leaving__OBZ0s 0.5s;
    opacity: 0;
}
@-webkit-keyframes Pending_leaving__OBZ0s {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        opacity: 0.4;
    }
    60% {
        opacity: 0.5;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        opacity: 0;
    }
}
@keyframes Pending_leaving__OBZ0s {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        opacity: 0.4;
    }
    60% {
        opacity: 0.5;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
        opacity: 0;
    }
}
@-webkit-keyframes Pending_start__QNtDE {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    20% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Pending_start__QNtDE {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    20% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.Pending_circle__Q3W2W {
    position: absolute;
    stroke: #1f222d;
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    -webkit-transition: 1s;
    transition: 1s;
}
.Pending_svg__Z_6dU {
    position: absolute;
    width: 250px;
    height: 180px;
    -webkit-transition: 2s;
    transition: 2s;
}
.Pending_insideCircle__THiVJ {
    top: 2px;
}
.Pending_testBack__kR2e2 {
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform: rotate(-445deg);
    transform: rotate(-445deg);
}
.Pending_rotateDefault__hYSbH {
    -webkit-transform: rotate(-85deg) !important;
    transform: rotate(-85deg) !important;
}
.Pending_testBack2__M1WIU {
    position: absolute;
    width: 125px;
    height: 130px;
    -webkit-transition: 2s;
    transition: 2s;
    top: 3px;
}
.Pending_rotateBack2__fFLqK {
    -webkit-transform: rotate(-454deg) scale(1.08) translateX(-0.25px)
        translateY(0.25px) !important;
    transform: rotate(-454deg) scale(1.08) translateX(-0.25px)
        translateY(0.25px) !important;
}
.Pending_testBack3__pbi8z {
    position: absolute;
    width: 120px;
    height: 130px;
    -webkit-transition: opacity 0.25s, -webkit-transform 1s;
    transition: opacity 0.25s, -webkit-transform 1s;
    transition: transform 1s, opacity 0.25s;
    transition: transform 1s, opacity 0.25s, -webkit-transform 1s;
    -webkit-transform: rotate(-80deg) scale(1.12) translateX(-0.25px)
        translateY(0.25px);
    transform: rotate(-80deg) scale(1.12) translateX(-0.25px) translateY(0.25px);
}
.Pending_blurBack__vl_EZ {
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid var(--accent);
    overflow: hidden;
    border-radius: 50%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.Pending_wonBack__MgtpU {
    opacity: 1;
    border: 2px solid transparent;
    background: #23f18e;
}
.Pending_lostBack__JDChc {
    opacity: 1;
    border: 2px solid transparent;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#db4444),
        to(#e76c6c)
    );
    background: -webkit-linear-gradient(left, #db4444, #e76c6c);
    background: linear-gradient(90deg, #db4444, #e76c6c);
    background: #f55;
}
.Pending_test__oG_Ez {
    position: absolute;
    left: 100px;
    width: 100px;
    height: 100px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#db4444),
        to(#e76c6c)
    );
    background: -webkit-linear-gradient(#db4444, #e76c6c);
    background: linear-gradient(#db4444, #e76c6c);
}
.Pending_gappedBack__wRiwg {
    position: absolute;
    width: 160px;
    height: 160px;
}
.Pending_winningCircle__myJTr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 110px;
    height: 110px;
    background: #23f18e;
    z-index: 23;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #12131a;
    font-weight: 800;
    font-size: 12px;
    opacity: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Pending_testBack_hidden__r2L6D {
    opacity: 0;
}
.Pending_losingCircle__OleVQ {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 110px;
    height: 110px;
    background: #f55;
    z-index: 23;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #12131a;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0;
}
.Pending_winningCircle_active__Qar74 {
    opacity: 1;
}
.Pending_startText__SUxsT {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.Pending_startText_hidden___cgpU {
    opacity: 0;
}
.Pending_startTextChance__rC9dz {
    color: var(--new-accent);
    font-weight: 800;
    font-size: 25px;
}
@media screen and (max-width: 1220px) {
    .Pending_startTextChance__rC9dz {
        font-size: 16px;
    }
}
.Pending_startTextDescription__HCkSB {
    color: #fff;
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: max-content;
}
@media screen and (max-width: 1220px) {
    .Pending_startTextDescription__HCkSB {
        font-size: 7px;
    }
}
.Pending_indicator__FBFT1 {
    position: absolute;
    width: 170px;
    height: 170px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.Pending_indicator_first__hO9UK {
    -webkit-transition: opacity 0.2s, -webkit-transform 5.5s;
    transition: opacity 0.2s, -webkit-transform 5.5s;
    transition: transform 5.5s, opacity 0.2s;
    transition: transform 5.5s, opacity 0.2s, -webkit-transform 5.5s;
}
.Pending_indicator_first_fast__YvlXV {
    -webkit-transition: opacity 0.2s, -webkit-transform 2s;
    transition: opacity 0.2s, -webkit-transform 2s;
    transition: transform 2s, opacity 0.2s;
    transition: transform 2s, opacity 0.2s, -webkit-transform 2s;
}
.Pending_indicatorImg__AW_I0 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.53) translateY(-8px);
    transform: translateX(-50%) scale(0.53) translateY(-8px);
    width: 30px;
    height: 20px;
    z-index: 1;
}
.Pending_indicator_hidden__5aWb5 {
    opacity: 0;
}
.Pending_indicator_won__NQ_Oo {
    background: #23f18e;
}
.Pending_indicator_lost__62Wqg {
    background: #f55;
}
.Pending_indicator_1__jaA0K {
    -webkit-transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
    transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
    transition: transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95), opacity 0.2s;
    transition: transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95), opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
}
.Pending_indicator_2__SdkZt {
    -webkit-transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
    transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
    transition: transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99), opacity 0.2s;
    transition: transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99), opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
}
.Pending_indicator_3__5QUQt {
    -webkit-transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.11, 0.02, 0.29, 1);
    transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.11, 0.02, 0.29, 1);
    transition: transform 5s cubic-bezier(0.11, 0.02, 0.29, 1), opacity 0.2s;
    transition: transform 5s cubic-bezier(0.11, 0.02, 0.29, 1), opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.11, 0.02, 0.29, 1);
}
.Pending_indicator_4__iLfgV {
    -webkit-transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
    transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
    transition: transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95), opacity 0.2s;
    transition: transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95), opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.36, 0.5, 0.3, 0.95);
}
.Pending_indicator_5__rvymb {
    -webkit-transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
    transition: opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
    transition: transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99), opacity 0.2s;
    transition: transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99), opacity 0.2s,
        -webkit-transform 5s cubic-bezier(0.28, 0.55, 0.17, 0.99);
}
.SkinNames_container__xfaXK {
    display: flex;
    flex-direction: column;
}
.SkinNames_name__RE45_,
.SkinNames_weapon__CHpky {
    display: flex;
    flex-direction: row;
    grid-gap: 4px;
    gap: 4px;
    position: relative;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.SkinNames_weapon__CHpky {
    font-weight: 300;
}
.SkinNames_quality__yKjk6 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.SkinNames_gold__xZaVR {
    color: var(--new-accent);
    font-weight: 700;
}
.Results_container__MS3Pg {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: -webkit-max-content;
    width: max-content;
    top: calc(50% + 80px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    grid-gap: 50px;
    gap: 50px;
    -webkit-animation: Results_start__V_5Mn 1s;
    animation: Results_start__V_5Mn 1s;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    height: 540px;
}
@media screen and (max-width: 1200px) {
    .Results_container__MS3Pg {
        top: calc(50% + 100px);
    }
}
@media screen and (max-width: 900px) {
    .Results_container__MS3Pg {
        top: calc(50% - 40px);
    }
}
@media screen and (max-width: 600px) {
    .Results_container__MS3Pg {
        top: calc(50% - 140px);
        height: 330px;
    }
}
.Results_list__1HQwS {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 420px;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .Results_list__1HQwS {
        grid-gap: 5px;
        gap: 5px;
    }
}
.Results_title__vuqs5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.Results_container_leaving__V_aiq {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-animation: Results_leaving__h9CEq 0.7s;
    animation: Results_leaving__h9CEq 0.7s;
    opacity: 0;
}
@-webkit-keyframes Results_leaving__h9CEq {
    0% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: 0.98;
    }
    60% {
        opacity: 0.5;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(150%) translateX(-50%);
        transform: translateY(150%) translateX(-50%);
        opacity: 0;
    }
}
@keyframes Results_leaving__h9CEq {
    0% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: 0.98;
    }
    60% {
        opacity: 0.5;
    }
    70% {
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(150%) translateX(-50%);
        transform: translateY(150%) translateX(-50%);
        opacity: 0;
    }
}
@-webkit-keyframes Results_start__V_5Mn {
    0% {
        -webkit-transform: translateY(-1000px) translateX(-50%);
        transform: translateY(-1000px) translateX(-50%);
    }
    20% {
        -webkit-transform: translateY(-1000px) translateX(-50%);
        transform: translateY(-1000px) translateX(-50%);
    }
    50% {
        -webkit-transform: translateY(calc(-50% + 50px)) translateX(-50%);
        transform: translateY(calc(-50% + 50px)) translateX(-50%);
    }
    80% {
        -webkit-transform: translateY(calc -50% -10px) translateX(-50%);
        transform: translateY(calc -50% -10px) translateX(-50%);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}
@keyframes Results_start__V_5Mn {
    0% {
        -webkit-transform: translateY(-1000px) translateX(-50%);
        transform: translateY(-1000px) translateX(-50%);
    }
    20% {
        -webkit-transform: translateY(-1000px) translateX(-50%);
        transform: translateY(-1000px) translateX(-50%);
    }
    50% {
        -webkit-transform: translateY(calc(-50% + 50px)) translateX(-50%);
        transform: translateY(calc(-50% + 50px)) translateX(-50%);
    }
    80% {
        -webkit-transform: translateY(calc -50% -10px) translateX(-50%);
        transform: translateY(calc -50% -10px) translateX(-50%);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}
.Results_result__eEh3y {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    z-index: 5;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 191px;
    height: 220px;
}
@media screen and (max-width: 600px) {
    .Results_result__eEh3y {
        width: 173px;
        height: 119px;
    }
}
.Results_border__l_pgC {
    position: absolute;
    width: 100%;
    top: 0;
    height: 2px;
}
.Results_price__GuXYH {
    top: 10px;
    z-index: 9;
    font-size: 12px;
    align-items: center;
    color: var(--new-accent);
}
.Results_price__GuXYH,
.Results_weapon__HX0CT {
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 10px;
    font-weight: 700;
    grid-gap: 3px;
    gap: 3px;
}
.Results_weapon__HX0CT {
    bottom: 28px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 1350px) {
    .Results_weapon__HX0CT {
        font-size: 10px;
        bottom: 23px;
    }
}
.Results_name__DGBdv {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}
@media screen and (max-width: 1350px) {
    .Results_name__DGBdv {
        font-size: 10px;
    }
}
.Results_skinNames__yRu1O {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    font-weight: 700;
    font-size: 14px;
}
@media screen and (max-width: 1350px) {
    .Results_skinNames__yRu1O {
        font-size: 10px;
        left: 8px;
    }
}
.Results_photo__HN6MY {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 125px;
    height: 125px;
    z-index: 1;
}
@media screen and (max-width: 600px) {
    .Results_photo__HN6MY {
        width: 70px;
        height: 70px;
    }
}
.Results_dds__w4wOn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: row;
    grid-gap: 5.06px;
    gap: 5.06px;
}
.Results_dd__jvSYz {
    position: relative;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 600px) {
    .Results_dd__jvSYz {
        width: 27px;
        height: 27px;
    }
}
.Center_container__y4OEw {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    height: 100%;
    z-index: 21;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
@media screen and (max-width: 1220px) {
    .Center_container__y4OEw {
        grid-gap: 23px;
        gap: 23px;
    }
}
.Center_center__eoJV3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 265px;
    height: 300px;
}
@media screen and (max-width: 1220px) {
    .Center_center__eoJV3 {
        margin-top: 30px;
        width: 156px;
        height: 156px;
        align-self: center;
    }
}
.NewUpgradeModal_container__p7vr7 {
    position: relative;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
    padding: 40px 0;
    width: 95%;
    border-radius: 10px;
}
.NewUpgradeModal_center__506rq {
    position: relative;
    height: 580px;
    grid-gap: 80px;
    gap: 80px;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (max-width: 1350px) {
    .NewUpgradeModal_center__506rq {
        grid-gap: 20px;
        gap: 20px;
    }
}
@media screen and (max-width: 900px) {
    .NewUpgradeModal_center__506rq {
        flex-direction: column;
        justify-content: unset;
        grid-gap: 30px;
        gap: 30px;
        height: 630px;
        align-items: center;
        padding-top: 150px;
    }
}
.NewUpgradeModal_title__LeGyX {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    -webkit-animation: NewUpgradeModal_title-start__v5Urs 1.3s;
    animation: NewUpgradeModal_title-start__v5Urs 1.3s;
}
@media screen and (max-width: 900px) {
    .NewUpgradeModal_title__LeGyX {
        font-size: 20px;
    }
}
.NewUpgradeModal_cross__ooZQ6 {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media screen and (max-width: 900px) {
    .NewUpgradeModal_cross__ooZQ6 {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.Volume_container__KUR2v {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    margin-top: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    grid-gap: 14px;
    gap: 14px;
}
.Volume_inputBack__Odf6X {
    width: 420px;
    height: 60px;
    border-radius: 10px;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    border: 1px solid rgba(73, 73, 73, 0.02);
    grid-gap: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    gap: 15px;
}
@media screen and (max-width: 600px) {
    .Volume_inputBack__Odf6X {
        width: 280px;
    }
}
.Volume_inputValue__zVdZQ {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    flex-direction: row;
    position: relative;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}
.Volume_title__wIdaC {
    position: relative;
    font-size: 16px;
    color: var(--new-silver);
    font-weight: 700;
    text-transform: uppercase;
}
.Volume_inputWrapper__SqbbT {
    position: relative;
    width: 330px;
    border-radius: 10px;
    height: 7px;
}
@media screen and (max-width: 600px) {
    .Volume_inputWrapper__SqbbT {
        width: 180px;
    }
}
.Volume_rangeInput__dfHHt {
    display: inline-block;
    margin-top: 4px;
    width: 330px;
    height: 16px;
    -webkit-appearance: none;
    appearance: none;
    background: #292a2f;
    border: 0 !important;
    outline: none !important;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(
        9.37deg,
        var(--new-accent) 0,
        var(--new-accent) 231.36%
    );
    background-image: linear-gradient(
        80.63deg,
        var(--new-accent) 0,
        var(--new-accent) 231.36%
    );
    background-size: 0 100%;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .Volume_rangeInput__dfHHt {
        width: 180px;
    }
}
.Volume_rangeInput__dfHHt:focus {
    border: none !important;
}
.Volume_rangeInput__dfHHt::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.Volume_rangeInput__dfHHt::-webkit-slider-thumb {
    cursor: pointer;
    background: var(--block-3);
    background: #fff;
    background: #3b3c42;
    width: 9px;
    height: 22px;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.Volume_rangeInput__dfHHt::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.Volume_rangeInput__dfHHt::-moz-range-progress {
    background: var(--block-2);
}
.Volume_rangeInput__dfHHt::-ms-fill-lower {
    background: var(--accent);
}
.Volume_rangeInput__dfHHt::-ms-fill-upper {
    background: var(--block-2);
}
.Language_LanguageSwitcher__dl8Z2 {
    position: relative;
    width: 100%;
    z-index: 421;
    width: -webkit-max-content;
    width: max-content;
}
.Language_listboxWrapper__jWkam {
    position: relative;
    width: 100%;
}
.Language_arrowImg__2JKFT {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Language_listboxButton__JvFTl {
    position: relative;
    text-transform: uppercase;
    height: 60px;
    width: 420px;
    cursor: pointer;
    background: -webkit-linear-gradient(
        345.48deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    background: linear-gradient(
        104.52deg,
        hsla(0, 0%, 85%, 0.235) -158%,
        hsla(0, 0%, 85%, 0.04) -55.77%
    );
    border-radius: 10px;
    border: none;
    display: flex;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    padding: 20px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    grid-gap: 10px;
    gap: 10px;
}
.Language_listboxButton__JvFTl:hover {
    opacity: 0.5;
}
@media screen and (max-width: 600px) {
    .Language_listboxButton__JvFTl {
        width: 280px;
    }
}
.Language_listboxOptions__Y1DBa {
    background: #1f2027;
    position: absolute;
    top: calc(100% + 5px);
    border-radius: 10px;
    min-width: 100%;
    width: 400px;
    color: var(--new-silver);
    font-weight: 700;
    font-size: 16px;
    align-self: center;
    display: wrapperflex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}
@media screen and (max-width: 600px) {
    .Language_listboxOptions__Y1DBa {
        width: 280px;
    }
}
.Language_listboxOptions_active___jRP8 {
    pointer-events: unset;
    opacity: 1;
}
.Language_listboxOptionsList_srcolling__8hT41 {
    width: 410px;
    top: 0;
    height: 200px;
    overflow-y: scroll;
}
.Language_listboxOptionsList_srcolling__8hT41::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}
.Language_listboxOptionsList_srcolling__8hT41::-webkit-scrollbar-thumb {
    background: rgba(73, 73, 73, 0.2);
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .Language_listboxOptionsList_srcolling__8hT41 {
        width: 270px;
    }
}
.Language_listboxOptionsList__mV6OW {
    width: 380px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.Language_listboxOption__VqpRR {
    cursor: pointer;
    grid-gap: 10px;
    gap: 10px;
    padding: 20px;
    align-self: center;
    display: flex;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
    color: #fff;
    width: -webkit-max-content;
    width: max-content;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
.Language_listboxOption__VqpRR:hover {
    opacity: 0.5;
}
.Language_icon__lBPYy {
    position: relative;
    width: 30px;
    height: 20px;
    overflow: hidden;
    border-radius: 2px;
}
.Language_langTitle__PmWF1 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.Language_enter__sT5yV {
    -webkit-transition: var(--transition-3);
    transition: var(--transition-3);
}
.Language_enterFrom__vLiw5 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.Language_enterTo__S3Nu2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.Language_wrapper__Ma4ji {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
    gap: 14px;
    align-items: flex-start;
}
.Language_wrapperTitle__A2ouO {
    font-size: 16px;
    margin-top: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--new-silver);
}
.SettingsModal_container__in9kv {
    position: relative;
    width: 500px;
    height: 400px;
    margin: 100px auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-top: 70px;
    flex-direction: column;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 600px) {
    .SettingsModal_container__in9kv {
        width: 350px;
    }
}
.SettingsModal_cross__MDgtp {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.SettingsModal_title__1skch {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.UpgradeModalNewRules_container__4mtk6 {
    position: relative;
    margin: auto;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
    gap: 20px;
    border-radius: 10px;
}
@media screen and (max-width: 800px) {
    .UpgradeModalNewRules_container__4mtk6 {
        padding: 50px 20px;
    }
}
.UpgradeModalNewRules_cross__XSSkM {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media screen and (max-width: 800px) {
    .UpgradeModalNewRules_cross__XSSkM {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        top: 5px;
        right: 5px;
    }
}
.UpgradeModalNewRules_paragraph__Vo_ry {
    font-weight: 600;
    font-size: 18px;
    width: 600px;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 800px) {
    .UpgradeModalNewRules_paragraph__Vo_ry {
        width: 280px;
    }
}
.NewAlertContent_container__V0LYD {
    position: relative;
    padding: 22px;
    display: flex;
    flex-direction: row;
    grid-gap: 11px;
    gap: 11px;
    width: 350px;
}
.NewAlertContent_status__7vIaJ {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.NewAlertContent_status_success__38Dwt {
    background: -webkit-linear-gradient(
        178.32deg,
        rgba(35, 241, 142, 0.235) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
    background: linear-gradient(
        271.68deg,
        rgba(35, 241, 142, 0.235) 92.91%,
        rgba(35, 241, 142, 0.04) 177.8%
    );
}
.NewAlertContent_status_warning__HzEuQ {
    background: #3a3121;
}
.NewAlertContent_status_danger__GDVYx {
    background: #371e23;
}
.NewAlertContent_statusIcon__8croK {
    position: relative;
    width: 17px;
    height: 17px;
}
.NewAlertContent_border__u_Qi1 {
    position: absolute;
    left: 10px;
    background: var(--new-accent);
    width: 90%;
    height: 2px;
    border-radius: 10px;
    bottom: 0;
    -webkit-animation: NewAlertContent_borderAnim__1U1L0 4.1s;
    animation: NewAlertContent_borderAnim__1U1L0 4.1s;
}
@-webkit-keyframes NewAlertContent_borderAnim__1U1L0 {
    0% {
        width: 90%;
    }
    to {
        width: 0;
    }
}
@keyframes NewAlertContent_borderAnim__1U1L0 {
    0% {
        width: 90%;
    }
    to {
        width: 0;
    }
}
.NewAlertContent_text__h5mRu {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    width: -webkit-max-content;
    width: max-content;
    margin-right: 10px;
}
.NewAlertContent_title__FqygU {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: max-content;
    max-width: 100%;
}
.NewAlertContent_description__Kml_l {
    color: var(--new-silver);
    position: relative;
    font-weight: 500;
    font-size: 11px;
}
.NewAlertContent_cross__4CW0i {
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    position: absolute;
    width: 14px;
    top: 20px;
    right: 20px;
    height: 14px;
}
.Alert_transitionBlock__O2MAR {
    position: fixed;
    right: 6px;
    top: 106px;
    z-index: 5212112 !important;
}
.Alert_Alert__Z3mWK {
    border-radius: 10px;
    z-index: 3000;
    cursor: pointer;
    background: rgba(25, 26, 33, 0.95);
    border: 1px solid #202020;
}
.Alert_AlertSuccess__XkEaS {
    background: -webkit-linear-gradient(
            180.06deg,
            rgba(35, 241, 142, 0) 0.05%,
            rgba(35, 241, 142, 0.12) 99.95%
        ),
        #16151d;
    background: linear-gradient(
            269.94deg,
            rgba(35, 241, 142, 0) 0.05%,
            rgba(35, 241, 142, 0.12) 99.95%
        ),
        #16151d;
    z-index: 421;
}
.Alert_AlertDanger__w_D2V {
    background: -webkit-linear-gradient(
            180.06deg,
            rgba(241, 35, 35, 0) 0.05%,
            rgba(241, 35, 35, 0.12) 99.95%
        ),
        #16151d;
    background: linear-gradient(
            269.94deg,
            rgba(241, 35, 35, 0) 0.05%,
            rgba(241, 35, 35, 0.12) 99.95%
        ),
        #16151d;
}
.Alert_AlertWarning__A7zwI {
    background: -webkit-linear-gradient(
            180.06deg,
            rgba(241, 171, 35, 0) 0.05%,
            rgba(241, 171, 35, 0.12) 99.95%
        ),
        #16151d;
    background: linear-gradient(
            269.94deg,
            rgba(241, 171, 35, 0) 0.05%,
            rgba(241, 171, 35, 0.12) 99.95%
        ),
        #16151d;
}
.Alert_icon__c0l3I {
    width: 48px;
    height: 48px;
    position: relative;
}
.Alert_content__4at8V {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    gap: 4px;
    z-index: 531;
}
.Alert_contentText__vkdTY {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px;
}
.Alert_title__dKwvS {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.Alert_text__G0L_K {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(217, 227, 249, 0.64);
}
.Alert_transition__yKj10 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    z-index: 421;
}
.Alert_enterFrom__KOUgm {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}
.Alert_enterTo__PGpLq {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.Alert_leaveFrom__WWajD {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.Alert_leaveTo__iMJk3 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.TechnicalWork_wrapper__4rDlX {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--new-back);
    z-index: 100000000000000000;
    width: 100%;
    height: 100%;
}
.TechnicalWork_container__GxFeX {
    position: relative;
    margin: 0 auto 90px;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 818px;
    height: 713px;
}
@media screen and (max-width: 900px) {
    .TechnicalWork_container__GxFeX {
        width: 350px;
        height: 500px;
    }
}
.TechnicalWork_img__lG9tH {
    position: absolute;
    width: 818px;
    height: 713px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
    .TechnicalWork_img__lG9tH {
        width: 350px;
        height: 300px;
    }
}
.TechnicalWork_title__2BCZC {
    position: absolute;
    left: 50%;
    font-size: 45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 170px;
    font-weight: 900;
    color: var(--new-accent);
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 900px) {
    .TechnicalWork_title__2BCZC {
        font-size: 36px;
        bottom: 240px;
    }
}
.TechnicalWork_btn__ETIHj {
    position: absolute;
    width: 293px;
    height: 59px;
    bottom: 100px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 900px) {
    .TechnicalWork_btn__ETIHj {
        width: 260px;
        font-size: 12px;
        height: 48px;
        bottom: 90px;
    }
}
.TechnicalWork_test__w8G6A {
    position: relative;
    width: 587px;
    height: 557px;
    margin: 0 auto;
}
.error-page_container__sLgbk {
    position: relative;
    margin: 0 auto 90px;
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 818px;
    height: 713px;
}
@media screen and (max-width: 900px) {
    .error-page_container__sLgbk {
        width: 350px;
        height: 500px;
    }
}
.error-page_img__6QoUX {
    position: absolute;
    width: 818px;
    height: 713px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
    .error-page_img__6QoUX {
        width: 350px;
        height: 300px;
    }
}
.error-page_title__6h3JN {
    position: absolute;
    left: 50%;
    font-size: 45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 210px;
    font-weight: 900;
    color: var(--new-accent);
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 900px) {
    .error-page_title__6h3JN {
        font-size: 36px;
        bottom: 240px;
    }
}
.error-page_btn__vydsO {
    position: absolute;
    width: 293px;
    height: 59px;
    bottom: 100px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 900px) {
    .error-page_btn__vydsO {
        width: 260px;
        font-size: 12px;
        height: 48px;
        bottom: 90px;
    }
}
.error-page_test__5QLAi {
    position: relative;
    width: 587px;
    height: 557px;
    margin: 0 auto;
}
