@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Bold.woff2") format("woff2"), url("../fonts/VelaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-ExtraBold.woff2") format("woff2"), url("../fonts/VelaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Regular.woff2") format("woff2"), url("../fonts/VelaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-SemiBold.woff2") format("woff2"), url("../fonts/VelaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Medium.woff2") format("woff2"), url("../fonts/VelaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: "VelaSans";
}

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

input {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

input,
button,
textarea {
  font-family: "VelaSans";
  font-size: inherit;
}

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

html,
body {
  height: 100%;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "VelaSans";
  font-size: 0.875rem;
}

._container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}

._ibg {
  position: relative;
}

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

._vbg video,
._vbg iframe,
._vbg object,
._vbg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._responsive-video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._responsive-video video,
._responsive-video iframe,
._responsive-video object,
._responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._list-counter {
  list-style-type: none;
  counter-reset: item;
}

._list-counter li {
  position: relative;
}

._list-counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body {
  margin: 0;
  height: 100%;
  background-color: #1c1d26;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.light-theme {
  --bg-color: #fff;
  --primary-color: #747A80;
  --secondary-color: #282932;
  --sidebar-bg: #f3f3f3;
  --border-color: #E4E9E6;
  --block-color: #fff;
  --hover-block-color: #f9f9f9;
  --input-bg: #F8F8F8;
  --select-bg: #eee;
  --hover-select-bg: #e8e8e8;
  --tabs-bg: #F4F7F7;
  --bonus-item-lock: rgba(251, 252, 252, 0.78);
  --popup-bg: #fff;
}

.dark-theme {
  --bg-color: #1c1d26;
  --primary-color: #747A80;
  --secondary-color: #E2E2E2;
  --sidebar-bg: #161720;
  --border-color: #282830;
  --block-color: #12131C;
  --hover-block-color: #121212;
  --input-bg: #1C1D26;
  --select-bg: #1C1D26;
  --hover-select-bg: #16161e;
  --tabs-bg: #12131C;
  --bonus-item-lock: rgba(18, 19, 28, 0.78);
  --popup-bg: #282830;
}

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
  background: var(--popup-bg);
}

.popup__content.lock {
  visibility: visible;
}

.lock .popup__content {
  visibility: visible;
}

.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.popup__title {
  max-width: 230px;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 800;
  text-align: left;
}

.popup__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.popup__icon svg path {
  fill: var(--secondary-color);
}

.popup__icon svg circle {
  fill: var(--secondary-color);
}

.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.popup__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list[aria-expanded],
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
}

.is-active.choices__list[aria-expanded],
.is-active.choices__list--dropdown {
  visibility: visible;
}

.choices__list[aria-expanded] .choices__list,
.choices__list--dropdown .choices__list {
  position: relative;
}

.choices__list[aria-expanded] .choices__item,
.choices__list--dropdown .choices__item {
  position: relative;
}

[dir=rtl] .choices__list[aria-expanded] .choices__item,
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}

.header__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-grid-columns: 200px 1fr 200px;
  grid-template-columns: 200px 1fr 200px;
  min-height: 85px;
}

.header__burger {
  display: none;
}

.header__logo {
  position: relative;
  z-index: 105;
}

