@font-face {
  src: url("font/GalanoGrotesqueAltRegular.587b1a7b.woff2") format("woff2");
  font-family: GalanoGrotesqueAlt;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("font/GalanoGrotesqueAltSemiBold.66d517df.woff2") format("woff2");
  font-family: GalanoGrotesqueAlt;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("font/GalanoGrotesque-Bold.170e2be7.woff2") format("woff2");
  font-family: GalanoGrotesque;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("font/GalanoGrotesque-Black.8d2dcbf6.woff2") format("woff2");
  font-family: GalanoGrotesque;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-primary: "GalanoGrotesqueAlt", sans-serif;
  --font-family-secondary: "GalanoGrotesque", sans-serif;
  --content-width: 1110px;
  --content-wide: 1742px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --container-wide: calc(var(--content-wide)  + (var(--container-offset) * 2));
  --color-white: #fff;
  --color-dark-400: #1a1a1a;
  --color-gray-50: #f1f2f6;
  --color-gray-100: #b5b5b5;
  --color-gray-150: #dadada;
  --color-blue-400: #0596e8;
  --color-red-100: #fee;
  --color-gradient-main: linear-gradient(180deg, #80d0c8 0%, #0596e8 100%);
  --color-gradient-gray: linear-gradient(0deg, #ffffff4d 0%, #c3cfe24d 100%);
  --color-gradient-border: linear-gradient(var(--rotate), #dadada00 0%, #dadada 47.4%, #dadada00 100%);
  --color-aside: linear-gradient(0deg, #f5f7fa4d -49.83%, #c3cfe24d 100%);
  --shadow-ligth: 0 4px 14px #0000001a;
  --radius-main: 10px;
}

.checkbox__field:checked + .checkbox__content:after {
  opacity: 1;
}

.checkbox__field:focus + .checkbox__content:before {
  outline: 1px solid var(--color-gray-100);
  outline-offset: 1px;
}

.checkbox__field:disabled + .checkbox__content {
  opacity: .4;
  pointer-events: none;
}

.page {
  height: 100%;
  font-family: var(--font-family-primary);
  letter-spacing: -.03em;
  color: var(--color-dark-400);
  background-color: var(--color-white);
  scroll-padding-top: var(--header-height, 80px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.page__body {
  min-width: 320px;
  min-height: 100%;
}

.page--menu {
  overflow: hidden;
}

.page--menu .burger {
  transform: rotateY(180deg)translateY(-50%);
}

.page--menu .burger:before {
  background-image: url("icons/burger-close.499f02e4.svg");
}

.page--menu .burger__close {
  opacity: 1;
}

.page--menu .navigation__inner {
  left: 0;
}

@media only screen and (max-width: 576px) {
  .page {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.14286;
  }
}

.container {
  padding: 0 var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

.container--wide {
  max-width: var(--container-wide);
}

.main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
}

.main .btn {
  letter-spacing: normal;
  padding: 14px 10px;
  font-size: 18px;
  line-height: 1.22222;
}

@media only screen and (max-width: 768px) {
  .main {
    height: auto;
    flex-direction: column;
  }
}

.site-container {
  overflow-x: clip;
}

.hidden {
  display: none !important;
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.dis-scroll {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overscroll-behavior: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.text-gradient {
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
}

.tooltip {
  letter-spacing: normal;
  box-shadow: var(--shadow-ligth);
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 5px 8px 5px 20px;
  font-size: 10px;
  line-height: 1.2;
  transition-property: opacity, visibility;
  transition-duration: .1s;
  position: absolute;
}

.no-result {
  letter-spacing: normal;
  text-align: center;
  font-size: 14px;
  line-height: 1.35714;
}

.nickname {
  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.copy.copied + .tooltip {
  opacity: 1;
  visibility: visible;
}

h1 {
  text-align: center;
}

.title {
  letter-spacing: normal;
  font-size: 32px;
  line-height: 1.1875;
  font-family: var(--font-family-secondary);
  font-weight: 900;
}

@media only screen and (max-width: 1280px) {
  .title {
    letter-spacing: normal;
    font-size: 25px;
    line-height: 1;
  }
}

.title span {
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.title--secondary {
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.16667;
}

@media only screen and (max-width: 1280px) {
  .title--secondary {
    letter-spacing: normal;
    font-size: 18px;
    line-height: 1.16667;
  }
}

@media only screen and (max-width: 475px) {
  .title--secondary {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.1875;
  }
}

.title--small {
  letter-spacing: normal;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05556;
}

.numbers {
  justify-content: space-between;
  margin-bottom: 27px;
  display: flex;
}

.numbers__item {
  width: 100%;
  max-width: 145px;
  padding: 5px 0 22px;
  position: relative;
}

.numbers__item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-50);
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1180px) {
  .numbers__item:before {
    display: none;
  }
}

.numbers__item:after {
  content: "";
  width: 50px;
  height: 50px;
  background: var(--color-gradient-main);
  opacity: .1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.numbers__item > * {
  display: block;
}

@media only screen and (max-width: 1180px) {
  .numbers__item {
    max-width: none;
    padding-bottom: 0;
  }
}

.numbers__image {
  margin-top: 4px;
  margin-bottom: 1.6875rem;
  margin-left: 8px;
}

@media only screen and (max-width: 1180px) {
  .numbers__image {
    float: left;
    margin-right: 17px;
  }
}

.numbers__number {
  letter-spacing: normal;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16667;
}

.numbers__desc {
  letter-spacing: normal;
  opacity: .5;
  font-size: 14px;
  line-height: 1.14286;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .numbers {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
    display: grid;
  }
}

.deposit {
  border-radius: calc(var(--radius-main) * 2.5);
  width: 100%;
  background: var(--color-aside);
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 35px;
  margin-bottom: 28px;
  padding: 14px;
  display: grid;
}

.deposit__item {
  --rotate: 180deg;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.deposit__item:after {
  content: "";
  width: 1px;
  height: calc(100% + 28px);
  background: linear-gradient(var(--rotate), #dadada00 0%, #dadada 47.4%, #dadada00 100%);
  position: absolute;
  top: -14px;
  right: -19px;
}

@media only screen and (max-width: 475px) {
  .deposit__item:nth-child(2):after {
    display: none;
  }
}

.deposit__item:nth-child(3):after {
  display: none;
}

@media only screen and (max-width: 475px) {
  .deposit__item:nth-child(3):after {
    --rotate: 270deg;
    width: 100%;
    height: 1px;
    display: block;
  }

  .deposit__item:nth-child(3) {
    grid-column: 1 / span 2;
  }
}

.deposit__number {
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.16667;
  font-family: var(--font-family-secondary);
  font-weight: 900;
}

@media only screen and (max-width: 1180px) {
  .deposit__number {
    letter-spacing: normal;
    font-size: 19px;
    line-height: 1.26316;
  }
}

@media only screen and (max-width: 475px) {
  .deposit__number {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.1875;
  }
}

@media only screen and (max-width: 1180px) {
  .deposit__name {
    letter-spacing: normal;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 475px) {
  .deposit__name {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1;
  }

  .deposit {
    grid-template-columns: repeat(2, 1fr);
  }
}

.referal {
  border-radius: calc(var(--radius-main) * 2.5);
  width: 100%;
  background: var(--color-aside);
  padding: 21px 1.875rem 21px 1.5625rem;
}

.referal__link {
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .referal__link {
    display: block;
  }

  .referal__title {
    margin-bottom: 15px;
  }
}

.referal__item {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.referal__item:not(:last-child) {
  margin-bottom: 9px;
}

.referal__copy {
  letter-spacing: normal;
  border-radius: var(--radius-main);
  width: 100%;
  max-width: 516px;
  border: 1px solid #1a1a1a1a;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.14286;
  display: flex;
  position: relative;
}

.referal__copy-link {
  word-break: break-all;
  padding: 16px 25px 16px 20px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .referal__copy-link {
    padding: 10px;
  }
}

.referal__number {
  letter-spacing: normal;
  width: 100%;
  max-width: 50px;
  font-size: 18px;
  line-height: 1.16667;
  font-family: var(--font-family-secondary);
  text-align: left;
  font-weight: 900;
}

.referal__copy-btn {
  width: 25px;
  height: 25px;
  position: relative;
}

.referal__copy-btn:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("icons/copy.884e495e.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: -1px;
}

.referal__tooltip {
  top: -18px;
  right: -6px;
}

.referal__tooltip:before {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("icons/success-check.d052e503.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 8px;
}

.referal__list {
  width: 100%;
  max-width: 320px;
}

@media only screen and (max-width: 992px) {
  .referal {
    padding: 15px 10px;
  }
}

.own__info {
  align-items: center;
  margin-top: -3px;
  margin-bottom: 2.0625rem;
  display: flex;
}

@media only screen and (max-width: 475px) {
  .own__info {
    justify-content: space-between;
  }
}

.own__title {
  letter-spacing: normal;
  margin-right: 18px;
  font-size: 24px;
  line-height: 1;
}

@media only screen and (max-width: 475px) {
  .own__title {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.1875;
  }
}

.own__link {
  border: 1px solid var(--color-blue-400);
  border-radius: var(--radius-main);
  width: 100%;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.own__link:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("icons/money.2018e881.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.own__link > span {
  font-family: var(--font-family-secondary);
  margin-left: 1.5625rem;
}

.own__text {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.own__text:before {
  content: "";
  z-index: -1;
  width: calc(100% + 56px);
  height: 1px;
  background-color: var(--color-gray-150);
  position: absolute;
  top: 50%;
  left: -28px;
}

.own__text span {
  letter-spacing: normal;
  font-size: 18px;
  line-height: .944444;
  font-family: var(--font-family-secondary);
  letter-spacing: -.04em;
  background-color: var(--color-white);
  padding: 15px 15px 15px 10px;
  font-weight: 900;
}

.own .table__title--first {
  padding-left: 50px;
}

@media only screen and (max-width: 1180px) {
  .own .table__title--first {
    padding-left: 30px;
  }
}

.cryptomaker {
  border-radius: var(--radius-main);
  box-shadow: var(--shadow-ligth);
  padding: 3px 20px 14px 18px;
}

.cryptomaker__main {
  --rotate: 280deg;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.3125rem;
  display: flex;
  position: relative;
}

.cryptomaker__main:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(var(--rotate), #dadada00 0%, #dadada 47.4%, #dadada00 100%);
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.cryptomaker__desc {
  padding-top: 12px;
  padding-right: 8px;
}

.cryptomaker__title {
  letter-spacing: normal;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
}

.cryptomaker__item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cryptomaker__item:not(:last-child) {
  margin-bottom: 13px;
}

.cryptomaker__icon {
  min-width: 85px;
  margin-right: 10px;
  position: relative;
}

.cryptomaker__icon:before {
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  letter-spacing: normal;
  content: attr(data-number);
  z-index: 1;
  width: 62px;
  height: 62px;
  font-size: 18px;
  line-height: 1.16667;
  font-family: var(--font-family-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.cryptomaker__icon:after {
  content: "";
  width: 62px;
  height: 62px;
  background-color: #edf1f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

@media only screen and (max-width: 1180px) {
  .cryptomaker {
    padding: 5px 10px;
  }
}

.money {
  margin-top: -5px;
}

.money__title {
  margin-bottom: 16px;
}

.money__subtitle {
  letter-spacing: -.03em;
  margin-bottom: 1.625rem;
  display: block;
}

.money__list {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.875rem 1.625rem;
  margin-bottom: 2.6875rem;
  display: grid;
}

@media only screen and (max-width: 992px) {
  .money__list {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}

@media only screen and (max-width: 475px) {
  .money__list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

.money__radio {
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.money__radio-content {
  border-radius: var(--radius-main);
  width: 100%;
  min-height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.money__radio-content:before {
  content: "";
  -webkit-mask-composite: destination-out;
  border-radius: var(--radius-btn);
  background: var(--color-gradient-main) border-box;
  z-index: -1;
  border-radius: var(--radius-main);
  border: 1px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.money__radio-content span {
  font-family: var(--font-family-secondary);
  font-weight: 900;
}

.money__radio-content + span {
  letter-spacing: normal;
  color: #1a1a1a80;
  font-size: 14px;
  line-height: 1.14286;
}

.money__radio-content:hover {
  box-shadow: 0 0 4px #0000000a, 0 8px 16px #00000014;
}

@media only screen and (max-width: 475px) {
  .money__radio-content {
    height: 64px;
    min-height: auto;
    padding: 15px;
  }
}

.money__item input:checked + .money__radio > span:first-child {
  box-shadow: 0 0 4px #0000000a, 0 8px 16px #00000014;
}

.money__item--paycore .money__image {
  margin-bottom: 15px;
}

@media only screen and (max-width: 475px) {
  .money__item--paycore .money__image {
    margin-top: auto;
    margin-bottom: 10px;
  }
}

.money__item--tether .money__image {
  max-width: 145px;
}

@media only screen and (max-width: 475px) {
  .money__item--tether .money__image {
    max-width: 75px;
  }
}

.money__image {
  width: 100%;
  max-width: 170px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 475px) {
  .money__image {
    max-width: 75px;
  }
}

.money__form {
  border-radius: calc(var(--radius-main) * 2.5);
  background: var(--color-gradient-gray);
  padding: 1.8125rem 2.25rem;
}

.money__form .money__subtitle {
  margin-bottom: 10px;
}

.money__withdraw {
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-main);
  text-align: center;
  margin-bottom: 1.625rem;
  padding: 17px 33px;
  display: block;
}

.money__withdraw::placeholder {
  color: var(--color-dark-400);
}

@media only screen and (max-width: 475px) {
  .money__withdraw {
    width: 100%;
    max-width: none;
  }
}

.money__form-btn.btn {
  letter-spacing: normal;
  max-width: 260px;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
}

.history {
  margin-top: -5px;
}

.history__title {
  margin-bottom: 1.4375rem;
}

.history .table__row {
  padding: 14px 30px;
}

.history .table__title--third {
  transform: translateX(-40%);
}

.history .table p {
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.21429;
}

.account__title {
  margin-bottom: 1.5625rem;
}

.account__form {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.875rem;
  margin-bottom: 2.25rem;
  display: grid;
}

@media only screen and (min-width: 1441px) {
  .account__form {
    grid-template-columns: repeat(3, 1fr);
  }
}

.account__fieldset {
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-main);
  letter-spacing: -.03em;
  position: relative;
}

.account__fieldset:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}

.account__fieldset legend {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: var(--color-white);
  padding: 0 7px;
  font-size: 8px;
  line-height: 1.125;
  position: absolute;
  top: -6px;
  left: 13px;
}

.account__fieldset--user:before {
  width: 19px;
  height: 19px;
  background-image: url("icons/user.3c7ef02e.svg");
}

.account__fieldset--date:before {
  width: 15px;
  height: 15px;
  background-image: url("icons/calendar.6024d010.svg");
}

.account__fieldset--email:before {
  width: 18px;
  height: 18px;
  background-image: url("icons/email.264ff880.svg");
}

.account__field {
  letter-spacing: normal;
  outline-color: var(--color-blue-400);
  border-radius: var(--radius-main);
  width: 100%;
  letter-spacing: -.03em;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.1875;
}

.account__field:read-only {
  cursor: default;
  outline: none;
}

.account__password {
  width: 22px;
  height: 15px;
  background-color: #0000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.account__password:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("icons/eye.bf17150d.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.account__btn {
  width: 100%;
  max-width: 260px;
}

.codes {
  margin-bottom: 40px;
}

.codes__inner {
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .codes__inner {
    flex-direction: column;
  }
}

.codes__title {
  margin-bottom: 20px;
}

.codes__qr {
  border-radius: calc(var(--radius-main) * 2.5);
  min-width: 195px;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--color-gradient-gray);
  justify-content: center;
  align-items: baseline;
  margin-right: 20px;
  padding: 20px 10px;
  display: flex;
}

@media only screen and (max-width: 1180px) {
  .codes__qr {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.codes__cells {
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
  display: grid;
}

@media only screen and (max-width: 1280px) {
  .codes__cells {
    grid-template-columns: repeat(3, minmax(62px, 1fr));
  }
}

@media only screen and (max-width: 992px) {
  .codes__cells {
    grid-template-columns: repeat(6, minmax(62px, 1fr));
  }
}

@media only screen and (max-width: 475px) {
  .codes__cells {
    grid-template-columns: repeat(3, minmax(62px, 1fr));
  }
}

.codes__cell {
  width: auto;
  display: block;
  position: relative;
}

.codes__cell input {
  border-radius: var(--radius-main);
  width: 100%;
  text-align: center;
  padding: 17px;
  position: relative;
}

.codes__cell-label {
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-main);
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.codes__cell-label:before {
  content: "";
  -webkit-mask-composite: destination-out;
  border-radius: var(--radius-btn);
  background: var(--color-gradient-main) border-box;
  border-radius: var(--radius-main);
  opacity: 0;
  border: 1px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.codes__list {
  margin-bottom: 30px;
}

.codes__instructions {
  width: 100%;
  max-width: 613px;
}

.codes__point {
  counter-increment: security;
  min-height: 35px;
  align-items: center;
  padding-left: 53px;
  display: flex;
  position: relative;
}

.codes__point:before {
  letter-spacing: normal;
  content: counter(security);
  width: 40px;
  height: 40px;
  color: var(--color-white);
  background: var(--color-gradient-main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.18182;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.codes__point:not(:last-child) {
  margin-bottom: 25px;
}

.navigation {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 260px;
  background: var(--color-aside);
  padding: 1.9375rem 1.875rem 1.9375rem 2rem;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  .navigation__inner {
    z-index: 2;
    width: 100%;
    height: calc(100vh - 68px);
    background-color: var(--color-gray-50);
    transition: left .15s;
    position: fixed;
    top: 68px;
    left: 100%;
    overflow-y: auto;
  }

  .navigation__menu .btn {
    max-width: none;
  }

  .navigation__menu {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 40px;
  }
}

.navigation__wallet {
  border-radius: var(--radius-main);
  width: 100%;
  background-color: var(--color-white);
  margin-bottom: 18px;
}

.navigation__wallet div {
  padding: 16px 15px 21px;
}

@media only screen and (max-width: 768px) {
  .navigation__wallet {
    background-color: var(--color-gray-50);
  }
}

.navigation__wallet-number {
  letter-spacing: normal;
  border-bottom: 1px solid var(--color-gray-150);
  text-align: center;
  font-size: 12px;
  line-height: 1.16667;
}

.navigation__wallet-number span {
  display: block;
}

.navigation__wallet-number span:first-of-type {
  color: #1a1a1a80;
}

.navigation__wallet-number span:last-of-type {
  letter-spacing: normal;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16667;
}

.navigation__wallet-direction {
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.navigation__wallet-item {
  width: 100%;
  height: 45px;
  max-width: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation__wallet-item:not(:last-child) {
  margin-right: 15px;
}

.navigation__wallet-link {
  border-radius: var(--radius-main);
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.navigation__wallet-link:before {
  content: "";
  width: 15px;
  height: 21px;
  background-image: url("icons/arrow.f0a3ce32.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navigation__wallet-link--up {
  background-color: #7dcfca66;
}

.navigation__wallet-link--down {
  background-color: var(--color-red-100);
  transform: rotate(180deg);
}

.navigation__wallet-image {
  width: 100%;
  height: 21px;
  max-width: 15px;
}

.navigation__btns {
  margin-bottom: 30px;
}

.navigation__btn {
  margin-bottom: 10px;
  position: relative;
}

.navigation__btn-link {
  padding-left: 10px;
}

.navigation__btn-link span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
  transform: translateX(8px);
}

.navigation__btn-link span:before {
  content: "";
  z-index: 1;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.navigation__btn-link--account span:before {
  background-image: url("icons/user-white.a18e1038.svg");
}

.navigation__btn-link--deposit span:before {
  background-image: url("icons/make-deposit.ff41480c.svg");
}

.navigation__btn-link--withdraw span:before {
  background-image: url("icons/withdraw-white.17f02f79.svg");
}

.navigation__item {
  padding-left: 1.875rem;
  position: relative;
}

.navigation__item:before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navigation__item:not(:last-child) {
  margin-bottom: 2.375rem;
}

.navigation__item--squere:before {
  background-image: url("icons/squere.978a019f.svg");
}

.navigation__item--book:before {
  background-image: url("icons/book.6db929d8.svg");
}

.navigation__item--history:before {
  background-image: url("icons/history.932c706e.svg");
}

.navigation__item--withdraw:before {
  background-image: url("icons/withdraw.4f7fd82e.svg");
}

.navigation__item--refferals:before {
  background-image: url("icons/refferals.ecdf864a.svg");
}

.navigation__item--banner:before {
  background-image: url("icons/banner.e67d831b.svg");
}

.navigation__item--settings:before {
  background-image: url("icons/settings.49cefc8f.svg");
}

.navigation__item--shield:before {
  background-image: url("icons/shield.3310d800.svg");
}

.navigation__item--logout:before {
  background-image: url("icons/logout.28c6a145.svg");
}

@media only screen and (max-width: 768px) {
  .navigation__item {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 40px;
  }
}

.navigation__link {
  letter-spacing: normal;
  letter-spacing: -.008em;
  white-space: nowrap;
  -webkit-background-clip: text;
  background-clip: text;
  background: var(--color-dark-400);
  font-size: 17px;
  line-height: 1.17647;
  font-family: var(--font-family-primary);
  -webkit-background-clip: text;
  font-weight: 600;
  display: block;
  position: relative;
}

.navigation__link:hover, .navigation__link:focus {
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  font-family: var(--font-family-primary);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.navigation__link--active {
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.16667;
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  font-family: var(--font-family-primary);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.navigation__link--active:after {
  content: "";
  width: 6px;
  height: 100%;
  background: var(--color-gradient-main);
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: -1.6875rem;
}

@media only screen and (max-width: 1280px) {
  .navigation__link--active:after {
    right: -1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .navigation__link--active:after {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .navigation {
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .navigation {
    border-color: var(--color-gray-50);
    height: auto;
    max-width: none;
    background-color: var(--color-gray-50);
    margin-bottom: 14px;
    padding: 16px;
    position: relative;
  }
}

.munition__columns {
  grid-template-columns: minmax(620px, 3fr) minmax(200px, 1fr) minmax(285px, 1.4fr) minmax(205px, 1.4fr);
}

.burger {
  width: 24px;
  height: 24px;
  transform-style: preserve-3d;
  background-color: #0000;
  transition: transform .4s;
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.burger:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("icons/burger.1e802081.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .4s;
  position: absolute;
  top: 0;
  left: 0;
}

.burger span {
  background-color: var(--color-dark-400);
  position: absolute;
  top: 0;
  left: 0;
}

.burger__close {
  opacity: 0;
  transition: opacity .2s;
}

@media only screen and (max-width: 768px) {
  .burger {
    display: block;
  }
}

.logo {
  width: 100%;
  max-width: 160px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 768px) {
  .logo {
    margin-bottom: 0;
  }
}

.btn {
  letter-spacing: normal;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.14286;
  font-family: var(--font-family-secondary);
  text-align: center;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: #0000;
  border-width: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 17px clamp(10px, 1.125rem, 18px);
  font-weight: 600;
  display: block;
  position: relative;
}

.btn:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(45deg, #80d0c8 0%, #0596e8 59%);
  border-radius: 100px;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-gradient-main);
  opacity: 1;
  border-radius: 100px;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.btn:hover:before, .btn:focus:before {
  opacity: 1;
  visibility: visible;
}

.btn:hover:after, .btn:focus:after {
  opacity: 0;
}

@media only screen and (max-width: 475px) {
  .btn {
    margin: 0 auto;
  }
}

.content {
  width: 100%;
}

.content__wellcome {
  z-index: 1;
  border-bottom: 1px solid var(--color-gray-50);
  width: calc(100% - 260px);
  background-color: var(--color-white);
  justify-content: space-between;
  align-items: center;
  padding: 25px 2.625rem 25px 27px;
  display: flex;
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .content__wellcome {
    flex-direction: column;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .content__wellcome {
    width: 100%;
    padding: 10px;
    position: relative;
  }
}

.content__date {
  letter-spacing: normal;
  color: #1a1a1a80;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.16667;
}

.content__date span:not(:last-child) {
  margin-right: 1.875rem;
}

@media only screen and (max-width: 1180px) {
  .content__date span:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .content__date span:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .content__date span {
    justify-content: flex-start;
    display: block;
  }
}

@media only screen and (max-width: 1180px) {
  .content__date {
    flex-direction: column;
    display: flex;
  }
}

@media only screen and (max-width: 992px) {
  .content__date {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .content__date {
    letter-spacing: normal;
    font-size: 17px;
    line-height: 1.11765;
  }
}

@media only screen and (max-width: 475px) {
  .content__date {
    letter-spacing: normal;
    width: 100%;
    max-width: 300px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.16667;
    display: grid;
  }
}

@media only screen and (max-width: 992px) {
  .content__title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .content__title {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.15;
  }
}

.content__inner {
  padding-top: var(--wellcome-height);
  height: 100%;
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .content__inner {
    height: auto;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .content__inner {
    padding-top: 20px;
  }
}

.content__main.scroll {
  width: 100%;
  padding: 2.0625rem 1.75rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 1180px) {
  .content__main.scroll {
    padding: 1.25rem;
  }
}

.content__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.content__list--cryptomaker {
  margin-bottom: 2.625rem;
}

@media only screen and (max-width: 1180px) {
  .content__list--cryptomaker .cryptomaker:last-child {
    grid-column: 1 / span 2;
  }
}

@media only screen and (max-width: 475px) {
  .content__list--cryptomaker .cryptomaker:last-child {
    grid-column: auto;
  }
}

@media only screen and (max-width: 1180px) {
  .content__list--cryptomaker {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 475px) {
  .content__list--cryptomaker {
    grid-template-columns: 1fr;
  }
}

.content--deposit .form {
  margin-bottom: 0;
  padding-top: 2.625rem;
}

.content--deposit .form:before {
  top: 0;
  bottom: auto;
}

.content--deposit .form__grid {
  grid-template-columns: 320px 1fr;
  gap: 15px 40px;
}

.content--deposit .form__grid .range {
  max-width: none;
}

@media only screen and (max-width: 1280px) {
  .content--deposit .form__grid {
    gap: 15px;
  }
}

@media only screen and (max-width: 1180px) {
  .content--deposit .form__grid {
    grid-template-columns: 1fr;
    gap: 30px 15px;
  }
}

@media only screen and (max-width: 475px) {
  .content--deposit .form__grid {
    bottom: -15px;
  }
}

.content--deposit .form__item--radios {
  grid-area: auto;
}

.content--thin .content__main {
  padding: 19px 1.75rem;
}

@media only screen and (max-width: 1180px) {
  .content--thin .content__main {
    padding: 1.25rem;
  }
}

.currencies {
  border-left: 1px solid var(--color-gray-50);
  width: 100%;
  height: 100%;
  max-width: 287px;
  padding: 1.75rem 1.5625rem 1.75rem 1.25rem;
  overflow-y: auto;
}

.currencies__title {
  margin-bottom: 19px;
}

.currencies__item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.currencies__item:not(:last-child) {
  margin-bottom: 6px;
}

.currencies__item span {
  padding-top: 5px;
  display: block;
}

.currencies__name {
  margin-right: auto;
}

.currencies__ammount {
  font-family: var(--font-family-secondary);
  color: #0000;
  background: var(--color-gradient-main);
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  line-height: 1.16667;
}

.currencies__image {
  width: 100%;
  height: 40px;
  max-width: 45px;
  object-fit: contain;
  margin-right: 8px;
}

@media only screen and (max-width: 1280px) {
  .currencies {
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 992px) {
  .currencies {
    max-width: none;
  }
}

.radios {
  width: 100%;
  max-width: 260px;
  grid-template-columns: 1fr;
  gap: 23px 0;
  display: grid;
}

.radios__image {
  width: 100%;
  max-width: 16px;
  object-fit: contain;
  margin-right: 5px;
}

.radios__item input:checked + .radios__btn:after {
  opacity: 1;
  visibility: visible;
}

.radios__btn {
  cursor: pointer;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.radios__btn:before {
  content: "";
  border: 1px solid var(--color-gray-150);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.radios__btn:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-gradient-main);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 4px;
}

.radios__btn span {
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.14286;
}

.radios--list {
  grid-template-columns: repeat(2, 1fr);
  margin-left: 2.5rem;
}

@media only screen and (max-width: 1180px) {
  .radios--list {
    width: auto;
    max-width: none;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

.form {
  margin-bottom: 4.6875rem;
  position: relative;
}

.form:before {
  content: "";
  width: calc(100% + 56px);
  height: 1px;
  background-color: var(--color-gray-50);
  position: absolute;
  bottom: -2.1875rem;
  left: -1.75rem;
}

@media only screen and (max-width: 475px) {
  .form:before {
    bottom: -15px;
  }
}

.form__grid {
  grid-template-columns: 1.5fr 1.15fr;
  gap: 15px;
  margin-bottom: 29px;
  display: grid;
}

@media only screen and (min-width: 1601px) {
  .form__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1180px) {
  .form__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.form__item {
  counter-increment: form;
}

.form__item--radios {
  grid-area: 1 / 2 / 3 / 3;
}

.form__item--radios .form__title {
  max-width: 250px;
}

@media only screen and (max-width: 1180px) {
  .form__item--radios {
    grid-area: auto;
  }
}

.form__title {
  padding-top: 3px;
  padding-left: 37px;
  position: relative;
}

.form__title:before {
  letter-spacing: normal;
  content: counter(form);
  width: 30px;
  height: 30px;
  color: var(--color-white);
  background: var(--color-gradient-main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.16667;
  display: flex;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
}

.form__btn {
  letter-spacing: normal;
  max-width: 255px;
  font-size: 18px;
  line-height: 1.44444;
}

@media only screen and (max-width: 475px) {
  .form {
    margin-bottom: 30px;
  }
}

.range {
  width: 100%;
  max-width: 505px;
  position: relative;
}

.range__text {
  letter-spacing: normal;
  border: 1px solid var(--color-red-100);
  border-radius: var(--radius-main);
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  line-height: 1.1875;
}

.range__drag {
  --percent: 10%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--radius-main);
  width: 100%;
  height: 5px;
  -webkit-tap-highlight-color: transparent;
  background-image: var(--color-gradient-main);
  background-size: var(--percent) 100%;
  background-repeat: no-repeat;
  background-color: var(--color-gray-50);
  outline: none;
}

.range__drag::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--color-white);
  width: 11px;
  height: 11px;
  background: var(--color-gradient-main);
  cursor: ew-resize;
  border-radius: 50%;
}

.range__drag::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--color-white);
  width: 11px;
  height: 11px;
  background: var(--color-gradient-main);
  cursor: ew-resize;
  border-radius: 50%;
}

.range__data {
  letter-spacing: normal;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: -12px;
}

@media only screen and (max-width: 1280px) {
  .range__data span:last-child {
    display: none;
  }
}

@media only screen and (max-width: 1180px) {
  .range {
    width: auto;
    max-width: none;
  }
}

.table {
  width: 100%;
}

.table__titles {
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  justify-items: center;
  margin-bottom: 25px;
  display: grid;
}

@media only screen and (max-width: 576px) {
  .table__titles {
    display: none;
  }
}

.table__titles[data-table="3"] {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}

.table__titles[data-table="4"] {
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

.table__title {
  margin-bottom: 0;
}

.table__title--accrual {
  transform: translateX(20%);
}

.table__title--amount {
  transform: translateX(100%);
}

.table__title--first {
  justify-self: flex-start;
  margin-left: 0;
  padding-left: 30px;
}

.table__title--second {
  transform: translateX(-50%);
}

.table__title--third {
  margin-left: auto;
  padding-right: 60px;
}

@media only screen and (max-width: 1180px) {
  .table__title--third {
    padding-right: 30px;
  }
}

.table__title--history {
  justify-self: flex-start;
  padding-left: 30px;
}

.table__body {
  border-radius: calc(var(--radius-main)  + 2px);
  box-shadow: var(--shadow-ligth);
  overflow: hidden;
}

.table__body--empty .table__row--empty {
  text-align: center;
  display: block;
}

@media only screen and (max-width: 576px) {
  .table__body--empty .table__row--empty {
    display: none;
  }
}

.table__body--empty .table__row:not(.table__row--empty) {
  display: none;
}

@media only screen and (max-width: 576px) {
  .table__body--empty .table__row:not(.table__row--empty) {
    display: block;
  }

  .table__body {
    overflow: inherit;
    box-shadow: none;
    border-radius: 0;
  }
}

.table__row {
  letter-spacing: normal;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 45px 24px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: relative;
}

.table__row:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #dadada00 0%, #dadada 47.4%, #dadada00 100%);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 576px) {
  .table__row:after {
    display: none;
  }
}

.table__row span {
  margin-bottom: 0;
}

.table__row p {
  letter-spacing: normal;
  word-break: break-all;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 576px) {
  .table__row:not(:last-child) {
    margin-bottom: 10px;
  }
}

.table__row:nth-child(2n) {
  background: var(--color-aside);
}

@media only screen and (max-width: 576px) {
  .table__row:nth-child(2n) {
    background: none;
  }
}

@media only screen and (max-width: 1180px) {
  .table__row {
    letter-spacing: normal;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 1.46154;
  }
}

@media only screen and (max-width: 576px) {
  .table__row {
    letter-spacing: normal;
    border-radius: calc(var(--radius-main)  + 2px);
    box-shadow: var(--shadow-ligth);
    flex-direction: column;
    padding: 0;
    font-size: 14px;
    line-height: 1.14286;
    overflow: hidden;
  }
}

.table__cell {
  align-items: center;
  display: flex;
}

.table__cell:not(:last-child) {
  margin-right: auto;
}

@media only screen and (max-width: 576px) {
  .table__cell:not(:last-child) {
    margin: 0;
  }
}

.table__cell .table__title {
  display: none;
}

@media only screen and (max-width: 576px) {
  .table__cell .table__title {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.14286;
    display: block;
  }

  .table__cell:nth-child(2n) {
    background: var(--color-aside);
  }

  .table__cell {
    justify-content: space-between;
    padding: 10px;
  }
}

.table__cell-box {
  align-items: center;
  display: flex;
}

.table__cell-title.table__title {
  display: block;
}

@media only screen and (max-width: 576px) {
  .table__cell-title.table__title {
    font-family: var(--font-family-primary);
    font-weight: 400;
  }
}

.table__icon {
  margin-right: 8px;
}

@media only screen and (max-width: 1280px) {
  .table--large .table__titles {
    display: none;
  }

  .table--large .table__row:not(:last-child) {
    margin-bottom: 10px;
  }

  .table--large .table__row {
    letter-spacing: normal;
    border-radius: calc(var(--radius-main)  + 2px);
    box-shadow: var(--shadow-ligth);
    flex-direction: column;
    padding: 0;
    font-size: 14px;
    line-height: 1.14286;
    overflow: hidden;
  }
}

.table--large .table__cell .table__title {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .table--large .table__cell .table__title {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.14286;
    display: block;
  }

  .table--large .table__cell div {
    text-align: right;
  }
}

.table--large .table__cell:nth-child(2n) {
  background: var(--color-aside);
}

@media only screen and (min-width: 1281px) {
  .table--large .table__cell:nth-child(2n) {
    background: none;
  }
}

@media only screen and (max-width: 1280px) {
  .table--large .table__cell {
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 10px;
  }
}

.refferals__title {
  margin-bottom: 1.75rem;
}

.refferals__list {
  border-radius: calc(var(--radius-main) * 2.5);
  background: var(--color-aside);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-bottom: 1.875rem;
  display: grid;
}

@media only screen and (min-width: 1441px) {
  .refferals__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .refferals__list {
    justify-content: center;
  }
}

@media only screen and (max-width: 1180px) {
  .refferals__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media only screen and (max-width: 992px) {
  .refferals__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media only screen and (max-width: 576px) {
  .refferals__list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media only screen and (max-width: 475px) {
  .refferals__list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media only screen and (max-width: 375px) {
  .refferals__list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

.refferals__item {
  --rotate: 180deg;
  justify-content: center;
  align-items: center;
  padding: 13px 10px 18px 17px;
  display: flex;
  position: relative;
}

.refferals__item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--rotate), #dadada00 0%, #dadada 47.4%, #dadada00 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.refferals__item:last-child:before {
  --rotate: 270deg;
  width: 100%;
  height: 1px;
  display: none;
  top: 0;
}

@media only screen and (max-width: 1280px) {
  .refferals__item:last-child:before {
    display: block;
  }

  .refferals__item:last-child {
    grid-column: 1 / span 2;
  }

  .refferals__item:nth-child(2):before {
    display: none;
  }
}

@media only screen and (max-width: 475px) {
  .refferals__item {
    padding: 10px;
  }
}

.refferals__item-content {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .refferals__item-content {
    margin: 0;
  }
}

.refferals__item-name {
  letter-spacing: normal;
  width: 100%;
  max-width: 120px;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.1875;
  display: inline-block;
}

.refferals__item-name--total {
  max-width: 95px;
}

@media only screen and (max-width: 576px) {
  .refferals__item-name {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.14286;
  }
}

.refferals__image {
  width: 100%;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.refferals__image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: .1;
  background: linear-gradient(#7ecfc9 0%, #169ee4 100%);
  border-radius: 50%;
  position: absolute;
}

@media only screen and (max-width: 475px) {
  .refferals__image img {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}

.refferals__image--total {
  margin-left: 5px;
}

.refferals__image--total img {
  height: 30px;
  max-width: 20px;
  object-fit: contain;
}

@media only screen and (max-width: 475px) {
  .refferals__image--total img {
    height: 16px;
  }

  .refferals__image {
    height: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}

.refferals__item-number {
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.16667;
}

@media only screen and (max-width: 576px) {
  .refferals__item-number {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.15;
  }
}

.refferals__signups {
  margin-bottom: 1.875rem;
}

.refferals__status {
  margin-bottom: 2rem;
}

.refferals .table {
  margin-bottom: 28px;
}

.levels {
  border-radius: calc(var(--radius-main) * 2.5);
  background: linear-gradient(0deg, #ffffff4d 0%, #c3cfe24d 100%);
  flex-direction: column;
  padding: 1.875rem 2rem;
  display: flex;
}

.levels__text {
  letter-spacing: normal;
  color: #1a1a1a80;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}

.levels__list {
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.16667;
  font-family: var(--font-family-secondary);
  letter-spacing: -.03em;
  font-weight: 700;
}

.levels__item:not(:last-child) {
  margin-bottom: 15px;
}

.form-history {
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 10px 30px;
  padding-bottom: 26px;
  display: grid;
}

.form-history__box {
  grid-template-columns: 45px repeat(3, minmax(80px, 1fr));
  justify-content: start;
  align-items: center;
  gap: 15px;
  display: grid;
}

.form-history__box span {
  text-transform: capitalize;
}

@media only screen and (max-width: 1280px) {
  .form-history__box {
    grid-template-columns: 55px 80px repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .form-history__box {
    grid-template-columns: 35px 55px repeat(2, 1fr);
  }
}

.form-history__date {
  border: 1px solid var(--color-gray-50);
  border-radius: var(--radius-main);
  text-align: center;
  width: 100%;
  padding: 8px;
}

.form-history.form {
  margin-bottom: 1.9375rem;
}

.form-history.form:before {
  bottom: 0;
}

.form-history .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.form-history .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 6px;
}

@media only screen and (max-width: 1280px) {
  .form-history {
    grid-template-columns: 1fr;
  }
}

.currency {
  border-radius: calc(var(--radius-main) * 2.5);
  background: var(--color-gradient-gray);
  padding: 2.1875rem 2.375rem;
  position: relative;
}

.currency__list {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 23px 40px;
  margin-bottom: 30px;
  display: grid;
}

@media only screen and (max-width: 992px) {
  .currency__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .currency__list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .currency__list {
    grid-template-columns: 1fr;
  }
}

.currency__title {
  margin-bottom: 1.4375rem;
}

.currency__name {
  letter-spacing: normal;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 8px;
  line-height: 1.125;
  display: block;
}

.currency__info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.currency__logo {
  width: 100%;
  height: 55px;
  max-width: 110px;
  justify-content: center;
  align-items: center;
  margin-right: 21px;
  padding: 10px 14px;
  display: flex;
  position: relative;
}

.currency__logo:before {
  content: "";
  -webkit-mask-composite: destination-out;
  border-radius: var(--radius-btn);
  background: var(--color-gradient-main) border-box;
  border-radius: var(--radius-main);
  border: 1px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.currency__logo img {
  margin: 0 auto;
}

.currency__logo--ligthcoin img {
  max-width: 30px;
}

@media only screen and (max-width: 576px) {
  .currency__logo {
    max-width: none;
  }
}

.currency__code {
  letter-spacing: normal;
  border: 1px solid var(--color-gray-100);
  border-radius: var(--radius-main);
  width: 100%;
  font-size: 16px;
  line-height: 1.1875;
}

.currency__code-field {
  border-radius: var(--radius-main);
  width: 100%;
  text-transform: uppercase;
  padding: 20px 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .currency {
    background: linear-gradient(0deg, #f5f7fa4d -49.83%, #c3cfe24d 100%);
    padding: 25px 15px;
  }
}

.derect {
  border-radius: calc(var(--radius-main) * 2.5);
  background: var(--color-gradient-gray);
  padding: 36px;
}

.derect__inner {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 20px;
  display: grid;
}

@media only screen and (max-width: 475px) {
  .derect__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.derect__title {
  letter-spacing: -.03em;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .derect {
    padding: 20px;
  }
}

.scroll {
  scrollbar-color: var(--color-gradient-main);
  scrollbar-width: thin;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll::-webkit-scrollbar-track {
  background-color: var(--color-aside);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: var(--color-gradient-main);
  border-radius: 10px;
}

/*# sourceMappingURL=account.76a58686.css.map */
