html {
    -webkit-text-size-adjust: 100%;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-height: 100vh;
    position: relative;
    width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}

*,
:after,
:before {
    box-sizing: border-box;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
sub,
summary,
sup,
svg,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}

:focus {
    outline: 0;
}

article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
    display: block;
}

canvas,
iframe {
    display: block;
    height: auto;
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

input,
input:required {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:focus {
    outline: none;
}

video {
    background: #000;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a:active,
a:hover {
    outline: none;
}

audio,
img,
picture,
svg,
video {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background: #0000;
    border: 0;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

[aria-disabled="true"],
[disabled="true"],
[disabled] {
    pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: initial;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    background: #0000;
    border: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}

hr {
    background: #000;
    border: 0;
    box-sizing: initial;
    height: 1px;
    line-height: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    page-break-after: always;
    width: 100%;
}

pre {
    font-family: monospace, monospace;
    font-size: 100%;
}

a {
    background-color: #0000;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

small,
sub,
sup {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: initial;
}

sub {
    bottom: -5px;
}

sup {
    top: -5px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    outline: 0;
    padding: 0;
}

legend {
    border: 0;
    color: inherit;
    display: block;
    max-width: 100%;
    white-space: normal;
    width: 100%;
}

fieldset {
    min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
    display: block;
}

progress {
    vertical-align: initial;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

template {
    display: none;
}

.tippy-box {
    background-color: #0000;
}

.tippy-content {
    padding-top: 0;
}

.tippy-box[data-animation="shift-away"][data-state="hidden"] {
    opacity: 0;
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="top"] {
    transform: translateY(10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="bottom"] {
    transform: translateY(-10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="left"] {
    transform: translateX(10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="right"] {
    transform: translateX(-10px);
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    src: local("Gotham"), url(../fonts/Gotham-Regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
    src: local("Gotham"), url(../fonts/Gotham-Medium.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    src: local("Gotham"), url(../fonts/Gotham-Bold.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Ballet;
    font-style: normal;
    font-weight: 400;
    src: local("Ballet"), url(../fonts/Ballet-Regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: DrukCyr;
    font-style: normal;
    font-weight: 700;
    src: local("DrukCyr"), url(../fonts/DrukCyr-Bold.woff2) format("woff2");
}

.none {
    display: none !important;
}

.visually-hidden {
    border: 0 !important;
    clip-path: inset(100%) !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.no-scroll {
    overflow-y: hidden !important;
}

.relative {
    position: relative !important;
}

.nowrap {
    white-space: nowrap !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.contents {
    display: contents;
}

:root {
    --container-padding: 15px;
    --container-width: 1200px;
    --container-header-width: 1306px;
    --container-preference-width: 1042px;
    --accent-color: #e81c5a;
    --bg-primary-color: #0e0e0e;
    --bg-secondary-color: #161616;
    --bg-primary-color: #121212;
    --border-primary-color: #1f1f1f;
    --text-primary-color: #fff;
    --text-secondary-color: #545454;
    --green-gradient: linear-gradient(180deg, #2A683D, #59DE81);
    --blue-gradient: linear-gradient(180deg, #303B7A, #5970E0);
    --brown-gradient: linear-gradient(180deg, #73462F, #E08859);
    --pink-gradient: linear-gradient(180deg, #760030, #FF0068);
    --gray-gradient: linear-gradient(180deg, #2A2A2C, #232325);
		scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;

}

body {
    background-color: #0e0e0e;
    color: var(--text-primary-color);
    font-family: Gotham, system-ui, sans-serif;
    font-size: 16px;
    line-height: 130%;
}

img {
    display: block;
    max-width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100lvh;
}

.wrapper_game {
    display: grid;
    grid-template-columns: 1fr 0;
    grid-template-rows: repeat(3, auto);
    transition: grid-template-columns 0.4s ease-in-out;
}

.wrapper.is-active {
    grid-template-columns: 1fr 332px;
}

.wrapper.is-active .chat__inner {
    pointer-events: all;
    position: fixed;
    transform: none;
    visibility: visible;
}

.inner {
    flex-grow: 1;
}

.accent {
    color: var(--accent-color);
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.container25 {
    margin-inline: auto;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    padding-inline: var(--container-padding);
    width: 100%;
}

.container_fluid {
    max-width: 100%;
}

.container_header {
    --container-width: var(--container-header-width);
}

.container_preference {
    --container-width: var(--container-preference-width);
}

.icon {
    aspect-ratio: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1rem;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-wrapper {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.icon-wrapper_heading {
    background-color: #191919;
    border: 1px solid #1e1e1e;
    border-radius: 6px;
    width: 33px;
}

.icon-wrapper_col-profile {
    background-color: #292929;
    border-radius: 4px;
    width: 25px;
}

.icon-wrapper_profile {
    background-color: #222;
    border-radius: 8px;
    width: 32px;
}

.icon_8 {
    height: 8px;
}

.icon_12 {
    height: 14px;
}

.icon_14 {
    height: 14px;
}

.icon_16 {
    height: 16px;
}

.icon_18 {
    height: 25px;
}

.icon_20 {
    height: 20px;
}

.icon_22 {
    height: 22px;
}

.icon_23 {
    height: 23px;
}

.icon_24 {
    height: 24px;
}

.icon_25 {
    height: 25px;
}

.icon_28 {
    height: 28px;
}

.icon_30 {
    height: 30px;
}

.icon_36 {
    height: 36px;
}

.icon_40 {
    height: 40px;
}

.icon_52 {
    height: 52px;
}

.icon_play {
    background-color: #000;
    -webkit-mask-image: url(../icons/play.svg);
    mask-image: url(../icons/play.svg);
}

.icon_game-preview {
    background-color: #000;
    -webkit-mask-image: url(../icons/game-preview.svg);
    mask-image: url(../icons/game-preview.svg);
}

.icon_link {
    background-color: #000;
    -webkit-mask-image: url(../icons/link.svg);
    mask-image: url(../icons/link.svg);
}

.icon_info {
    background-color: #000;
    -webkit-mask-image: url(../icons/info.svg);
    mask-image: url(../icons/info.svg);
}

.icon_copy {
    background-color: #000;
    -webkit-mask-image: url(../icons/copy.svg);
    mask-image: url(../icons/copy.svg);
}

.icon_card {
    background-color: #000;
    -webkit-mask-image: url(../icons/card.svg);
    mask-image: url(../icons/card.svg);
}

.icon_note {
    background-color: #000;
    -webkit-mask-image: url(../icons/note.svg);
    mask-image: url(../icons/note.svg);
}

.icon_cross {
    background-color: #000;
    -webkit-mask-image: url(../icons/cross.svg);
    mask-image: url(../icons/cross.svg);
}

.icon_ranks {
    background-color: #000;
    -webkit-mask-image: url(../icons/ranks.svg);
    mask-image: url(../icons/ranks.svg);
}

.icon_disconnect {
    background-color: #000;
    -webkit-mask-image: url(../icons/disconnect.svg);
    mask-image: url(../icons/disconnect.svg);
}

.icon_affiliate {
    background-color: #000;
    -webkit-mask-image: url(../icons/affiliate.svg);
    mask-image: url(../icons/affiliate.svg);
}

.icon_game-history {
    background-color: #000;
    -webkit-mask-image: url(../icons/game-history.svg);
    mask-image: url(../icons/game-history.svg);
}

.icon_transactions {
    background-color: #000;
    -webkit-mask-image: url(../icons/transactions.svg);
    mask-image: url(../icons/transactions.svg);
}

.icon_telegram {
    background-color: #000;
    -webkit-mask-image: url(../icons/telegram.svg);
    mask-image: url(../icons/telegram.svg);
}

.icon_x {
    background-color: #000;
    -webkit-mask-image: url(../icons/x.svg);
    mask-image: url(../icons/x.svg);
}

.icon_support {
    background-color: #000;
    -webkit-mask-image: url(../icons/support.svg);
    mask-image: url(../icons/support.svg);
}

.icon_support-2 {
    background-color: #000;
    -webkit-mask-image: url(../icons/support-2.svg);
    mask-image: url(../icons/support-2.svg);
}

.icon_wallet {
    background-color: #000;
    -webkit-mask-image: url(../icons/wallet.svg);
    mask-image: url(../icons/wallet.svg);
}

.icon_plus {
    background-color: #000;
    -webkit-mask-image: url(../icons/plus.svg);
    mask-image: url(../icons/plus.svg);
}

.icon_people {
    background-color: #000;
    -webkit-mask-image: url(../icons/people.svg);
    mask-image: url(../icons/people.svg);
}

.icon_edit {
    background-color: #000;
    -webkit-mask-image: url(../icons/edit.svg);
    mask-image: url(../icons/edit.svg);
}

.icon_planet {
    background-color: #000;
    -webkit-mask-image: url(../icons/planet.svg);
    mask-image: url(../icons/planet.svg);
}

.icon_security {
    background-color: #000;
    -webkit-mask-image: url(../icons/security.svg);
    mask-image: url(../icons/security.svg);
}

.icon_settings {
    background-color: #000;
    -webkit-mask-image: url(../icons/settings.svg);
    mask-image: url(../icons/settings.svg);
}

.icon_clock {
    background-color: #000;
    -webkit-mask-image: url(../icons/clock.svg);
    mask-image: url(../icons/clock.svg);
}

.icon_gamepad {
    background-color: #000;
    -webkit-mask-image: url(../icons/gamepad.svg);
    mask-image: url(../icons/gamepad.svg);
}

.icon_coins {
    background-color: #000;
    -webkit-mask-image: url(../icons/coins.svg);
    mask-image: url(../icons/coins.svg);
}

.icon_gift {
    background-color: #000;
    -webkit-mask-image: url(../icons/gift.svg);
    mask-image: url(../icons/gift.svg);
}

.icon_send {
    -webkit-mask-image: url(../icons/send.svg);
    mask-image: url(../icons/send.svg);
}

.icon_ok,
.icon_send {
    background-color: #000;
}

.icon_ok {
    -webkit-mask-image: url(../icons/ok.svg);
    mask-image: url(../icons/ok.svg);
}

.icon_reddit {
    background-color: #000;
    -webkit-mask-image: url(../icons/reddit.svg);
    mask-image: url(../icons/reddit.svg);
}

.icon_mail {
    -webkit-mask-image: url(../icons/mail.svg);
    mask-image: url(../icons/mail.svg);
}

.icon_fb,
.icon_mail {
    background-color: #000;
}

.icon_fb {
    -webkit-mask-image: url(../icons/fb.svg);
    mask-image: url(../icons/fb.svg);
}

.icon_vk {
    background-color: #000;
    -webkit-mask-image: url(../icons/vk.svg);
    mask-image: url(../icons/vk.svg);
}

.icon_linkedin {
    background-color: #000;
    -webkit-mask-image: url(../icons/linkedin.svg);
    mask-image: url(../icons/linkedin.svg);
}

.icon_message {
    background-color: #000;
    -webkit-mask-image: url(../icons/message.svg);
    mask-image: url(../icons/message.svg);
}

.icon_star {
    background-color: #e9a443;
    -webkit-mask-image: url(../icons/star.svg);
    mask-image: url(../icons/star.svg);
}

.icon_poker-chip {
    background-color: #000;
    -webkit-mask-image: url(../icons/poker-chip.svg);
    mask-image: url(../icons/poker-chip.svg);
}

.icon_chevron {
    background-color: #000;
    -webkit-mask-image: url(../icons/chevron.svg);
    mask-image: url(../icons/chevron.svg);
}

.icon_deposit {
    background-color: #000;
    -webkit-mask-image: url(../icons/deposit.svg);
    mask-image: url(../icons/deposit.svg);
}

.icon_vault {
    background-color: #000;
    -webkit-mask-image: url(../icons/vault.svg);
    mask-image: url(../icons/vault.svg);
}

.icon_withdraw {
    background-color: #000;
    -webkit-mask-image: url(../icons/withdraw.svg);
    mask-image: url(../icons/withdraw.svg);
}

.icon_search {
    background-color: #000;
    -webkit-mask-image: url(../icons/search.svg);
    mask-image: url(../icons/search.svg);
}

.icon_chevron-lang {
    background-color: #3a3a3a;
    -webkit-mask-image: url(../icons/chevron-lang.svg);
    mask-image: url(../icons/chevron-lang.svg);
}

.icon_chevron-right {
    background-color: #000;
    -webkit-mask-image: url(../icons/chevron-right.svg);
    mask-image: url(../icons/chevron-right.svg);
    -webkit-mask-image: url(../icons/chevron.svg);
    mask-image: url(../icons/chevron.svg);
    rotate: -90deg;
}

.icon_flag-usa {
    background-image: url(../icons/flag-usa.svg);
}

.icon_ethereum {
    background-image: url(../icons/ethereum.svg);
}

.icon_hotspot {
    background-image: url(../icons/hotspot.svg);
}

.icon_hotspot-green {
    background-image: url(../icons/hotspot-green.svg);
}

.icon_bitcoin {
    background-image: url(../icons/bitcoin.svg);
}

.icon_wallet-connect {
    background-image: url(../icons/wallet-connect.svg);
    height: 19px;
    width: 31px;
}

.icon_metamask {
    background-image: url(../icons/metamask.svg);
}

.icon_monero {
    background-image: url(../icons/monero.svg);
}

.icon_rabby {
    background-image: url(../icons/rabby.svg);
    height: 22px;
    width: 25px;
}

.icon_phantom {
    background-image: url(../icons/phantom.svg);
}

.icon_trust-wallet {
    background-image: url(../icons/trust-wallet.svg);
    height: 25px;
    width: 22px;
}

.icon_safepal {
    background-image: url(../icons/safepal.svg);
}

.icon_current-color {
    background-color: currentcolor;
}

.footer {
    color: var(--text-secondary-color);
    font-size: 12px;
    margin-top: 26px;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    padding-block: 48px 38px;
    position: relative;
    row-gap: 20px;
}

.footer__inner:before {
    background: linear-gradient(90deg, var(--bg-primary-color), var(--border-primary-color), var(--bg-primary-color));
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer__col {
    column-gap: 28px;
    display: flex;
}

.footer__content {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 44px;
    justify-content: center;
}

.footer__logo {
    aspect-ratio: 1;
    filter: grayscale(1);
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    height: fit-content;
}

.footer__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.footer__copyright {
    color: var(--text-primary-color);
}

.footer__partners {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.footer__partner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.footer__partner_bitcoin {
    background-image: url(../icons/logos/bitcoin.svg);
    height: 18px;
    width: 85px;
}

.footer__partner_litecoin {
    background-image: url(../icons/logos/litecoin.svg);
    height: 21px;
    width: 73px;
}

.footer__partner_ethereum {
    background-image: url(../icons/logos/ethereum.svg);
    height: 21px;
    width: 85px;
}

.footer__partner_tron {
    background-image: url(../icons/logos/tron.svg);
    height: 33px;
    width: 80px;
}

.footer__partner_tether {
    background-image: url(../icons/logos/tether.svg);
    height: 18px;
    width: 85px;
}

.footer__partner_solana {
    background-image: url(../icons/logos/solana.svg);
    height: 23px;
    width: 85px;
}

.footer__partner_monero {
    background-image: url(../icons/logos/monero.svg);
    height: 23px;
    width: 85px;
}

.footer__partner_walletconnect {
    background-image: url(../icons/logos/walletconnect.svg);
    height: 13px;
    width: 108px;
}

.footer__partner_tor {
    background-image: url(../icons/logos/tor.svg);
    height: 20px;
    width: 34px;
}

.header25 {
    margin-top: 32px;
}

.header__avatar-img {
    border: 1px solid #201f1f;
    border-radius: 8px;
    display: block;
    height: 46px;
    width: 46px;
	    min-width: 46px;
}

.header__inner {
    align-items: center;
    background-color: #161616;
    border-radius: 22px;
    column-gap: 20px;
    display: flex;
    padding: 14px 24px;
    position: relative;
    z-index: 2;
}

.header__online {
    color: #36a764;
    column-gap: 6px;
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

.header__online-icon {
    align-items: center;
    display: flex;
    grid-row: span 2;
}

.header__online-value {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.header__online-label {
    font-size: 10px;
    line-height: 1;
}

.header__actions {
    align-items: center;
    column-gap: 8px;
    display: flex;
    margin-left: auto;
}

.menu {
    column-gap: 18px;
    display: flex;
}

.menu__link {
    color: inherit;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.menu__link:before {
    background-color: var(--accent-color);
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-in-out;
    width: 100%;
}

.balance {
    align-items: center;
    background-image: linear-gradient(90deg, #1d1d1d, #1d1d1d);
    border-radius: 12px;
    padding: 8px 16px;
}

.balance,
.balance__icon {
    display: flex;
}

.balance__count {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.balance__action {
    margin-left: 10px;
}

.burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 46px;
    justify-content: space-between;
    padding: 10px 6px;
    width: 46px;
}

.burger>span:not([class]) {
    background-color: #fff;
    display: block;
    height: 2px;
    position: relative;
    transform-origin: right;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    width: 100%;
}

.burger[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
}

.burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.burger[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(45deg);
}

.table {
    --padding-inline: 46px;
    background-color: #121212;
    font-size: 12px;
    min-width: 980px;
    position: relative;
    table-layout: fixed;
    text-align: left;
    width: 100%;
}

.table:before {
    background: linear-gradient(0deg, #121212, #0000);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.table__heading {
    margin-bottom: 20px;
}

.table__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.table__tab {
    color: #545454;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.1s ease-in-out;
}

.table__tab[aria-selected="true"] {
    color: #fff;
}

.table-header {
    --padding-inline: 46px;
    background-color: #121212;
    border: 1px solid #242424;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    overflow-x: auto;
    padding: 26px var(--padding-inline);
}

.table-wrapper {
    border: 1px solid #242424;
    border-radius: 0 0 20px 20px;
    border-top: none;
    max-height: 514px;
    overflow: auto;
    position: relative;
    scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;
}

.table td,
.table th {
    padding: 8px;
    vertical-align: middle;
}

.table td:first-child,
.table th:first-child {
    padding-left: var(--padding-inline);
}

.table td:last-child,
.table th:last-child {
    padding-right: var(--padding-inline);
    text-align: right;
}

.table tr {
    border-top: 1px solid #242424;
}

.live {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
		animation: faetPulsation 3s infinite;

}

.live:before {
    aspect-ratio: 1;
    background-color: #36a764;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 4px;
    outline: 1px solid #36a764;
    outline-offset: 1px;
    width: 8px;
}

.btn {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}

.btn__append,
.btn__prepend {
    display: flex;
}

.btn__text {
    line-height: 1;
}

.btn_balance {
    /* border: 1px solid var(--accent-color); */
    border-radius: 8px;
    color: #3a3a3a;
    column-gap: 4px;
    display: flex;
    font-weight: 500;
    background-color: #282828;
    letter-spacing: -2%;
    padding: 9px 10px;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.btn_2fa {
    background-color: var(--accent-color);
    border-radius: 7px;
    color: #ffd0de;
    font-size: 15px;
    padding: 6px 10px;
    transition: box-shadow 0.2s ease-in-out, color 0.1s ease-in-out;
}

.btn_disabled {
    background-color: #222;
    color: #fff;
}

.btn_modal {
    background-color: #69ec5d;
    border-radius: 12px;
    color: #193517;
    column-gap: 4px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding: 24px;
    transition: background-color 0.1s ease-in-out;
}

.btn_gradient--md {
    padding: 15px 32px;
    border-radius: 12px;

    font-size: 14px;
    font-weight: 400;
}

.btn_gradient--lg {
    padding: 24px 40px;
    border-radius: 14px;

    font-size: 14px;
    font-weight: 500;
}

.btn_gradient--green,
.btn_gradient--blue,
.btn_gradient--brown {
  color: #3C3C3C;
 
    background: #212121;
}

.btn_gradient--green:hover {
    color: #ffffff;
    background: var(--green-gradient);
	 transition: background-color 0.5s ease-in-out;
}

.btn_gradient--blue:hover {
    color: #ffffff;
    background: var(--blue-gradient);
	 transition: background-color 0.5s ease-in-out;
}

.btn_gradient--brown:hover {
    color: #ffffff;
    background: var(--brown-gradient);
	 transition: background-color 0.5s ease-in-out;
}

.btn_gradient--pink {
    background: var(--pink-gradient);
    color: #ffffff;
	 transition: background-color 0.5s ease-in-out;
}

.btn_gradient--pink:hover {
    color: #333333;
    background: #ffffff;
}

.btn_green {
    background-color: #69ec5d;
    color: #193517;
    transition: background-color 0.5s ease-in-out;
}

.btn_pink {
    background-color: var(--accent-color);
    color: #fff;
    transition: background-color 0.5s ease-in-out;
}

.btn_sm {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 32px;
}

.btn_center {
    margin-inline: auto;
}

.btn_header {
    background-color: var(--accent-color);
    border-radius: 7px;
    color: #ffd0de;
    column-gap: 5px;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    padding: 9px;
    transition: box-shadow 0.2s ease-in-out, color 0.1s ease-in-out;
}

.btn_hero {
    background-color: var(--accent-color);
    border-radius: 14px;
    color: #ffd0de;
    column-gap: 5px;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 30px;
    transition: box-shadow 0.2s ease-in-out, color 0.1s ease-in-out;
}

.btn_after-hero {
    background-color: #1b1b1b;
    border: 1px solid #2d2d2d;
    border-radius: 14px;
    color: #383838;
    column-gap: 5px;
    display: inline-flex;
    font-size: 29px;
    padding: 14px 20px;
    transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
}

.btn_promotions {
    background-color: #1b1b1b;
    border: 1px solid #2d2d2d;
    border-radius: 7px;
    color: #383838;
    font-size: 15px;
    margin-top: auto;
    padding: 6px 11px;
    position: relative;
    transition: background-color 0.2s ease-in-out, color 0.1s ease-in-out;
    width: fit-content;
    z-index: 2;
}

.heading {
    align-items: center;
    column-gap: 8px;
    display: flex;
    margin-bottom: 25px;
}

.heading__title {
    color: #353535;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
		text-transform: uppercase;

}

.preference {
    background: #121212 url(../images/bg-preference.svg) no-repeat;
    background-position: bottom 0 right 60px;
    border: 1px solid #242424;
    border-radius: 22px;
}

.preference__icon {
    align-items: center;
    color: #464646;
    display: flex;
    grid-row: span 2;
}

.preference__list {
    display: flex;
}

.preference__value {
    color: #3e3d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.preference__label {
    color: #2a2a2a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.preference__item {
    column-gap: 12px;
    display: grid;
    grid-template-columns: 25px auto;
    grid-template-rows: auto auto;
    padding: 30px 16px;
    position: relative;
}

.preference__item:not(:last-of-type):before {
    background: linear-gradient(0deg, var(--bg-primary-color), var(--border-primary-color), var(--bg-primary-color));
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.discover {
    display: flex;
    gap: 30px 58px;
    margin-top: 60px;
    max-width: 100%;
}

.discover__content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.discover__section {
    color: #a4a4a4;
    font-size: 14px;
}

.discover__list {
    background-color: #101010;
    display: flex;
    flex-direction: column;
    position: sticky;
    row-gap: 10px;
    top: 30px;
}

.discover__link {
    border-left: 1px solid #0000;
    color: inherit;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 10px;
    text-decoration: none;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    white-space: nowrap;
}

.discover__link.is-active {
    background-color: #181818;
    border-color: var(--accent-color);
}

.discover__title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.discover__section {
    background-color: #101010;
    scroll-margin-top: 24px;
}

.profile {
    background-color: #121212;
    border-radius: 26px;
    display: flex;
    margin-bottom: 26px;
    margin-top: 52px;
    overflow: hidden;
}

.profile__col {
    align-items: center;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 24px;
    padding-top: 42px;
    width: 340px;
}

.profile__content {
    flex: 1;
    padding: 34px 48px 26px;
}

.profile__rank {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateY(-50%);
}

.profile__name {
    align-items: flex-end;
    column-gap: 4px;
    display: flex;
    font-size: 17px;
    margin-bottom: 40px;
}

.profile__name .icon {
    background-color: #5a5a5a;
}

.profile__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile__list-item:not(:last-of-type) {
    border-bottom: 1px solid #1f1f1f;
}

.profile__list-name {
    color: #5a5a5a;
    font-size: 15px;
    margin-bottom: 10px;
    padding-inline: 28px;
    text-align: left;
    width: 100%;
}

.profile__link {
    align-items: center;
    color: #5a5a5a;
    column-gap: 4px;
    display: flex;
    padding: 11px 28px;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.profile__link[aria-current="true"], .profile__link.mm_header_tab_active {
    color: #5a5a5a !important;

    background-color: #1f1f1f;
}

.profile__title {
    color: #5a5a5a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.profile__subtitle {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.profile__table {
    max-width: 100%;
    min-width: 440px;
    text-align: center;
    width: 100%;
}

.profile__table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.profile__table th {
    color: #4f4f4f;
    font-size: 10px;
    padding-bottom: 10px;
}

.profile__table td {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 4px;
}

.profile__item {
    align-items: center;
    background-color: #181818;
    border-radius: 12px;
    color: inherit;
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    padding: 16px 14px;
}

.profile__item:is(label, button) {
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
}

.profile__left,
.profile__right {
    align-items: center;
    column-gap: 8px;
    display: flex;
}

.profile__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    row-gap: 10px;
}

.profile__social-medias {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.profile__social {
    align-items: center;
    background-color: #181818;
    border: 1px solid #2c2c2c;
    border-radius: 18px;
    color: inherit;
    display: flex;
    flex-direction: column;
    padding-block: 22px;
    row-gap: 10px;
    text-decoration: none;
    transition: background-color 0.1s ease-in-out;
    width: 120px;
}

.profile__social-ava {
    aspect-ratio: 1;
    background-color: #252525;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    width: 52px;
}

.profile__social-ava_telegram {
    background-color: #009ac5;
}

.rank {
    border-radius: 5px;
    display: inline;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 8px;
    text-align: center;
}

.rank_diamond {
    background-color: #2ddecf;
    color: #0e3734;
}

.social {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #544f5280;
    border: 1px solid #ffffff1a;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    position: fixed;
    right: 36px;
    row-gap: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.social__link {
    aspect-ratio: 1;
    background-color: #56565633;
    border-radius: 50%;
    color: #fff3;
    display: grid;
    place-items: center;
    transition: color 0.1s ease-in-out;
    width: 28px;
}

.dropdown {
   /*     background-color: #121212;
    border-radius: 5px;
    box-shadow: 0 0 10px #0003;
    margin-top: 12px;
    overflow: hidden;
    width: 220px; */
	
	background-color: #121212;
    border-radius: 17px;
    box-shadow: 0 0 10px #0003;
    margin-top: 12px;
    overflow: hidden;
    width: 220px;
    background-color: rgb(80 80 80 / 40%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

.dropdown__avatar-img {
    border-radius: 50%;
		width: 26px;
    overflow: hidden;
	object-fit: cover;

}

.dropdown__header {
    background-color: var(--accent-color);
}

.dropdown__header,
.dropdown__link {
    align-items: center;
    column-gap: 8px;
    display: flex;
    font-size: 15px;
    padding: 12px 10px;
}

.dropdown__link {
/*     color: inherit;
    line-height: 1;
    text-decoration: none;
    width: 100%; */
	color: #b0b0b0;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    font-size: 13px;

}

.dropdown__link_danger {
    background-color: var(--accent-color);
}

.dropdown__label {
    color: #5a5a5a;
    font-size: 8px;
    line-height: 1;
    margin-left: auto;
}

.dropdown__list > li:not(:last-of-type) {
        border-bottom: 1px solid #5d5d5d;
}


.switch__slider {
    background-color: #323232;
    border: 1px solid #3a3a3a;
    border-radius: 100px;
    display: block;
    height: 14px;
    position: relative;
    transition: background-color 0.2s ease-in-out;
    width: 36px;
}

.switch__slider:before {
    aspect-ratio: 1;
    background-color: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    content: "";
    height: calc(100% + 8px);
    left: -4px;
    position: absolute;
    top: -4px;
    transition: transform 0.2s ease-in-out;
}

.switch__controll:checked+.switch__slider {
    background-color: #0478fa;
}

.switch__controll:checked+.switch__slider:before {
    transform: translateX(22px);
}

.modal {
    background-color: #00000000;
    backdrop-filter: blur(3px);
    border: none;
    color: inherit;
    height: 100%;
    inset: 0;
    margin: 0;
    min-height: 100dvh;
    min-width: 100%;
    overflow: hidden;
    padding: 0 20px;
    place-items: center;
    position: fixed;
    width: 100%;
}

.modal[open] {
    display: grid;
}

.modal::backdrop {
    background: #0e0e0ee6;
}

.modal__subtitle {
    color: #353535;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -10px;
}

.modal__copy {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
    color: #a3a3a3;
    font-size: 15px;
    padding: 20px 28px;
}

.modal__copy a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.modal__copy .bold {
    color: #fff;
}

.modal__socials {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
    display: grid;
    gap: 18px 24px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    padding: 20px 28px;
}

.modal__social {
    align-items: center;
    aspect-ratio: 1;
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 18px;
    color: inherit;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    justify-content: center;
    row-gap: 10px;
    text-decoration: none;
    transition: background-color 0.1s ease-in-out;
}

.modal__social-icon {
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 52px;
}

.modal__wrapper {
    align-items: center;
    background-color: #121212;
    border: 1px solid #2c2c2c;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    /*margin: var(--container-padding);*/
    max-height: calc(100dvh - var(--container-padding) * 2);
    max-width: 668px;
    overflow-y: auto;
    padding: 40px 24px;
    position: relative;
    row-gap: 20px;
    scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    width: 100%;
}

@starting-style {
    .modal__wrapper {
        opacity: 0;
        transform: translateY(1rem);
    }
}

.modal__header {
align-items: center;
    background-color: #1e1e1e;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 15px 36px;
    width: 100%;
    align-content: center;
    flex-wrap: nowrap;
}

.modal__body {
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
    row-gap: 20px;
    width: 100%;
}

.modal__tabs {
    column-gap: 40px;
    display: flex;
    height: 24px;
    overflow: auto;
    scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;
    white-space: nowrap;
}

.modal__note {
    background-color: #51515133;
    border-radius: 12px;
    color: #7e7e7e;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
    padding: 14px;
}

.modal__note_center {
    text-align: center;
}

.modal__note_green {
    background-color: #69ec5d33;
    color: #69ec5d;
}

.modal__note_yellow {
    background-color: #ffdb9533;
    color: #ffdb95;
}

.modal__note:not(:first-child) {
    margin-top: 8px;
}

.modal__qr {
    align-self: flex-end;
    aspect-ratio: 1;
    background-color: #131313;
    border: 1px solid #2c2c2c;
    border-radius: 15px;
}

.modal__tab {
    color: #595959;
    font-size: 18px;
    line-height: 1.1;
}

.modal__tab[aria-selected="true"] {
    color: #fff;
}

.modal__tabpanel:not([hidden]) {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

.modal__close {
    color: #595959;
    transition: color 0.2s ease-in-out;
}

.modal__currencies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.modal__cols {
    display: grid;
    gap: 20px 12px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.modal__cols_qr {
    grid-template-columns: auto 166px;
}

.modal__rows {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.modal__currency {
    align-items: center;
    background-color: #1e1e1e;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    column-gap: 8px;
    cursor: pointer;
    display: flex;
    line-height: 1;
    padding: 6px 12px;
    transition: background-color 0.1s ease-in-out;
}

.modal__currency:after {
    aspect-ratio: 1;
    background-color: #141414;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 22px;
}

.modal__currency:has(> input[type="radio"]:checked) {
    background: linear-gradient(180deg, #1e1e1e, #464646);
}

.modal__currency:has(> input[type="radio"]:checked):after {
    background-color: #44d27e;
}

.modal__income {
    align-items: center;
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    gap: 16px;
    justify-content: space-between;
    line-height: 1;
    padding: 14px 20px;
}

.modal__income_campaigns {
    font-size: 15px;
}

.modal__income-col {
    align-items: center;
    column-gap: 10px;
    display: flex;
	font-size: medium;
	color: #8f8a84;
}

.modal__income-select {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 5px 4px 5px 12px;
}

.modal__income-select option {
    color: #fff;
}

.modal__income-select-icon select {
    background-color: inherit;
    color: inherit;
    font-size: inherit;
}

.modal__income-select-icon select option {
    background-color: #151515;
    color: #fff;
}

.modal__level-header {
    align-items: center;
    column-gap: 12px;
    display: flex;
    margin-bottom: 20px;
}

.modal__level-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.modal__level-subtitle {
    color: #3e3e3e;
    font-size: 13px;
    line-height: 1;
}

.modal__level-controll {
    background-color: #1e1e1e;
    border-radius: 11px;
    color: inherit;
    margin-bottom: 6px;
    padding: 9px;
    width: 100%;
}

.modal__level-footer {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 500;
    gap: 6px;
    justify-content: space-between;
}

.modal__privileges {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
    column-gap: 10px;
    display: flex;
    overflow: auto;
    padding: 14px 20px;
    scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;
}

.modal__privileges .icon {
    background-color: var(--color);
}

.modal__privileges-text {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.modal__privileges-btn {
    align-items: center;
    aspect-ratio: 1;
    border: 1px solid #0000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    row-gap: 6px;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    width: 82px;
}

.modal__privileges-btn[aria-selected="true"] {
    background-color: #1e1e1e;
    border-color: var(--color);
}

.modal__info {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 14px;
    padding: 14px 20px;
}

.modal__info-tag {
    align-items: center;
    background-color: #1e1e1e;
    border: 1px solid #2c2c2c;
    border-radius: 6px;
    column-gap: 4px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    padding: 4px 8px;
}

.modal__info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    line-height: 1;
    list-style: disc;
}

.modal__info-list li {
    margin-left: 1em;
}

.input {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 8px;
}

.input__controll {
    background-color: #1e1e1e;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 20px;
}

.input__controll:is(select) {
    appearance: none;
}

.input__controll:has(~ .input__prepend) {
    padding-left: 48px;
}

.input__controll:has(~ .input__append) {
    padding-right: 48px;
}

.input__label {
    color: #353535;
    font-size: 15px;
    font-weight: 500;
}

.input__prepend {
    color: #878787;
    left: 20px;
}

.input__append,
.input__prepend {
    bottom: 20px;
    display: flex;
    position: absolute;
}

.input__append {
    border-radius: 4px;
    color: #3a3a3a;
    right: 20px;
    transition: background-color 0.1s ease-in-out;
}

.input__append:is(button) {
    padding: 4px;
    transform: translate(4px, 4px);
}

.input__append_text {
    background-color: #333;
    color: #9c9c9c;
    font-size: 10px;
    font-weight: 500;
    right: 12px;
}

.input__append_text:is(button) {
    padding: 5px 8px;
    transform: none;
}

.game-preview {
    column-gap: 6px;
    display: inline-grid;
    grid-template-columns: 22px auto;
    line-height: 1.2;
}

.game-preview__avatar {
    align-items: center;
    color: #2b2b2b;
    display: flex;
    grid-row: span 2;
}

.game-preview__title {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.game-preview__subtitle {
    color: #545454;
    font-size: 9px;
}

.hero {
    background: #000 url(../images/homepage/bg.png) 50% / cover no-repeat;
    border-bottom: 1px solid #242424;
    margin-top: -120px;
    min-height: 880px;
    padding-top: 120px;
    position: relative;
}

.hero__inner {
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    width: fit-content;
}

.hero__tags {
    gap: 14px 18px;
    justify-content: center;
    margin-bottom: 20px;
}

.hero__footer,
.hero__tags {
    display: flex;
    flex-wrap: wrap;
}

.hero__footer {
    align-items: center;
    font-size: 10px;
    gap: 18px;
    line-height: 1.2;
    margin-top: 120px;
}

.hero__tag {
    background-color: #e81c5a4d;
    border-radius: 5px;
    color: #e81c5a;
    font-size: 14px;
    line-height: 1;
    padding: 7px 14px;
}

.hero__title {
    background: linear-gradient(#fff2f6, #999194);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: DrukCyr;
    font-size: clamp(89px, 28vw, 196px);
    font-weight: 700;
    line-height: 0.9;
    margin-top: -24px;
    -webkit-text-fill-color: #0000;
}

.hero__subtitle {
    color: var(--accent-color);
    font-family: Ballet;
    font-size: clamp(56px, 17vw, 123px);
    line-height: 1;
    margin-left: 36px;
    margin-top: -40px;
    word-spacing: -20px;
}

.hero-table {
    overflow: hidden;
    position: relative;
}

.after-hero {
    transform: translateY(-50%);
}

.after-hero__inner {
    background-color: #111;
    border: 1px solid #212121;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    padding: 34px 40px;
    position: relative;
}

.after-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 4px;
}

.after-hero__tag {
    background-color: var(--accent-color);
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding: 5px;
}

.after-hero__title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2px;
}

.after-hero__subtitle {
    color: #6c6c6c;
    font-size: 21px;
    line-height: 1;
}

.after-hero__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.after-hero__img {
    background: url(../images/homepage/safe.png) 50% / cover no-repeat;
    bottom: 12px;
    height: 172px;
    left: 50%;
    position: absolute;
    width: 190px;
}

.after-hero__img:before {
    height: 38px;
    right: 110%;
    top: 10%;
    transform: rotate(-35deg);
    width: 42px;
}

.after-hero__img:after,
.after-hero__img:before {
    background: url(../images/homepage/safe.png) 50% / cover no-repeat;
    content: "";
    filter: blur(2px);
    position: absolute;
}

.after-hero__img:after {
    height: 62px;
    left: 100%;
    top: 100%;
    transform: rotate(35deg) translate(-20%, -60%);
    width: 69px;
}

.star {
    aspect-ratio: 1;
    background: url(../images/homepage/star.png) 50% / contain no-repeat;
    display: block;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.star_1 {
    left: 0;
    top: 94px;
    transform: translateX(-50%);
    width: 300px;
}

.star_2 {
    right: 160px;
    top: 160px;
    width: 308px;
}

.star_3 {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
    width: 720px;
}

.star_4 {
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 508px;
}

.star_5 {
    left: 100%;
    top: 50px;
    transform: translateX(-5%);
    width: 232px;
}

.star_6 {
    bottom: -40%;
    left: 100%;
    transform: translateX(-50%);
    width: 860px;
}

.star_7 {
    bottom: 0;
    left: 0;
    transform: translate(-40%, 20%);
    width: 292px;
}

.promotions {
    margin-bottom: 35px;
    margin-top: 24px;
}

.promotions__heading {
    margin-bottom: 28px;
}

.promotions__items {
    display: grid;
    gap: 24px 42px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.promotions__tag {
    background-color: #fff;
    border-radius: 5px;
    color: #0e0e0e;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
    padding: 5px;
    position: relative;
    width: fit-content;
    z-index: 2;
}

.promotions__item {
    background-color: #121212;
    border: 1px solid #242424;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 16px 16px 12px;
    position: relative;
}

.promotions__title {
    font-size: 18px;
    font-weight: 500;
    max-width: 128px;
}

.promotions__subtitle,
.promotions__title {
    line-height: 1.2;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.promotions__subtitle {
    color: #7e7e7e;
    font-size: 13px;
    max-width: 140px;
}

.promotions__more {
    color: #363636;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    text-decoration: underline;
    transition: color 0.1s ease-in-out;
    z-index: 2;
}

.promotions__img {
    bottom: 0;
    position: absolute;
    right: -12px;
}

.chat {
    grid-column: 2/3;
    grid-row: 1/4;
    overflow: hidden;
    z-index: 3;
}

.chat__inner {
    background-color: #191919;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    padding: 14px 18px;
    pointer-events: none;
    position: static;
    right: 0;
    row-gap: 10px;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    visibility: hidden;
    width: 300px;
}

.chat__header {
    align-items: center;
    border-bottom: 1px solid #242424;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.chat__header select.visually-hidden {
    background-color: inherit;
    color: inherit;
    font-size: 12px;
    right: auto;
    top: auto;
}

.chat__body {
    overflow: auto;
    scrollbar-color: var(--accent-color) #0000;
    scrollbar-width: thin;
}

.chat__close {
    background-color: #2c2c2c;
    border-radius: 8px;
    color: #414141;
    display: flex;
    padding: 3px 1px;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.chat__flow {
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
    row-gap: 12px;
}

.chat__controll {
    background-color: #191919;
    bottom: 0;
    left: 0;
    padding: 18px 14px 24px 18px;
    position: absolute;
    right: 0;
}

.chat__controll-inner {
    position: relative;
}

.chat__input {
    background-color: #2c2c2c;
    border-radius: 8px;
    color: #414141;
    font-size: 10px;
    line-height: 1.2;
    padding: 18px 38px 18px 18px;
    width: 100%;
}

.chat__send {
    aspect-ratio: 1;
    background-color: #3a3a3a;
    border-radius: 6px;
    color: #2c2c2c;
    display: grid;
    place-items: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    width: 26px;
}

.chat__select {
    align-items: center;
    background-color: #242424;
    border: 1px solid #262626;
    border-radius: 8px;
    color: #fff;
    column-gap: 4px;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
}

.chat__select-flag {
    display: flex;
}

.message {
    column-gap: 6px;
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-template-rows: auto auto;
    line-height: 1.2;
    position: relative;
}

.message__avatar {
    grid-row: span 2;
}

.message__avatar-img {
    border-radius: 8px;
}

.message__username {
    color: #e5e4e2;
    font-size: 13px;
    font-weight: 500;
    padding-right: 26px;
}

.message__copy {
    color: #979797;
    font-size: 12px;
    line-height: 1.4;
}

.message__time {
    color: #979797;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.support {
    bottom: var(--container-padding);
    column-gap: 4px;
    display: flex;
    position: fixed;
    right: var(--container-padding);
    z-index: 2;
}

.support__btn {
    aspect-ratio: 1;
    background-color: #e81c5a;
    border-radius: 8px;
    color: #300713;
    display: grid;
    place-items: center;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    width: 38px;
}

.copy-area {
    background-color: #181818;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.copy-area__controll {
    background-color: inherit;
    color: #fff;
    font-size: 15px;
    max-width: 180px;
    padding: 12px 4px 12px 10px;
}

.copy-area__btn {
    align-items: center;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 1px;
    color: inherit;
    display: flex;
    justify-content: center;
    padding-inline: 12px;
    transition: background-color 0.1s ease-in-out;
}

.connect {
    background-color: #151515;
    border-radius: 20px;
    color: #fff;
    max-width: 100vw;
    padding-block: 14px 34px;
    width: 400px;
}

.connect__actions {
    background-color: #121212;
    column-gap: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    padding-block: 4px;
}

.connect__title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: center;
}

.connect__items {
    display: grid;
    gap: 6px 8px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    padding-inline: 19px;
}

.connect__tabs {
    column-gap: 9px;
    display: flex;
}

.connect__tab {
    color: #303030;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
}

.connect__tab[aria-selected="true"] {
    color: #fff;
}

.connect__item {
    align-items: center;
    background-color: #181818;
    border-radius: 5px;
    color: inherit;
    column-gap: 5px;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: background-color 0.1s ease-in-out;
    white-space: nowrap;
}

.connect__search {
    color: #404040;
    position: relative;
}

.connect__search-icon {
    align-items: center;
    display: flex;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.connect__controll {
    background-color: #1e1e1e;
    border-radius: 4px;
    color: inherit;
    font-size: 9px;
    line-height: 1;
    padding: 6px 9px 6px 22px;
    width: 100px;
}

/* Successful Registration Modal */
.successful {
max-width: 499px;
    background: rgb(37, 37, 38, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.1);
    
}

.successful__body {
    row-gap: 0;
}

.successful__top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 21px;
}

.successful__title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.successful__title2 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}


.successful__subtitle {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 500;
	margin-top: 5px;
}

.successful__content {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 34px;
}

.successful__content::after {
    content: '';

    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    background-color: #222222;
}

@media screen and (width < 768px) {
    .successful__title {
        font-size: 21px;
    }
}

/* Refer code modal */
.refer-code {
    max-width: 499px;
    background: rgba(37, 37, 39, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.1);
}

.refer-code__body {
    display: flex;
}

.refer-code .input__controll {
    width: 100%;

    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 7.5px 12px;
}

.refer-code .input__label {
    display: flex;
    flex-direction: column;
    flex-grow: 2px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.refer-code-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.refer-code__form-button span {
    font-size: 13px;
    padding: 10.5px 32px;
}

/* Complete Guide Modal */
.complete {
    max-width: 499px;
    background: rgba(37, 37, 39, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.1);
}

.complete__body {
    row-gap: 0;
}

.complete__title {
    position: relative;

    margin-bottom: 50px;
    padding: 0 50px;

    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 500;
}

.complete__content {
    position: relative;

    position: relative;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.complete__content::before {
    content: '';
    top: -24px;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #222222;
}

.complete__deny,
.complete__agree {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;

    color: #5b5b5b;
    background: var(--gray-gradient);
}

.complete__deny:hover {
    color: #ffffff;
    background: var(--pink-gradient);
	transition: background-color 0.3s ease;
}

.complete__agree:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #0F4122, #2BBC63);
	transition: background-color 0.3s ease;
}


/* Notifications Modal */
.notification_modal_wrap {
    max-width: 309px;
    /*min-height: 463px;*/
    padding: 30px 22px;

    background: rgba(42, 42, 42, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: none;
}

.notification__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.notification__top-wrapper {
    display: flex;
    gap: 9px;
    align-items: center;
}

.notification__title {
    font-size: 16px;
    font-weight: 500;
}

.notification__counter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
min-width: 20px;
    padding: 4px;
    border-radius: 6px;

    color: #E81C5A;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;

    background-color: #E81C5A66;
}

.notification__close {
    width: 18px;
    height: 18px;
    border: 1px solid #353535;
    border-radius: 50%;
}

.notification__close span {
     width: 10px;
    height: 11px;
}

.icon_current-color2 {
    background-color: #a1a1a1;
}

.notification__body {
    padding: 0;
}

.notification__toggler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: rgba(42, 42, 42, 0.5);
    border-radius: 10px;
}

.notification__toggler-button {
    width: 100%;
	font-weight: 300;
    color: #3F3F3F;
    font-size: 14px;
    color: #4c4c4c;

    background-color: rgba(42, 42, 42, 0.5);
}

.notification__toggler-button--active {
    background-color: var(--accent-color);
    color: #FFFFFF;
}

.notification__list-wrapper {
    position: relative;
    overflow: hidden;
    display: none;
}

.notification__list-wrapper--active {
    display: block;
}

.notification__list-wrapper::after {
    content: '';

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 70px;
}

.notification__list {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 4px;

    max-height: 300px;
    padding-bottom: 55px;
    overflow-y: auto;

    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.notification__list::-webkit-scrollbar {
    display: none;
}

.notification__item {
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;

    background-color: rgba(42, 42, 42, 0.5);
}

.notification__icon {
    position: relative;

    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;

    border: 1px solid #F4405F33;
    border-radius: 10px;

    background-color: #512D34;
}

.notification__content {
    display: flex;
    flex-direction: column;
    gap: 4px;

}

.notification__message-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.notification__message {
    color: #989898;
    font-size: 10px;
        line-height: 146%;
}

.notification__icon:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-color: #F4405F;
    mask-image: url(../icons/coins.svg);
    mask-repeat: no-repeat;
}

.admin.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/admin.svg) !important;
    mask-image: url(../icons/notif/admin.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rakeback.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/rakeback.svg) !important;
    mask-image: url(../icons/notif/rakeback.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.deposit-green.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/deposit-green.svg) !important;
    mask-image: url(../icons/notif/deposit-green.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-bronze.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/bronze.svg) !important;
    mask-image: url(../icons/notif/bronze.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-diamond.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/diamond.svg) !important;
    mask-image: url(../icons/notif/diamond.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-elite.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/elite.svg) !important;
    mask-image: url(../icons/notif/elite.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-gold.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/gold.svg) !important;
    mask-image: url(../icons/notif/gold.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-platinum.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/platinum.svg) !important;
    mask-image: url(../icons/notif/platinum.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.rank-silver.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/silver.svg) !important;
    mask-image: url(../icons/notif/silver.svg) !important;
    width: 32px !important;
    height: 32px !important;
}
.new-ref.notification__icon:after {
    -webkit-mask-image: url(../icons/notif/new-ref.svg) !important;
    mask-image: url(../icons/notif/new-ref.svg) !important;
    width: 32px !important;
    height: 32px !important;
}


.notification__read-all {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
font-weight: 300;
    width: 100%;

    font-size: 14px;

    z-index: 10;
}

@media (width > 724px) {
    .footer__col_summary {
        max-width: 236px;
    }

    .footer__col_copy {
        max-width: 226px;
    }

    .footer__col_links {
        max-width: 142px;
    }
}

@media screen and (width >=780px) {
    .burger {
        display: none;
    }
}

@media screen and (width < 1480px) {
    .star_5 {
        transform: translateX(-56%);
    }
}

@media screen and (width < 1348px) {

    .wrapper_game,
    .wrapper_game.is-active .chat {
        display: flex;
    }

/*     .chat {
        display: none;
    } */
}

@media screen and (width < 1300px) {

    .star_5,
    .star_6,
    .star_7 {
        display: none;
    }
}

@media (width < 1000px) {
    .profile {
        margin-top: 32px;
    }

    .profile__col {
        width: 240px;
    }

    .profile__content {
        padding: 24px;
    }
}

@media screen and (width < 1000px) {
    .table {
        min-width: 660px;
        table-layout: auto;
    }

    .after-hero__img {
        display: none;
    }
}

@media (width < 980px) {
    .preference {
        background-image: none;
    }

    .preference__list {
        justify-content: center;
    }
}

@media screen and (width < 980px) {
    .star {
        display: none;
    }
}

@media screen and (width < 780px) {
    .menu {
        background-color: #121212;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .menu__item:not(:last-of-type) {
        border-bottom: 1px solid #262626;
    }

     .menu__link {
        display: flex;
        font-size: 15px;
        padding: 19px 10px;
    }

    .menu__link:before {
        content: none;
    }

    .header {
        margin-top: var(--container-padding);
    }

    .header__inner {
        column-gap: 8px;
    }

    .header__menu {
        display: none;
    }

    .header__logo-img {
        width: 42px;
    }
}

@media screen and (width < 780px) and (hover: hover) and (pointer: fine) {
    .menu__link:hover {
        background-color: #202020;
    }
}

@media (width < 768px) {
    .preference__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: start;
    }

    .preference__item:nth-child(2):before {
        content: none;
    }

    .preference__item:nth-child(3):after,
    .preference__item:nth-child(4):after {
        background: linear-gradient(90deg, var(--bg-primary-color), var(--border-primary-color), var(--bg-primary-color));
        bottom: 100%;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .profile {
        flex-direction: column;
    }

    .profile__link,
    .profile__list-name {
        padding-inline: 12px;
    }

    .profile__name {
        margin-bottom: 12px;
    }

    .profile__col,
    .profile__content {
        padding: 24px;
        width: 100%;
    }
}

@media screen and (width < 768px) {
    .discover {
        flex-direction: column;
    }

    .social {
        right: 16px;
    }
}

@media screen and (width < 756px) {

    .table,
    .table-header {
        --padding-inline: 24px;
    }

    .hero {
        min-height: 780px;
    }

    .after-hero {
        margin-bottom: -40px;
    }

    .after-hero__inner {
        flex-direction: column;
        padding: 24px;
    }

    .btn_after-hero {
        display: inline-flex;
        font-size: 18px;
        padding: 8px 12px;
        width: fit-content;
    }
}

@media screen and (width < 600px) {
    .header {
        margin-top: 0;
    }

    .header__inner {
        border-radius: 0;
        padding: 12px;
    }

    .balance {
        padding: 8px;
    }

    .container_header {
        display: contents;
    }

    .hero {
        min-height: 680px;
        padding-top: 80px;
    }
}

@media screen and (width < 590px) {
    .modal__wrapper {
        padding: 16px;
    }

    .modal__header {
        padding: 12px 12px 12px 16px;
    }

    .modal__tabs {
        column-gap: 18px;
    }

    .modal__cols {
        display: flex;
        flex-direction: column;
    }

    .modal__qr {
        margin-inline: auto;
        max-width: 280px;
        width: 100%;
    }

    .modal__body {
        padding-inline: 0;
    }
}

@media (width < 580px) {
    .profile__item {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 16px;
    }
}

@media (width < 480px) {
    .preference__list {
        grid-template-columns: 1fr;
    }

    .preference__item:before {
        content: none;
    }

    .preference__item:nth-child(2):after {
        background: linear-gradient(90deg, var(--bg-primary-color), var(--border-primary-color), var(--bg-primary-color));
        bottom: 100%;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .profile__col,
    .profile__content {
        padding-inline: 12px;
    }
}

@media screen and (width < 480px) {
    .btn_balance {
        aspect-ratio: 1;
        padding: 6px;
    }

    .btn_balance .btn__text {
        display: none;
    }

    .balance {
        padding: 6px;
    }

    .balance__action {
        margin-left: 6px;
    }

    .header__avatar-img {
        height: 42px;
        width: 42px;
    }

    .header__online {
        column-gap: 3px;
    }

    .hero__inner {
        padding-top: 60px;
    }

    .chat,
    .chat__inner {
        width: 100%;
    }
}

@media screen and (width < 400px) {
    .header__online {
        display: none;
    }
}

@media (hover: hover) and (pointer: fine) {
    .footer__link:hover {
        color: var(--text-primary-color);
        text-decoration: underline;
    }

    .menu__link:hover:before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .table__tab:hover {
        color: #fff;
    }

    .btn_balance:hover {
        background-color: var(--accent-color);
        color: var(--text-primary-color);
    }

    .btn_2fa:hover {
        box-shadow: 0 0 25px 0 #ff006880;
        color: #fff;
    }

    .btn_disabled:hover {
        background-color: #2c2c2c;
        box-shadow: none;
    }

    .btn_modal:hover {
        background-color: #53bd49;
    }

    .btn_green:hover {
        background-color: #53bd49;
    }

    .btn_pink:hover {
        background-color: #c2174a;
    }

    .btn_header:hover {
        box-shadow: 0 0 25px 0 #ff006880;
        color: #fff;
    }

    .btn_hero:hover {
        box-shadow: 0 0 25px 0 #ff006880;
        color: #fff;
    }

    .btn_after-hero:hover {
        background-color: var(--accent-color);
        color: #fff;
    }

    .btn_promotions:hover {
        background-color: var(--accent-color);
        color: #fff;
    }

    .discover__link:hover {
        color: var(--accent-color);
    }

    .profile__link:hover {
        color: #fff;
    }

    .profile__item:is(label, button):hover {
        background-color: #202020;
    }

    .profile__social:hover {
        background-color: #202020;
    }

    .social__link:hover {
        color: #fff;
    }

    .dropdown__link:not(.dropdown__link_danger):hover {
        background-color: #202020;
    }
/* 
    .dropdown__link_danger:hover {
        background-color: #e04f7b;
    } */
	
	.heading.game
{
	margin-bottom: 35px;
	
}


    .modal__copy a:hover {
        text-decoration: underline;
    }

    .modal__social:hover {
        background-color: #1e1e1e;
    }

    .modal__tab:hover {
        text-decoration: underline;
    }

    .modal__close:hover {
        color: #fff;
    }

    .modal__currency:hover {
        background-color: #2c2c2c;
    }

    .modal__privileges-btn:hover {
        background-color: #1e1e1e;
    }

    .input__append:is(button):hover {
        background-color: #3a3a3a33;
    }

    .promotions__more:hover {
        color: #7e7e7e;
    }

    .chat__close:hover {
        background-color: #fff;
        color: #414141;
    }

    .chat__send:hover {
        background-color: #fff;
        color: #414141;
    }

    .support__btn:hover {
        background-color: #fff;
        color: #414141;
    }

    .copy-area__btn:hover {
        background-color: #2c2c2c;
    }

    .connect__item:hover {
        background-color: #353535;
    }
}

.disable {
    opacity: 0.3;
}

.title404 {
    margin: 5%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.clip span2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    display: block;
}

/* Fair Game Page Styles */
.fair-game {
    display: grid;
    grid-template-areas:
        "top    right"
        "bottom right";

    grid-template-columns: 1fr 308px;
    gap: 20px;
    padding: 40px 0;
    color: #ffffff;
}

.fair-game__top {
    grid-area: top;

    display: grid;
    grid-template-columns: 308px 1fr;
    gap: 20px;
    width: 100%;
}

.fair-game__bottom {
    grid-area: bottom;

    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: start;
}


.fair-game__header {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 50px 40px;
    border-radius: 24px;

    background-color: #161616;
}

.fair-game__title {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #fff;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.fair-game__title::before {
    content: '';

    display: block;
    width: 30px;
    height: 30px;

    background-image: url("/assets/icons/info-2.svg");
}

.fair-game__subtitle {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.fair-game__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;

    padding: 22px 24px;
    border-radius: 24px;

    background-color: #161616;
}

.fair-game___client-hash {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.fair-game__input-wrapper {
    width: 100%;
}

.refer-code__wrapper {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.refer-code-ok__form {
    display: flex;
    flex-direction: column;
}

.refer-code__input-wrapper {
    width: 100%;
}

.fair-game__form-button span {
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 400;
}

.fair-game__form .input__controll {
    width: 100%;

    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 7.5px 12px;
}

.fair-game__form .input__label {
    display: flex;
    flex-direction: column;
    flex-grow: 2px;

    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
}

.fair-game__form-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fair-game__form-title {
    margin-bottom: 2px;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}

.fair-game__sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fair-game__section {
    display: flex;
    flex-direction: column;
    gap: 14px;

    padding: 24px;
    border-radius: 18px;

    background-color: #161616;
}

.fair-game__section-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
	text-align: start;
}

.fair-game__text {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.fair-game__certificates {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 16px;
    border-radius: 12px;
    background-color: #161616;
}

.fair-game__certificates-title {
    font-size: 16px;
    color: #5B5B5B;
}

.fair-game__cert-logo {
    display: flex;
    align-items: center;
}

.fair-game__right {
    grid-area: right;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fair-game__hash-grid {
    display: flex;
    flex-direction: column;

    padding: 20px 28px;
    border-radius: 22px;

    background-color: #161616;
}

.fair-game__right-header {
    display: flex;
    flex-direction: column;
    gap: 4px;

    margin-bottom: 10px;
}

.fair-game__right-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.fair-game__hash-label {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.fair-game__hash-values {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;

    margin-bottom: 26px;
}

.fair-game__hash-item span {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 32px;
    height: 32px;
    border-radius: 8px;

    color: #fff;
    font-size: 14px;
    font-weight: 400;

    background-color: #222222;
}

.fair-game__hash-item  {
grid-template-columns: repeat(6, 32px);
    display: inline-grid;

    gap: 4px;
}


.fair-game__number {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}

.fair-game__number-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    border-radius: 8px;
    padding: 8px 9px;

    color: #fff;
    font-size: 14px;
    font-weight: 500;

    background-color: #FF0068;
}

.fair-game__number-value span {
    width: 4px;
    height: 7px;
    background-image: url('/assets/icons/right.svg');
}

.fair-game__info-cards {
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 20px;
    border-radius: 22px;

    background-color: #161616;
}

.fair-game__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;

    padding: 20px 30px;
    border-radius: 18px;

    background-color: #1D1D1D;
}

.fair-game__card-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.fair-game__card-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.fair-game__gh-link {
    padding: 4px 8px;
    border-radius: 6px;


    color: #fff;
    font-size: 12px;
    font-weight: 400;

    background-color: #0066FF;
}

/* Responsive */
@media (max-width: 1024px) {
    .fair-game {
        grid-template-areas:
            "top"
            "right"
            "bottom";

        grid-template-columns: 1fr;
        gap: 12px;
    }

    .fair-game__top {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .fair-game__right {
        width: 100%;
    }

    .fair-game__hash-values {
        grid-template-columns: repeat(6, 32px);
    }

    .fair-game__bottom {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .fair-game {
        padding: 24px 0;
    }

    .fair-game__header {
        padding: 20px;
    }

    .fair-game__title,
    .fair-game__section-title,
    .fair-game__right-title {
        font-size: 21px;
    }

    .fair-game__subtitle,
    .fair-game__text,
    .fair-game__hash-label {
        font-size: 15px;
    }

    .complete__title {
        font-size: 21px;
    }
}

#notifications_new_a:hover {
    cursor: pointer;
}