.header__logo img {
  max-width: 100%;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.header__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.header__social-link path {
  -webkit-transition: fill 0.2s ease 0s;
  transition: fill 0.2s ease 0s;
}

.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
          box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 6px 6px 6px 20px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.menu__link {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-select._active .language-select__list {
  top: calc(100% + 4px);
  opacity: 1;
  pointer-events: visible;
}

.language-select._active .language-select__button::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language-select__body {
  position: relative;
}

.language-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 16px;
  max-width: 150px;
  padding: 5px;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
          box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.language-select__button span:first-child {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.language-select__button span:first-child img {
  max-width: 100%;
}

.language-select__button::after {
  content: "";
  background: url("../img/language/arrow.svg") no-repeat center;
  width: 8px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.language-select__list {
  position: absolute;
  z-index: 5;
  top: 90%;
  left: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 180px;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
          box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.16) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-transition: opacity, top, 0.2s ease 0s;
  transition: opacity, top, 0.2s ease 0s;
}

.language-select__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.language-select__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language-select__link span:first-child {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.language-select__link span:first-child img {
  width: 100%;
}

.language-select__link span:first-child picture {
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.1, 1.4);
            transform: scale(1.1, 1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.1, 1.4);
            transform: scale(1.1, 1.4);
    opacity: 0;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 11px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9px;
  background-color: #7C88FA;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
  -webkit-transition: background-color, 0.2s ease 0s, -webkit-box-shadow;
  transition: background-color, 0.2s ease 0s, -webkit-box-shadow;
  transition: box-shadow, background-color, 0.2s ease 0s;
  transition: box-shadow, background-color, 0.2s ease 0s, -webkit-box-shadow;
}

.button_border {
  padding: 9px 10px;
  border: 2px solid #7C88FA;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

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

.button_pulse::after {
  content: "";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  background-color: #7C88FA;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  border-radius: 17px;
  border-top: 1px solid rgba(124, 136, 250, 0.12);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.33%, #7C88FA), color-stop(101.06%, #B7B9C6));
  background: linear-gradient(90deg, #7C88FA 2.33%, #B7B9C6 101.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
}

.wrapper_noise {
  position: relative;
}

.wrapper_noise::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/noise-texture.png") repeat center;
  opacity: 0.1;
  pointer-events: none;
  z-index: 50;
}

@-webkit-keyframes light-candle {
  0% {
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 1;
  }

  0% {
    fill-opacity: 0;
  }
}

@keyframes light-candle {
  0% {
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 1;
  }

  0% {
    fill-opacity: 0;
  }
}

@-webkit-keyframes candle-fall {
  0% {
    top: 100%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    top: -50px;
    opacity: 0;
  }
}

@keyframes candle-fall {
  0% {
    top: 100%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    top: -50px;
    opacity: 0;
  }
}

.not-overlap {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.home {
  overflow: hidden;
  padding: 150px 0 80px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/home/bg.png") no-repeat center/cover;
  position: relative;
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  opacity: 0;
}

.home._anim {
  opacity: 1;
}

.home._anim .home__title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.home._anim .home__link {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.home__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
  gap: 40px;
}

.home__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-weight: 500;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@supports (font-size: clamp( 2rem , 0.5853658537rem  +  7.0731707317vw , 5.625rem )) {
  .home__title {
    font-size: clamp( 2rem , 0.5853658537rem  +  7.0731707317vw , 5.625rem );
  }
}

@supports not (font-size: clamp( 2rem , 0.5853658537rem  +  7.0731707317vw , 5.625rem )) {
  .home__title {
    font-size: calc(2rem + 3.625 * (100vw - 20rem) / 51.25);
  }
}

.home__title span {
  color: #B7B9C6;
}

.home__link {
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home__scroll-down {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-top: 20px;
}

.home__anim {
  position: absolute;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.candle-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.candle {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -100px;
  width: 15px;
  height: 50px;
  -webkit-animation: candle-fall 6s linear infinite;
          animation: candle-fall 6s linear infinite;
}

.candle svg {
  max-width: 100%;
}

.candle path:nth-child(2) {
  fill-opacity: 0;
  fill: url(#paint0_linear_53_1077);
  -webkit-animation: light-candle 2s linear infinite;
          animation: light-candle 2s linear infinite;
}

.candle path:nth-child(4) {
  fill-opacity: 0;
  fill: url(#paint0_linear_53_1077);
  -webkit-animation: light-candle 2s linear infinite;
          animation: light-candle 2s linear infinite;
}

.investment {
  padding-bottom: 80px;
}

.investment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.investment__head._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.investment__label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.investment__blocks {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.investment__block {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.investment__block._anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.investment__block:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.investment__block:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.investment-block {
  padding: 8px 8px 20px 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
  border-bottom: none;
}

.investment-block:nth-child(2) {
  border-color: rgba(124, 136, 250, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 136, 250, 0.03)), color-stop(97.69%, rgba(124, 136, 250, 0)));
  background: linear-gradient(180deg, rgba(124, 136, 250, 0.03) 0%, rgba(124, 136, 250, 0) 97.69%);
}

.investment-block:nth-child(2) .investment-block__link {
  background-color: #7C88FA;
}

.investment-block:nth-child(2) .investment-block__wrapper {
  border-color: rgba(124, 136, 250, 0.2);
  background: radial-gradient(156.73% 159.29% at -50.6% -99.71%, #7C88FA 0%, rgba(124, 136, 250, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(124, 136, 250, 0.03)), to(rgba(124, 136, 250, 0)));
  background: radial-gradient(156.73% 159.29% at -50.6% -99.71%, #7C88FA 0%, rgba(124, 136, 250, 0) 100%), linear-gradient(180deg, rgba(124, 136, 250, 0.03) 0%, rgba(124, 136, 250, 0) 100%);
}

.investment-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  background: radial-gradient(156.73% 159.29% at -50.6% -99.71%, #9EA0AC 0%, rgba(158, 160, 172, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(156.73% 159.29% at -50.6% -99.71%, #9EA0AC 0%, rgba(158, 160, 172, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}

.investment-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
}

.investment-block__icon img {
  max-width: 100%;
}

.investment-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.investment-block__name {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.33%, #7C88FA), color-stop(101.06%, #FFF));
  background: linear-gradient(90deg, #7C88FA 2.33%, #FFF 101.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.investment-block__prefix {
  color: #FFF;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 6px;
  border-radius: 30px;
  border: 2px solid #FFF;
}

.investment-block__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.investment-block__percent {
  font-size: 30px;
  font-weight: 800;
}

.investment-block__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.investment-block__term-prefix {
  padding: 5px;
  color: #7C88FA;
  font-size: 10px;
  font-weight: 800;
  border-radius: 33px;
  background: rgba(124, 136, 250, 0.15);
}

.investment-block__term-days {
  color: #B7B9C6;
  font-size: 14px;
}

.investment-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  padding: 10px 5px;
  border-radius: 9px;
  border: 2px solid #7C88FA;
  -webkit-box-shadow: 0px 0px 8.4px 0px rgba(255, 255, 255, 0.28) inset;
          box-shadow: 0px 0px 8.4px 0px rgba(255, 255, 255, 0.28) inset;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.investment-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.investment-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.investment-block__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.investment-block__item-text {
  color: #B7B9C6;
}

.investment-block__item-text b {
  font-weight: 700;
  color: #fff;
}

.bottom-investment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottom-investment__list._anim .bottom-investment__item {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.bottom-investment__item {
  color: #B7B9C6;
  font-size: 14px;
  font-weight: 500;
  counter-increment: item;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.bottom-investment__item:nth-child(odd) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.bottom-investment__item::before {
  content: counter(item) ".";
  font-weight: 800;
  color: #fff;
}

.bottom-investment__item span {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(183, 185, 198, 0.08);
}

.rewards {
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.rewards::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url("../img/rewards/BG.png") no-repeat center/cover;
  width: 100%;
  height: 1000px;
}

.rewards__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rewards__content {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.rewards__content._anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.rewards__title {
  max-width: 350px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.rewards__text p {
  color: #B7B9C6;
  line-height: 135%;
}

.rewards__text p:not(:last-child) {
  margin-bottom: 20px;
}

.rewards__block {
  position: relative;
}

.rewards__block::after,
.rewards__block::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background: url("../img/rewards/top-decor.svg") no-repeat center/100%;
  width: 344px;
  height: 107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rewards__block::before {
  top: -40px;
}

.rewards__block::after {
  bottom: -40px;
  background-image: url("../img/rewards/bottom-decor.svg");
}

.rewards__item {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.rewards__item._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.rewards__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.rewards__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.rewards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  margin: 0 auto;
}

.rewards-item:nth-child(1) {
  width: 80%;
  margin-bottom: -45px;
}

.rewards-item:nth-child(2) {
  width: 90%;
  margin-bottom: -45px;
}

.rewards-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.rewards-item__icon {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.rewards-item__name {
  font-size: 24px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.33%, #7C88FA), color-stop(101.06%, #FFF));
  background: linear-gradient(90deg, #7C88FA 2.33%, #FFF 101.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rewards-item__label {
  font-size: 10px;
  color: rgba(183, 185, 198, 0.4);
}

.ranks {
  padding-bottom: 80px;
}

.ranks__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
  gap: 25px;
  margin-bottom: -50px;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.ranks__head._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ranks__label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.ranks__text {
  color: #B7B9C6;
  text-align: center;
  font-size: 14px;
  line-height: 135%;
  max-width: 450px;
  margin: 0 auto;
}

.ranks__get-started {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.ranks__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.ranks__blocks::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("../img/ranks/bg.png") no-repeat center/100%;
  width: 412px;
  height: 506px;
}

.ranks__block {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.ranks__block._anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ranks__block:nth-child(odd) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.ranks__footer {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.ranks__footer._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.block-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.block-rank::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/ranks/bg-mask.svg") no-repeat center/100%;
  min-height: 560px;
}

.block-rank_reverse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-rank_reverse::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.block-rank_reverse .block-rank__body {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding: 0 44px 0 0;
}

.block-rank_reverse .block-rank__body::before {
  left: initial;
  right: 24px;
}

.block-rank_reverse .block-rank__item::before {
  right: -24px;
  left: initial;
}

.block-rank_reverse .block-rank__item-list-value {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-rank__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.block-rank__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 44px;
}

.block-rank__body::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  background: linear-gradient(45deg, rgba(124, 136, 250, 0) 15.43%, #7C88FA 48.09%, rgba(255, 255, 255, 0) 101.55%);
  width: 1px;
  height: 100%;
}

.block-rank__icon {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
}

.block-rank__icon img {
  max-width: 100%;
}

.block-rank__name {
  font-size: 18px;
  font-weight: 700;
}

.block-rank__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.block-rank__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}

.block-rank__item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 1px;
  width: 9px;
  height: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  border-radius: 50%;
  border: 1px solid #7F89E8;
  background-color: #23242D;
}

.block-rank__item:last-child::before {
  background-color: #7C88FA;
}

.block-rank__item-label {
  color: #B7B9C6;
  font-size: 12px;
  font-weight: 500;
}

.block-rank__item-value {
  font-size: 18px;
  font-weight: 700;
}

.block-rank__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.block-rank__item-list-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  font-size: 18px;
  font-weight: 700;
}

.block-rank__item-list-value:first-child {
  color: #7C88FA;
}

.block-rank__item-list-value span {
  color: #7C88FA;
  text-align: right;
  font-size: 12px;
}

.footer-ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.footer-ranks__text {
  color: #B7B9C6;
  font-size: 12px;
  line-height: 135%;
}

.footer-ranks__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 6px;
  border-radius: 5px;
  background-color: rgba(183, 185, 198, 0.08);
}

.footer-ranks__arrow {
  width: 10px;
  height: 12px;
}

.docs {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.docs::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url("../img/docs/BG.png") no-repeat center/100%;
  width: 100%;
  height: 1000px;
}

.docs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.docs__head._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.docs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.docs__title::before {
  content: "";
  background: url("../img/docs/S.svg") no-repeat center/100%;
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}

.docs__sub-title span {
  background: -webkit-gradient(linear, left top, right top, color-stop(59.37%, #7C88FA), color-stop(84.81%, #B7B9C6));
  background: linear-gradient(90deg, #7C88FA 59.37%, #B7B9C6 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.docs__body {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
  position: relative;
  padding: 25px 25px 0 25px;
  overflow: hidden;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.docs__body._anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.docs__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/docs/mask.png") no-repeat center/cover;
  width: 100%;
  height: 510px;
}

.docs__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-bottom: 80px;
}

.docs__columns::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%, -50%);
      -ms-transform: translateX(-50%, -50%);
          transform: translateX(-50%, -50%);
  top: 50%;
  height: 140px;
  width: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.docs__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.docs__icon img {
  max-width: 100%;
}

.docs__text {
  color: #B7B9C6;
  line-height: 135%;
  max-width: 240px;
}

.docs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #B7B9C6;
  font-size: 14px;
}

.docs__link::after {
  content: "";
  background: url("../img/docs/arrow.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.docs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.docs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #B7B9C6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  position: relative;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.docs__button:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
  height: 15px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.course-docs {
  max-width: 480px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px 24px 0px 0px;
  border-bottom: none;
  padding: 8px;
}

.course-docs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 24px 24px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
  position: relative;
}

.course-docs__text {
  color: #B7B9C6;
  line-height: 135%;
  margin-bottom: 35px;
}

.course-docs__comment {
  margin-bottom: 10px;
}

.course-docs__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 115px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.course-docs__play::after,
.course-docs__play::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 0px 24.8px 0px rgba(255, 255, 255, 0.06) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: width, height, 0.2s ease 0s;
  transition: width, height, 0.2s ease 0s;
}

.course-docs__play::after {
  width: 90px;
  height: 90px;
}

.course-docs__play::before {
  width: 60px;
  height: 60px;
}

.course-docs__play span {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.comment-docs {
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.06) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.comment-docs__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.2);
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.comment-docs__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-docs__img img {
  width: 100%;
}

.comment-docs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

.comment-docs__name {
  font-size: 16px;
  font-weight: 600;
}

.comment-docs__review {
  color: #B7B9C6;
  font-size: 12px;
}

.team {
  padding-bottom: 70px;
}

.team__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.team__head._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.team__label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.team__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.team__block {
  -webkit-transition: all 1.4s ease 0s;
  transition: all 1.4s ease 0s;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.team__block._anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.team__block:nth-child(odd) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 15px;
  position: relative;
}

.team-block_light {
  background: none;
}

.team-block:nth-child(3) {
  border-radius: 24px 24px 24px 100px;
}

.team-block:nth-child(4) {
  border-radius: 24px 24px 100px 24px;
}

.team-block__avatar {
  width: 65px;
  height: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  border-radius: 15px;
  overflow: hidden;
}

.team-block__avatar img {
  width: 100%;
}

.team-block__info {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.team-block__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.team-block__name {
  font-size: 18px;
  font-weight: 600;
}

.team-block__job {
  color: #7C88FA;
  padding: 4px 6px;
  font-size: 10px;
  font-weight: 800;
  border-radius: 33px;
  background: rgba(124, 136, 250, 0.15);
}

.team-block__text {
  color: #B7B9C6;
  line-height: 135%;
}

.team-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.capital {
  padding-bottom: 80px;
  position: relative;
  -webkit-transition: all 1.4s ease 0s;
  transition: all 1.4s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.capital._anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.capital::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: calc(50% + 100px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/capital/mask.png") no-repeat center/100%;
  max-width: 1440px;
  width: 100%;
  height: 825px;
}

.capital__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.capital__title span {
  background: -webkit-gradient(linear, left top, right top, color-stop(59.37%, #7C88FA), color-stop(84.81%, #B7B9C6));
  background: linear-gradient(90deg, #7C88FA 59.37%, #B7B9C6 84.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital__text {
  max-width: 730px;
  margin: 0 auto;
  color: #B7B9C6;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}

.capital__text p:not(:last-child) {
  margin-bottom: 20px;
}

.capital__text span {
  color: #fff;
}

.faq {
  margin-bottom: 40px;
}

.faq__title {
  margin-bottom: 10px;
}

.faq__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #23242D;
  padding: 20px;
  border: 1px solid #7C88FA;
  border-radius: 10px;
}

.spoilers-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.spoilers-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 21px;
  font-weight: 600;
  -webkit-transition: margin 0.2s ease 0s;
  transition: margin 0.2s ease 0s;
}

.spoilers-faq__title::after {
  content: "";
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: 10px;
  background: url("../img/cabinet/link-arrow.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.spoilers-faq__title._spoiler-active {
  margin-bottom: 10px;
  text-decoration: underline;
}

.spoilers-faq__title._spoiler-active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.spoilers-faq__body {
  font-size: 16px;
  font-weight: 600;
  color: #b7b9c6;
}

.popup_main .popup__content {
  padding: 45px 15px;
  max-width: 730px;
  min-height: 480px;
  background: url("../img/home/main-popup-bg.png") no-repeat center/cover, #23242D;
}

.main-popup {
  position: relative;
}

.main-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 35px;
}

.main-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.main-popup__title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}

.main-popup__title span {
  display: block;
  color: #FAFF00;
}

.main-popup__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}

.main-popup__text span {
  color: #FAFF00;
}

.main-popup__link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  padding: 0 30px;
  color: #12131C;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  background: linear-gradient(93deg, #FAFF00 0%, #FFD600 100.81%);
  -webkit-box-shadow: 0px 0px 44px 0px rgba(250, 255, 0, 0.2);
          box-shadow: 0px 0px 44px 0px rgba(250, 255, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.2s ease 0s;
  transition: -webkit-box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
}

.main-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
}

.main-popup__close svg {
  max-width: 100%;
}

.footer {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/footer/mask-footer.png") no-repeat center/cover;
  width: 100%;
  height: 964px;
}

.top-footer {
  margin-bottom: 65px;
}

.top-footer__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding-bottom: 80px;
  position: relative;
}

.top-footer__coins::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 745px;
  height: 745px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(44.11%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 44.11%);
}

.top-footer__coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.06) inset;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.top-footer__coin img {
  max-width: 36px;
}

.top-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 30px;
}

.top-footer__label {
  color: #B7B9C6;
}

.top-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.top-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.top-footer__name {
  font-size: 18px;
  font-weight: 800;
}

.top-footer__link {
  color: #B7B9C6;
  font-size: 18px;
  font-weight: 300;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.bottom-footer__logo img {
  max-width: 100%;
}

.bottom-footer__item {
  color: #B7B9C6;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding: 40px 0;
  background: url("../img/auth/bg.png") no-repeat top center/contain, url("../img/auth/bg-bottom.png") no-repeat center bottom/cover;
}

.auth__container {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.auth__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.auth__logo img {
  max-width: 100%;
}

.auth__form {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  border-radius: 29px 24px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  padding: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
}

.auth__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  border-radius: 24px 24px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(97.69%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 97.69%);
  padding: 25px;
}

.auth__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
}

.auth__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.auth__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.auth__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auth__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.auth__description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #B7B9C6;
  font-size: 14px;
}

.auth__description::after,
.auth__description::before {
  content: "";
  opacity: 0.15;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.auth__description::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.auth__link {
  width: 100%;
}

.auth__coopyright {
  color: #B7B9C6;
  text-align: center;
  font-size: 10px;
}

.field-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.field-form_textarea .field-form__field {
  height: auto;
}

.field-form_textarea .field-form__input {
  outline: none;
  min-height: 180px;
  resize: none;
  border-radius: 9px;
  background: none;
  border: 0;
  color: #B7B9C6;
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
}

.field-form_textarea .field-form__input:focus {
  color: var(--secondary-color);
}

.field-form_blue .field-form__field {
  border-radius: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(124, 136, 250, 0.03);
  -webkit-box-shadow: 0px 0px 11.7px 0px rgba(124, 136, 250, 0.6) inset;
          box-shadow: 0px 0px 11.7px 0px rgba(124, 136, 250, 0.6) inset;
}

.field-form_blue .field-form__input {
  color: #7C88FA;
}

.field-form_blue .field-form__input::-webkit-input-placeholder {
  color: rgba(124, 136, 250, 0.5);
}

.field-form_blue .field-form__input::-moz-placeholder {
  color: rgba(124, 136, 250, 0.5);
}

.field-form_blue .field-form__input:-ms-input-placeholder {
  color: rgba(124, 136, 250, 0.5);
}

.field-form_blue .field-form__input::-ms-input-placeholder {
  color: rgba(124, 136, 250, 0.5);
}

.field-form_blue .field-form__input::placeholder {
  color: rgba(124, 136, 250, 0.5);
}

.field-form_blue .field-form__input:focus {
  color: #7C88FA;
}

.field-form_light .field-form__label {
  color: var(--secondary-color);
  font-weight: 600;
}

.field-form_light .field-form__field {
  background-color: var(--input-bg);
}

.field-form_light .field-form__input {
  font-size: 14px;
}

.field-form_light .field-form__input:focus {
  color: var(--secondary-color);
}

.field-form__label {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.field-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 45px;
  border-radius: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.03);
  padding: 5px 10px;
}

.field-form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.field-form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.field-form__icon img {
  width: 100%;
}

.field-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  width: 100%;
  color: #B7B9C6;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  outline: none;
  -webkit-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}

.field-form__input:focus {
  color: #fff;
}

.field-form__name {
  text-transform: uppercase;
  color: #B7B9C6;
  text-align: right;
  font-size: 10px;
  font-weight: 800;
}

.checkbox-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.checkbox-field__label {
  cursor: pointer;
}

.checkbox-field__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkbox-field__additional {
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
}

.checkbox-field__name {
  display: block;
  color: #B7B9C6;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.checkbox-field__name::after,
.checkbox-field__name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  -webkit-transition: border-color, 0.2s ease 0s, -webkit-transform;
  transition: border-color, 0.2s ease 0s, -webkit-transform;
  transition: transform, border-color, 0.2s ease 0s;
  transition: transform, border-color, 0.2s ease 0s, -webkit-transform;
}

.checkbox-field__name::before {
  border-radius: 4px;
  width: 14px;
  height: 14px;
  left: 3px;
  background: #7C88FA;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.checkbox-field__input:checked + .checkbox-field__name::after {
  border-color: #7C88FA;
}

.checkbox-field__input:checked + .checkbox-field__name::before {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.common {
  min-height: 100%;
  background-color: var(--bg-color);
  color: var(--primary-color);
}

.common::after {
  content: "";
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.common__wrapper {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 255px 1fr;
  grid-template-columns: 255px 1fr;
}

.common__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 30px;
}

._block-border {
  border-radius: 15px;
  border: 1px solid var(--border-color);
  background-color: var(--block-color);
  -webkit-transition: background-color 0.1s ease 0s;
  transition: background-color 0.1s ease 0s;
}

.title-m {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 800;
}

.title-s {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.tippy-content {
  color: var(--secondary-color);
  background-color: #F8F8F8;
  border: 1px solid #E4E9E6;
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 3px;
}

._v-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.change-theme {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.change-theme__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.change-theme__custom {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 14px;
  border-radius: 10px;
  background-color: #30313A;
  position: relative;
}

.change-theme__custom::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 9px;
  background-color: #7C88FA;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}

.change-theme__name {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 500;
}

.change-theme__input:checked + .change-theme__custom::after {
  left: initial;
  right: 2px;
}

.aside {
  min-height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--sidebar-bg);
  width: 255px;
}

.aside__header {
  padding: 30px 30px 0 30px;
}

.aside__logo img {
  max-width: 100%;
}

.aside__logo svg .logo-theme {
  fill: var(--secondary-color);
}

.aside__spoilers {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
}

.aside__footer {
  border-top: 2px solid var(--border-color);
  padding: 30px;
}

.aside__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #747A80;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.aside__logout span {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.aside__logout span svg {
  max-width: 100%;
}

.aside__logout span svg path {
  -webkit-transition: fill 0.2s ease 0s;
  transition: fill 0.2s ease 0s;
}

.aside-spoilers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.aside-spoilers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #999EA3;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 7px 5px 5px;
  border-radius: 33px;
  background: rgba(116, 122, 128, 0.1);
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.aside-spoilers__title::after {
  content: "";
  background: url("../img/cabinet/aside-arrow.svg") no-repeat center/contain;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.aside-spoilers__title._spoiler-active {
  margin-bottom: 20px;
}

.aside-spoilers__title._spoiler-active::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.aside-spoilers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.aside-spoilers__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.aside-spoilers__link::after {
  content: "";
  background: url("../img/cabinet/link-arrow.svg") no-repeat center/contain;
  width: 10px;
  height: 12px;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: opacity, 0.2s ease 0s, -webkit-transform;
  transition: opacity, 0.2s ease 0s, -webkit-transform;
  transition: transform, opacity, 0.2s ease 0s;
  transition: transform, opacity, 0.2s ease 0s, -webkit-transform;
}

.aside-spoilers__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.aside-spoilers__link-icon svg {
  max-width: 100%;
}

.aside-spoilers__link-icon svg path {
  -webkit-transition: fill 0.2s ease 0s;
  transition: fill 0.2s ease 0s;
}

.aside-spoilers__link-name {
  text-align: left;
  color: #747A80;
  font-weight: 700;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.aside-burger {
  display: none;
}

.header-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.header-cabinet__title {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.33%, #7C88FA), color-stop(101.06%, #B7B9C6));
  background: linear-gradient(90deg, #7C88FA 2.33%, #B7B9C6 101.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-cabinet__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-cabinet__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
}

.header-cabinet__avatar {
  width: 33px;
  height: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  border-radius: 50%;
  overflow: hidden;
}

.header-cabinet__avatar img {
  width: 100%;
}

.balance-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.balance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.balance-item_deposit .balance-item__value {
  color: #089981;
  font-size: 14px;
}

.balance-item__name {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.balance-item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 800;
}

.balance-item__value span {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.balance-item__value span img {
  max-width: 100%;
}

.referral-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
  grid-template-columns: 1fr 40%;
  gap: 20px;
}

.referral-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.referral-block__buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.referral-block__buttons .button_border {
  color: var(--secondary-color);
}

.referral-block__buttons::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 38px;
  background-color: var(--border-color);
}

.referral-block__button {
  color: #fff;
  white-space: nowrap;
}

.referral-block__text {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.referral-block__link {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 9px;
  background: #282932;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  position: relative;
  z-index: 1;
}

.referral-block__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.referral-block__link-icon svg {
  max-width: 100%;
}

.referral-block__link-icon svg path {
  -webkit-transition: fill 0.2s ease 0s;
  transition: fill 0.2s ease 0s;
}

.select-block__name {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.select-block__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-block__select .choices {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 220px;
}

.select-block__select .choices.is-open .custom-item__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-block__select .choices.is-open .custom-item {
  border-radius: 13px 13px 0 0;
}

.select-block__select .choices.is-open .choices__list--dropdown {
  border-radius: 0 0 13px 13px;
}

.select-block__select .choices__list--dropdown {
  border-radius: 13px;
  background-color: var(--select-bg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  max-height: 160px;
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.select-block__select .choices__item--choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.select-block__select .choices__item--choice.is-highlighted {
  background-color: var(--hover-select-bg);
}

.select-block__select .custom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 13px;
  border-radius: 9px;
  background-color: var(--select-bg);
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.select-block__select .custom-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.select-block__select .custom-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.select-block__select .custom-item__icon img {
  width: 100%;
}

.select-block__select .custom-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.select-block__select .custom-item__name {
  font-size: 14px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
}

.select-block__select .custom-item__short {
  color: #747A80;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 5px;
  background-color: rgba(116, 122, 128, 0.1);
}

.select-block__select .custom-item__arrow {
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.select-block__select .custom-item__option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
}

.select-block__select .custom-item__option-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.select-block__select .custom-item__option-icon img {
  width: 100%;
}

.select-block__select .custom-item__option-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
}

.select-block__select .custom-item__option-short {
  color: #747A80;
  font-size: 10px;
  font-weight: 600;
}

.select-block__select .custom-item__option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.select-transaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-transaction__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-transaction__select .choices {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 220px;
}

.select-transaction__select .choices.is-open .custom-item__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-transaction__select .choices.is-open .custom-item {
  border-radius: 13px 13px 0 0;
}

.select-transaction__select .choices.is-open .choices__list--dropdown {
  border-radius: 0 0 13px 13px;
}

.select-transaction__select .choices__list--dropdown {
  border-radius: 13px;
  background-color: var(--select-bg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  max-height: 160px;
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.select-transaction__select .choices__item--choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.select-transaction__select .choices__item--choice.is-highlighted {
  background-color: var(--hover-select-bg);
}

.select-transaction__select .custom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 13px;
  border-radius: 9px;
  background-color: var(--tabs-bg);
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.select-transaction__select .custom-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.select-transaction__select .custom-item__label {
  color: #747A80;
  font-size: 14px;
  font-weight: 500;
}

.select-transaction__select .custom-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.select-transaction__select .custom-item__name {
  font-size: 14px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
}

.select-transaction__select .custom-item__arrow {
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.select-transaction__select .custom-item__option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
}

.select-transaction__select .custom-item__option-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
}

.select-transaction__select .custom-item__option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.view-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-select:not(:first-child) {
  margin-top: 10px;
}

.view-select__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-select__select .choices {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 55px;
}

.view-select__select .choices.is-open .custom-item__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-select__select .choices.is-open .custom-item {
  border-radius: 13px 13px 0 0;
}

.view-select__select .choices.is-open .choices__list--dropdown {
  border-radius: 0 0 13px 13px;
}

.view-select__select .choices__list--dropdown {
  border-radius: 13px;
  background-color: var(--select-bg);
  border: 1px solid var(--border-color);
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  max-height: 160px;
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.view-select__select .choices__item--choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.view-select__select .choices__item--choice.is-highlighted {
  background-color: var(--hover-select-bg);
}

.view-select__select .custom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 13px;
  border-radius: 9px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  -webkit-transition: border-radius 0.1s ease 0s;
  transition: border-radius 0.1s ease 0s;
}

.view-select__select .custom-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.view-select__select .custom-item__label {
  color: #747A80;
  font-size: 14px;
  font-weight: 500;
}

.view-select__select .custom-item__name {
  font-size: 14px;
  color: #7C88FA;
  font-size: 14px;
  font-weight: 800;
}

.view-select__select .custom-item__arrow {
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.view-select__select .custom-item__arrow path {
  fill: #7C88FA;
}

.view-select__select .custom-item__option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
}

.view-select__select .custom-item__option-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
}

.view-select__select .custom-item__option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

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

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  border-radius: 6px;
  background-color: var(--tabs-bg);
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color, color, 0.2s ease 0s;
  transition: background-color, color, 0.2s ease 0s;
}

.pagination__link.arrow {
  background: none;
  border: 1px solid var(--border-color);
}

.pagination__link.arrow span {
  font-size: 0;
}

.pagination__link.disabled {
  pointer-events: none;
  color: #7C88FA;
  background-color: rgba(124, 136, 250, 0.1019607843);
}

.tabs-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.tabs-table__navigation {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px;
  border-radius: 11px;
  background-color: var(--tabs-bg);
}

.tabs-table__title {
  color: #747A80;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 800;
  -webkit-transition: background-color, color, 0.2s ease 0s;
  transition: background-color, color, 0.2s ease 0s;
}

.tabs-table__title._tab-active {
  background-color: var(--select-bg);
  color: var(--secondary-color);
}

.tabs-table__content {
  height: 100%;
}

.tabs-table__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs-table__table {
  height: 100%;
}

.tabs-table__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  background-color: #7C88FA;
}

.table-block {
  overflow: hidden;
}

.table-block_medium .table-block__header {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.table-block_medium .item-table {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.table-block_referrer .table-block__header {
  -ms-grid-columns: 70px (1fr)[4];
  grid-template-columns: 70px repeat(4, 1fr);
}

.table-block_referrer .item-table {
  -ms-grid-columns: 70px (1fr)[4];
  grid-template-columns: 70px repeat(4, 1fr);
}

.table-block_small .table-block__header {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.table-block_small .item-table {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.table-block__head {
  padding: 20px;
}

.table-block__header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 15px;
  background-color: var(--select-bg);
}

.table-block__header-item {
  color: #747A80;
  font-size: 12px;
  word-break: break-word;
}

.item-table {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 15px;
  -webkit-transition: background-color 0.1s ease 0s;
  transition: background-color 0.1s ease 0s;
}

.item-table:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.item-table_active .image-item__avatar {
  background-color: #E7F5F3;
}

.item-table_closed .status-item {
  color: #DC3939;
  background: rgba(220, 57, 57, 0.24);
}

.item-table_closed .image-item__avatar {
  background-color: #F7D0D0;
}

.item-table__column {
  word-break: break-word;
}

.item-table__text {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.item-table__text_thin {
  color: #747A80;
  font-weight: 400;
}

.item-table__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.deposit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.deposit-item__icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.deposit-item__icon img {
  width: 100%;
}

.deposit-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.deposit-item__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.deposit-item__description {
  color: #747A80;
  font-size: 12px;
}

.date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.date-item__start {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.date-item__end {
  color: #747A80;
  font-size: 12px;
}

.progress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.progress-item__head {
  color: #7C88FA;
  font-size: 14px;
  font-weight: 800;
}

.progress-item__progress {
  height: 5px;
  max-width: 150px;
  width: 100%;
  border-radius: 22px;
  background-color: #F1F3F2;
  overflow: hidden;
}

.progress-item__line {
  height: 100%;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.33%, #B7B9C6), color-stop(101.06%, #7C88FA)), #F1F3F2;
  background: linear-gradient(90deg, #B7B9C6 2.33%, #7C88FA 101.06%), #F1F3F2;
}

.payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.payment-item__icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.payment-item__icon img {
  width: 100%;
}

.payment-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.payment-item__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.payment-item__short-name {
  color: #747A80;
  font-size: 12px;
}

.image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.image-item_user .image-item__avatar {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  background-color: #F8F8F8;
  border-radius: 50%;
}

.image-item__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.image-item__avatar img {
  max-width: 100%;
}

.image-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 4px;
}

.image-item__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.image-item__short-name {
  color: #747A80;
  font-size: 12px;
}

.type-item {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  border-radius: 9px;
  border: 2px solid #7C88FA;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
}

.type-item_withdrawal {
  border-color: #F07CFA;
}

.type-item_profit {
  border-color: #FA7C7C;
}

.type-item_ref {
  border-color: #FAC07C;
}

.view-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.view-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  width: 17px;
}

.view-item__button {
  color: #fff;
}

.view-item__button span {
  font-size: 0;
  width: 14px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
}

.status-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #089981;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 20px;
  background-color: rgba(156, 214, 205, 0.24);
}

.top-item__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  background-color: #F8F8F8;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.top-item__place_1 {
  background-color: rgba(240, 214, 157, 0.2);
}

.top-item__place_1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/cabinet/referrer/top-1.svg") no-repeat center/contain;
}

.top-item__place_2 {
  background-color: rgba(222, 222, 238, 0.2);
}

.top-item__place_2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/cabinet/referrer/top-2.svg") no-repeat center/contain;
}

.top-item__place_3 {
  background-color: rgba(225, 173, 137, 0.2);
}

.top-item__place_3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/cabinet/referrer/top-3.svg") no-repeat center/contain;
}

.soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  font-size: 48px;
  font-weight: 800;
}

.dashboard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.dashboard__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 1fr;
  grid-template-columns: 31% 1fr;
  gap: 25px;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.charts-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.charts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.charts-info__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  right: 10px;
  background: url("../img/cabinet/dashboard/decor-item-1.svg") no-repeat center/100%;
  max-width: 55px;
  width: 100%;
  height: 45px;
}

.charts-info__item:last-child::after {
  background-image: url("../img/cabinet/dashboard/decor-item-2.svg");
}

.charts-info__name {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.charts-info__value {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
}

.user-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.user-rank__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.user-rank__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.user-rank__avatar {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.user-rank__avatar img {
  width: 100%;
}

.user-rank__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.user-rank__name {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 800;
}

.user-rank__label {
  color: #747A80;
}

.user-rank__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.user-rank__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.user-rank__level::before {
  content: "";
  background: url("../img/cabinet/dashboard/decor-line.svg") no-repeat center/100%;
  width: 20px;
  height: 12px;
}

.user-rank__level-percent {
  color: #089981;
  font-size: 16px;
  font-weight: 800;
}

.user-rank__level-current {
  border-radius: 30px;
  border: 2px solid #089981;
  padding: 3px 6px;
  color: #089981;
  font-size: 10px;
  font-weight: 800;
}

.user-rank__commissions {
  color: #089981;
  font-size: 14px;
  font-weight: 800;
}

.user-rank__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.user-rank__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-rank__range-item {
  color: #C2C8C5;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 4px;
  border-radius: 33px;
  background: rgba(228, 233, 230, 0.5);
}

.user-rank__range-item_min {
  color: #7C88FA;
  background: rgba(124, 136, 250, 0.15);
}

.user-rank__progress {
  width: 100%;
  border-radius: 32px;
  height: 5px;
  background-color: #F1F3F2;
  overflow: hidden;
}

.user-rank__progress-line {
  border-radius: 32px;
  height: 100%;
  background: linear-gradient(45deg, #B7B9C6 2.33%, #7C88FA 101.06%), #F1F3F2;
}

.balance-dashboard_large .balance-dashboard__row {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.balance-dashboard__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.balance-dashboard__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.balance-dashboard__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #999EA3;
  font-size: 13px;
  font-weight: 600;
  -webkit-transform: color, text-shadow, 0.2s ease 0s;
      -ms-transform: color, text-shadow, 0.2s ease 0s;
          transform: color, text-shadow, 0.2s ease 0s;
}

.balance-dashboard__trigger::before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  border-radius: 50%;
  background-color: #7C88FA;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.balance-dashboard__trigger._tab-active {
  color: #7C88FA;
  text-shadow: 1px 0 0 #7C88FA;
}

.balance-dashboard__trigger._tab-active::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.balance-dashboard__body {
  border-radius: 14px;
  background-color: var(--block-color);
  padding: 20px;
}

.balance-dashboard__label {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.balance-dashboard__label:not(:last-child) {
  margin-bottom: 20px;
}

.balance-dashboard__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.balance-dashboard__row:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.balance-dashboard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}

.balance-dashboard__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: var(--border-color);
}

.balance-dashboard__icon {
  width: 33px;
  height: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
}

.balance-dashboard__icon img {
  width: 100%;
}

.balance-dashboard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.balance-dashboard__name {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
  word-break: break-word;
}

.balance-dashboard__value {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
  word-break: break-word;
}

.statistics-dashboard {
  padding: 20px;
}

.statistics-dashboard__title {
  margin-bottom: 30px;
}

.statistics-dashboard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.statistics-dashboard__list:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.statistics-dashboard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.statistics-dashboard__item_green .statistics-dashboard__icon {
  background-color: rgba(8, 153, 129, 0.1);
}

.statistics-dashboard__item_green .statistics-dashboard__value {
  color: #089981;
}

.statistics-dashboard__item_green .statistics-dashboard__label {
  color: #089981;
  border-color: #089981;
}

.statistics-dashboard__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(116, 122, 128, 0.05);
}

.statistics-dashboard__icon img {
  max-width: 100%;
}

.statistics-dashboard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.statistics-dashboard__value {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 800;
  word-break: break-word;
}

.statistics-dashboard__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.statistics-dashboard__name {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.statistics-dashboard__label {
  padding: 2px 4px;
  color: #747A80;
  font-size: 10px;
  font-weight: 800;
  border-radius: 30px;
  border: 2px solid #747A80;
}

.total-statistics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.total-statistics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}

.total-statistics__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.total-statistics__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.total-statistics__value {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 800;
  word-break: break-word;
}

.chart-dashboard {
  min-height: 260px;
}

.chart-dashboard .tradingview-widget-container {
  border-radius: 20px;
}

.chart-dashboard .tradingview-widget-container div {
  height: 100% !important;
}

.calculator-package {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 1fr;
  grid-template-columns: 31% 1fr;
}

.plan-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 14px 0 0 14px;
}

.plan-calculator__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 20px 5px;
  border-bottom: 1px solid var(--border-color);
  border-radius: 6px;
  position: relative;
  -webkit-transition: background-color 0.1s ease 0s;
  transition: background-color 0.1s ease 0s;
}

.plan-calculator__item::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  background-color: #7C88FA;
  width: 2px;
  height: 80%;
  -webkit-transform: scaleY(0) translateY(-50%);
      -ms-transform: scaleY(0) translateY(-50%);
          transform: scaleY(0) translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
}

.plan-calculator__item:last-child {
  border-bottom: none;
}

.plan-calculator__item.selected::after {
  -webkit-transform: scaleY(1) translateY(-50%);
      -ms-transform: scaleY(1) translateY(-50%);
          transform: scaleY(1) translateY(-50%);
  opacity: 1;
}

.plan-calculator__item.selected .plan-calculator__image {
  background: none;
}

.plan-calculator__item.selected .plan-calculator__image img {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.plan-calculator__item.selected .plan-calculator__image::after {
  opacity: 1;
}

.plan-calculator__item.selected .plan-calculator__image::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.plan-calculator__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.plan-calculator__name {
  color: #7C88FA;
  font-size: 16px;
  font-weight: 800;
}

.plan-calculator__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #747A80;
  font-size: 14px;
}

.plan-calculator__description::after {
  content: "";
  background: url("../img/cabinet/package/info-icon.svg") no-repeat center/100%;
  width: 13px;
  height: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
}

.plan-calculator__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  background-color: #F8F8F8;
  position: relative;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.plan-calculator__image img {
  max-width: 27px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.plan-calculator__image::after,
.plan-calculator__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity, 0.2s ease 0s, -webkit-transform;
  transition: opacity, 0.2s ease 0s, -webkit-transform;
  transition: transform, opacity, 0.2s ease 0s;
  transition: transform, opacity, 0.2s ease 0s, -webkit-transform;
}

.plan-calculator__image::after {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
          box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.28) inset;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/cabinet/package/check-icon.svg") no-repeat center, #838FFA;
  opacity: 0;
}

.plan-calculator__image::before {
  width: 100%;
  height: 100%;
  border: 1px solid #838FFA;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.plan-calculator__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.calculator-package-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calculator-package-head__name {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.calculator-package-head__step {
  padding: 2px 4px;
  color: #747A80;
  font-size: 10px;
  font-weight: 800;
  border-radius: 33px;
  border: 2px solid #747A80;
}

.payment-calculator {
  border-radius: 0 14px 14px 0;
  border-left: none;
  padding: 20px;
}

.payment-calculator__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.payment-calculator__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.payment-calculator__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.payment-calculator__title {
  padding: 6px 10px;
  border-radius: 20px;
  color: #999EA3;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.payment-calculator__title._tab-active {
  background: rgba(156, 214, 205, 0.24);
  color: #089981;
  font-size: 12px;
  font-weight: 800;
}

.payment-calculator__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34% 1fr;
  grid-template-columns: 34% 1fr;
  gap: 10px;
}

.payment-calculator__send {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  color: #fff;
}

.profit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.profit-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8px;
  height: 25px;
  width: 1px;
  left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E4E9E6;
}

.profit-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E4E9E6;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.profit-block__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.profit-block__value {
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 800;
  word-break: break-word;
}

.amount-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.amount-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.amount-block__name {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 600;
}

.amount-block__limit {
  color: #B7B9C6;
  font-size: 12px;
}

.amount-block__limit span {
  color: #747A80;
  font-weight: 600;
}

.field-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 9px;
  background-color: var(--select-bg);
  height: 44px;
  padding: 5px 20px;
}

.field-amount__prefix {
  color: #B7B9C6;
  font-size: 14px;
  font-weight: 800;
}

.field-amount__input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  padding: 0 5px;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 800;
  outline: none;
}

.field-amount__input::-webkit-outer-spin-button,
.field-amount__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.funds-withdraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.funds-withdraw__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  gap: 8px;
}

.funds-withdraw__withdraw {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
}

.block-settings {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27% 1fr;
  grid-template-columns: 27% 1fr;
  gap: 60px;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: var(--block-color);
  padding: 20px;
}

.block-settings:first-child {
  border-radius: 14px 14px 0 0;
  border-bottom: none;
}

.block-settings:last-child {
  border-radius: 0 0 14px 14px;
}

.block-settings__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-settings__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.block-settings__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.block-settings__icon img {
  max-width: 100%;
}

.block-settings__title {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.block-settings__text {
  color: #747A80;
  font-size: 13px;
  line-height: 135%;
}

.block-settings__save {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
}

.block-settings__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.authenticator__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: var(--block-color);
  overflow: hidden;
}

.authenticator__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.authenticator__column:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(103.96% 93.28% at 50% 80.66%, rgba(255, 255, 255, 0) 62.99%, rgba(74, 59, 162, 0.28) 77.71%, rgba(124, 136, 250, 0.8) 88.22%, rgba(215, 215, 218, 0.8) 99.99%, rgba(255, 255, 255, 0.8) 100%), var(--block-color);
}

.authenticator__column_green .authenticator__step {
  border-color: #089981;
  color: #089981;
}

.authenticator__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.authenticator__step {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #747A80;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 6px;
  border-radius: 33px;
  border: 2px solid #747A80;
}

.authenticator__title {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.authenticator__text {
  color: #747A80;
  font-size: 13px;
  line-height: 135%;
}

.authenticator__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.authenticator__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.authenticator__link img {
  max-width: 100%;
}

.qr-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  padding: 25px;
}

.qr-auth__image {
  max-width: 164px;
  margin: 0 auto;
}

.qr-auth__image img {
  max-width: 100%;
}

.qr-auth__description {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.copy-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.copy-auth__name {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 600;
}

.copy-auth__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  border-radius: 9px;
  border: 2px solid var(--border-color);
  background-color: var(--block-color);
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.copy-auth__link {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 700;
  word-break: break-word;
}

.copy-auth__icon {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.copy-auth__icon svg {
  max-width: 100%;
}

.controls-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.controls-auth__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.controls-auth__name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}

.controls-auth__save {
  color: #fff;
}

.checkbox-auth__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #089981;
  font-size: 12px;
  font-weight: 800;
}

.checkbox-auth__custom {
  display: block;
  width: 28px;
  height: 14px;
  border-radius: 8px;
  background-color: #747A80;
  position: relative;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.checkbox-auth__custom::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}

.checkbox-auth__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkbox-auth__input:checked ~ .checkbox-auth__custom {
  background-color: #089981;
}

.checkbox-auth__input:checked ~ .checkbox-auth__custom::after {
  left: 16px;
}

.bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.top-bonus {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  gap: 25px;
}

.block-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.block-bonus::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 20px;
  background: url("../img/cabinet/bonus/bonus-decor.png") no-repeat center/100%;
  width: 115px;
  height: 95px;
  pointer-events: none;
}

