/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Black.7ac18090.woff2") format("woff2"), url("/SFProDisplay-Black.f1f5e75c.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Light.7cbb2595.woff2") format("woff2"), url("/SFProDisplay-Light.2c158918.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Bold.db0a1c57.woff2") format("woff2"), url("/SFProDisplay-Bold.17581841.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Ultralight.c36919a5.woff2") format("woff2"), url("/SFProDisplay-Ultralight.6faf57d2.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Semibold.707256a6.woff2") format("woff2"), url("/SFProDisplay-Semibold.5e9405c9.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Heavy.b430bf93.woff2") format("woff2"), url("/SFProDisplay-Heavy.33f66897.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Thin.63a15a64.woff2") format("woff2"), url("/SFProDisplay-Thin.871a8a48.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Medium.85933cb2.woff2") format("woff2"), url("/SFProDisplay-Medium.548f5b65.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/SFProDisplay-Regular.2aef4171.woff2") format("woff2"), url("/SFProDisplay-Regular.3602bec1.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 10px;
}

main {
  padding-bottom: 32px;
}

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display";
  background-color: #000002;
  color: #ffffff;
}
body.overflow {
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

button {
  padding: 0;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

input:disabled {
  background-color: #444 !important;
  color: #888;
}

textarea {
  resize: vertical;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.scroll-wrap-inner {
  height: 32rem !important;
  overflow-y: scroll !important;
}

.scroll-wrap-inner::-webkit-scrollbar,
.scroll-wrap::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 4px;
}

.scroll-wrap-inner::-webkit-scrollbar-thumb,
.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #c1c6cf;
}

.Toastify__toast-body {
  font-size: 1.6rem;
}
.center-section {
  padding: 1.5rem 0;
}

.center-content {
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 900px) {
  .center-content {
    display: flex;
  }
}
.center-content .article-wrap {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .center-content .article-wrap {
    width: calc(100% - 330px);
    padding: 2.5rem 17.2rem;
  }
}

.center-bar {
  width: 330px;
  border-left: 1px solid #25282d;
  padding: 2.5rem 1.5rem;
}

.nav-wrap {
  margin-top: 3rem;
}

.art-nav {
  margin-bottom: 4rem;
}
.art-nav:last-child {
  margin-bottom: 0;
}
.art-nav__title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .art-nav__title {
    font-size: 1.8rem;
  }
}
.art-nav li {
  margin-bottom: 2rem;
}
.art-nav li:last-child {
  margin-bottom: 0;
}
.art-nav a {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  border-bottom: 1px solid transparent;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.art-nav a:hover {
  border-color: #fff;
}

.other-wrap {
  margin: 0 -0.9rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .other-wrap {
    flex-direction: row;
  }
}
.other-wrap .article {
  width: 100%;
  padding: 0 0.9rem;
  margin-bottom: 3rem;
}
@media (min-width: 500px) {
  .other-wrap .article {
    width: 50%;
  }
}
.other-wrap .article__date {
  font-size: 1.3rem;
}
.other-wrap .article__title {
  font-size: 1.8rem;
}
.other-wrap .article__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .other-wrap .article__text {
    font-size: 1.6rem;
  }
}

.article {
  margin-bottom: 5rem;
}
.article.open .article__img {
  margin-bottom: 2.5rem;
}
.article__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article:last-child {
  margin-bottom: 0;
}
.article__img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.article__img img {
  display: block;
  width: 100%;
}
.article__date {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.8rem;
}
.article__title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 2.4rem;
  }
}
.article__subtitle {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (min-width: 768px) {
  .article__subtitle {
    font-size: 2rem;
  }
}
.article__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .article__text {
    font-size: 1.8rem;
  }
}
.article__text_speech {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 1.7rem;
  border-left: 5px solid #000002;
}
.article__text:last-child {
  margin-bottom: 0;
}
.article__link {
  font-size: 1.4rem;
  color: #f7a600;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  .article__link {
    font-size: 1.6rem;
  }
}
.article__link:hover {
  border-color: #f7a600;
}
.article__info {
  margin-bottom: 3.2rem;
}
.article__info:last-child {
  margin-bottom: 0;
}
.exchange-section {
  padding: 1.5rem 0;
}
@media (min-width: 900px) {
  .exchange-section .table-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
  }
}
.exchange-section .table {
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .exchange-section .table {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
}

.table-border {
  border-radius: 1rem;
}

.last-section {
  padding: 1.5rem 0;
  padding-top: 0;
}
.last-section .table__head {
  padding: 0 1.5rem;
}
.last-section .table__body {
  padding: 0;
}
.chart-data {
  display: flex;
  width: 229px;
  min-height: 40px;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  border: 2px solid #25282d;
  border-radius: 5px;
}

.chart-data__pair {
  display: flex;
  width: 166px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: white;
}

.chart-data__pair-title {
  margin: 0 auto;
  margin-top: 13px;
  font-size: 16px;
}

.chart-data__pair-wrapper {
  position: relative;
  width: 21px;
  height: 20px;
  margin-left: 11px;
  margin-top: 13px;
}

.chart-data__pair-img-bottom {
  position: absolute;
  right: 0;
}

.chart-data__pair-img-top {
  position: absolute;
  top: 6px;
}

.__select {
  position: relative;
  margin-left: auto;
  width: 63px;
  border-left: 1px solid #3d3e46;
}

.__select--active .__select__content {
  opacity: 1;
}

.__select--active .__select__label + .__select__input + .__select__label {
  max-height: 40px;
}

.__select__title {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 7px;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 6px;
  height: 1.5px;
  transition: all 0.3s ease-out;
  background-color: #89898d;
  transform: translate(6.8px, -50%) rotate(-45deg);
  animation: none !important;
}
.__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.__select__title:hover {
  background-color: #89898d;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: #24252a;
}

.__select__content {
  position: absolute;
  top: 40px;
  left: -2.5px;
  display: flex;
  flex-direction: column;
  width: 67px;
  padding-top: 10px;
  background-color: #100f14;
  border: 2px solid #3e3e46;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.__select__input {
  display: none;
}

.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 12px;
  font-size: 16px;
  background-color: #100f14;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label:hover {
  background-color: #3e3e46 !important;
  color: #ffffff;
}

.chart-tabs .scroll-wrap-inner {
  height: 37rem !important;
}

.history-orders .operation-title {
  padding: 0 1.5rem;
  color: #f7a600;
}
.history-orders .table__field {
  margin: auto 0;
  text-align: right;
}
.history-orders .table__field span {
  text-align: right;
}
.history-orders .table__field:nth-child(1) {
  text-align: left;
}

