.tg-button_tgButton__VFK6\+ {
  height: 100%;
  width: 100%;
}
.tg-button_tgButton__VFK6\+ svg {
  height: 64px;
  width: 64px;
}
.tg-button_tgButton__VFK6\+ svg path:first-of-type {
  fill: var(--text_primary);
}
.tg-button_tgButton__VFK6\+ svg path:last-of-type {
  fill: var(--bg_buttonUp);
}
.zd-button_zenDesk__L3iqE {
  align-items: center;
  background: var(--text_primary);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.zd-button_icon__ERhbA {
  color: var(--text_inverted);
}
.zd-button_iconUnread__cGbES {
  align-items: center;
  background: var(--special_red);
  border-radius: 20px;
  color: var(--white);
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  padding: 0 6px 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.support-button_supportButton__jMlMh {
  align-items: center;
  background: var(--bg_buttonUp);
  border: none;
  border-radius: 50%;
  bottom: 40px;
  box-shadow: 0 20px 30px #17494d26;
  cursor: pointer;
  display: flex;
  height: 64px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 80px;
  -webkit-user-select: none;
  user-select: none;
  width: 64px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .support-button_supportButton__jMlMh {
    right: 16px;
  }
}
.toasts-provider_toast__DCLye {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: -webkit-fit-content;
  height: fit-content;
  max-width: calc(100% - 48px);
  row-gap: 16px;
  width: -webkit-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .toasts-provider_toast__DCLye {
    -webkit-margin-end: 16px;
    margin-inline-end: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .toasts-provider_toast__DCLye {
    left: auto;
    right: env(safe-area-inset-right);
    top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .toasts-provider_toast__DCLye {
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 576px) {
  html[dir="rtl"] .toasts-provider_toast__DCLye {
    left: calc(env(safe-area-inset-right));
    right: auto;
  }
}
.toasts-provider_toast__DCLye.toasts-provider_dark__9o1TK .Toastify__toast {
  box-shadow: 4px 4px 16px 6px #00000047;
}
.toasts-provider_toast__DCLye .toasts-provider_close__wfab2 {
  position: absolute;
  right: 12px;
}
@media only screen and (max-width: 576px) {
  .toasts-provider_toast__DCLye .toasts-provider_close__wfab2 {
    top: 24px;
  }
}
.toasts-provider_toast__DCLye .Toastify__toast {
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 0 4px 0 #5966840f, 0 8px 24px 0 #5966841f;
  color: var(--text_primary);
  column-gap: 24px;
  display: flex;
  justify-content: space-between;
  max-width: 708px;
  min-height: 74px;
  padding: 16px 12px;
  width: auto;
}
.toasts-provider_toast__DCLye .Toastify__toast-container {
  width: -webkit-fit-content;
  width: fit-content;
}
.toasts-provider_toast__DCLye .Toastify__toast-body {
  align-items: center;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .toasts-provider_toast__DCLye .Toastify__toast-body {
    align-items: start;
  }
}
.toasts-provider_toast__DCLye .Toastify__toast-icon {
  color: var(--text_primary);
  height: 32px;
  width: 32px;
}
.toasts-provider_toast__DCLye .Toastify__slide-enter--top-left,
.toasts-provider_toast__DCLye .Toastify__slide-enter--top-right,
.toasts-provider_toast__DCLye .Toastify__slide-exit--top-left,
.toasts-provider_toast__DCLye .Toastify__slide-exit--top-right {
  animation-duration: 0.3s !important;
}
body {
  --white: #fff;
  --black: #131c26;
  --text_primary: #181d27;
  --text_secondary: #535862;
  --text_tertiary: silver;
  --text_disable: #a4a7ae;
  --text_inverted: #fafcff;
  --main: #f21818;
  --button_primary: #f21818;
  --button_secondary: #f2e6e6;
  --button_quaternary: #181d27;
  --button_quaternary_hover: linear-gradient(0deg, #ffffff14 0%, #ffffff14 100%),
    var(--button_quaternary);
  --special_red: #f2183d;
  --special_orange: #f8a532;
  --special_green: #12b76a;
  --special_blue: #5b89ff;
  --special_blue_bg1: #243766;
  --special_blue_bg2: #f2f6ff;
  --special_red_bg1: #f2b5c0;
  --special_red_bg2: #fef3f2;
  --special_green_bg: #62d99d;
  --special_green_bg1: #98d9b8;
  --special_green_bg2: #e8faf3;
  --special_orange_bg1: #f8d9ae;
  --special_orange_bg2: #fcf5ea;
  --special_purple: #7a45e5;
  --special_purple_bg1: #b7a0e5;
  --special_orange_bg3: #ffa64d0f;
  --special_green_bg3: #3ac2703d;
  --special_red_bg3: #ffa64d3d;
  --neutral_5: #efefef;
  --neutral_10: #fff;
  --neutral_20: #fdfdfd;
  --neutral_25: #fafafa;
  --neutral_30: #f5f5f5;
  --neutral_40: #e9eaed;
  --neutral_50: #d5d7da;
  --neutral_60: #a4a7ae;
  --neutral_70: #717680;
  --neutral_80: #535862;
  --neutral_90: #f5f5f5;
  --neutral_100: #e9eaeb;
  --border_primary: #e9eaeb;
  --border_secondary: #dfe3eb;
  --border_active: #181d27;
  --el_active_default: #181d27;
  --el_active_hover: #2e2f33;
  --el_active_pressed: #3d3d40;
  --el_active_disabled: #8f9197;
  --el_active_color_inside: #fff;
  --el_active_disabled_color_inside: #d5d8de;
  --el_inactive_default: #adaeb6;
  --el_inactive_hover: #8b8d93;
  --el_inactive_pressed: #828389;
  --el_inactive_disabled: #8f9197;
  --el_inactive_color_inside: #fff;
  --el_inactive_disabled_color_inside: #d5d8de;
  --modal_primary: #fff;
  --modal_bg: #12131a8a;
  --select_default: #fafafa;
  --select_hover: #f5f6f6;
  --select_item: #eaecef;
  --select_item_hover: #fafcff;
  --select_border: #e1e3e6;
  --trade_spot_blocks: #fff;
  --trade_spot_bg: #f3f3f3;
  --block_bg: #fafafa;
  --block_bg_cards: #fcfeff;
  --block_bg_cards_hover: #f4f5f6;
  --block_bg_cards_item: #f4f5f6;
  --block_bg_cards_hover_item: #0b1426;
  --block_btn: #f7f7f7;
  --block_btn_item: #f4f4f6;
  --block_btn_hover: #0b1426;
  --block_btn_item_hover: #1d1e24;
  --block_payform: #ebebeb;
  --blog_gr: linear-gradient(90deg, #f6f6f6 9.52%, #f6f6f6cc 51.27%, #f6f6f600);
  --blog_gr_rtl: linear-gradient(270deg, #f6f6f6 9.52%, #f6f6f6cc 51.27%, #f6f6f600);
  --block_gr: linear-gradient(90deg, #f6f6f6 9.52%, #f6f6f6cc 51.27%, #f4f5f600);
  --block_gr_rtl: linear-gradient(270deg, #f6f6f6 9.52%, #f6f6f6cc 51.27%, #f4f5f600);
  --bg_buttonUp: #f6f6f6;
  --table_bg: #fcfeff;
  --table_items: #f4f5f6;
  --table_hover_stroke: #f4f5f6;
  --table_hover_items: #fcfeff;
  --table_action_btn: #fff;
  --table_action_btn_hover: #131c26;
  --table_icon_default: #f4f5f6;
  --table_icon_hover: #fcfeff;
  --footer_bg: #f4f5f6;
  --footer_btn: #fcfeff;
  --footer_btn_hover: #edeeef;
  --footer_tab_bar: #fcfeff99;
  --footer_tab_bar_shadow: 0px -0.33px 0px 0px #0000004d;
  --block_shadow: 0px 0px 16px 0px #0000000a, 0px 16px 28px 0px #0000000a;
  --selected_shadow: 0px 8px 43px 0px #00000021;
  --modal_shadow: 0px 8px 58px 0px #00000029;
  --cards_shadow: 0px 0px 16px 0px #0000000a, 0px 16px 28px 0px #0000000a;
  --tooltip_shadow: 0px 0px 57px 0px #00000017, 0px 16px 47px 0px #0000000f;
  --toggle_shadow: 0px 1px 2px 0px #0000003d;
  --subheader_bg: #fcfeff;
  --bg_primary: #fff;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: local("Inter"), local("Inter_Thin"),
    url("Inter_Thin.fc0684b747b16c31d474.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  src: local("Inter"), local("Inter_ExtraLight"),
    url("Inter_ExtraLight.e77d7039183dd542c87c.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: local("Inter"), local("Inter_Light"),
    url("Inter_Light.8bf532f9824dc4402c34.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), local("Inter_Regular"),
    url("Inter_Regular.9a57fc95e3edab315ea1.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), local("Inter_Medium"),
    url("Inter_Medium.9ed9283b86b0730fa5af.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter"), local("Inter_SemiBold"),
    url("Inter_SemiBold.54528befc307f8f51ef1.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local("Inter"), local("Inter_Bold"),
    url("Inter_Bold.042dfdbde05796116292.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: local("Inter"), local("Inter_ExtraBold"),
    url("Inter_ExtraBold.a8a3ab68a503bb0d0ab8.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: local("Inter"), local("Inter_Black"),
    url("Inter_Black.394605416f541d1bc5dc.woff2") format("woff2");
}
.SnackbarContent-root {
  align-items: flex-start !important;
}
.SnackbarContainer-root {
  max-width: 40% !important;
}
@media only screen and (max-width: 768px) {
  .SnackbarContainer-root {
    max-width: calc(100% - 32px) !important;
  }
}
.SnackbarItem-message {
  align-items: flex-start !important;
  max-width: 80%;
  padding: 10px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .SnackbarItem-message {
    max-width: 80%;
  }
}
body[dir="rtl"] .SnackbarItem-action {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 16px;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.15;
}
body,
html {
  background: var(--neutral_30) !important;
  flex: 1 1;
  flex-direction: column;
  font-family: Inter, sans-serif;
  min-height: 100dvh;
}
#root,
body,
html {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
#root {
  margin: 40px 0 10px;
}
@media only screen and (max-width: 425px) {
  #root {
    margin: 40px 0 auto;
  }
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: #0000;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
ol,
ul {
  list-style: none outside none;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: none repeat scroll 0 0 #0000;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: initial;
}
.snack-close {
  color: inherit !important;
}
.test123 {
  color: gray;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: #0000;
  border: 0;
  color: var(--text_primary);
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: initial;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: none;
  border: none;
  font-family: inherit;
  outline: none;
  padding: 0;
}
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;
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: all 50000s ease-in-out 0s;
  transition: all 50000s ease-in-out 0s;
}