.block-bonus_large::after {
  background: url("../img/cabinet/bonus/bonus-image.png") no-repeat center/100%;
  width: 252px;
  height: 150px;
  right: 0;
}

.block-bonus_large .block-bonus__title::after {
  content: "";
}

.block-bonus__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.block-bonus__title span {
  display: inline-block;
  padding: 4px 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  background: url("../img/cabinet/bonus/decor-mask.svg") no-repeat center/contain;
}

.block-bonus__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #747A80;
  font-size: 13px;
  line-height: 135%;
  max-width: 200px;
}

.block-bonus__value {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 800;
}

.bottom-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.bottom-bonus__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  row-gap: 10px;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: var(--block-color);
}

.bottom-bonus__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  gap: 25px;
}

.bottom-bonus__list-item {
  gap: 4px;
  position: relative;
  padding-left: 10px;
  color: #747A80;
  font-size: 13px;
  font-weight: 400;
}

.bottom-bonus__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4px;
          flex: 0 0 4px;
  border-radius: 50%;
  background-color: #747A80;
}

.bottom-bonus__list-item span {
  font-weight: 700;
}

.item-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 15px;
  padding: 10px 10px 20px 10px;
  border: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.item-bonus:first-child {
  border-radius: 14px 0 0 14px;
}

.item-bonus_lock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bonus-item-lock);
}

