:root {
  --color-primary: #644ded;
  --color-primary--rgb: 100, 77, 237;
  --color-second: #2f2b43;
  --color-second--rgb: 47, 43, 67;
  --color-success: #5cd167;
  --color-success--rgb: 92, 209, 103;
  --color-error: #f34141;
  --color-warning: #f89b2b;
  --color-warning--rgb: 248, 155, 43;
  --color-gray: #80858a;
}

.ck-editor__editable {min-height: 390px;}

* {
  box-sizing: border-box;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  font-family: "Fixel", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

.ck-content a {
text-decoration: revert;
    color: blue;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ck-content ul {
      padding: 0 40 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.body--lock {
  overflow: hidden;
}

.container {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
}

.title1,
.title2,
.title3,
.title4,
.title5,
.title6 {
  font-family: "Fixel", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.title1--unbounded,
.title2--unbounded,
.title3--unbounded,
.title4--unbounded,
.title5--unbounded,
.title6--unbounded {
  font-family: "Unbounded", sans-serif;
}

.title1--semibold,
.title2--semibold,
.title3--semibold,
.title4--semibold,
.title5--semibold,
.title6--semibold {
  font-weight: 600;
}

.title1--white,
.title2--white,
.title3--white,
.title4--white,
.title5--white,
.title6--white {
  color: #fff;
}

.title1 {
  font-size: 36px;
  letter-spacing: 0.36px;
}

.title2 {
  font-size: 32px;
  letter-spacing: 0.32px;
}

.title3 {
  font-size: 24px;
  letter-spacing: 0.24px;
}

.title4 {
  font-size: 20px;
  letter-spacing: 0.2px;
}

.title5 {
  font-size: 18px;
  letter-spacing: 0.18px;
}

.title6 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.16px;
}

.text {
  font-size: 18px;
  line-height: 1.6;
}

.text--dark-gray {
  color: #464646;
}

.text--white {
  color: #fff;
}

.text--light-gray {
  color: #dedede;
}

.btn {
  padding: 13px 37px 11px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.16px;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
}

.btn:hover {
  background-color: #5743cf;
}

.btn:focus {
  box-shadow: 0px 0px 0px 3px rgba(100, 77, 237, 0.4);
  outline: none;
}

.btn:disabled {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
  color: #a6a6a6;
  cursor: default;
}

.btn:disabled:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn__icon {
  display: block;
}

.btn__icon:first-child:not(:last-child) {
  margin-right: 12px;
}

.btn__icon:last-child:not(:first-child) {
  margin-left: 12px;
}

.btn__icon--m-8:first-child:not(:last-child) {
  margin-right: 8px;
}

.btn__icon--m-8:last-child:not(:first-child) {
  margin-left: 8px;
}

.btn__content-mobile {
  display: none;
}

.btn--second {
  background-color: var(--color-second);
}

.btn--second:hover {
  background-color: #3e3a57;
}

.btn--white {
  background-color: #fff;
  color: #000;
}

.btn--white:hover {
  background-color: #dbdbdb;
}

.btn--transparent {
  background-color: transparent;
}

.btn--transparent:hover {
  background-color: transparent;
}

.btn--black {
  background-color: #000;
  color: c #fff;
}

.btn--black:hover {
  background-color: #252525;
}

.btn--blue {
  background-color: #377be2;
}

.btn--blue:hover {
  background-color: #316ec9;
}

.btn--hover-light:hover {
  background-color: #f1f1f1;
}

.btn--shadow {
  box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
}

.btn--i-flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn--rect {
  border-radius: 12px;
}

.btn--medium {
  font-weight: 500;
}

.btn--settings {
  padding: 0;
  width: 48px;
  height: 48px;
}

.btn--settings-small {
  padding: 0;
  width: 20px;
  height: 20px;
}

.btn-like {
  padding: 10px 13px 8px;
  display: inline-flex;
  align-items: flex-start;
  background-color: #f7f7f8;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
  color: var(--color-gray);
}

.btn-like:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  background: url("../img/icons/like.svg") center/contain no-repeat;
  width: 18px;
  height: 16px;
}

.btn-like--active {
  color: var(--color-primary);
  background-color: rgba(var(--color-primary--rgb), 0.1);
}

.btn-like--active:before {
  background-image: url("../img/icons/like-fill-primary.svg");
}

.btn-reply {
  padding: 11px 13px;
  display: flex;
  align-items: center;
}

.btn-reply:before {
  content: "";
  display: inline-block;
  background: url("../img/icons/reply.svg") center/contain no-repeat;
  width: 17px;
  height: 14px;
}

.link {
  transition: color 0.3s;
}

.link:hover {
  color: var(--color-primary);
}

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

.logo__text-img {
  margin-left: 7px;
  fill: #000;
  transition: fill 0.3s;
}

.logo--white .logo__text-img {
  fill: #fff;
}

.crypto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.crypto img {
  -o-object-fit: contain;
  object-fit: contain;
}

.crypto--btc {
  background-image: linear-gradient(180deg, #f9aa4b 0%, #f7931a 100%);
}

.crypto--btc-dark {
  background-color: #272727;
}

.crypto--btc-gradient {
  background-image: linear-gradient(
    86deg,
    rgba(255, 89, 248, 0) 0%,
    #ae72ff 0%,
    #90e9ed 40.63%,
    var(--color-success--rgb) 74.77%,
    rgba(255, 238, 0, 0) 115%
  );
}

.crypto--eth {
  background-color: #7f6ee9;
}

.crypto--usdt {
  background-color: #1ba27a;
}

.crypto--dollar {
  background-color: #1a1a1a;
}

.crypto-value {
  display: flex;
  align-items: center;
  font-size: 9.3px;
  line-height: 1.2;
}

.crypto-value:before {
  content: "";
  margin-right: 5px;
  width: 5px;
  height: 7px;
}

.crypto-value--increase {
  color: #11cabe;
}

.crypto-value--increase:before {
  background: url("../img/icons/arrow-increase.svg") center/contain no-repeat;
}

.crypto-value--decrease {
  color: #fa2256;
}

.crypto-value--decrease:before {
  background: url("../img/icons/arrow-decrease.svg") center/contain no-repeat;
}

.note {
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  background-color: rgba(var(--color-warning--rgb), 0.05);
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 1.36;
  color: var(--color-warning);
}

.note:before {
  content: "";
  margin-right: 6px;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url("../img/icons/warning.svg") top/14px 14px no-repeat;
}

.status {
  padding: 8px 12px 4px;
  display: inline-block;
  font-family: "Fixel Text", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: #242533;
  border-radius: 28px;
  background-color: #e9e8fc;
}

.status--wait {
  background-color: #fcf9e8;
}

.status--cancel {
  background-color: #f8c6e4;
}

.tabs__item {
  display: none;
}

.tabs__item--active {
  display: block;
}

.user-balance {
  display: flex;
  align-items: center;
}

.user-balance__text {
  color: #000;
  line-height: 1;
}

.user-balance__text--white {
  color: #fff;
}

.user-balance__value {
  padding: 6px 12px 4px;
  border-radius: 20px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.user-balance__value:not(:first-child) {
  margin-left: 6px;
}

.load-img {
  position: relative;
}

.load-img__input {
  display: none;
}

.load-img__btn {
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2380858AFF' stroke-width='2' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  text-align: center;
  line-height: 1.375;
  cursor: pointer;
}

.load-img__btn-img {
  width: 61px;
}

.load-img__btn-text {
  margin-top: 16px;
  color: var(--color-gray);
}

.load-img__btn-select {
  margin-top: 24px;
  color: var(--color-primary);
}

.load-img__list {
  display: flex;
}

.load-img__list .scroll-content {
  display: flex;
  width: 100%;
}

.load-img__item {
  margin-top: 24px;
  margin-bottom: 16px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 164px;
  height: 164px;
  flex: 0 0 auto;
}

.load-img__item:not(:first-child) {
  margin-left: 8px;
}

.load-img__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.load-img__item-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(228, 228, 228, 0.5);
  border-radius: 50%;
}

.load-img__item-delete img {
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}

div.scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 4px;
}

div.scrollbar-track .scrollbar-thumb {
  background-color: #a3a9af;
}

.box {
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
}

.progress {
  height: 32px;
  background-color: #eeeef2;
  border-radius: 6px;
  overflow: hidden;
}

.progress__value {
  display: block;
  height: 100%;
  background: linear-gradient(91deg, var(--color-primary) 0%, #8a4ded 100%);
}

.reply-user {
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background-color: #f8f8f8;
}

.reply-user__avatar {
  margin-right: 10px;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.reply-user__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reply-user__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  color: #11142d;
}

.reply-user__label {
  margin-top: 1px;
  display: flex;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: var(--color-primary);
}

.reply-user__label:before {
  margin-right: 4.5px;
  content: "";
  display: inline-block;
  background: url("../img/icons/reply-primary.svg") center/contain no-repeat;
  width: 10px;
  height: 10px;
}

.reply-user__delete {
  margin-left: 18px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.reply-user__delete img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dropdown {
  position: relative;
}

.dropdown__main {
  position: absolute;
  top: calc(100% + 10px);
  right: 15px;
  z-index: 1;
  display: none;
}

.dropdown__settings-menu {
  width: 230px;
}

.dropdown--active .dropdown__main {
  display: block;
}

.settings-menu {
  background-color: #fff;
  border: 1px solid rgba(var(--color-second--rgb), 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(47, 43, 67, 0.1), 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset;
}

.settings-menu__link {
  width: 100%;
  padding: 10px 18px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 500;
  color: var(--color-second);
  letter-spacing: -0.16px;
  transition: background 0.3s;
}

.settings-menu__link:hover {
  background-color: rgba(var(--color-second--rgb), 0.05);
}

.settings-menu__img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__link,
.breadcrumbs__current {
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-gray);
}

.breadcrumbs__link:not(:last-child),
.breadcrumbs__current:not(:last-child) {
  position: relative;
  margin-right: 5px;
  padding-right: 9px;
}

.breadcrumbs__link:not(:last-child):after,
.breadcrumbs__current:not(:last-child):after {
  content: "/";
  position: absolute;
  margin-top: -1px;
  margin-left: 4px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: color 0.3s;
}

.message {
  display: flex;
  align-items: center;
  background-color: none;
}

.message__text {
  padding: 9px 11px 7px;
  display: flex;
  align-items: center;
  font-family: "Fixel Text", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 12px 12px 0 12px;
}

.message__text:after {
  flex: 0 0 auto;
  margin-left: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.message__text--error {
  background-color: rgba(255, 121, 121, 0.1);
  color: #ff7979;
}

.message__text--error:after {
  content: "";
  background: url("../img/icons/message-error.svg") center/contain no-repeat;
}

.message__text--success {
  background-color: rgba(var(--color-success--rgb), 0.1);
  color: var(--color-success);
}

.message__text--success:after {
  content: "";
  background: url("../img/icons/message-success.svg") center/contain no-repeat;
}

.message__delete {
  margin-left: 12px;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(228, 228, 228, 0.5);
  border-radius: 50%;
}

.message__delete img {
  width: 10px;
  height: 10px;
}

.messages {
  position: fixed;
  right: 84px;
  bottom: 94px;
  z-index: 6;
  text-align: right;
}

.messages__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.messages__item:not(:first-child) {
  margin-top: 24px;
}

.menu {
  position: relative;
  display: flex;
  align-items: center;
}

.menu__balance:not(:last-child) {
  margin-right: 27px;
}

.menu__list {
  position: absolute;
  top: 100%;
  right: -15px;
  margin-top: 50px;
  display: none;
  width: 230px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-second--rgb), 0.1);
  box-shadow: 0px 4px 8px 0px rgba(47, 43, 67, 0.1), 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset;
}

.menu__item:last-child {
  margin-top: 4px;
  padding: 5px 0 4px;
  border-top: 1px solid #dcdae2;
}

.menu__link {
  padding: 5px 16px 9px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-second);
  transition: background 0.3s;
}

.menu__link:hover {
  background-color: rgba(var(--color-second--rgb), 0.05);
}

.menu__link-icon {
  margin-top: 1px;
  margin-right: 8px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.menu__link-icon svg {
  fill: rgba(0, 0, 0, 0.4);
}

.menu__link-text {
  margin-top: 6px;
  display: inline-block;
}

.menu--black .menu__list {
  background-color: #1a1a1a;
  border: none;
  box-shadow: none;
}

.menu--black .menu__item:last-child {
  border-top-color: #353535;
}

.menu--black .menu__link {
  color: #fff;
}

.menu--black .menu__link:hover {
  background-color: rgba(var(--color-second--rgb), 0.6);
}

.menu--black .menu__link-icon svg {
  fill: rgba(255, 255, 255, 0.6);
}

.menu--active .menu__list {
  display: block;
}

.menu--active .menu-toggle__lines {
  height: 0;
}

.menu--active .menu-toggle__lines:before {
  transform: rotate(-45deg);
}

.menu--active .menu-toggle__lines:after {
  transform: rotate(45deg);
}

.menu-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle__lines {
  position: relative;
  z-index: 6;
}

.menu-toggle__lines,
.menu-toggle__lines:before,
.menu-toggle__lines:after {
  height: 2px;
  border-radius: 3px;
  background-color: #000;
  display: block;
  transform: rotate(0);
  width: 18px;
  transition: transform 0.3s, width 0.3s, background 0.3s;
}

.menu-toggle__lines:before,
.menu-toggle__lines:after {
  content: "";
  position: absolute;
  right: 0;
}

.menu-toggle__lines:before {
  transform: translateY(-7px);
}

.menu-toggle__lines:after {
  transform: translateY(7px);
}

.menu-toggle__lines--white,
.menu-toggle__lines--white:before,
.menu-toggle__lines--white:after {
  background-color: #fff;
}

.tippy-box {
  background-color: transparent;
}

.tippy-content {
  padding: 0;
}

.tippy-label {
  padding: 4px 5px;
  background-color: var(--color-second);
  border-radius: 3px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.157px;
}

.tippy-arrow {
  display: none;
}

.tippy-box[data-theme="light"] .tippy-label {
  background-color: var(--color-primary);
  font-weight: 700;
}

.tippy__btn {
  margin: 20px auto 0;
  width: 240px;
  display: block;
  box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.10) inset, 0px 1px 6px 0px rgba(47, 43, 67, 0.40);
}

.input {
  padding: 12px 16px 10px;
  border-radius: 12px;
  border: 1px solid var(--alpha-black-10, rgba(var(--color-second--rgb), 0.1));
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: -0.16px;
  outline: none;
  transition: box-shadow 0.3s;
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
}

.input:-moz-read-only:focus {
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
}

.input:read-only:focus {
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
}

.input::-moz-placeholder {
  color: rgba(var(--color-second--rgb), 0.3);
}

.input::placeholder {
  color: rgba(var(--color-second--rgb), 0.3);
}

.input:focus {
  box-shadow: 0px 0px 0px 3px rgba(100, 77, 237, 0.4);
}

.input--gray {
  color: rgba(var(--color-second--rgb), 0.6);
}

.input--holder-gray::-moz-placeholder {
  color: rgba(var(--color-second--rgb), 0.6);
}

.input--holder-gray::placeholder {
  color: rgba(var(--color-second--rgb), 0.6);
}

.input--area {
  height: 138px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none;
  display: block;
}

.input--area.js-area {
  overflow-y: hidden;
}

.select {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select:focus {
  outline: none;
}

.select:focus .select__field {
  box-shadow: 0px 0px 0px 3px rgba(100, 77, 237, 0.4);
}

.select__input {
  display: none;
}

.select__field {
  position: relative;
  padding: 16px 16px 14px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(var(--color-second--rgb), 0.1);
  border-radius: 12px;
  box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.1) inset, 0px 1px 3px 0px rgba(47, 43, 67, 0.1);
  color: rgba(var(--color-second--rgb), 0.6);
  transition: border 0.3s;
}

.select__field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  background: url("../img/icons/down.svg") center/contain no-repeat;
  width: 14px;
  height: 8px;
}

.select__list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  margin-top: 5px;
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(var(--color-second--rgb), 0.1);
  max-height: 320px;
}