.toast-start-deal-link {
  color: white;
  border-bottom: 2px solid white;
}
.main-section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .main-section {
    padding: 8.8rem 0 5rem;
  }
}
.main-section .main-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .main-section .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-section .info-wrap {
  margin-bottom: 3rem;
}
.main-section .info-wrap .purpose {
  width: 100%;
  padding: 0;
  margin-bottom: 2.5rem;
}
.main-section .main-list {
  margin-bottom: 2.5em;
}
.main-section .main-img {
  max-width: 580px;
  height: auto;
}
.main-section .main-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-section .table-wrap {
  margin-top: 8rem;
}
@media (min-width: 900px) {
  .main-section .table-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.main-section .table {
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .main-section .table {
    width: calc(50% - 8px);
  }
}

.register-section {
  padding: 0 0 5rem;
}
.register-section .section-title {
  margin-bottom: 3rem;
}
.register-section .register-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purpose-section {
  padding: 5rem 0;
}
.purpose-section .section-title {
  margin-bottom: 3rem;
}

.otc-section {
  padding: 1.5rem 0;
}
.otc-section .btn {
  min-width: 150px;
}

.balance-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.balance-head .operation-title {
  margin: 0.5rem 2rem 0.5rem 0;
}
.balance-head .balance {
  display: flex;
  width: auto;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  padding: 0 0.4rem;
}
.balance-head .balance svg {
  margin-top: 2px;
}
.balance-head .balance.cold {
  opacity: 0.5;
  padding-left: 20px;
  position: relative;
}
.balance-head .balance.cold:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9999 0.800003C4.67925 0.800003 3.5999 1.87935 3.5999 3.2V4.52188C2.865 5.18096 2.3999 6.13502 2.3999 7.2C2.3999 9.1884 4.0115 10.8 5.9999 10.8C7.9883 10.8 9.5999 9.1884 9.5999 7.2C9.5999 6.13502 9.13481 5.18096 8.3999 4.52188V3.2C8.3999 1.92973 7.39349 0.906934 6.14209 0.828909C6.09685 0.810687 6.04866 0.800891 5.9999 0.800003ZM5.9999 1.6C6.88805 1.6 7.5999 2.31185 7.5999 3.2V3.97813C7.11754 3.73814 6.5753 3.6 5.9999 3.6C5.42451 3.6 4.88227 3.73814 4.3999 3.97813V3.2C4.3999 2.31185 5.11175 1.6 5.9999 1.6ZM5.9999 6.4C6.4419 6.4 6.7999 6.758 6.7999 7.2C6.7999 7.4952 6.6379 7.75027 6.3999 7.88907V8.4C6.3999 8.6208 6.2207 8.8 5.9999 8.8C5.7791 8.8 5.5999 8.6208 5.5999 8.4V7.88907C5.3619 7.75067 5.1999 7.4956 5.1999 7.2C5.1999 6.758 5.5579 6.4 5.9999 6.4Z' fill='%231A2438' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.bye-sell .status-text {
  font-size: 1.7rem;
  margin-bottom: 1.4rem;
  padding-left: 1.2rem;
}
.bye-sell .main-form__wrap {
  width: auto;
}
.bye-sell .main-form__input-wrap {
  position: relative;
  width: 100%;
}
.bye-sell .main-form__input-wrap_arrow:before {
  position: absolute;
  width: 16px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L0.071797 0.25L13.9282 0.250001L7 7Z' fill='%231A2438' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.bye-sell .main-form__input {
  padding-right: 10rem;
}
.bye-sell .main-form__wrap {
  display: flex;
  flex-wrap: wrap;
}
.bye-sell .main-form__label {
  flex: none;
  font-size: 14px;
  margin-bottom: 1rem;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .bye-sell .main-form__label {
    text-align: right;
    width: 13.5rem;
    margin: 0 1rem 0 0;
  }
}
.bye-sell .main-form__field {
  justify-content: flex-end;
  margin-bottom: 1.2rem;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .bye-sell .main-form__field {
    flex-direction: row;
    align-items: center;
  }
}
.bye-sell .main-form .btn {
  margin-right: 1.2rem;
}
.bye-sell .main-form .btn-wrap_ {
  flex-grow: 1;
  display: flex;
}

.assets-section {
  padding: 1.5rem 0;
}
.assets-section .bye-sell {
  margin-top: 2.5rem;
}
.assets-section .tabs__item {
  opacity: 0.5;
  width: 50%;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .assets-section .tabs__item {
    width: 165px;
    border-radius: 3rem 3rem 0 0;
  }
}
@media (min-width: 1440px) {
  .assets-section .tabs__item {
    width: 165px;
  }
}
.assets-section .tabs__item.active {
  opacity: 1;
}

.Toastify__toast--success {
  background: #f7a600 !important;
}

.promo-text {
  font-size: 2.8rem;
}

.promo-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.promo-list__element {
  position: relative;
  font-size: 1.8rem;
  padding-left: 15px;
  margin-bottom: 0.7rem;
}
.promo-list__element::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d89430;
  border-radius: 10px;
}

.main-title__logo {
  width: 50px;
  height: 50px;
}
.main-title__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-now {
  padding-bottom: 5rem;
}

.work-now .container {
  display: flex;
  flex-direction: column;
}

.work-now__title {
  margin: 0 auto;
  font-size: 2.8rem;
}

.list-create {
  display: flex;
  margin: 0 auto;
  margin-top: 3rem;
  width: 970px;
  justify-content: space-between;
}

.list-create__element {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.list-create__element .btn {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 90%;
}

.list-create__element-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  background-color: #7f858a;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  padding-top: 14px;
  padding-left: 18.5px;
}

.list-create__element-title {
  margin: 0 auto;
  margin-top: 5rem;
  font-size: 1.7rem;
}

.list-create__element-description {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
}

.or-sign-in-up {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  padding-left: 1rem;
}

.info-wrap .btn-wrap {
  margin-top: 5px;
}
.profile-wrap {
  background-color: #100f14;
  padding-bottom: 2rem;
  min-height: calc(100vh - 9rem);
}
.profile-wrap .chat__list-wrap, .profile-wrap .chat__content {
  width: 100%;
}
@media (min-width: 768px) {
  .profile-wrap .chat__list-wrap, .profile-wrap .chat__content {
    max-width: 50%;
  }
}
.profile-wrap .chat__list {
  max-width: 100%;
  margin-bottom: 1rem;
}
.profile-wrap .chat__item {
  justify-content: space-between;
}
.profile-wrap .main-form__label {
  flex: none;
  width: 70px;
  margin-right: 1.5rem;
}
.profile-wrap .main-form__field {
  margin-bottom: 1rem;
}
.profile-wrap .main-form .btn {
  margin-top: 1.5rem;
  min-width: 20rem;
}

.profile-footer {
  padding: 0 1.5rem;
}
.program-content {
  background-color: #100f14;
  padding: 2.4rem 1.6rem;
}
.program-content .operation-title {
  margin-bottom: 3rem;
}