.item-bonus_active::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: radial-gradient(103.96% 93.28% at 50% 80.66%, rgba(255, 255, 255, 0) 62.99%, rgba(74, 59, 162, 0.28) 77.71%, rgba(124, 136, 250, 0.8));
}

.item-bonus_active .item-bonus__footer::after {
  content: "Active";
  color: #FFF;
  font-size: 10px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 8px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background-color: #7C88FA;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item-bonus__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.item-bonus__image {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
}

.item-bonus__image img {
  max-width: 100%;
}

.item-bonus__name {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 800;
}

.item-bonus__bonus {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
  word-break: break-word;
}

.item-bonus__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item-bonus__requirement {
  color: #747A80;
  font-size: 11px;
  font-weight: 400;
}

.item-bonus__value {
  color: #747A80;
  font-size: 13px;
  font-weight: 800;
}

.item-bonus__percent {
  color: #747A80;
  font-size: 10px;
  font-weight: 600;
}

.last__rows {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 25px;
}

.block-exchanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.block-exchanger__rows {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 15px 1fr;
  gap: 10px;
}

.block-exchanger__separator {
  text-align: center;
}

.block-exchanger__separator img {
  max-width: 100%;
}

.block-exchanger__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.block-exchanger__exchange {
  color: #fff;
}