.select__list--active {
  display: block;
}

.select__item {
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.2;
  transition: background 0.3s;
  color: var(--color-second);
  cursor: pointer;
}

.select__item--placeholder {
  display: none;
}

.select__item--hover {
  background-color: #f1f1f1;
}

.form-field__label {
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--color-second);
}

.form-field__input-box {
  position: relative;
}

.form-field__input {
  width: 100%;
}

.form-field__input--btn-left {
  padding-left: 48px;
}

.form-field__input--btn-right {
  padding-right: 48px;
}

.form-field__input-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.form-field__input-btn img {
  width: 18px;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-field__input-btn--left {
  right: unset;
  left: 16px;
}

.form-field__input-btn--error {
  display: none;
}

.form-field__input-crypto {
  width: 100%;
  height: 100%;
}

.form-field__input-crypto img {
  width: 10px;
}

.form-field__tip,
.form-field__error {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.43;
  color: rgba(var(--color-second--rgb), 0.6);
}

.form-field__error {
  display: none;
  color: var(--color-error);
}

.form-field__note {
  margin-top: 8px;
}

.form-field--error .form-field__input {
  border-radius: 12px;
  border: 1px solid #fac7c7;
  background: #fef2f2;
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
  color: #f34141;
}

.form-field--error .form-field__input--btn-right-error {
  padding-right: 48px;
}

.form-field--error .form-field__input--btn-left-error {
  padding-left: 48px;
}

.form-field--error .form-field__input-btn--error {
  display: flex;
}

.form-field--error .form-field__tip {
  display: none;
}

.form-field--error .form-field__error {
  display: block;
}

.form-field--short {
  max-width: 394px;
}

.form-tip {
  display: block;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.5;
  color: rgba(var(--color-second--rgb), 0.6);
}

.form__title {
  margin-bottom: 28px;
}

.form__group {
  display: flex;
}

.form__group:not(:first-child) {
  margin-top: 17px;
}

.form__group-field {
  flex: 1 1 100%;
}

.form__group-field:not(:first-child) {
  margin-left: 20px;
}

.form__field:not(:first-child) {
  margin-top: 17px;
}

.form__field--mt-24:not(:first-child) {
  margin-top: 24px;
}

.form__tip {
  margin-top: 10px;
}

.form__load-img {
  margin-top: 24px;
}

.form__btn {
  margin-top: 32px;
}

.form__btn--full {
  width: 100%;
}

.form__btn--mt-24 {
  margin-top: 24px;
}

.form__btns {
  margin-top: 10px;
}

.form__btns-item:not(:first-child) {
  margin-top: 16px;
}

.auth-form__btns {
  margin-top: 44px;
}

.auth-form__btn {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  font-weight: 500;
}

.auth-form__btn:not(:first-child) {
  margin-top: 16px;
}

.auth-form__field {
  width: 100%;
}

.auth-form__field:not(:first-child) {
  margin-top: 16px;
}

.auth__title {
  margin-bottom: 32px;
  text-align: center;
}

.auth__form {
  margin-top: 32px;
}

.tabs-btns {
  padding: 4px;
  display: flex;
  border-radius: 12px;
  background-color: #ededf1;
}

.tabs-btns__btn {
  padding: 8px 18px;
  flex: 1 1 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: rgba(var(--color-second--rgb), 0.6);
}

.tabs-btns__btn:focus {
  outline: none;
}

.tabs-btns__btn.tabs__btn--active {
  color: var(--color-second);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px -1px 0px 0px rgba(var(--color-second--rgb), 0.1) inset,
    0px 1px 3px 0px rgba(var(--color-second--rgb), 0.1);
  cursor: default;
}

.header {
  position: fixed;
  z-index: 7;
  width: 100%;
  background-color: #fff;
  transition: background 0.3s;
  box-shadow: 0px 4px 4px 0px rgba(47, 43, 67, 0.04);
}

.header__content {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__login {
  padding: 9px 12px 7px;
  background-color: rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.14px;
  line-height: 1.35;
  border-radius: 6px;
  transition: background 0.3s;
}
.form-field.balance-withdraw__group-field{
  flex: auto;
}

.header__login:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.header__login--white {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.header__login--white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-select {
  position: relative;
  z-index: 10;
}

.lang-select__current {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.14px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.lang-select__current:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.lang-select__flag {
  font-size: 16px;
  line-height: 1;
}

.lang-select__code {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.lang-select__arrow {
  width: 10px;
  height: 6px;
  margin-left: 2px;
  transition: transform 0.2s;
}

.lang-select.is-open .lang-select__arrow {
  transform: rotate(180deg);
}

.lang-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
}

.lang-select.is-open .lang-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-select__option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s;
  white-space: nowrap;
}

.lang-select__option:hover {
  background: rgba(0, 0, 0, 0.05);
}

.lang-select__option--active {
  font-weight: 600;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}

.lang-select--light .lang-select__current {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
}

.lang-select--light .lang-select__current:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.header--black {
  background-color: transparent;
}

.header--black.header--scroll {
  background-color: #090909;
}

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.main__about-table {
  margin-top: -60px;
}

.main__about-collect {
  margin-top: 120px;
}

.main__about-feature {
  margin-top: 60px;
}

.main__callback {
  margin-top: -47px;
}

.content {
  padding: 144px 0 85px;
  flex: 1 1 auto;
  background-color: #f8f8f8;
}

.content__header {
  margin-bottom: 64px;
  padding-bottom: 32px;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #d3d3d3;
}

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

.content__header-btns {
  margin-left: auto;
  flex: 0 0 auto;
}

.content__header-create {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.content__header--pb-24 {
  padding-bottom: 24px;
}

.content__name {
  color: var(--color-primary);
}

.content__name:not(:first-child) {
  margin-top: 16px;
}

.content__empty {
  margin-top: 106px;
}

.section-empty {
  text-align: center;
}

.section-empty__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
}

.section-empty__btn {
  margin-top: 52px;
  display: inline-block;
  width: 295px;
  max-width: 100%;
}

.banner-card {
  padding: 9px;
  width: 107px;
  min-height: 95px;
  background-color: #161616;
  border-radius: 12px;
}

.banner-card__item {
  display: flex;
  align-items: flex-start;
}

.banner-card__item:not(:first-child) {
  margin-top: 9px;
}

.banner-card__item-img {
  margin-right: 7px;
  flex: 0 0 auto;
}

.banner-card__item-img img {
  width: 7px;
  height: 8px;
}

.banner-card__item-info {
  padding-right: 5px;
  width: 40px;
}

.banner-card__item-name {
  font-size: 9.3px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.banner-card__item-fullname {
  font-size: 8px;
  line-height: 1.5;
  color: #5d6588;
}

.banner-card__item-fullname {
  margin-top: 2px;
}

.banner-card__label {
  position: absolute;
  left: -30px;
  top: -7px;
  padding: 8px 8px 6px;
  display: flex;
  background-color: #262626;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.banner-card__label:before {
  content: "";
  margin-right: 3px;
  flex: 0 0 auto;
  display: inline-block;
  background: url("../img/icons/arrow-up-green.svg") center/contain no-repeat;
  width: 11px;
  height: 11px;
}

.banner-card__chart {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-card__crypto {
  margin-bottom: 12px;
  width: 36px;
  height: 36px;
}

.banner-card__crypto img {
  width: 17px;
  height: 23px;
}

.banner-card__value {
  font-size: 18px;
  font-weight: 600;
}

.banner-card__value:before {
  margin-right: 10px;
  width: 10px;
  height: 15px;
}

.banner {
  position: relative;
  min-height: 1000px;
  padding-top: 195px;
  background-color: #000;
  overflow: hidden;
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner-section/bg.png");
}

.banner__content {
  position: relative;
  display: flex;
}

.banner__content:before {
  content: "";
  position: absolute;
  right: 25px;
  top: -10px;
  width: 457px;
  height: 457px;
  background: linear-gradient(
    87deg,
    rgba(255, 89, 248, 0) 0%,
    #ae72ff 19.79%,
    #3a36ff 40.63%,
    var(--color-success--rgb) 63.77%,
    rgba(255, 238, 0, 0) 82.53%
  );
  opacity: 0.3;
  filter: blur(126.5px);
}

.banner__info {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  max-width: 740px;
}

.banner__title {
  line-height: 1.4;
}

.banner__text {
  margin-top: 24px;
  max-width: 600px;
  font-weight: 500;
}

.banner__btn {
  margin-top: 44px;
}

.banner__img-box {
  position: relative;
  flex: 0 0 auto;
  width: 457px;
  height: 457px;
}

.banner__img-box:before,
.banner__img-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1.45px dashed #323232;
}

.banner__img-box:before {
  top: 86px;
  right: 51px;
  width: 334px;
  height: 317px;
}

.banner__img-box:after {
  top: 115px;
  right: 38px;
  width: 374px;
  height: 355px;
}

.banner__img {
  position: relative;
  z-index: 2;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner__img-line {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: -52px;
  width: 493px;
  height: 238px;
  background: url("../img/line.svg") center/contain no-repeat;
}

.banner__card {
  position: absolute;
  z-index: 2;
}

.banner__card:first-child {
  top: 61px;
  right: 36px;
  width: 112px;
}

.banner__card:nth-child(2) {
  top: 232px;
  right: 20px;
}

.banner__card:nth-child(3) {
  right: 85px;
  bottom: -25px;
}

.table {
  position: relative;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.table__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #eeeef2;
  background-color: #fff;
}

.table tbody tr {
  transition: background 0.3s;
}

.table tbody tr:hover {
  background-color: #f3f3f8;
}

.table tbody tr:last-child {
  border-radius: 0 0 12px 12px;
}

.table__content > .table tr, .table > .table__content tr {
  display: flex;
  border-radius: 16px;
}

.table th,
.table td {
  padding-left: 23px;
  flex: 1 1 100%;
  text-align: left;
  color: #484964;
}

.table th:first-child,
.table td:first-child {
  border-left: 0;
}

.table th:last-child,
.table td:last-child {
  padding-right: 23px;
}

.table th.th-mobile,
.table th.td-mobile,
.table td.th-mobile,
.table td.td-mobile {
  display: none;
}

.table th {
  padding-top: 26px;
  padding-bottom: 14px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.16px;
}

.table td {
  padding-top: 13px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  border: 1px solid #eeeef2;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.table__text-primary {
  color: var(--color-primary);
}

.table__text-gray {
  color: var(--color-gray);
}

.table__text-success {
  color: var(--color-success);
}

.table__text-error {
  color: var(--color-error);
  letter-spacing: -0.24px;
}

.table__text-narrow {
  letter-spacing: -0.24px;
}

.table__link {
  display: inline-flex;
  color: #484964;
}

.table__link svg {
  width: 12px;
  height: 12px;
  fill: #484964;
  transition: fill 0.3s;
}

.table__link svg:first-child:not(:last-child) {
  margin-right: 8px;
}

.table__link svg:last-child:not(:first-child) {
  margin-left: 8px;
}

.table__link:hover svg {
  fill: var(--color-primary);
}

.table__label {
  display: none;
}

.table__text-mobile {
  display: none;
}

.table__name {
  color: #484964;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.16px;
}

.table__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.table__status {
  margin: auto;
  min-width: 90px;
}

[data-tippy-root] {
  width: 100%;
}

.table--bright {
  box-shadow: 0px 4px 40px 0px rgba(197, 202, 209, 0.6);
}

.table--bright .table__content {
  border: 1px solid rgba(87, 42, 217, 0.3);
}

.table--project th:first-child,
.table--project td:first-child {
  flex: 0 0 66px;
}

.table--project th:nth-child(2),
.table--project td:nth-child(2) {
  flex: 0 0 18%;
}

.table--project th:nth-last-child(2),
.table--project td:nth-last-child(2) {
  flex: 0 0 28.5%;
}

.table--project th:nth-last-child(1),
.table--project td:nth-last-child(1) {
  flex: 0 0 20.5%;
}

.table--project th:nth-child(2) {
  padding-left: 0;
}

.table--project td:nth-child(2) {
  padding-left: 0;
  border-left: 0;
}

.table--trade th,
.table--trade td {
  letter-spacing: 0.14px;
}

.table--trade th:nth-child(1),
.table--trade td:nth-child(1) {
  flex: 0 0 14%;
}

.table--trade th:nth-child(2),
.table--trade td:nth-child(2) {
  flex: 0 0 14%;
}

.table--trade th:nth-child(3),
.table--trade td:nth-child(3) {
  flex: 0 0 16%;
}

.table--trade th:nth-child(4),
.table--trade td:nth-child(4) {
  flex: 0 0 26%;
}

.table--trade th:nth-child(5),
.table--trade td:nth-child(5) {
  flex: 0 0 12%;
}

.table--trade th:nth-child(6),
.table--trade td:nth-child(6) {
  flex: 0 0 18%;
}

.table--trade th:nth-child(5) {
  padding-left: 25px;
}

.table--trade td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.table--trade td:nth-child(5) {
  padding-left: 0;
}

.table--trade th:nth-child(1),
.table--trade th:nth-child(2),
.table--trade th:nth-child(3),
.table--trade th:nth-child(5),
.table--trade th:nth-child(6),
.table--trade td:nth-child(1),
.table--trade td:nth-child(2),
.table--trade td:nth-child(3),
.table--trade td:nth-child(5),
.table--trade td:nth-child(6) {
  white-space: nowrap;
}

.table--pay th,
.table--pay td {
  letter-spacing: 0.14px;
}

.table--pay th:first-child,
.table--pay td:first-child {
  flex: 0 0 23.65%;
}

.table--pay th:last-child,
.table--pay td:last-child {
  flex: 0 0 22%;
}

.table--history th:first-child,
.table--history td:first-child {
  flex: 0 0 31%;
}

.table--history th:last-child,
.table--history td:last-child {
  flex: 0 0 24.3%;
}

.table--projects th,
.table--projects td {
  letter-spacing: 0.14px;
}

.table--projects th:first-child {
  flex: 0 0 20%;
}

.table--projects th:nth-child(2) {
  flex: 0 0 23.4%;
}

.table--projects th:nth-child(3) {
  flex: 0 0 16.4%;
}

.table--projects th:nth-last-child(2) {
  flex: 0 0 29%;
}

.table--projects th:last-child {
  flex: 0 0 11.3%;
}

.table--projects td {
  padding-bottom: 9px;
}

.table--projects td:first-child {
  flex: 0 0 20%;
}

.table--projects td:nth-child(2) {
  flex: 0 0 23.4%;
}

.table--projects td:nth-child(3) {
  flex: 0 0 16.4%;
}

.table--projects td:nth-last-child(2) {
  flex: 0 0 34.65%;
}

.table--projects td:last-child {
  flex: 0 0 5%;
}

.about {
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.about__content {
  position: relative;
  margin: 0 auto;
  padding-top: 120px;
  max-width: 1360px;
  min-height: 550px;
  border-radius: 32px;
  background-color: #f4f4f4;
  overflow: hidden;
}

.about__content--light:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 212px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.about__content--gradient:after {
  content: "";
  position: absolute;
  top: 205px;
  left: 30%;
  width: 382px;
  height: 678px;
  border-radius: 200px;
  transform: rotate(55deg);
  opacity: 0.4;
  background: linear-gradient(
    87deg,
    rgba(255, 89, 248, 0) 0%,
    #ae72ff 19.79%,
    #3a36ff 40.63%,
    var(--color-success--rgb) 63.77%,
    rgba(255, 238, 0, 0) 82.53%
  );
  filter: blur(126.5px);
}

.about__content--black {
  background-color: #000;
}

.about__content--black:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner-section/bg.png");
}

.about__content--black:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 15%;
  width: 800px;
  height: 210px;
  border-radius: 120px;
  opacity: 0.35;
  background-image: linear-gradient(
    1deg,
    rgba(255, 89, 248, 0) 0%,
    #ae72ff 19.79%,
    #3a36ff 10.63%,
    #5cd167 47.77%,
    rgba(255, 238, 0, 0) 82.53%
  );
  transform: rotate(-163.5deg);
  filter: blur(126.5px);
}

.about__content--long {
  min-height: 790px;
}

.about__body {
  position: relative;
  z-index: 1;
}

.about__header {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.about__text {
  margin-top: 24px;
}

.about__table-box {
  margin: 35px -35px -35px;
  padding: 35px;
  max-height: 684px;
  overflow: hidden;
}

.about__img {
  margin: 62px auto 0;
  display: block;
  max-width: 77%;
}

.about__figures:before,
.about__figures:after {
  content: "";
  position: absolute;
}

.about__figures:before {
  left: -220px;
  top: 365px;
  width: 338px;
  height: 434px;
  background: url("../img/about/figure-1.svg") center/contain no-repeat;
}

.about__figures:after {
  right: -224px;
  top: calc(48% - 110px);
  width: 338px;
  height: 290px;
  background: url("../img/about/figure-2.svg") center/contain no-repeat;
}

.about__figures--first-small:before {
  left: -160px;
  top: 155px;
  width: 220px;
  height: 281px;
}

.about__line {
  position: absolute;
  left: 36%;
  top: 235px;
  transform: rotate(-30deg);
  width: 449px;
  height: 217px;
  background: url("../img/line.svg") center/contain no-repeat;
}

.about__line--2 {
  left: 43.75%;
  top: unset;
  bottom: 52px;
  transform: rotate(181deg);
  width: 400px;
  height: 193px;
}

.about__line--3 {
  left: 42.5%;
  top: unset;
  bottom: 55px;
  transform: rotate(181deg);
  width: 480px;
  height: 232px;
}

.about__bottom {
  margin-top: 62px;
  height: 220px;
}

.about__bottom--long {
  height: 260px;
}

.about__bottom-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.about__bottom-img--count {
  bottom: -18px;
}

.about__crypto-item {
  position: absolute;
}

.about__crypto-item:first-child {
  bottom: 90px;
  left: 335px;
  width: 63px;
  height: 63px;
  z-index: 3;
}

.about__crypto-item:first-child img {
  width: 30px;
}

.about__crypto-item:nth-child(2) {
  bottom: 95px;
  right: 115px;
  width: 106px;
  height: 90px;
  border-radius: 82px;
  z-index: 1;
}

.about__crypto-item:nth-child(2) img {
  width: 25px;
}

.callback {
  padding: 177px 0 210px;
  background-color: #000;
  text-align: center;
}

.callback__title {
  margin: 0 auto;
  max-width: 678px;
  line-height: 1.35;
}

.callback__btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}

.callback__btn {
  padding-left: 32px;
  padding-right: 32px;
  flex: 0 0 auto;
  min-width: 240px;
}

.callback__btn:not(:first-child) {
  margin-left: 24px;
}

.balance-up {
  padding: 44px 47px 24px 24px;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
}

.balance-up__qr {
  margin-right: 34px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 234px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
}

.balance-up__qr img {
  width: 176px;
  height: 176px;
  -o-object-fit: contain;
  object-fit: contain;
}

.balance-up__main {
  padding-top: 24px;
  flex: 1 1 auto;
}

.balance-up__title {
  margin-bottom: 16px;
}

.balance-form__group {
  display: flex;
  align-items: flex-start;
}

.balance-form__group:not(:first-child) {
  margin-top: 20px;
}

.balance-form__group-field {
  flex: 1 1 auto;
}

.balance-form__group-btn {
  margin-top: 32px;
  margin-left: 18px;
}

.balance-form__note {
  margin-top: 16px;
}

.balance-withdraw {
  padding: 46px 24px 24px;
  width: 728px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 16px;
}

.balance-withdraw__title {
  margin-bottom: 16px;
}

.balance-withdraw__group {
  display: flex;
  align-items: flex-end;
}

.balance-withdraw__group-field {
  flex: 1 1 auto;
}

.balance-withdraw__group-field:nth-child(2) {
  flex: 0 0 160px;
}

.balance-withdraw__group-field:not(:first-child) {
  margin-left: 20px;
}

.balance-withdraw__group-btn {
  margin-top: 32px;
  margin-left: 20px;
  flex: 0 0 auto;
  min-width: 160px;
}

.balance-withdraw--full {
  width: 100%;
}

.balance-withdraw--full .balance-withdraw__group-field:nth-child(1) {
  flex: 0 0 27.8%;
}

.balance-withdraw--full .balance-withdraw__group-field:nth-child(2) {
  flex: 0 0 20.85%;
}

.balance__up {
  width: 893px;
  max-width: 100%;
}

.balance__history {
  margin-top: 68px;
}

.balance__history-title {
  margin-bottom: 24px;
}

.balance__empty {
  margin-top: 37px;
  padding-bottom: 60px;
}

.create-form__input-name {
  padding-bottom: 32px;
  width: 100%;
  font-size: 32px;
  letter-spacing: 0.32px;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  background-color: transparent;
}

.create-form__input-name::-moz-placeholder {
  color: #d2d2d2;
}

.create-form__input-name::placeholder {
  color: #d2d2d2;
}

.create-form__input-name:focus {
  outline: none;
}

.create-form__body {
  display: flex;
  align-items: flex-start;
}

.create-form__body:not(:first-child) {
  margin-top: 64px;
}

.create-form__main {
  flex: 1 1 auto;
  min-width: 0;
}

.create-form__box {
  padding-top: 36px;
  max-width: 780px;
}

.create-form__input-about {
  padding: 48px 24px 24px;
  width: 100%;
  height: 428px;
  background-color: #fff;
  border-radius: 16px;
  border: none;
  resize: none;
}

.create-form__input-about:focus {
  box-shadow: 0px 0px 0px 3px rgba(100, 77, 237, 0.4);
  outline: none;
}

.create-form__input-about::-moz-placeholder {
  color: var(--color-gray);
}

.create-form__input-about::placeholder {
  color: var(--color-gray);
}

.create-form__images {
  margin-top: 20px;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}

.create-form__sidebar {
  margin-left: 24px;
  flex: 0 0 400px;
  padding: 46px 24px 32px;
  border-radius: 16px;
  background-color: #fff;
}

.create-form__sidebar-field:not(:first-child) {
  margin-top: 16px;
}

.create-form__sidebar-btn {
  margin-top: 32px;
  width: 100%;
}

.footer {
  padding-bottom: 56px;
  flex: 0 0 auto;
  background-color: #f8f8f8;
}

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

.footer__copyright {
  font-family: "Fixel Text", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #8c8c8c;
}

.footer__menu {
  display: flex;
}

.footer__menu-item:not(:first-child) {
  margin-left: 20px;
  padding-left: 21px;
  border-left: 1px solid #8c8c8c;
}

.footer__menu-link {
  font-family: "Fixel Text", sans-serif;
  color: #8c8c8c;
  transition: color 0.3s;
}

.footer__menu-link:hover {
  color: #464646;
}

.footer--black {
  background-color: #000;
}

.footer--black .footer__menu-link:hover {
  color: #e9e9e9;
}

.project-calc {
  padding-top: 36px;
  padding-bottom: 30px;
}

.project-calc__title {
  margin-bottom: 24px;
}

.project-round {
  padding-left: 0;
  padding-right: 0;
}

.project-round__header {
  margin-bottom: 26px;
  padding: 0 24px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.project-round__title {
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-second);
}

.project-round__btn-prev,
.project-round__btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.project-round__btn-prev--disabled,
.project-round__btn-next--disabled {
  opacity: 0.2;
  cursor: default;
}

.project-round__btn-prev img {
  transform: rotate(90deg);
}

.project-round__btn-next img {
  transform: rotate(-90deg);
}

.project-round__main {
  padding: 0 24px;
}

.project-round__detail {
  color: var(--color-second);
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.project-round__detail span {
  font-weight: 600;
}

.project-round__detail:not(:first-child) {
  margin-top: 12px;
}

.project-round__progress {
  margin-top: 14px;
}

.project-round__form:not(:first-child) {
  margin-top: 50px;
}

.project-rounds__item {
  display: none;
}

.project-rounds__item--active {
  display: block;
}

.project__header {
  margin-bottom: 68px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d3d3d3;
}

.project__header-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.project__header-settings {
  margin-left: 24px;
}

.project__breadcrumbs {
  margin-bottom: 12px;
}

.project__body {
  display: flex;
  align-items: flex-start;
}

.project__main {
  flex: 1 1 auto;
}

.project__history-title {
  margin-bottom: 24px;
}

.project__history-btn {
  margin-top: 24px;
}

.project__history-btn--mobile {
  display: none;
}

.project__history-empty {
  padding: 38px 24px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 1.375;
  color: var(--color-gray);
}

.project__calc {
  margin-top: 20px;
}

.project__article:not(:first-child) {
  margin-bottom: 24px;
}

.project__comments {
  margin-top: 20px;
}

.project__sidebar {
  margin-left: 20px;
  flex: 0 0 400px;
}

.project__other {
  margin-top: 36px;
}

.project__other-title {
  margin-bottom: 24px;
}

.article {
  padding-top: 48px;
  padding-bottom: 32px;
}

.article__header {
  max-width: 630px;
}

.article__meta {
  margin: 4px -8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article__meta-item {
  margin: 8px 8px 0;
  display: flex;
  align-items: flex-start;
  line-height: 1.25;
  color: var(--color-gray);
}

.article__meta-item img:first-child:not(:last-child) {
  margin-right: 5px;
}

.article__meta-item img:last-child:not(:first-child) {
  margin-left: 5px;
}

.article__meta-item--primary {
  color: var(--color-primary);
}

.article__title {
  line-height: 1.375;
  word-break: break-word;
  hyphens: auto;
}

.article__images {
  margin-top: 24px;
  display: flex;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.article__images-group {
  flex: 1 1 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article__images-group:not(:first-child) {
  margin-left: 3px;
}

.article__images-item {
  position: relative;
  flex: 1 1 100%;
}

.article__images-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__images-item:not(:first-child) {
  margin-top: 3px;
}

.article__text-content {
  margin-top: 36px;
  margin-bottom: 40px;
  max-width: 636px;
  line-height: 1.375;
  color: #11142d;
  hyphens: auto;
  word-wrap: break-word;
}

.article__text-content h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.22px;
  color: #000;
}

.article__text-content h2:not(:first-child) {
  margin-top: 44px;
}

.article__text-content h2:not(:last-child) {
  margin-bottom: 16px;
}

.article__footer-meta {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.article__footer-meta-item:not(:first-child) {
  margin-left: 4px;
}

.article__comments-count {
  padding: 0 13px;
}

.article__comments-count:first-child {
  transform: translateX(-13px);
}

.comments-count {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-gray);
}

.comments-count:before {
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("../img/icons/comment.svg") top/17px 17px no-repeat;
}

.comment-form__main {
  position: relative;
}

.comment-form__field {
  padding: 28px 235px 55px 20px;
  width: 100%;
  display: block;
  background-color: #f9f9f9;
  border-radius: 16px;
  border: none;
  resize: none;
  line-height: 1.375;
  overflow-y: hidden;
}

.comment-form__field:focus {
  outline: none;
}

.comment-form__field--filled {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.comment-form__btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-width: 180px;
}

.comment-form__btn:disabled {
  color: #fff;
}

.comment-form__user {
  margin-top: 16px;
}

.comment {
  position: relative;
  background-color: #fff;
}

.comment__content:hover .comment__title {
  color: #572ad9;
}

.comment__header {
  display: flex;
  align-items: flex-start;
}

.comment__avatar {
  position: relative;
  z-index: 1;
  margin-right: 16px;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.comment__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment__title {
  line-height: 1.375;
  transition: color 0.3s;
  hyphens: auto;
  word-break: break-word;
}

.comment__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -3px -3px 0;
}

.comment__meta-item {
  margin: 3px 3px 0;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  color: var(--color-gray);
}

.comment__meta-item--blue {
  color: #3998ff;
}

.comment__meta-item--pink {
  color: #ff39a4;
}

.comment__main {
  padding-left: 60px;
}

.comment__text {
  white-space: pre-line;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.36;
  color: #11142d;
  hyphens: auto;
  word-wrap: break-word;
}

.comment__settings {
  margin: 2px -6px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comment__settings-item {
  margin: 6px 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray);
}

.comment__childs {
  margin-top: 24px;
  padding-left: 60px;
  max-width: 495px;
}

.comment__child:not(:first-child) {
  margin-top: 16px;
}

.comment__line {
  position: absolute;
  left: -40px;
  width: 23px;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 12px;
  pointer-events: none;
}

.comment--child .comment__avatar {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.comment--child .comment__title {
  font-size: 12px;
}

.comment--child .comment__date {
  font-size: 10px;
}

.comment--child .comment__main {
  padding-left: 42px;
}

.comment--child .comment__text {
  margin-top: 6px;
  line-height: 1.17;
}

.comment--child .comment__childs {
  padding-left: 42px;
}

.comment--child .comment__child .comment__line {
  left: -28px;
}

.comments {
  display: flex;
  flex-direction: column;
}

.comments__body {
  padding-left: 0;
  padding-right: 0;
}

.comments__form {
  margin-left: 24px;
  margin-right: 24px;
}

.comments__main {
  padding: 0 24px;
}

.comments__main:not(:first-child) {
  margin-top: 24px;
  padding-top: 26px;
  border-top: 1px solid #e9e9e9;
}

.comments__title {
  margin-bottom: 30px;
  max-width: 640px;
  line-height: 1.39;
}

.comments__list {
  max-width: 640px;
}

.comments__item:not(:first-child) {
  margin-top: 32px;
}

.comments__more {
  margin: 24px auto 0;
  min-width: 240px;
  display: block;
}

.comments__empty {
  margin-top: 45px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-gray);
}

.comments__closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-height: 140px;
}

.comments__closed-text {
  display: flex;
  color: var(--color-gray);
  line-height: 1.375;
}

.comments__closed-text:before {
  content: "";
  margin-right: 7px;
  display: inline-block;
  background: url("../img/icons/lock.svg") center/contain no-repeat;
  width: 15px;
  height: 18px;
}

.article-item {
  display: flex;
  align-items: flex-start;
}

.article-item__img {
  margin-right: 24px;
  flex: 0 0 auto;
  width: 140px;
  height: 130px;
  border-radius: 12px;
  overflow: hidden;
}

.article-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-item__img--small {
  margin-right: 18px;
  width: 64px;
  height: 64px;
}

.article-item__main {
  max-width: 474px;
}

.article-item__meta {
  margin: 0 -8px 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-item__meta-item {
  margin: 4px 8px;
  display: flex;
  align-items: flex-start;
  color: var(--color-gray);
  font-weight: 500;
  line-height: 1.25;
}

.article-item__meta-item img:first-child:not(:last-child) {
  margin-right: 5px;
}

.article-item__meta-item img:last-child:not(:first-child) {
  margin-left: 5px;
}

.article-item__meta-item--blue {
  color: #377be2;
}

.article-item__title {
  line-height: 1.2;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.article-item__title a {
  display: inline-block;
}

.article-item__footer-meta {
  margin-top: 23px;
}

.article-item__footer-meta-item:not(:first-child) {
  margin-left: 16px;
}

.articles {
  padding-top: 44px;
}

.articles__title {
  margin-bottom: 29px;
}

.articles__title--small {
  padding: 0 24px 24px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  color: var(--color-gray);
}

.articles__item:not(:first-child) {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
}

.articles__item--small {
  padding-left: 24px;
  padding-right: 24px;
}

.articles__item--small:not(:first-child) {
  margin-top: 20px;
}

.articles__footer {
  margin-top: 55px;
}

.articles__footer--small {
  margin-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.articles__more {
  display: block;
  width: 100%;
}

.articles--small {
  padding: 24px 0 32px;
}

.new-round {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 780px;
}

.new-round__form {
  max-width: 394px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: background 1.3s, opacity 0.4s, visibility 0.4s;
}

.popup__body {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.popup__dialog {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 60px;
  padding-bottom: 60px;
  min-height: calc(100% - 60px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  position: relative;
  padding: 44px 80px;
  max-width: calc(100vw - 48px);
  background-color: #f8f8f8;
  border-radius: 32px;
  transform: translateY(15px);
  transition: transform 0.4s;
}

.popup__auth {
  width: 280px;
  max-width: 100%;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
  border-radius: 50%;
}

.popup__close svg {
  width: 12px;
  height: 12px;
}

.popup--show {
  display: flex;
}

.popup--active:before {
  opacity: 1;
  visibility: visible;
}

.popup--active .popup__content {
  transform: translateY(0);
}

.popup--active .popup__body {
  opacity: 1;
  visibility: visible;
}

td span:not(.table__label) {
    word-break: break-all;
}