.program {
  width: 100%;
  margin-bottom: 3rem;
}
.program__wrap {
  display: flex;
}
.program__qr-wrap {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.program__qr-wrap .program__link-wrap {
  margin-bottom: 1.5rem;
}
.program__qr {
  width: 19rem;
  height: 19rem;
  flex: none;
  margin-right: 1.5rem;
  display: none;
}
@media (min-width: 1024px) {
  .program__qr {
    display: block;
  }
}
.program__qr img,
.program__qr canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.program__number {
  flex: none;
  width: 40px;
  height: 40px;
  word-spacing: nowrap;
  border: 2px solid #858488;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #858488;
  margin-right: 1.2rem;
  padding: 0.8rem 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program__info {
  display: flex;
  flex-direction: column;
}
.program__link {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.program__link:last-child {
  margin-bottom: 0;
}
.program__link-title {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.program__link-wrap {
  padding: 0.8rem 1.2rem;
  background: #000002;
  border: 1px solid #25282d;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
}
.program__link-text {
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 1rem;
  word-break: break-all;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .program__link-text {
    font-size: 1.4rem1 0.5rem;
  }
}
@media (min-width: 1024px) {
  .program__link-text {
    font-size: 1.4rem;
  }
}
.program__link-copy {
  margin-left: auto;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
}
.program__link-copy svg {
  width: 100%;
  height: 100%;
  fill: #f7a600;
}
.program__link-copy:hover {
  transform: scale(1.2);
}
.program .base-text {
  margin: auto 0;
}
.program-wrap .program:nth-child(2) .base-text {
  margin-bottom: auto 0;
}

.link-referrer__wrap {
  flex-direction: column;
}
.btn {
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  border-radius: 4px;
  min-width: 20rem;
  padding: 1.1rem 2rem;
  border: 2px solid transparent;
  transition: opacity 0.3s;
}
.btn.small {
  min-width: auto !important;
  padding: 0.5rem 1rem;
}
.btn.primary {
  background-color: transparent;
  border-color: #22af73;
  color: #22af73;
}
.btn.primary:hover {
  background-color: #22af73;
  color: white;
}
.btn.secondary {
  color: #23af6f;
  border-color: #23af6f;
}
.btn.secondary:hover {
  background-color: #23af6f;
  color: white;
}
.btn.tertiary {
  color: #e64e57;
  border-color: #e64e57;
}
.btn.tertiary:hover {
  background-color: #e64e57;
  color: white;
}
.btn.fourthly {
  background-color: transparent;
  border-color: #e54e57;
  color: #e54e57;
}
.btn.fourthly:hover {
  background-color: #e54e57;
  color: white;
}
.btn.edit {
  background-color: transparent;
  border-color: #f7a600;
  color: #f7a600;
}
.btn.edit:hover {
  background-color: #f7a600;
  color: white;
}
.btn.send {
  display: flex;
  min-width: 65px !important;
  padding: 0.75rem 2rem;
  border: 2px solid #25282d;
  border-left: none;
  border-radius: 0;
  border-bottom-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.btn.send svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.btn.send:hover svg {
  fill: #f7a600;
}
.btn[disabled] {
  opacity: 0.5;
}

.signin {
  margin: auto 0;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #f7a600;
  border-bottom: 2px solid transparent;
}
.signin:hover {
  border-bottom: 2px solid #f7a600;
}

.profile {
  display: flex;
}

.profile img {
  margin: auto 0;
}

.btn-wrap {
  display: flex;
  align-items: center;
}
.btn-wrap .primary {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .btn-wrap .primary {
    margin-right: 5rem;
  }
}

.icon-spin {
  animation: icon-spin 2s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.btn-edit-ad {
  background-color: transparent !important;
  border-color: #d28000 !important;
  color: #d28000 !important;
}
.btn-edit-ad:hover {
  background-color: #d28000;
  color: white;
}

.btn-open-ad {
  background-color: transparent !important;
  border-color: #23af70 !important;
  color: #23af70 !important;
}
.btn-open-ad:hover {
  background-color: #23af70;
  color: white;
}
.chat-wrap {
  margin: -2rem -1.5rem;
}
.chat-wrap .chat {
  flex-direction: row;
}
.chat-wrap .chat__list-wrap {
  max-width: 19.5rem;
}
@media (min-width: 768px) {
  .chat-wrap .chat__list-wrap {
    max-width: 32.5rem;
  }
}
.chat-wrap .chat__item {
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__text {
    display: block;
  }
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__base-text {
    display: block;
  }
}
.chat-wrap .chat__item .chat__avatar {
  margin: 0;
}
@media (min-width: 768px) {
  .chat-wrap .chat__item .chat__avatar {
    margin-right: 1rem;
  }
}

.chat {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .chat {
    flex-direction: row;
  }
}
.chat .main-form__textarea {
  height: 4rem;
  padding: 0.9rem 5rem 0.9rem 1.2rem;
}
.chat__list {
  width: 100%;
}
.chat__list-wrap {
  width: 100%;
}
.chat__list-wrap .operation-title {
  padding: 1.5rem;
  margin: 0;
}
@media (min-width: 768px) {
  .chat__list-wrap .operation-title {
    padding: 1.5rem 1.8rem;
    border: 2px solid #212121;
    border-radius: 1rem;
    text-align: center;
  }
}
.chat__item {
  cursor: pointer;
  padding: 1.8rem;
  display: flex;
  align-items: center;
  border-top: 2px solid #000002;
  position: relative;
  border-right: 2px solid #000002;
  /*&:before {
            position: absolute;
            content: "";
            width: 2px;
            height: 100%;
            background-color: $white;
            top: 0;
            right: -2px;
            opacity: 0;
        }*/
}
.chat__item.active {
  border-right-color: white;
}
.chat__item:last-child {
  border-bottom: 2px solid #000002;
}
.chat__item.active:before {
  opacity: 1;
}
.chat__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.chat__text {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
}
.chat__verified-wrap {
  padding: 1.6rem;
  border: 1px solid #23af6f;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
}
.chat__verified-wrap .chat__base-text {
  opacity: 0.5;
}
.chat__verified-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #23af6f;
  margin-bottom: 0.5rem;
}
.chat__info-line {
  width: 100%;
  margin: 2.5px 0;
  display: flex;
  justify-content: space-between;
}
.chat__info-line .chat__text:first-child {
  margin-right: 1rem;
}
.chat__info-line .chat__base-text {
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e64e57;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 4px 3px;
  position: absolute;
  top: 3px;
  right: 3px;
}
@media (min-width: 768px) {
  .chat__count {
    position: static;
    margin: 0 0 0 1rem;
  }
}
.chat__base-text {
  font-size: 1.6rem;
  color: #fff;
}
.chat__base-text.service {
  color: #f8a600;
}
.chat__avatar {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat__message {
  padding-top: 1.5rem;
  /*&:last-child {
            margin-bottom: 0;
        }*/
}
.chat__message .chat__base-text {
  overflow-wrap: anywhere;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .chat__message .chat__base-text {
    font-size: 1.4rem;
  }
}
.chat__message .chat__base-text-file {
  text-align: right;
}
.chat__message .chat__base-text-file a {
  color: #4881ee;
}
.chat__message.my {
  margin-left: auto;
}
.chat__message.my .chat__info-line {
  justify-content: flex-end;
}
.chat__message.my .chat__message-bg {
  background-color: #100f14;
  border-radius: 10px 10px 0 10px;
  background-color: #17181d;
}
.chat__message-content {
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 560px;
  overflow: hidden;
  overflow-y: auto;
}
.chat__message-wrap {
  display: flex;
  align-items: flex-end;
}
.chat__message-bg {
  position: relative;
  border: 1px solid #000002;
  padding: 1rem;
  background: #212121;
  box-shadow: 0px 1px 1px rgba(26, 36, 56, 0.23);
  border-radius: 10px 10px 10px 0px;
}
@media (min-width: 768px) {
  .chat__message-bg {
    position: relative;
    padding: 1.4rem 1.1rem;
    padding-right: 6rem;
  }
}
.chat__message-bg .chat__text {
  font-weight: 400;
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 1.3rem;
}
.chat__message-bg .chat__info-line {
  margin: 0 0 0.5rem 0;
}
@media (max-width: 765px) {
  .chat__message-bg {
    padding-bottom: 2rem;
  }
}
.chat__content {
  display: none;
  width: 100%;
  padding: 1.5rem 0.5rem;
  background-color: #100f14;
}
@media (min-width: 768px) {
  .chat__content {
    padding: 2rem 1.5rem;
  }
}
.chat__content.active {
  display: block;
}
.chat__profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
}
.chat__profile-info .chat__base-text {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.chat__profile-label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.chat__btn-wrap {
  padding-left: 1rem;
}
.chat__btn-wrap .btn {
  display: none;
}
.chat__btn-wrap .btn.active {
  display: block;
}
.chat__btn-wrap .signin {
  display: none;
}
.chat__btn-wrap .signin.active {
  display: block;
}
.chat .chat__base-file-img {
  width: 250px;
}
.chat .chat__base-file-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.chat .chat__message--image {
  cursor: pointer;
}
.chat .chat__message--image .chat__text--time {
  display: none;
}
.chat .chat__message--image .chat__message-bg {
  padding: 0;
}
.chat .chat__message--image .chat__base-file-img:hover + .chat__text--time {
  bottom: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0.3rem;
  border-radius: 0.75rem;
  color: white;
}
.chat .chat__message--image .chat__info-line {
  margin-bottom: 0.4rem;
}
.chat .chat__text--day-time {
  position: relative;
  margin: 0 auto;
}
.chat .chat__message--consecutive {
  padding-top: 0.2rem;
}
.chat .chat__message--consecutive .chat__info-line {
  display: none;
}

.unread-marker {
  color: red !important;
  font-size: 1.3rem;
}

.chat__text--name {
  color: white;
  font-size: 1.6rem;
}

.chat__text--last-message {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
}
.deal {
  width: 100%;
}
.deal__list {
  box-sizing: border-box;
  border-radius: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.deal__list--my-otc {
  margin-left: 1.6rem;
}
.deal__item {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) {
  .deal__item {
    width: auto;
    margin-right: 0.7rem;
  }
}
.deal__item:last-child {
  margin-right: 0;
}
.deal__item.active {
  color: #ffffff;
  font-weight: 700;
  background-color: #f7a600;
}
.deal__content {
  display: none;
}
.deal__content.active {
  display: block;
}

.react-tooltip {
  color: #FFFFFF !important;
  border-radius: 8px !important;
  font-size: 1.2rem !important;
}

.filter {
  display: flex;
  padding: 0 1.6rem;
  margin-bottom: 2rem;
  align-items: center;
}
.filter .filter__title {
  margin-right: 1.4rem;
  font-size: 1.4rem;
}
.filter .filter__date-title {
  margin-right: 0.5rem;
  font-size: 1.4rem;
}
.filter .filter__form {
  display: flex;
  align-items: center;
}
.filter .filter__date-input {
  width: 98px;
  padding: 0.9rem 1.2rem;
  margin-left: 0.9rem;
  margin-right: 0.6rem;
  color: white;
  font-size: 1.4rem;
  border: 2px solid #25282d;
  border-radius: 0.8rem;
}
.filter .filter__date-input::placeholder {
  color: white;
  font-size: 1.4rem;
}
.filter .filter__amount-title {
  margin-left: 1.4rem;
  margin-right: 0.3rem;
  color: white;
  font-size: 1.4rem;
}
.filter .filter__input-min-amount,
.filter .filter__input-max-amount {
  width: 94px;
  padding: 0.9rem 1.2rem;
  margin-left: 0.9rem;
  color: white;
  font-size: 1.4rem;
  border: 2px solid #25282d;
  border-radius: 0.8rem;
}
.filter .filter__input-min-amount::placeholder,
.filter .filter__input-max-amount::placeholder {
  color: white;
  font-size: 1.4rem;
}
.filter .btn {
  margin-left: 1.4rem;
}
.filter .calendar__icon {
  width: 30px;
  height: 30px;
}
.filter .filter__wrapper-dates {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 940px) {
  .filter {
    flex-direction: column;
  }
  .filter .filter__title {
    font-size: 1.7rem;
  }
  .filter .filter__form {
    margin-top: 10px;
  }
  .filter .filter__date-title {
    font-size: 1.7rem;
  }
  .filter .filter__wrapper-dates {
    flex-direction: row-reverse;
    margin-top: 10px;
  }
  .filter .filter__date-input {
    margin: 0;
    width: 80%;
    margin-left: 10px;
  }
  .filter .filter__form {
    flex-direction: column;
  }
  .filter .filter__amount-title {
    margin-top: 10px;
    font-size: 1.7rem;
  }
  .filter .filter__input-min-amount,
  .filter .filter__input-max-amount {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .filter .edit {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}

.calendar__wrapper-day-picker {
  position: absolute;
  top: 2rem;
  z-index: 100;
  color: white;
  font-size: 1.4rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #25282d;
  border-radius: 0.8rem;
  background-color: #100f14;
}
.calendar__wrapper-day-picker .rdp-day_button {
  padding: 0.6rem 0.6rem;
  color: white;
}
.calendar__wrapper-day-picker .rdp-month {
  padding: 0.3rem;
}
.calendar__wrapper-day-picker .rdp-caption_label {
  display: none;
}
.calendar__wrapper-day-picker .rdp-dropdowns {
  padding-bottom: 0.6rem;
  padding-right: 0.6rem;
  margin-top: -2.4rem;
  text-align: right;
}
.calendar__wrapper-day-picker .rdp-months_dropdown {
  margin-right: 0.2rem;
}
.calendar__wrapper-day-picker .rdp-nav {
  margin-top: 0.4rem;
}
.calendar__wrapper-day-picker .rdp-button_next,
.calendar__wrapper-day-picker .rdp-button_previous {
  color: white;
}
.calendar__wrapper-day-picker .rdp-chevron {
  width: 20px;
  height: 20px;
  fill: white !important;
}
.calendar__wrapper-day-picker .rdp-dropdown {
  padding: 0.3rem;
  color: white;
  font-size: 1.5rem;
  background-color: rgb(24, 26, 29);
}
.calendar__wrapper-day-picker .rdp-dropdown option {
  padding: 0.3rem;
}
.calendar__wrapper-day-picker .rdp-day {
  text-align: right;
}
.footer {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  right: 0;
  width: 100%;
  z-index: 15;
  background-color: #17181d;
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer .container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.footer .logo {
  margin-bottom: 2rem;
}

.contact {
  display: flex;
  align-items: center;
  margin-left: 0.7rem;
}
@media (min-width: 1024px) {
  .contact {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 8px 6px;
  }
}
.contact:last-child {
  margin-bottom: 0;
}
.contact__title {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #8598a3;
  margin-left: 3px;
}
.contact__link {
  margin-top: 1px;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #8598a3;
  border-bottom: 1px solid transparent;
  margin-left: 2px;
}
.contact--help {
  background-color: #41351d;
}
.contact--help span {
  color: #fab228;
}
.contact--help a {
  color: #fab228;
}
.contact a {
  display: flex;
}
.contact a:hover {
  cursor: pointer;
}
.contact a span {
  margin-top: 2px;
  margin-left: 3px;
}
.contact__name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}
.contact .base-text {
  color: #ffffff;
}
.main-form__wrap {
  width: 100%;
}
.main-form__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #fff;
}
.main-form__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.main-form__text {
  font-size: 1.5rem;
  color: rgba(26, 36, 56, 0.5);
  margin-right: 1rem;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.main-form__label {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: right;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
}
.main-form__info {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(26, 36, 56, 0.5);
}
.main-form__field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-form__field_sum {
    max-width: 22.5rem;
  }
}
.main-form__field_col {
  flex-direction: column;
  align-items: flex-start;
}
.main-form__field_col .signin {
  margin-top: 1rem;
}
.main-form__field_half {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-form__field_half {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .main-form__field_half .main-form__input-wrap {
    width: calc(100% - 1.2rem) !important;
    margin: 0 0 0 auto;
  }
}
.main-form__field_half .main-form__input {
  padding-right: 5rem !important;
}
.main-form__field_repeat .signin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  max-width: 125px;
}
.main-form__field_repeat .main-form__input {
  padding-right: 150px;
}
.main-form__field_sel {
  position: relative;
}
.main-form__field_sel:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L0.071797 0.25L13.9282 0.250001L7 7Z' fill='%231A2438' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.main-form__select, .main-form__textarea, .main-form__input {
  resize: none;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 0.9rem 1.2rem;
  border: 2px solid #25282d;
  border-radius: 0.8rem;
}
.main-form__select:focus, .main-form__textarea:focus, .main-form__input:focus {
  border-color: #f7a600;
}
.main-form__select:focus + .send, .main-form__textarea:focus + .send, .main-form__input:focus + .send {
  border-color: #f7a600;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-form__select:focus + .main-form__max, .main-form__textarea:focus + .main-form__max, .main-form__input:focus + .main-form__max {
  border-color: #f7a600;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-form__select_dis, .main-form__textarea_dis, .main-form__input_dis {
  border: none;
  padding: 0.9rem 0.9rem;
}
.main-form__select::placeholder, .main-form__textarea::placeholder, .main-form__input::placeholder {
  color: #ffffff;
}
.main-form__file {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  right: 70px;
}
.main-form__file:hover svg {
  opacity: 1;
}
.main-form__file svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 0.5;
}
.main-form__max {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000002;
  border: 2px solid #25282d;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #f7a600;
  padding: 0.85rem 2rem;
  margin-left: auto;
}
.main-form__max:hover {
  background-color: #f7a600;
  color: #ffffff;
  border-color: #f7a600;
  cursor: pointer;
}
.main-form__subinfo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  right: 1.5rem;
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.25);
}
.main-form__footer {
  display: flex;
  width: 100%;
  margin-top: 1.2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .main-form__footer {
    align-items: flex-start;
    flex-direction: row;
  }
}
.main-form__footer .btn {
  margin: 0 !important;
  min-width: 15rem;
}
@media (min-width: 768px) {
  .main-form__footer .btn {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .main-form__footer .btn {
    min-width: 20rem;
  }
}
.main-form__footer .base-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .main-form__footer .base-text {
    width: 353px;
    align-items: flex-start;
    margin: 0 1.5rem 0 0;
  }
}
.main-form__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-form__qr div {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.main-form__qr__code-wrapper {
  padding: 10px;
  background-color: #f8f8f8;
  border: #bbb 1px solid;
  border-radius: 5px;
  margin-bottom: 15px;
}
.main-form__qr code {
  padding: 2px 5px;
  color: #838287;
}
.main-form .react-tel-input {
  width: 100%;
}
.main-form .react-tel-input .special-label {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.partner-content .main-block {
  width: 100% !important;
}

.qr__code-div {
  margin-left: -23px;
}

.main-from__textarea--chat {
  border-radius: 0;
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  border-right: none;
  overflow: hidden;
}
.header {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  background-color: #17181d;
  color: #ffffff;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .nav {
  position: fixed;
  display: flex;
  transition: all 0.3s ease;
  padding: 3rem 2rem;
  margin-left: auto;
  margin-right: -2.5rem;
  background-color: transparent;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  position: static;
  padding: 0;
}
@media (max-width: 425px) {
  .header .nav {
    display: none;
  }
}
.header .nav.active {
  right: 0;
}

.logo {
  display: flex;
  align-items: center;
}
.logo .contact .base-text {
  display: none;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .logo .contact .base-text {
    display: block;
  }
}

.bg-logo {
  height: 35px;
  margin-right: 3rem;
  flex: none;
}
.bg-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-nav {
  display: flex;
  justify-content: center;
}
.user-nav span {
  color: #f7a600;
  font-weight: 700;
  margin: 0 2px;
  font-size: 1.3rem;
}

.nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 425px) {
  .nav ul {
    flex-direction: row;
  }
}
.nav li {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 425px) {
  .nav li {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .nav li {
    margin-right: 3.2rem;
  }
}
.nav .calc-btn {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.nav > ul > li > a {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.nav > ul > li > a.active {
  font-weight: 700;
}
.nav > ul > li > a:hover {
  border-bottom: 1px solid #ffffff;
}

.nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 425px) {
  .nav-list {
    display: none;
  }
}
.nav-list li {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 425px) {
  .nav-list li {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .nav-list li {
    margin-right: 3.2rem;
  }
}
.nav-list > li > a {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.nav-list > li > a.active {
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}
.nav-list > li > a:hover {
  border-bottom: 1px solid #ffffff;
}

.modal-calc {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 2rem 1.6rem 1.6rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-calc.active {
  top: 200%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.modal-calc:before {
  content: "";
  position: absolute;
  top: -1.8rem;
  right: 3.4rem;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.modal-calc .main-form__field {
  margin-bottom: 1.2rem;
}
.modal-calc .main-form__label {
  margin-right: 12px;
}
.modal-calc .main-form .btn {
  margin: 2.2rem auto 0;
  display: block;
}

.burger {
  flex: none;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 30px;
  cursor: pointer;
  z-index: 17;
}
@media (min-width: 425px) {
  .burger {
    display: none;
  }
}
.burger.active span:nth-child(1) {
  width: 31px;
  transform: rotate(45deg);
  top: 9px;
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  width: 31px;
  transform: rotate(-45deg);
  bottom: 9px;
}
.burger span {
  transition: all 0.3s ease;
  width: 100%;
  height: 3px;
  position: relative;
  background-color: #ffffff;
  border-radius: 25px;
}
.burger span:nth-child(1) {
  width: 15.5px;
  margin-bottom: 6px;
}
.burger span:nth-child(2) {
  width: 31px;
}
.burger span:nth-child(3) {
  width: 21.7px;
  margin-top: 6px;
}

.language-selector {
  width: 70px;
}
.language-selector:hover {
  cursor: pointer;
}
.language-selector .language-select__control {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.language-selector .language-select__value-container {
  width: 100%;
  height: 100%;
}
.language-selector .language-select__indicator {
  display: none;
}
.language-selector .language-select__indicator-separator {
  display: none !important;
}
.language-selector .language-select__placeholder {
  display: flex;
  cursor: pointer;
}
.language-selector .language-select__placeholder svg {
  margin: 0 auto;
}
.language-selector .language-select__menu {
  width: 80px;
  background-color: #100f14;
  border: 2px solid #3e3e46;
  border-radius: 5px;
  padding: 0.5rem 0;
}
.language-selector .language-select__option {
  cursor: pointer;
  font-size: 13px !important;
  text-align: center;
  padding: 0.8rem;
}
.language-selector .language-select__option:hover, .language-selector .language-select__option:focus {
  cursor: pointer;
  background-color: #3e3e46 !important;
  color: #ffffff;
}

.wrapper-nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  padding: 0 20px;
  flex-direction: column;
  background-color: black;
  z-index: 16;
}
.wrapper-nav-mobile .nav-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapper-nav-mobile .nav-list li {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.wrapper-nav-mobile .nav-list > li > a {
  font-size: 1.6rem;
}
.wrapper-nav-mobile .nav {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.wrapper-nav-mobile .user-nav, .wrapper-nav-mobile .language-selector {
  align-items: center;
  margin: 0 auto;
}

.wrapper-nav-mobile--active {
  display: flex;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.mask.active {
  opacity: 1;
  pointer-events: all;
}
.mask .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31rem;
  padding: 1.5rem;
  max-height: calc(100vh - 3rem);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
}
.mask .modal__wrap {
  width: 100%;
  padding: 2.4rem 1.6rem 1.6rem;
  background: #100f14;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
}
.mask .modal .main-form__field {
  margin-bottom: 1.2rem;
}
.mask .modal .main-form__label {
  margin-right: 12px;
}
.mask .modal .main-form .btn {
  display: block;
  width: 100%;
  margin-top: 2.2rem;
}

.sign-in-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.sign-in-nav .sign-in-no-account__text {
  font-size: 1.5rem;
  color: white;
  margin-right: 1rem;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.sign-in-nav .signin {
  font-size: 1.5rem;
}

.model .main-form__input {
  background-color: transparent !important;
  border: 2px solid #25282d !important;
}

.custom-telegram-button {
  margin-left: 30px;
  width: 50px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  /* border-radius: 8px; */
  cursor: pointer;
}
.main-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-content.column {
  flex-direction: column;
}
.main-content.column .main-block {
  width: 100%;
  padding: 0;
}
.main-content.column .main-block:first-child {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #25282d;
}
.main-content.column .main-block:first-child:after {
  display: none;
}

.operation-head .main-form__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .operation-head .main-form__wrap {
    flex-wrap: nowrap;
  }
}
.operation-head .main-form__field {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .operation-head .main-form__field {
    margin: 0 1.5rem 0 0;
  }
}

.create-wrap .main-form__wrap {
  display: flex;
  flex-direction: column;
}
.create-wrap .main-form__field {
  margin-bottom: 1.2rem;
}
.create-wrap .main-form__label {
  margin-right: 1.2rem;
  max-width: 120px;
  width: 100%;
}
.create-wrap .main-form__textarea {
  height: 120px;
}
.create-wrap .btn-wrap {
  margin-top: 1.2rem;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .create-wrap .btn-wrap {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.create-wrap .btn-wrap .primary {
  min-width: 20rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .create-wrap .btn-wrap .primary {
    margin: 0 0 0 6rem;
  }
}

.main-block {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .main-block {
    width: 50%;
    margin: 0;
  }
}
.main-block:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #25282d;
  top: 0;
  right: -1px;
  display: none;
}
@media (min-width: 768px) {
  .main-block:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-block:first-child {
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) {
  .main-block:last-child {
    font-size: 1.8rem;
    padding-left: 1.6rem;
    border: 3px solid #27292c;
    padding-top: 2rem;
    border-top: 0;
    /* padding-right: 1.6rem; */
    border-bottom: 0;
    border-right: 0;
  }
}
.main-block:last-child:after {
  display: none;
}

.profile-wrap .main-block:last-child {
  border: 0;
}

.main-content--exchange .main-block:last-child {
  padding-top: 0;
  border-top: 0;
  border-radius: 0;
}

.operation-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}
.operation-title.small {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .operation-title.small {
    font-size: 1.8rem;
  }
}

.operation-wrap {
  padding-right: 0.5rem;
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__title {
    display: none;
  }
}
.operation-wrap.row-head .operation__block {
  text-align: right;
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block {
    flex: none;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(1) {
    width: 18rem;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(2) {
    width: 12rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(3) {
    width: 26.5rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(4) {
    width: 17rem;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block:nth-child(5) {
    width: 30rem;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .operation-wrap.row-head .operation__block .operation__value_sub {
    margin-left: 10px;
  }
}

.operation {
  width: 100%;
  background-color: #000002;
  transition: all 0.3s ease;
  border: 1px solid #25282d;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 12px;
}
.operation:hover {
  background-color: #25282d;
}
.operation_head {
  padding-top: 1.4rem;
  display: none;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .operation_head {
    display: block;
  }
}
.operation_head .operation__wrap {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .operation_head .operation__title {
    display: block !important;
  }
}
.operation_head .operation__block {
  flex: none;
  padding-right: 2.5rem;
  padding-bottom: 1rem;
}
.operation_head .operation__block:nth-child(1) {
  width: 18rem;
  text-align: left;
}
.operation_head .operation__block:nth-child(2) {
  width: 12rem;
}
.operation_head .operation__block:nth-child(3) {
  width: 26.5rem;
}
.operation_head .operation__block:nth-child(3) span {
  margin: 0 auto;
}
.operation_head .operation__block:nth-child(4) {
  width: 17rem;
}
.operation_head .operation__block:nth-child(4) span {
  margin: 0 auto;
}
.operation_head .operation__block:nth-child(5) {
  width: 30rem;
}
.operation_head .operation__block:nth-child(5) span {
  margin: 0 auto;
}
.operation_head .operation__block:nth-child(1) .operation__title {
  text-align: left;
}
.operation .operation__block:nth-child(1) .operation__value {
  text-align: center;
}
.operation p,
.operation span {
  letter-spacing: 0.03em;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
}
.operation__wrap {
  padding: 1rem 1rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .operation__wrap {
    padding: 1.6rem 1.8rem;
  }
}
.operation__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .operation__block {
    padding-bottom: 1.6rem;
  }
}
.operation__title {
  font-weight: 500;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.4rem;
}
.operation__value {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
.operation__value_sub {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.operation__status {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.operation__btn-wrap {
  margin: auto 0 10px auto;
}
.operation__btn-wrap_func .btn:not(:last-child) {
  margin-right: 1rem;
}

.row-head .operation__block {
  margin: auto 0;
  padding: 0;
}
.row-head .operation__btn-wrap {
  margin: 0;
  margin-left: auto;
}

.my-ad .operation__block {
  text-align: right;
}
.my-ad .operation__block:nth-child(1) {
  width: 10rem;
}
.my-ad .operation__block:nth-child(2) {
  width: 14rem;
}
.my-ad .operation__block:nth-child(3) {
  width: 9rem;
}
.my-ad .operation__block:nth-child(4) {
  width: 18rem;
}
.my-ad .operation__block:nth-child(5) {
  width: 9rem;
  padding-right: 0;
}

.direction-select {
  width: 100%;
}

.direction-select__control {
  width: 100%;
  padding: 1.2rem;
  background-color: #100f14 !important;
  border: 2px solid #25292c !important;
  border-radius: 0.4rem;
}
.direction-select__control:hover {
  cursor: pointer;
  border: 2px solid #f5a700 !important;
}

.direction-select__indicator {
  color: #919294 !important;
}

.direction-select__single-value {
  color: white !important;
  font-family: "SF Pro Display";
  font-size: 14px !important;
}

.direction-select__value-container {
  color: white;
  font-family: "SF Pro Display" !important;
  font-size: 14px !important;
}

.direction-select__indicator-separator {
  display: none;
}

.direction-select__menu {
  background-color: #100f14 !important;
  font-size: 14px !important;
  border: 2px solid #3e3e46 !important;
  border-radius: 5px !important;
  padding: 0.8rem 0;
  margin-top: 0.8rem;
}

.direction-select__option {
  cursor: pointer;
  font-size: 14px !important;
  padding: 1.2rem;
}
.direction-select__option:hover, .direction-select__option:focus {
  background-color: #3e3e46 !important;
  color: #ffffff !important;
}

.currency-select {
  width: 100%;
}

.currency-select__control {
  width: 100%;
  padding: 1.2rem;
  background-color: #100f14 !important;
  border: 2px solid #25292c !important;
  border-radius: 0.4rem;
}
.currency-select__control:hover {
  cursor: pointer;
  border: 2px solid #f5a700 !important;
}

.currency-select__indicator {
  color: #919294 !important;
}

.currency-select__single-value {
  color: white !important;
  font-family: "SF Pro Display";
  font-size: 14px !important;
}

.currency-select__value-container {
  color: white;
  font-family: "SF Pro Display" !important;
  font-size: 14px !important;
}

.currency-select__indicator-separator {
  display: none;
}

.currency-select__menu {
  background-color: #100f14 !important;
  font-size: 14px !important;
  border: 2px solid #3e3e46 !important;
  border-radius: 5px !important;
  padding: 0.8rem 0;
  margin-top: 0.8rem;
}

.currency-select__option {
  cursor: pointer;
  font-size: 14px !important;
  padding: 1.2rem;
}
.currency-select__option:hover, .currency-select__option:focus {
  background-color: #3e3e46 !important;
  color: #ffffff !important;
}

.history .success-stock {
  text-align: right !important;
}

.my-deal-ad .operation__line {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.my-deal-ad .operation__title {
  margin-bottom: 0.6rem;
}
.my-deal-ad .btn {
  margin-top: 1.2rem;
}

.my-ad .operation__wrap {
  justify-content: flex-start;
}

.operation__block--amount {
  width: 16rem !important;
  padding-right: 1rem;
}

.operation__block--status {
  width: 9rem !important;
  padding-right: 8px !important;
}

.operation__block--commission {
  width: 10rem !important;
}

.my-ad .operation__wrap {
  justify-content: space-between;
}

.otc-index-content .main-block:last-child {
  border: 0;
}

.history-orders .table__field:nth-child(1) {
  width: 8% !important;
}
.history-orders .table__field:nth-child(3) {
  width: 15% !important;
  text-align: center;
}

.history .table__field:nth-child(3) {
  text-align: right;
}

.no-ads {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-right: 30%;
  padding-left: 1.5rem;
}

.no-assets {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.otc-index-content .operation-title {
  color: #f7a600;
}
.otc-index-content .operation__block:first-child .operation__value {
  text-align: left;
}

.program__qr-wrap .red {
  margin-bottom: 1rem !important;
}

.no-my-ads {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.main-block--withdrawal {
  margin-top: 3px;
  padding-top: 0 !important;
}
.main-block--withdrawal .table__head {
  justify-content: flex-start;
}
.main-block--withdrawal .table__row {
  justify-content: flex-start;
}
.main-block--withdrawal .table__row .table__field:nth-child(4),
.main-block--withdrawal .table__head .table__field:nth-child(4) {
  text-align: right;
}
.main-block--withdrawal .table__row .table__field:nth-child(4) span,
.main-block--withdrawal .table__head .table__field:nth-child(4) span {
  text-align: right;
}

@media (max-width: 768px) {
  .otc-index-content .operation__wrap {
    justify-content: center;
  }
  .otc-index-content .operation__wrap .operation__block {
    width: 110px;
    margin: 10px 0;
  }
  .otc-index-content .operation__wrap .operation__value {
    text-align: center !important;
  }
  .otc-index-content .operation__btn-wrap {
    margin-left: 0;
  }
  .my-ad .operation__wrap {
    justify-content: center;
  }
  .my-ad .operation__wrap .operation__block {
    width: 110px;
    margin: 10px 0;
  }
  .my-deal-ad .operation__wrap {
    justify-content: center;
  }
  .my-deal-ad .operation__wrap .operation__block {
    width: 110px;
    margin: 10px 0;
  }
}
.purpose-content {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .purpose-content {
    margin-bottom: 10rem;
  }
}

.purpose-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1.7rem;
}

.purpose {
  width: 100%;
  padding: 0 1.7rem 2rem;
}
@media (min-width: 1024px) {
  .purpose {
    width: 32.33%;
  }
}
.purpose__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.purpose__img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
}
.purpose__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purpose__title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .purpose__title {
    font-size: 2.4rem;
  }
}
.purpose__list li {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .purpose__list li {
    font-size: 1.8rem;
  }
}
.purpose__list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #f7a600;
}
.purpose__list li:last-child {
  margin-bottom: 0;
}
.svg-wrap {
  height: 0;
  width: 0;
  overflow: hidden;
}

svg {
  transition: all 0.3s ease;
}
.table {
  overflow: hidden;
  overflow-x: auto;
  background-color: #100f14;
}
.table__wrap {
  padding: 0 0 2.4rem;
}
.table.glass {
  overflow-x: hidden;
}
.table.glass .table__head > div,
.table.glass .table__row > div {
  width: 20%;
  padding-right: 0.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 370px) {
  .table.glass .table__head > div,
  .table.glass .table__row > div {
    padding-right: 1rem;
  }
}
.table.glass .table__head > div:last-child,
.table.glass .table__row > div:last-child {
  padding-right: 0;
}
@media (max-width: 500px) {
  .table.glass .table__head > div,
  .table.glass .table__row > div {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .table.glass .table__head span,
  .table.glass .table__row span {
    font-size: 1rem;
  }
}
@media (max-width: 370px) {
  .table.glass .table__head span,
  .table.glass .table__row span {
    font-size: 0.9rem;
  }
}
.table.glass .table__body {
  height: 23.5rem;
}
@media (max-width: 500px) {
  .table.glass .table__field:nth-child(4) {
    display: none;
  }
}
.table.exchange .table__head > div,
.table.exchange .table__row > div {
  width: 10%;
  padding-right: 1rem;
}
.table.exchange .table__head > div:last-child,
.table.exchange .table__row > div:last-child {
  padding-right: 0;
}
.table.exchange .table__body {
  padding: 0;
  height: calc(100vh - 24rem);
}
.table.exchange .table__wrap {
  min-width: 600px;
}
.table.deal .table__head,
.table.deal .table__row {
  padding: 0;
}
.table.deal .table__head > div,
.table.deal .table__row > div {
  width: 16.66%;
  padding-right: 1rem;
}
.table.deal .table__head > div:last-child,
.table.deal .table__row > div:last-child {
  padding-right: 0;
}
.table.deal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.deal .table__wrap {
  min-width: 800px;
}
.table.deal-active .table__head,
.table.deal-active .table__row {
  padding: 0 1.6rem;
}
.table.deal-active .table__head > div,
.table.deal-active .table__row > div {
  text-align: center;
  width: 12%;
  padding-right: 1rem;
}
.table.deal-active .table__head > div:first-child span,
.table.deal-active .table__row > div:first-child span {
  padding-right: 0;
  text-align: left;
}
.table.deal-active .table__head > div span,
.table.deal-active .table__row > div span {
  text-align: center;
}
.table.deal-active .table__head > div:last-child,
.table.deal-active .table__row > div:last-child {
  padding-right: 0;
  text-align: right;
}
.table.deal-active .table__head > div:last-child span,
.table.deal-active .table__row > div:last-child span {
  text-align: right;
}
.table.deal-active .table__head > div:first-child,
.table.deal-active .table__row > div:first-child {
  padding-right: 0;
  text-align: left;
}
.table.deal-active .table__head .table__field--id,
.table.deal-active .table__row .table__field--id {
  width: 5%;
}
.table.deal-active .table__head .table__field--date-and-time,
.table.deal-active .table__row .table__field--date-and-time {
  text-align: center;
}
.table.deal-active .table__head .table__field--transfer-amount,
.table.deal-active .table__row .table__field--transfer-amount {
  width: 12%;
}
.table.deal-active .table__head .table__field--get-balance,
.table.deal-active .table__row .table__field--get-balance {
  width: 15%;
}
.table.deal-active .table__head .table__field--seller,
.table.deal-active .table__row .table__field--seller {
  text-align: center;
}
.table.deal-active .table__head .table__field--commission,
.table.deal-active .table__row .table__field--commission {
  width: 7%;
}
.table.deal-active .table__head .table__field--commission-plus,
.table.deal-active .table__row .table__field--commission-plus {
  color: #e64e57;
}
.table.deal-active .table__head .table__field--commission-minus,
.table.deal-active .table__row .table__field--commission-minus {
  color: #23af6f;
}
.table.deal-active .table__head .table__field--buyer,
.table.deal-active .table__row .table__field--buyer {
  text-align: center;
}
.table.deal-active .table__head .table__field--status,
.table.deal-active .table__row .table__field--status {
  width: 10%;
  text-align: center;
}
.table.deal-active .table__head .table__field--payment-method,
.table.deal-active .table__row .table__field--payment-method {
  width: 15%;
  text-align: center;
}
.table.deal-active .table__head .table__field--payment-method span,
.table.deal-active .table__row .table__field--payment-method span {
  text-align: center;
}
.table.deal-active .table__head .arbitration span,
.table.deal-active .table__row .arbitration span {
  color: #e64e57;
}
.table.deal-active .table__head .success span,
.table.deal-active .table__row .success span {
  color: #23af6f;
}
@media (min-width: 1024px) {
  .table.deal-active .table__head span,
  .table.deal-active .table__row span {
    font-size: 1.4rem;
  }
}
.table.deal-active .table__body {
  padding: 0;
  height: 55vh;
}
@media (min-width: 1024px) {
  .table.deal-active .table__body {
    height: calc(100vh - 26rem);
  }
}
.table.deal-active .table__wrap {
  min-width: 130rem;
}
.table.statistic .table__head,
.table.statistic .table__row {
  padding: 0;
}
.table.statistic .table__head > div,
.table.statistic .table__row > div {
  width: 25%;
  padding-right: 1rem;
}
.table.statistic .table__head > div:last-child,
.table.statistic .table__row > div:last-child {
  padding-right: 0;
}
.table.statistic .table__head {
  padding: 0 0.5rem 0 0;
}
.table.statistic .table__body {
  padding: 0;
  height: calc(100vh - 27rem);
}
.table.statistic .table__wrap {
  min-width: 500px;
}
.table.statistic .table__title {
  padding: 0;
}
.table.referal .table__head,
.table.referal .table__row {
  padding: 0;
}
.table.referal .table__head > div,
.table.referal .table__row > div {
  width: 33.33%;
  padding-right: 1rem;
}
.table.referal .table__head > div:last-child,
.table.referal .table__row > div:last-child {
  padding-right: 0;
}
.table.referal .table__head {
  padding: 0 0.5rem 0 0;
}
.table.referal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.referal .table__wrap {
  min-width: 500px;
}
.table.referal .table__title {
  padding: 0;
}
.table.assets .table__head,
.table.assets .table__row {
  padding: 0;
}
.table.assets .table__head > div,
.table.assets .table__row > div {
  width: 110px;
  padding-right: 1rem;
  text-align: right;
}
.table.assets .table__head > div:first-child,
.table.assets .table__row > div:first-child {
  width: 145px;
  text-align: left;
}
.table.assets .table__head > div:nth-child(3),
.table.assets .table__row > div:nth-child(3) {
  margin-left: 10%;
}
.table.assets .table__head > div:last-child,
.table.assets .table__row > div:last-child {
  padding-right: 0;
  margin-left: 10%;
  text-align: right;
}
.table.assets .table__head {
  padding: 0 1.6rem;
}
.table.assets .table__head > div {
  font-family: "SF Pro Display" !important;
}
.table.assets .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.assets .table__wrap {
  min-width: 500px;
}
.table.assets .table__title {
  padding: 0;
}
.table.withdrawal .table__head,
.table.withdrawal .table__row {
  padding: 0;
}
.table.withdrawal .table__head > div,
.table.withdrawal .table__row > div {
  width: 150px;
  padding-right: 1rem;
  text-align: right;
}
.table.withdrawal .table__head > div:first-child,
.table.withdrawal .table__row > div:first-child {
  min-width: 135px;
  text-align: left;
}
.table.withdrawal .table__head > div:nth-child(2),
.table.withdrawal .table__row > div:nth-child(2) {
  text-align: center;
  min-width: 280px;
}
.table.withdrawal .table__head > div:nth-child(3),
.table.withdrawal .table__row > div:nth-child(3) {
  min-width: 95px;
}
.table.withdrawal .table__head > div:last-child,
.table.withdrawal .table__row > div:last-child {
  padding-right: 0;
  text-align: right;
  min-width: 90px;
}
.table.withdrawal .code {
  text-align: center;
}
.table.withdrawal .code span {
  text-align: center;
}
.table.withdrawal .table__head {
  padding: 0 1.4rem;
}
.table.withdrawal .table__head > div {
  font-family: "SF Pro Display" !important;
}
.table.withdrawal .no-redeemed:hover {
  cursor: pointer;
}
.table.withdrawal .code span {
  font-size: 12px;
}
.table.withdrawal .table__head > div {
  text-align: center;
}
.table.withdrawal .table__head > div:nth-child(3) {
  text-align: right;
}
.table.withdrawal .table__row .success {
  text-align: center;
}
.table.withdrawal .table__row .no-redeemed {
  text-align: center;
}
.table.withdrawal .table__head {
  padding: 0 1.6rem;
}
.table.withdrawal .table__body {
  padding: 0;
  height: calc(100vh - 26rem);
}
.table.withdrawal .table__wrap {
  min-width: 500px;
}
.table.withdrawal .table__title {
  padding: 0;
}
.table.withdrawal--btc .table__head,
.table.withdrawal--btc .table__row {
  padding: 0;
}
.table.withdrawal--btc .table__head > div,
.table.withdrawal--btc .table__row > div {
  width: 18%;
  padding-right: 1rem;
  text-align: right;
}
.table.withdrawal--btc .table__head > div:nth-child(1),
.table.withdrawal--btc .table__row > div:nth-child(1) {
  width: 20%;
  text-align: left;
  font-family: Calibri;
}
.table.withdrawal--btc .table__head > div:nth-child(2),
.table.withdrawal--btc .table__row > div:nth-child(2) {
  width: 50%;
  text-align: center;
  font-family: Calibri;
}
.table.withdrawal--btc .table__head > div:nth-child(3),
.table.withdrawal--btc .table__row > div:nth-child(3) {
  width: 12%;
  font-family: Calibri;
}
.table.withdrawal--btc .table__head > div:nth-child(4),
.table.withdrawal--btc .table__row > div:nth-child(4) {
  width: 17%;
  font-family: Calibri;
}
.table.withdrawal--btc .table__head > div:last-child,
.table.withdrawal--btc .table__row > div:last-child {
  padding-right: 0;
  text-align: center;
}
.table.withdrawal--btc .table__head {
  padding: 0 1.4rem;
}
.table.withdrawal--btc .table__head > div {
  font-family: "SF Pro Display" !important;
}
.table.withdrawal--btc .table__head .table__field:nth-child(2) {
  width: 47%;
}
.table.withdrawal--btc .table__head .table__field:nth-child(3) {
  width: 11%;
}
.table__title {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  padding: 2.4rem 1.6rem 0;
}
.table__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  padding: 0 1.9rem 0 2.2rem;
}
.table__head span {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .table__head span {
    font-size: 1.3rem;
  }
}
.table__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.9rem 1.6rem !important;
}
.table__row:nth-child(2n) {
  background-color: #25282d;
}
.table__row:nth-child(2n-1) {
  background-color: rgb(24, 26, 29);
}
.table__row span {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .table__row span {
    font-size: 1.3rem;
  }
}
.table__body {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 1.2rem 0 1.6rem;
}
.table__field_row {
  display: flex;
  align-items: center;
}
.table__field_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.table__field img {
  margin-right: 1rem;
}
.table__nav {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.table__button_down {
  border: 5px solid transparent;
  border-top: 6px solid rgba(26, 36, 56, 0.5);
}
.table__button_down:hover {
  border-top: 6px solid #fff;
}
.table__button_top {
  border: 5px solid transparent;
  border-bottom: 6px solid rgba(26, 36, 56, 0.5);
  margin-bottom: 3px;
}
.table__button_top:hover {
  border-bottom: 6px solid #fff;
}
.table .warning {
  color: #e64e57;
}
.table .warning > * {
  color: #e64e57;
}
.table .success {
  color: white;
}
.table .success > * {
  color: white;
}
.table .success-stock {
  color: rgb(32, 178, 108);
  text-align: left;
}
.table .success-stock > * {
  color: rgb(32, 178, 108);
  text-align: left;
}
.table .no-redeemed {
  color: #fc9f09;
}
.table .no-redeemed > * {
  color: #fc9f09;
}
.table .info-text {
  color: rgba(26, 36, 56, 0.5);
}
.table .info-text > * {
  color: rgba(26, 36, 56, 0.5);
}

.table__field span {
  width: 100%;
  text-align: right;
}

.warning span {
  text-align: left;
}

.table__field_row span {
  text-align: left;
}

.success span {
  text-align: left;
}

.no-my-deals {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  padding-left: 1.6rem;
}

.withdrawal--btc .table__head .table__field:nth-child(2) {
  min-width: 200px !important;
}
.withdrawal--btc .table__row {
  min-width: 200px !important;
}
.tabs {
  width: 100%;
}
.tabs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .tabs__list {
    justify-content: flex-start;
  }
}
.tabs__list:after {
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.tabs__item {
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  background-color: rgba(16, 15, 20, 0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1rem;
  width: calc(50% - 2px);
  margin: 2px 0;
}
@media (min-width: 768px) {
  .tabs__item {
    width: auto;
    border-radius: 3rem 3rem 0 0;
    margin: 0;
    padding: 1rem 2rem;
  }
}
.tabs__item--active-message {
  color: #23af70;
}
.tabs__item.active {
  color: white;
  font-weight: 700;
  background: #100f14;
}
.tabs__icon {
  flex: none;
  width: 36px;
  height: 36px;
  margin-right: 0.8rem;
}
.tabs__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs__item-name {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0.4rem;
}
.tabs__item-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabs__item-line span {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.8rem;
  line-height: 1;
}
.tabs__item-line span:last-child {
  font-size: 1.3rem;
  margin: 0;
  position: relative;
}
.tabs__content {
  display: none;
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: #100f14;
  border-radius: 1rem;
  border-top-left-radius: 0;
}
.tabs__content.active {
  display: block;
}

.tabs__list--otc {
  padding-left: 9px;
}

.tabs__content--chat-otc {
  border-top-left-radius: 1rem;
}

.otc-section .tabs__content {
  border-top-left-radius: 1rem;
}
.otc-section .operation {
  border-radius: 1rem;
}

.deal__content .operation-title {
  color: #f4a800;
}
.main-title {
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .main-title {
    font-size: 4.8rem;
  }
}

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}

.base-text {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
}

.equi {
  font-weight: 500;
  margin-left: 1.2rem;
  color: rgba(255, 255, 255, 0.25);
}

.ident {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
}

.cond {
  background: transparent;
  border: 2px solid #25282d;
  border-radius: 0.4rem;
  padding: 1.2rem;
  font-size: 14px;
  width: 100%;
}

.red {
  color: #e64e57 !important;
}
.chart-data {
  display: flex;
  width: 235px;
  height: 49px;
}
.deposit-select {
  position: relative;
  width: 100%;
}

.deposit-select--active .list-deposit {
  opacity: 1;
}

.deposit-select--active .list-deposit__element-label + .list-deposit__element-input + .list-deposit__element-label {
  max-height: 40px;
}

.deposit-select__title {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 7px;
  padding: 1.2rem;
  border: 2px solid #25282d;
  border-radius: 3px;
  font-size: 14px;
  align-items: center;
}
.deposit-select__title::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 15px;
  height: 15px;
}
.deposit-select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.deposit-select__title:hover::before, .deposit-select__title:hover::after {
  background-color: #24252a;
}

.list-deposit {
  position: absolute;
  top: 39px;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #100f14;
  border: 2px solid #3e3e46;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.list-deposit__element-input {
  display: none;
}

.list-deposit__element-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 12px;
  font-size: 14px;
  background-color: #100f14;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.list-deposit__element-label:hover {
  background-color: #3e3e46 !important;
  color: #ffffff;
}

.deposit-select {
  width: 100%;
}

.deposit-select__control {
  width: 100%;
  padding: 1.2rem;
  background-color: #100f14 !important;
  border: 2px solid #25292c !important;
  border-radius: 0.4rem;
}
.deposit-select__control:hover {
  cursor: pointer;
  border: 2px solid #f5a700 !important;
}

.deposit-select__indicator {
  color: #919294 !important;
}

.deposit-select__single-value {
  color: white !important;
  font-family: "SF Pro Display";
  font-size: 14px !important;
}

.deposit-select__value-container {
  color: white;
  font-family: "SF Pro Display" !important;
  font-size: 14px !important;
}

.deposit-select__indicator-separator {
  display: none;
}

.deposit-select__menu {
  background-color: #100f14 !important;
  font-size: 14px !important;
  border: 2px solid #3e3e46 !important;
  border-radius: 5px !important;
  padding: 0.8rem 0;
  margin-top: 0.8rem;
}

.deposit-select__option {
  cursor: pointer;
  font-size: 14px !important;
  padding: 1.2rem;
}
.deposit-select__option:hover, .deposit-select__option:focus {
  cursor: pointer;
  background-color: #3e3e46 !important;
  color: #ffffff !important;
}

.withdrawal-select {
  width: 100%;
}

.withdrawal-select__control {
  width: 100%;
  padding: 1.2rem;
  background-color: #100f14 !important;
  border: 2px solid #25292c !important;
  border-radius: 0.4rem;
}
.withdrawal-select__control:hover {
  cursor: pointer;
  border: 2px solid #f5a700 !important;
}

.withdrawal-select__indicator {
  color: #919294 !important;
}

.withdrawal-select__single-value {
  color: white !important;
  font-family: "SF Pro Display";
  font-size: 14px !important;
}

.withdrawal-select__value-container {
  color: white;
  font-family: "SF Pro Display" !important;
  font-size: 14px !important;
}

.withdrawal-select__indicator-separator {
  display: none;
}

.withdrawal-select__menu {
  background-color: #100f14 !important;
  font-size: 14px !important;
  border: 2px solid #3e3e46 !important;
  border-radius: 5px !important;
  padding: 0.8rem 0;
  margin-top: 0.8rem;
}

.withdrawal-select__option {
  cursor: pointer;
  font-size: 14px !important;
  padding: 1.2rem;
}
.withdrawal-select__option:hover, .withdrawal-select__option:focus {
  cursor: pointer;
  background-color: #3e3e46 !important;
  color: #ffffff !important;
}
.info-currency-wallet {
  display: flex;
  margin-bottom: 30px;
}

.info-currency-wallet img {
  margin-top: 4px;
}

.info-currency-wallet__wrapper-balance {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.info-currency-wallet__balance {
  margin-top: 10px;
  font-size: 26px;
}

.info-currency-wallet__balance-frozen {
  margin-top: 9px;
  font-size: 20px;
  text-align: end;
  display: flex;
  justify-content: flex-end;
}

.info-currency-wallet__wrapper-currency {
  display: flex;
  flex-direction: column;
  margin-left: 35px;
  margin-top: 10px;
}

.info-currency-wallet__wrapper-currency span {
  margin-top: 3px;
  color: #858488;
  font-size: 17px;
}

/*# sourceMappingURL=/main.649a96a9.css.map */