.block-exchanger__value {
  color: #747A80;
  font-size: 12px;
}

.block-exchanger__value span {
  font-weight: 600;
  color: var(--secondary-color);
}

.field-exchanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}

.field-exchanger__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field-exchanger__label {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 600;
}

.field-exchanger__exchange-rate {
  color: #7C88FA;
  font-size: 12px;
  font-weight: 600;
}

.field-exchanger__content {
  border-radius: 9px;
  background-color: var(--select-bg);
}

.field-exchanger__enter {
  border-top: 1px solid var(--border-color);
}

.field-exchanger__input {
  width: 100%;
  outline: none;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 800;
  padding: 15px 10px;
}

.field-exchanger__input::-webkit-outer-spin-button,
.field-exchanger__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pools__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.item-pool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 23px;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: 15px 10px;
  background: var(--select-bg);
}

.item-pool__name {
  text-align: center;
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 700;
}

.item-pool__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.item-pool__image {
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.item-pool__image img {
  max-width: 100%;
}

.item-pool__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.item-pool__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.item-pool__icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.item-pool__icon img {
  max-width: 100%;
}

.item-pool__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.item-pool__label {
  color: var(--secondary-color);
  font-size: 14px;
}

.item-pool__value {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 700;
}

.item-pool__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item-pool__bar {
  height: 5px;
  width: 100%;
  border-radius: 22px;
  background-color: #F1F3F2;
}

.item-pool__bar-line {
  height: 100%;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 124, 209)), color-stop(33%, rgb(124, 178, 250)), color-stop(66%, rgb(114, 173, 212)), to(rgb(180, 124, 250)));
  background: linear-gradient(90deg, rgb(249, 124, 209) 0%, rgb(124, 178, 250) 33%, rgb(114, 173, 212) 66%, rgb(180, 124, 250) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: relative;
}

.item-pool__bar-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #7C88FA;
}

.progress-item-pool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.progress-item-pool__value {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 700;
}

.progress-item-pool__value_max {
  color: #747A80;
}

.progress-item-pool__completed {
  color: #747A80;
  font-size: 13px;
  font-weight: 600;
}

.progress-item-pool__completed span {
  color: #7C88FA;
  font-weight: 600;
}

@media (min-width: 767.98px) {
  .bottom-investment__item:not(:last-child) {
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top-footer__coin:first-child {
    margin-bottom: -190px;
  }

  .top-footer__coin:nth-child(2) {
    margin-bottom: -80px;
  }

  .top-footer__coin:nth-child(3) {
    margin-bottom: -20px;
  }

  .top-footer__coin:nth-child(5) {
    margin-bottom: -20px;
  }

  .top-footer__coin:nth-child(6) {
    margin-bottom: -80px;
  }

  .top-footer__coin:last-child {
    margin-bottom: -190px;
  }
}

@media (min-width: 940px) {
  .authenticator__column:not(:last-child) {
    border-right: 1px solid var(--border-color);
  }
}

@media (min-width: 991.98px) {
  .menu__list:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #888EC3;
  }

  .course-docs__comment_1 {
    position: absolute;
    left: -200px;
    top: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .course-docs__comment_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    right: -200px;
    top: calc(50% - 80px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .course-docs__comment_2 .comment-docs__info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }

  .referral-block__link::after,
  .referral-block__link::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    background: url("../img/cabinet/dashboard/referral-decor.svg") no-repeat center/contain;
    width: 36px;
    height: 64px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }

  .referral-block__link::after {
    right: 15px;
    top: -25px;
  }

  .referral-block__link::before {
    left: 15px;
    top: -25px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .referral-block__link-icon::after,
  .referral-block__link-icon::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    background: url("../img/cabinet/dashboard/referral-decor.svg") no-repeat center/contain;
    width: 36px;
    height: 64px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }

  .referral-block__link-icon::after {
    right: 15px;
    bottom: -25px;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }

  .referral-block__link-icon::before {
    left: 15px;
    bottom: -25px;
    -webkit-transform: scaleY(-1) scaleX(-1);
        -ms-transform: scaleY(-1) scaleX(-1);
            transform: scaleY(-1) scaleX(-1);
  }
}

@media (min-width: 1100px) {
  .block-rank:first-child {
    margin-top: 100px;
  }

  .block-rank:last-child {
    margin-top: 100px;
  }
}

@media (max-width: 1480px) {
  .common__main {
    padding: 10px 10px 30px 10px;
  }

  .table-block__head {
    padding: 10px;
  }

  .deposit-item {
    gap: 5px;
  }

  .payment-item {
    gap: 5px;
  }

  .image-item {
    gap: 5px;
  }

  .dashboard__body {
    gap: 10px;
  }

  .dashboard__row {
    gap: 10px;
  }

  .user-info {
    gap: 10px;
  }

  .charts-info {
    gap: 10px;
  }

  .charts-info__item {
    gap: 20px;
    padding: 10px;
  }

  .user-rank {
    padding: 10px;
  }

  .balance-dashboard__body {
    padding: 10px;
    gap: 10px;
  }

  .balance-dashboard__row:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }

  .balance-dashboard__row {
    gap: 10px;
  }

  .balance-dashboard__item {
    gap: 5px;
  }

  .statistics-dashboard {
    padding: 10px;
  }

  .statistics-dashboard__list:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .statistics-dashboard__item {
    gap: 5px;
  }

  .statistics-dashboard__value {
    font-size: 16px;
  }

  .total-statistics {
    gap: 10px;
  }

  .total-statistics__item {
    padding: 10px;
  }

  .plan-calculator {
    padding: 10px;
  }

  .plan-calculator__item::after {
    left: -11px;
  }

  .plan-calculator__item {
    padding: 15px 5px;
  }

  .plan-calculator__info {
    gap: 5px;
  }

  .plan-calculator__name {
    font-size: 14px;
  }

  .payment-calculator {
    padding: 10px;
  }

  .profit-block::after {
    top: 2px;
  }

  .profit-block__value {
    font-size: 32px;
  }

  .funds-withdraw {
    padding: 10px;
    gap: 10px;
  }

  .authenticator__column {
    padding: 15px 10px;
  }

  .qr-auth {
    padding: 10px;
  }

  .top-bonus {
    gap: 10px;
  }

  .block-bonus {
    padding: 15px 10px;
  }

  .bottom-bonus__list {
    gap: 10px;
  }

  .last__rows {
    gap: 10px;
  }

  .block-exchanger {
    padding: 15px 10px;
    gap: 10px;
  }
}

@media (max-width: 1380px) {
  .user-rank__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .user-rank__about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .funds-withdraw__body {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}

@media (max-width: 1340px) {
  .pools__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 1320px) {
  .payment-calculator__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1240px) {
  .balance-dashboard__icon {
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
  }

  .block-settings {
    gap: 20px;
  }
}

@media (max-width: 1220px) {
  .calculator-package {
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
  }
}

@media (max-width: 1140px) {
  .balance-dashboard_large .balance-dashboard__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .balance-dashboard_large .balance-dashboard__row .balance-dashboard__item::after {
    display: none;
  }
}

@media (max-width: 1110px) {
  .header__container {
    -ms-grid-columns: 100px 1fr 150px;
    grid-template-columns: 100px 1fr 150px;
  }
}

@media (max-width: 1100px) {
  .ranks__head {
    margin-bottom: 10px;
  }

  .ranks__blocks {
    gap: 10px;
  }

  .ranks__blocks::after {
    display: none;
  }

  .block-rank {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.06%, rgba(255, 255, 255, 0.03)), color-stop(62.03%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0.06%, rgba(255, 255, 255, 0) 62.03%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .block-rank::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .popup__body {
    gap: 25px;
  }

  .popup__title {
    font-size: 21px;
  }

  .popup__form {
    gap: 10px;
  }

  .popup__fields {
    gap: 10px;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 60px;
  }

  .header__burger {
    display: block;
    position: relative;
    z-index: 105;
    width: 30px;
    height: 18px;
    cursor: pointer;
    top: 0;
    right: 0;
  }

  .header__burger span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header__burger span:first-child {
    top: 0;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .header__burger._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header__burger._active span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .header__burger._active span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .menu {
    display: block;
    padding: 70px 15px;
    overflow-y: auto;
    position: fixed;
    z-index: 100;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(124, 136, 250, 0.98);
    -webkit-transition: top 0.4s ease 0s;
    transition: top 0.4s ease 0s;
  }

  .menu::after {
    content: "";
    position: fixed;
    z-index: 101;
    top: -100%;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #7C88FA;
    -webkit-transition: top 0.4s ease 0s;
    transition: top 0.4s ease 0s;
  }

  .menu .menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
  }

  .menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .menu._active {
    top: 0;
  }

  .menu._active::after {
    top: 0;
  }

  .menu__link {
    font-size: 16px;
  }

  .title {
    font-size: 27px;
  }

  .investment__head {
    margin-bottom: 15px;
  }

  .investment__blocks {
    gap: 15px;
    margin-bottom: 20px;
  }

  .investment-block__percent {
    font-size: 24px;
  }

  .rewards__title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .rewards-item__info {
    gap: 5px;
  }

  .rewards-item__name {
    font-size: 21px;
  }

  .ranks__head {
    gap: 15px;
  }

  .ranks__blocks {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .block-rank__item-value {
    font-size: 16px;
  }

  .block-rank__item-list-value {
    font-size: 16px;
  }

  .docs__head {
    margin-bottom: 20px;
  }

  .docs__columns {
    margin-bottom: 30px;
  }

  .docs__columns::after {
    display: none;
  }

  .course-docs {
    padding: 4px;
  }

  .course-docs__wrapper {
    padding: 10px;
  }

  .course-docs__text {
    margin-bottom: 15px;
  }

  .comment-docs__name {
    font-size: 14px;
  }

  .team__head {
    gap: 15px;
    margin-bottom: 20px;
  }

  .team__body {
    gap: 10px;
  }

  .team-block__name {
    font-size: 16px;
  }

  .capital__container {
    gap: 20px;
  }

  .capital__text {
    font-size: 16px;
  }

  .main-popup__title {
    font-size: 32px;
  }

  .top-footer {
    margin-bottom: 30px;
  }

  .top-footer__contact {
    gap: 15px;
  }

  .top-footer__name {
    font-size: 16px;
  }

  .top-footer__link {
    font-size: 16px;
  }

  .auth__logo {
    margin-bottom: 20px;
  }

  .auth__wrapper {
    padding: 15px;
    gap: 15px;
  }

  .auth__body {
    gap: 15px;
  }

  .auth__fields {
    gap: 10px;
  }

  .auth__footer {
    gap: 10px;
  }

  .common._active::after {
    opacity: 1;
    visibility: visible;
  }

  .common._active .aside {
    left: 0;
  }

  .common._active .aside-burger {
    left: 265px;
  }

  .common__wrapper {
    display: block;
  }

  .title-m {
    font-size: 14px;
  }

  ._v-stack {
    gap: 10px;
  }

  .aside {
    position: fixed;
    z-index: 100;
    left: -100%;
    top: 0;
    overflow-y: auto;
    height: 100%;
    -webkit-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
  }

  .aside__header {
    padding: 15px 15px 0 15px;
  }

  .aside__spoilers {
    padding: 15px;
  }

  .aside__footer {
    padding: 15px;
  }

  .aside-spoilers__title {
    margin-bottom: 10px;
  }

  .aside-spoilers__list {
    gap: 10px;
  }

  .aside-burger {
    display: block;
    position: fixed;
    z-index: 105;
    width: 30px;
    height: 18px;
    cursor: pointer;
    top: 15px;
    left: 15px;
    -webkit-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
  }

  .aside-burger span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .aside-burger span:first-child {
    top: 0;
  }

  .aside-burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .aside-burger._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background-color: #fff;
  }

  .aside-burger._active span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .aside-burger._active span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header-cabinet {
    padding-left: 50px;
    gap: 10px;
  }

  .balance-item__value {
    font-size: 21px;
  }

  .referral-block {
    gap: 10px;
  }

  .referral-block__buttons::after {
    margin: 0 5px;
  }

  .pagination:not(:first-child) {
    margin-top: 10px;
  }

  .table-block__header {
    padding: 15px 10px;
  }

  .item-table {
    padding: 15px 10px;
  }

  .soon {
    font-size: 32px;
  }

  .statistics-dashboard__value {
    font-size: 14px;
  }

  .payment-calculator__tabs {
    gap: 10px;
  }

  .payment-calculator__main {
    gap: 10px;
  }

  .profit-block__value {
    font-size: 27px;
  }

  .block-settings {
    padding: 15px 10px;
  }

  .block-settings__fields {
    gap: 10px;
  }

  .block-bonus__value {
    font-size: 21px;
  }

  .bottom-bonus {
    gap: 15px;
  }

  .item-bonus__bonus {
    font-size: 18px;
  }

  .field-exchanger__input {
    font-size: 21px;
  }

  .item-pool__name {
    font-size: 21px;
  }

  .item-pool__image {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .item-pool__value {
    font-size: 18px;
  }
}

@media (max-width: 940px) {
  .authenticator__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .faq__body {
    padding: 15px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .calculator-package {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-calculator {
    border-radius: 14px 14px 0 0;
    border: 1px solid var(--border-color);
    border-bottom: none;
  }

  .payment-calculator {
    border-radius: 0 0 14px 14px;
    border: 1px solid #E4E9E6;
  }
}

@media (max-width: 840px) {
  .rewards__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 767.98px) {
  .popup__title {
    font-size: 18px;
  }

  .title {
    font-size: 24px;
  }

  .candle {
    width: 10px;
  }

  .investment-block__percent {
    font-size: 18px;
  }

  .rewards__title {
    font-size: 18px;
  }

  .rewards-item__name {
    font-size: 16px;
  }

  .block-rank__item-value {
    font-size: 14px;
  }

  .block-rank__item-list-value {
    font-size: 14px;
  }

  .team__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-block {
    gap: 10px;
  }

  .team-block__avatar {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }

  .team-block__info {
    gap: 10px;
  }

  .team-block__name {
    font-size: 14px;
  }

  .capital::after {
    width: 1000px;
  }

  .capital__text {
    font-size: 14px;
  }

  .top-footer__coins {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .top-footer__name {
    font-size: 14px;
  }

  .top-footer__link {
    font-size: 14px;
  }

  .balance-item__value {
    font-size: 16px;
  }

  .referral-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_medium .table-block__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .table-block_medium .item-table {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .table-block_referrer .table-block__header {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .table-block_referrer .item-table {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .table-block__header {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .item-table {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }

  .soon {
    font-size: 27px;
  }

  .dashboard__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .total-statistics {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .profit-block__value {
    font-size: 24px;
  }

  .funds-withdraw__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-settings {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-settings__content {
    gap: 10px;
  }

  .top-bonus {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .block-bonus__value {
    font-size: 18px;
  }

  .bottom-bonus__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .last__rows {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-exchanger__rows {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-exchanger__input {
    font-size: 18px;
  }

  .item-pool__name {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .pools__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .balance-dashboard__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .balance-dashboard__item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .table-block_small .table-block__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .table-block_small .item-table {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .docs__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 540px) {
  .payment-calculator__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .profit-block::after {
    display: none;
  }

  .profit-block {
    gap: 5px;
  }

  .block-settings__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .docs__title {
    font-size: 18px;
  }

  .team-block__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }

  .popup_main .popup__content {
    min-height: 400px;
  }

  .header-cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .referral-block__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }

  .referral-block__buttons::after {
    display: none;
  }

  .table-block_medium .table-block__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_medium .item-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_referrer .table-block__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_referrer .item-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_small .table-block__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block_small .item-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-block__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .item-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .item-table__text {
    text-align: center;
  }

  .top-bonus {
    gap: 10px;
  }

  .block-bonus_large::after {
    width: 140px;
    height: 85px;
  }

  .bottom-bonus__list {
    gap: 10px;
  }

  .progress-item-pool__value {
    font-size: 10px;
  }

  .progress-item-pool__completed {
    font-size: 10px;
  }
}

@media (max-width: 440px) {
  .balance-dashboard_large .balance-dashboard__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (any-hover: hover) {
  .header__social-link:hover path:first-child {
    fill: #7C88FA;
  }

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

  .language-select__link:hover {
    background-color: #B3B9C1;
  }

  .button:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.28) inset;
            box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.28) inset;
    background-color: #23242D;
  }

  .button_border:hover {
    background-color: #7C88FA;
  }

  .button_pulse:hover::after {
    display: none;
  }

  .investment-block:nth-child(2) .investment-block__link:hover {
    background: none;
  }

  .investment-block__link:hover {
    background-color: #7C88FA;
  }

  .docs__link:hover::after {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }

  .docs__button:hover {
    background-color: rgba(183, 185, 198, 0.4);
  }

  .course-docs__play:hover::after {
    width: 95px;
    height: 95px;
  }

  .course-docs__play:hover::before {
    width: 55px;
    height: 55px;
  }

  .course-docs__play:hover span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .team-block__link:hover {
    background-color: #7C88FA;
  }

  .main-popup__link:hover {
    -webkit-box-shadow: 0px 0px 44px 0px rgba(250, 255, 0, 0.4);
            box-shadow: 0px 0px 44px 0px rgba(250, 255, 0, 0.4);
  }

  .main-popup__close:hover path {
    stroke: #FFD600;
  }

  .top-footer__link:hover {
    text-decoration: underline;
  }

  .checkbox-field__additional:hover {
    text-decoration: underline;
  }

  ._block-border:hover {
    background-color: var(--hover-block-color);
  }

  .aside__logout:hover {
    color: #7C88FA;
  }

  .aside__logout:hover path {
    fill: #7C88FA;
  }

  .aside-spoilers__title:hover {
    background: rgba(116, 122, 128, 0.2);
  }

  .aside-spoilers__link:hover::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

  .aside-spoilers__link:hover .aside-spoilers__link-icon path {
    fill: #7C88FA;
  }

  .aside-spoilers__link:hover .aside-spoilers__link-name {
    color: #7C88FA;
  }

  .referral-block__link:hover {
    background-color: #4a4d69;
  }

  .referral-block__link:hover .referral-block__link-icon path {
    fill: #7C88FA;
  }

  .referral-block__link:hover .referral-block__link-icon::after {
    bottom: -15px;
    right: 20px;
  }

  .referral-block__link:hover .referral-block__link-icon::before {
    bottom: -15px;
    left: 20px;
  }

  .referral-block__link:hover::after {
    top: -15px;
    right: 20px;
  }

  .referral-block__link:hover::before {
    top: -15px;
    left: 20px;
  }

  .select-block__select .custom-item:hover {
    background-color: var(--hover-select-bg);
  }

  .select-transaction__select .custom-item:hover {
    background-color: var(--hover-select-bg);
  }

  .view-select__select .custom-item:hover {
    background-color: var(--hover-select-bg);
  }

  .pagination__link:hover {
    color: #7C88FA;
    background-color: rgba(124, 136, 250, 0.1019607843);
  }

  .pagination__link.arrow:hover {
    background-color: var(--border-color);
  }

  .tabs-table__title:hover {
    background-color: rgba(40, 41, 50, 0.7);
    color: #fff;
  }

  .tabs-table__button:hover {
    background-color: #7C88FA;
  }

  .item-table:hover {
    background-color: var(--hover-select-bg);
  }

  .plan-calculator__item:hover {
    background-color: var(--border-color);
  }

  .payment-calculator__title:hover {
    background: rgba(156, 214, 205, 0.12);
  }

  .copy-auth__body:hover {
    background-color: var(--hover-block-color);
  }
}