*, ul, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*[x-apple-data-detectors] {
  border-bottom: 0 !important;
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important;
}

body {
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  transition: 0.3s all ease;
}
body.dark {
  color: #fff;
  background-color: #01030f;
}
body.overflow {
  overflow: hidden;
}

.icon, .st0 {
  fill: #fff;
  transition: 0.3s all ease;
}
.icon path, .icon polygon, .st0 path, .st0 polygon {
  transition: 0.3s all ease;
  fill: white;
}

.button {
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .button {
    font-size: 16px !important;
  }
}
@media (max-width: 769px) {
  .button {
    font-size: 14px !important;
  }
}
.button.button_green {
  background-image: -moz-linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  display: inline-block;
  padding: 12px 22px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}
.button.button_green:hover {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
}
.button.button_custom_td {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  max-width: 275px;
  font-family: inherit !important;
}
.button.button_custom_td.show {
  font-size: 16px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .button.button_custom_td {
    padding: 0 15px;
  }
}
.button.show {
  padding: 20px 50px;
  font-size: 18px;
  font-family: "ProximaNova";
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 100px;
}
.button.button_grey {
  background-image: linear-gradient(-94deg, rgb(45, 61, 80) 0%, rgb(36, 39, 52) 100%);
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 30px;
}
.button.button_transparent {
  border: 1px solid #242734;
  background-color: transparent;
  padding: 20px 0;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.button.button_transparent.yellow_border {
  border: 1px solid #f3ba2f;
}
.button.button_buy {
  border: 1px solid #27705d;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  transition: 0.3s all ease;
  border-radius: 20px;
  padding: 10px 40px;
}
.button.button_buy:hover {
  background-color: #27705d;
}
.button.button_buy:has(> input:checked) {
  background-color: #27705d;
}
.button.button_buy input {
  opacity: 0;
  width: 0;
}
.button.button_buy.label_trade {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.button_sell {
  border: 1px solid #e6007a;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  transition: 0.3s all ease;
  border-radius: 20px;
  padding: 10px 40px;
}
.button.button_sell.label_trade {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.button_sell:hover {
  background-color: #e6007a;
}
.button.button_sell:has(> input:checked) {
  background-color: #e6007a;
}
.button.button_sell input {
  opacity: 0;
  width: 0;
}
.button.subscription_type_button {
  padding: 20px 50px;
  border-radius: 30px;
  display: inline-block;
}
.button.button_platform {
  position: relative;
  border-radius: 20px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 30px 0 30px 150px;
}
@media (max-width: 1200px) {
  .button.button_platform {
    padding-left: 70px;
  }
}
.button.button_platform::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 135px);
}
.button.button_binance {
  border: 1px solid #f3ba2f;
}
.button.button_binance::before {
  background-image: url("../images/icon-form-binance.png");
}
.button.button_wallet {
  border: 1px solid #118ffe;
}
.button.button_wallet::before {
  background-image: url("../images/icon-form-wallet.png");
}
.button.button_metamask {
  border: 1px solid #ff8700;
}
.button.button_metamask::before {
  background-image: url("../images/icon-form-metamask.png");
}
.button.portfel {
  font-size: 18px;
  padding: 18px 15px 18px 65px;
  border-radius: 27px;
  background-image: url(../images/portfel.png), linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  background-repeat: no-repeat;
  background-position: 20px center, 0 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  position: relative;
}

.section_title {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section_title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.section_title.desktop_section_title {
  display: block;
}
@media (max-width: 1200px) {
  .section_title.desktop_section_title {
    display: none;
  }
}
.section_title.mobile_section_title {
  display: none;
  border-bottom: 1px solid #272936;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .section_title.mobile_section_title {
    display: block;
  }
}

.section_subtitle {
  font-size: 30px;
  color: rgb(71, 71, 101);
  font-weight: bold;
}
.section_subtitle.price_crypto_subtitle {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section_subtitle {
    font-size: 18px;
  }
}

.section_title_text {
  font-size: 20px;
  font-family: "ProximaNova";
  color: rgb(51, 52, 75);
  line-height: 1.5;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .section_title_text {
    font-size: 14px;
  }
}

.positive {
  color: #2bb382;
}

.positive-button {
  color: #2bb382;
  text-decoration: none;
}

.negative {
  color: #b4281d;
}

.dot_link {
  font-size: 30px;
  text-decoration: none;
  line-height: 1;
  color: #2bb382;
}

.td_flex {
  display: flex;
  align-items: center;
  border-bottom-width: 0px !important;
}

.form-select {
  background-color: #1d2434;
  color: #fff;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  height: 54px;
  border-radius: 25px;
  border: none;
  font-size: 18px;
  padding-left: 20px;
}
.form-select.modal-select {
  background-color: #232c3c;
  border-radius: 20px;
  padding: 25px;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .form-select {
    height: 44px;
  }
}

.form-input {
  padding: 0 25px;
  width: 100%;
  border-radius: 20px;
  border: none;
  font-size: 18px;
  height: 54px;
  color: #fff;
  appearance: none;
  outline: none;
  transition: 0.3s all ease;
  background-color: #232c3c;
  border: none;
  outline: 1px solid transparent;
}
.form-input:focus {
  outline: 1px solid #2cb784;
  box-shadow: 0px 0px 3px 3px rgba(44, 183, 132, 0.2);
}

.form-label {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .form-label {
    font-size: 16px;
  }
}

.forgot_password {
  color: rgb(65, 64, 92);
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.show_passowrd {
  background-image: url(../images/eye-hide.png);
  width: 33px;
  height: 25px;
  position: absolute;
  top: 55px;
  right: 15px;
  cursor: pointer;
}

textarea {
  padding: 15px 0 0 20px;
  width: 100%;
  border-radius: 20px;
  border: none;
  font-size: 18px;
  color: #fff;
  appearance: none;
  border-bottom: 1px solid transparent;
  outline: none;
  resize: none;
  background-color: #232c3c;
}
textarea:focus {
  border: 1px solid #2cb784;
  box-shadow: 0px 0px 3px 3px rgba(44, 183, 132, 0.2);
}
textarea::placeholder {
  color: #555c72;
  font-size: 20px;
}

.copy-input {
  color: #555c72;
  font-size: 20px;
}

.radio-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  margin-bottom: 0;
}
.radio-wrapper .checkmark {
  border-radius: 100%;
  background-color: #131b24;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

.radio_text {
  font-size: 16px;
}

/* Hide the browser's default radio button */
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 2px;
  width: 22px;
  height: 22px;
  z-index: 1;
}

.radio-wrapper input:checked ~ .checkmark {
  background-color: #237d66;
}

.radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #282a37;
}

.radio-wrapper input:checked ~ .checkmark:after {
  display: block;
  background-color: #FFF;
}

.radio-wrapper .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #282a37;
}

.range-form {
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #43465a;
  outline: none;
  opacity: 1;
  transition: 0.2s all ease;
}
.range-form:hover {
  opacity: 1;
}
.range-form::-webkit-slider-thumb {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  cursor: pointer;
}
.range-form::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  cursor: pointer;
}

.subscription-pils {
  border-radius: 20px;
  background-image: linear-gradient(-92deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  padding-bottom: 0px !important;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .subscription-pils {
    display: none;
  }
}
.subscription-pils .nav-item {
  flex: 0 0 calc(33% - 20px);
  display: flex;
  justify-content: center;
}
.subscription-pils .nav-item .nav-link {
  font-size: 24px;
  color: rgb(255, 255, 255);
  outline: none;
  padding: 15px 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  transition: 0.3s all ease;
  border-radius: 20px;
  overflow: hidden;
}
.subscription-pils .nav-item .nav-link.active::after {
  width: 100%;
}
.subscription-pils .nav-item .nav-link::after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  z-index: 5;
  transition: 0.5s all ease;
}
.subscription-pils .nav-item .nav-link .text {
  position: relative;
  z-index: 10;
}

.tab-subscription {
  display: flex;
  justify-content: space-between;
}
.tab-subscription .subscription_type {
  flex: 0 0 calc(33% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 15px;
  border-radius: 40px;
  background-image: linear-gradient(330deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  list-style: none;
}
@media (max-width: 1200px) {
  .tab-subscription .subscription_type {
    margin-bottom: 20px;
  }
  .tab-subscription .subscription_type:first-of-type {
    display: none;
  }
}
.tab-subscription .subscription_type .subscription_information {
  min-height: 300px;
  text-align: center;
}
.tab-subscription .subscription_type .subscription_type_name {
  font-size: 36px;
  font-family: "ProximaNova";
  color: rgb(254, 254, 254);
  font-weight: bold;
  margin-bottom: 25px;
}
.tab-subscription .subscription_type .subscription_type_price {
  margin-bottom: 25px;
  font-size: 36px;
  font-family: "ProximaNova";
  color: rgb(60, 141, 187);
}
.tab-subscription .subscription_type .subscription_type_month {
  font-size: 24px;
  font-family: "ProximaNova";
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}
.tab-subscription .subscription_type .subscription_type_button {
  margin-bottom: 35px;
}
.tab-subscription .subscription_type .subscription_option_list {
  width: 100%;
  list-style: none;
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "ProximaNova";
  color: rgb(255, 255, 255);
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item.fd-c {
  flex-direction: column;
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item.fd-c span {
  margin-bottom: 5px;
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item span {
  display: none;
}
@media (max-width: 1200px) {
  .tab-subscription .subscription_type .subscription_option_list .option_list_item span {
    display: block;
    color: #fff;
  }
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3d404c;
}
.tab-subscription .subscription_type .subscription_option_list .option_list_item.option_positive {
  color: rgb(44, 183, 132);
}
.tab-subscription .subscription_type .description_list .option_list_item {
  justify-content: start;
}

.tab-content > .tab-subscription.active {
  display: flex;
}
@media (max-width: 1200px) {
  .tab-content > .tab-subscription.active {
    flex-direction: column;
  }
}

.discount {
  background-image: url(../images/discount-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  font-size: 14px;
  right: -10px;
  top: -20px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.dropdown-menu {
  border-radius: 20px;
  background-image: linear-gradient(317deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  --bs-dropdown-bg: none;
  padding: 30px 0;
}
.dropdown-menu li:not(:last-of-type) {
  margin-bottom: 20px;
}

.dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  gap: 0 20px;
  margin-bottom: 15px;
}

.dropdown-menu-content {
  padding: 0 30px;
}

.dropdown-menu-title {
  font-size: 24px;
  color: rgb(254, 254, 254);
}

.dropdown-item {
  padding: 0 30px;
  transition: 0.3s all ease;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.dropdown-item img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  background-color: transparent;
  color: #49ace3;
}
.dropdown-item:hover .icon, .dropdown-item:hover .st0, .dropdown-item:focus .icon, .dropdown-item:focus .st0, .dropdown-item:active .icon, .dropdown-item:active .st0 {
  fill: #49ace3;
}
.dropdown-item:hover .icon path, .dropdown-item:hover .icon polygon, .dropdown-item:hover .st0 path, .dropdown-item:hover .st0 polygon, .dropdown-item:focus .icon path, .dropdown-item:focus .icon polygon, .dropdown-item:focus .st0 path, .dropdown-item:focus .st0 polygon, .dropdown-item:active .icon path, .dropdown-item:active .icon polygon, .dropdown-item:active .st0 path, .dropdown-item:active .st0 polygon {
  fill: #49ace3;
}
.dropdown-item.active {
  color: #49ace3;
}

.modal-content {
  background-image: -webkit-linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  --bs-modal-bg:none;
  --bs-mpodal-border-width:0px;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
}

.modal-header {
  border: none;
  justify-content: end;
}
.modal-header .modal-close-button {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 10;
}

.modal-body {
  padding: 0 !important;
}

.modal-close-button {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.2117647059);
  border-radius: 10px !important;
  background-color: rgb(73, 70, 101);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666870 !important;
}

.modal_title {
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 25px;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .modal_title {
    font-size: 20px;
  }
}

.modal_subtitle {
  color: #858e9e;
  font-size: 20px;
}

.text_warning {
  font-size: 20px;
  color: rgb(180, 40, 29);
}

.text_superportfel {
  color: #377fa9;
  font-size: 20px;
}

.text_ordinary {
  font-size: 18px;
  color: #Fff;
}

.privacy_text {
  color: rgb(65, 64, 92);
  font-size: 16px;
}
@media (max-width: 1200px) {
  .privacy_text {
    font-size: 13px;
  }
}

.sign-pills {
  justify-content: center;
  margin-bottom: 52px;
}
.sign-pills .nav-item:last-of-type {
  display: none;
}
.sign-pills .nav-link {
  font-size: 30px;
  color: #fff;
  background-color: transparent !important;
  position: relative;
  padding: 0 5px;
  font-weight: 300;
  transition: 0.3s all ease;
}
.sign-pills .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(44, 183, 132);
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: 0.3s all ease;
}
.sign-pills .nav-link.active, .sign-pills .nav-link:hover {
  color: rgb(44, 183, 132);
}
.sign-pills .nav-link.active::after, .sign-pills .nav-link:hover::after {
  opacity: 1;
}
.sign-pills .nav-link.active {
  font-weight: bold;
}

.checkbox_wrapper {
  position: relative;
  user-select: none;
  margin-top: 15px;
  height: 25px;
  display: none;
  align-items: center;
  padding-left: 15px;
}
.checkbox_wrapper .text {
  margin-left: 20px;
  color: rgb(65, 64, 92);
}
@media (max-width: 1200px) {
  .checkbox_wrapper .text {
    margin-left: 35px;
  }
}

/* Hide the browser's default checkbox */
.checkbox_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #131b24;
  border-radius: 6px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_wrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(44, 183, 132);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fade:not(.show) {
  display: none;
}

.dark_checkbox .checkmark {
  background-color: #232c3c;
}

.pagination {
  justify-content: center;
}

.page-item {
  margin-right: 10px;
  width: auto;
  padding: 0 !important;
}
.page-item:first-of-type {
  margin-right: 30px;
  border-bottom: 1px solid #3c8dbb;
}
.page-item:first-of-type .page-link {
  width: auto;
  color: #3c8dbb;
}
@media (max-width: 769px) {
  .page-item:first-of-type {
    margin-right: 15px;
  }
}
.page-item:last-of-type {
  margin-left: 30px;
  border-bottom: 1px solid #3c8dbb;
}
.page-item:last-of-type .page-link {
  width: auto;
  color: #3c8dbb;
}
@media (max-width: 769px) {
  .page-item:last-of-type {
    margin-left: 15px;
  }
}
@media (max-width: 769px) {
  .page-item {
    margin-right: 5px;
  }
}

.page-link {
  border: 2px solid #272936;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2c2e45;
  background-color: transparent !important;
  padding: 0;
}
.page-link.active, .page-link:hover {
  border-color: rgb(39, 164, 119);
  color: #fff;
}
.page-link.no_border {
  border: none;
  text-transform: capitalize;
}
@media (max-width: 769px) {
  .page-link {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
}

.crypto_coin_mark {
  color: #7A879A;
}

.add_token_widget {
  padding: 25px 10px;
}
.add_token_widget form {
  display: flex;
  flex-direction: column;
}
.add_token_widget .dropdown-menu-header {
  padding-left: 15px;
}
.add_token_widget .dropdown-menu-header .modal-close-button {
  width: 32px !important;
  padding: 0;
  display: flex !important;
}
.add_token_widget .addtoken_form_item {
  flex: 0 0 calc(50% - 15px);
  position: relative;
}
.add_token_widget .addtoken_form_item.flex_100 {
  flex: 0 0 100%;
}
.add_token_widget .addtoken_form_item.flex_100 input {
  background-position: calc(100% - 25px) center;
}
@media (max-width: 1200px) {
  .add_token_widget .addtoken_form_item.flex_100 input {
    background-position: calc(100% - 15px) center;
  }
}
.add_token_widget .add_token_buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 5px;
  justify-content: center;
  gap: 0 15px;
}
.add_token_widget .add_token_buttons a {
  max-width: 175px;
  text-align: center;
}
.add_token_widget .add_token_buttons a.button_buy {
  margin-right: 15px;
}
.add_token_widget .add_token_input_wrapper {
  margin-bottom: 15px;
}
.add_token_widget .addtoken_form_item {
  margin-bottom: 15px;
}
.add_token_widget .addtoken_form_item input {
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: 150px center;
}
.add_token_widget .addtoken_form_item input:not([type=range]) {
  height: 54px;
}
@media (max-width: 769px) {
  .add_token_widget .addtoken_form_item input:not([type=range]) {
    height: 44px;
  }
}
.add_token_widget .addtoken_form_item input.date {
  background-image: url(../images/date-icon.png);
}
.add_token_widget .addtoken_form_item input.time {
  background-image: url(../images/time-icon.png);
}
.add_token_widget .addtoken_form_item input.money {
  background-image: url(../images/USD-icon.png);
}
@media (max-width: 1200px) {
  .add_token_widget .addtoken_form_item input {
    background-position: calc(100% - 15px) center;
    padding: 0 10px;
    font-size: 16px;
    background-size: 20px;
  }
}
.add_token_widget .addtoken_form_item input::placeholder {
  font-size: 20px;
  color: #fff;
}
.add_token_widget label {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .add_token_widget label {
    padding-left: 5px;
  }
}
.add_token_widget .add_token_form_buttons {
  display: flex;
  justify-content: space-between;
}
.add_token_widget .add_token_form_buttons .button {
  padding: 20px 0 !important;
  flex: 0 0 calc(50% - 7.5px);
  text-align: center;
}

.nice-select {
  width: 100%;
}
.nice-select.top5 {
  top: -5px;
  z-index: 1;
}
.nice-select.top5.select-portfel-main {
  padding: 0 0 0 25px;
}
.nice-select::after {
  content: none;
}
.nice-select .nice-select-dropdown {
  background-color: #212a3a;
  width: 100%;
}
.nice-select .nice-select-dropdown .list {
  flex-direction: column;
  max-height: max-content;
  align-items: flex-start;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #131925;
  width: 100%;
}

.result_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.breadcrumb-item {
  color: #118ffe !important;
  font-size: 18px;
}

.datepicker-container {
  z-index: 99999 !important;
}

.air-datepicker-global-container {
  z-index: 1039;
}

.air-datepicker {
  background-image: linear-gradient(334deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  border-radius: 30px;
  border: none;
  margin-top: 10px;
  z-index: 10;
}
.air-datepicker.only-time {
  max-width: 190px;
}
@media (max-width: 1200px) {
  .air-datepicker.only-time {
    max-width: 150px;
  }
}

.air-datepicker-nav {
  border: none;
}

.air-datepicker-body--day-name {
  color: #fff;
}
.air-datepicker-body--day-name.-weekend- {
  color: #b4281d;
}

.air-datepicker-cell {
  color: #545662;
}
.air-datepicker-cell.-weekend- {
  color: #b4281d;
}
.air-datepicker-cell.-other-month- {
  color: #545662 !important;
}
.air-datepicker-cell.-other-month-.-weekend- {
  color: #b4281d !important;
}

.air-datepicker-nav--action[data-action=prev] {
  position: relative;
  right: -50px;
}
.air-datepicker-nav--action[data-action=prev] svg {
  display: none;
}
.air-datepicker-nav--action[data-action=prev]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  background-image: url("../images/data-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.air-datepicker-nav--action[data-action=prev]:hover {
  background-color: transparent !important;
}

.air-datepicker-nav--action[data-action=next] {
  position: relative;
  left: -25px;
}
.air-datepicker-nav--action[data-action=next]:hover {
  background-color: transparent !important;
}
.air-datepicker-nav--action[data-action=next] svg {
  display: none;
}
.air-datepicker-nav--action[data-action=next]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5;
  background-image: url("../images/data-next.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.only-time .air-datepicker--navigation,
.only-time .air-datepicker--content {
  display: none;
}

.only-time .air-datepicker--time {
  border-top: none;
}

.air-datepicker--pointer {
  display: none !important;
}

.datepicker_block {
  position: relative;
}
.datepicker_block .air-datepicker {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s al lease;
}
.datepicker_block.show .air-datepicker {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

tspan {
  font-family: Proxima Nova;
}

.copy_button {
  position: absolute;
  top: 53px;
  right: 50px;
  background: transparent;
  border: none;
}

@font-face {
  font-family: Proxima Nova;
  font-weight: 400;
  src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
  font-family: Proxima Nova;
  font-weight: 300;
  src: url(../fonts/ProximaNova-Thin.otf);
}
@font-face {
  font-family: ProximaNova;
  font-weight: 600;
  src: url(../fonts/ProximaNova-Bold.otf);
}
@font-face {
  font-family: ProximaNova;
  font-weight: 800;
  src: url(../fonts/ProximaNova-Black.otf);
}
@font-face {
  font-family: ProximaNova;
  font-weight: 900;
  src: url(../fonts/ProximaNova-Extrabold.otf);
}
header {
  background-color: #131925;
  transition: 0.3s all ease;
}
header.clicked {
  margin-bottom: 90px;
}
header .header_top {
  border-bottom: 1px solid #212531;
}
header .header_top .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px;
}
@media (max-width: 1200px) {
  header .header_top .header_block {
    justify-content: flex-end;
    padding: 20px 0;
  }
}
header .header_top .header_block .infortmation_list {
  display: flex;
  list-style: none;
  gap: 0 20px;
}
@media (max-width: 1438px) {
  header .header_top .header_block .infortmation_list {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    margin-right: 20px;
  }
}
@media (max-width:1370px) {
  header .header_top .header_block .infortmation_list {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  header .header_top .header_block .infortmation_list {
    display: none;
  }
}
header .header_top .header_block .infortmation_list .market_name {
  color: #787878;
}
header .header_top .header_block .infortmation_list .market_result {
  color: #fff;
}
header .header_top .header_block .infortmation_list .market_result.negative {
  color: #d2352f;
}
header .header_top .header_block .infortmation_list .market_result.positive {
  color: #fff;
}
header .header_top .header_block .action_block {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
header .header_top .header_block .action_block .login {
  display: block;
}
@media (max-width: 1200px) {
  header .header_top .header_block .action_block .login {
    display: none;
  }
}
header .header_top .header_block .action_block .login.mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .header_top .header_block .action_block .login.mobile {
    display: block;
  }
}
header .header_top .header_block .action_block .login.mobile .voiti_dark {
  display: block;
}
header .header_top .header_block .action_block .login.mobile .voiti_light {
  display: none;
}
header .header_top .header_block .action_block .start_use {
  display: block;
}
@media (max-width:1370px) {
  header .header_top .header_block .action_block .start_use {
    width: 202px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .header_top .header_block .action_block .start_use {
    display: none;
    width: inherit;
  }
}
header .header_top .header_block .action_block .start_use.mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .header_top .header_block .action_block .start_use.mobile {
    display: block;
  }
}
header .header_top .header_block .action_block .start_use.mobile .human_key_dark {
  display: block;
}
header .header_top .header_block .action_block .start_use.mobile .human_key_light {
  display: none;
}
header .header_top .header_block .action_block a, header .header_top .header_block .action_block span {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
header .header_top .header_block .action_block .languages {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 0;
}
header .header_top .header_block .action_block .languages a {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
header .header_top .header_block .action_block .languages a.active {
  color: #2bb683;
}
@media (max-width: 1200px) {
  header .header_top .header_block .action_block .languages {
    display: none;
  }
}
header .header_top .header_block .action_block .user_logged {
  display: flex;
  gap: 0 17px;
}
header .header_top .header_block .action_block .user_logged .notification-table {
  border-spacing: 7px 11px;
  color: #fff;
  text-align: center;
}
header .header_top .header_block .action_block .user_logged .notification-table thead {
  color: #474765;
  vertical-align: middle;
  font-size: 16px;
}
header .header_top .header_block .action_block .user_logged .notification-table tbody tr {
  transition: 0.3s all ease;
  cursor: pointer;
}
header .header_top .header_block .action_block .user_logged .notification-table tbody tr:hover {
  color: #2bb583;
}
header .header_top .header_block .action_block .user_logged .notification-table td {
  padding: 15px;
}
header .header_top .header_block .action_block .user_logged .notifications {
  position: relative;
}
header .header_top .header_block .action_block .user_logged .notifications .notifications_count {
  font-weight: bold;
  color: #2bb583;
  position: absolute;
  font-size: 12px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu {
  padding: 30px 12px;
  min-width: 300px;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu .dropdown-item {
  padding: 5px 18px;
  border: 30px;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li {
  position: relative;
  margin-bottom: 0;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children {
  background-image: url("../images/menu_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children:focus {
  color: #fff;
  background-color: transparent;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children.active {
  background-color: #19283a;
  padding: 10px 18px;
  background-image: url("../images/menu_arrow_active.png");
  border-radius: 20px 20px 0 0;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0 8px;
  background-color: #1a293b;
  z-index: 30;
  transform: translateY(-30px);
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu > li {
  margin-bottom: 0;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-bottom: 15px;
  border-radius: 0 0 20px 20px;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .child_menu {
  display: block;
  padding: 10px 10px;
  transition: 0.3s backround-color ease;
  background-color: transparent;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .child_menu.active {
  color: #49ace3;
  background-color: #28384d;
  border-radius: 20px;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .has_children {
  background-position: calc(100% - 12px) center;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren {
  position: relative;
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  list-style: none;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren a {
  display: block;
  color: #6e6d8d;
  display: block;
  padding: 10px 0;
}
header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren.active {
  height: auto;
  padding: 0 15px;
}
header .header_top .header_block .action_block .mode_change_toggler img:first-child {
  display: block;
}
header .header_top .header_block .action_block .mode_change_toggler img:last-child {
  display: none;
}
header .header_top .header_block .action_block .user_dark, header .header_top .header_block .action_block .bell_dark {
  display: block;
}
header .header_top .header_block .action_block .user_light, header .header_top .header_block .action_block .bell_light {
  display: none;
}
header .header_bottom {
  padding: 15px 0;
  border-bottom: 1px solid #242633;
}
header .header_bottom .header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_bottom .header_block .header_nav {
  display: flex;
  list-style: none;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 1438px) {
  header .header_bottom .header_block .header_nav {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_nav {
    display: none;
  }
}
header .header_bottom .header_block .header_nav a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
  padding: 12px;
  border-radius: 30px;
  pointer-events: auto;
}
header .header_bottom .header_block .header_nav .portfel {
  font-size: 18px;
  padding: 18px 15px 18px 65px;
  border-radius: 27px;
  background-image: url(../images/portfel.png), linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  background-repeat: no-repeat;
  background-position: 20px center, 0 0;
  margin-right: 0;
  transition: 0.3s all ease;
}
@media (max-width: 1438px) {
  header .header_bottom .header_block .header_nav .portfel {
    font-size: 16px;
    padding: 15px 10px 15px 45px;
    background-size: 20px, 100%;
    margin-right: 0;
  }
}
header .header_bottom .header_block .header_nav .portfel:hover {
  background-image: url(../images/portfel.png), linear-gradient(180deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
}
header .header_bottom .header_block .header_nav a:not(.portfel):hover,
header .header_bottom .header_block .header_nav a:not(.portfel).active {
  background-color: #282a37;
}
header .header_bottom .header_block .header_nav li {
  pointer-events: none;
  border-radius: 30px;
}
header .header_bottom .header_block .header_nav a.support {
  color: #4095c5;
  position: relative;
}
header .header_bottom .header_block .header_nav a.support::after {
  content: "";
  position: absolute;
  width: calc(100% - 25px);
  border-bottom: 1px solid #4095c5;
  bottom: 12px;
  left: 12px;
}
header .header_bottom .header_block .header_logo {
  width: 18%;
  flex: 0 0 auto;
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_logo {
    position: absolute;
    top: 15px;
    width: auto;
  }
}
@media (max-width: 1438px) {
  header .header_bottom .header_block .header_logo img {
    max-width: 180px;
  }
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_logo img {
    width: 70%;
  }
}
header .header_bottom .header_block .header_form {
  position: relative;
  width: 25%;
  flex: 0 0 auto;
  min-height: 53px;
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_form {
    display: none;
  }
}
header .header_bottom .header_block .header_form input {
  height: 53px;
  width: 100%;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  padding: 0 50px 0 55px;
  background-color: #222431;
  border: none;
  font-size: 18px;
  color: #fff;
  -webkit-appearance: none;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  outline: none;
  transition: 0.3s all ease;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
header .header_bottom .header_block .header_form input::placeholder {
  color: #4f4f57;
}
header .header_bottom .header_block .header_form input.focus {
  width: 475px;
  outline: 1px solid #2bb382;
  z-index: 123;
}
header .header_bottom .header_block .header_form input.focus ~ .search_results {
  top: -12px;
  opacity: 1;
  visibility: visible;
  z-index: 122;
}
@media (max-width: 480px) {
  header .header_bottom .header_block .header_form input.focus ~ .search_results {
    top: 100px;
  }
}
header .header_bottom .header_block .header_form button {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border-radius: 10px;
  background-color: #333541;
  border: none;
  color: #ffffff;
  font-size: 18px;
}
header .header_bottom .header_block .header_form .search_results {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease;
  width: 499px;
  position: absolute;
  top: -42px;
  right: -12px;
  padding: 95px 12px 16px 12px;
  background-image: linear-gradient(114deg, rgb(19, 26, 36) 0%, rgb(26, 32, 44) 60%, rgb(38, 40, 53) 100%);
  z-index: 8;
  border-radius: 40px;
}
@media (max-width: 480px) {
  header .header_bottom .header_block .header_form .search_results {
    width: 360px;
    right: 0;
    left: calc(50% - 180px);
    padding-top: 35px;
    z-index: 1000;
  }
}
header .header_bottom .header_block .header_form .search_results.show {
  top: -12px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  header .header_bottom .header_block .header_form .search_results.show {
    top: 100px;
  }
}
header .header_bottom .header_block .header_form .search_results .trends_title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 25px;
  padding-left: 15px;
}
header .header_bottom .header_block .header_form .search_results .results_list {
  list-style: none;
  margin-bottom: 25px;
}
header .header_bottom .header_block .header_form .search_results .results_list li {
  position: relative;
}
header .header_bottom .header_block .header_form .search_results .results_list a {
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}
header .header_bottom .header_block .header_form .search_results .results_list a, header .header_bottom .header_block .header_form .search_results .results_list li {
  display: flex;
  gap: 0 15px;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 12px 15px;
  line-height: 1;
  border-radius: 20px;
}
header .header_bottom .header_block .header_form .search_results .results_list a span, header .header_bottom .header_block .header_form .search_results .results_list li span {
  font-size: 16px;
  color: #7a879a;
  text-transform: uppercase;
}
header .header_bottom .header_block .header_form .search_results .results_list a {
  height: 32px;
  padding: 0 12px;
  background-color: rgb(44, 183, 132);
  border-radius: 10px;
  transition: 0.3s all ease;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
header .header_bottom .header_block .header_form .search_results .search_navigation {
  padding: 0 24px;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_title {
  color: #494665;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons {
    display: none;
  }
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block .button_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  background-color: #494866;
  border-radius: 10px;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block .button_info {
  font-size: 12px;
  color: #484564;
  text-transform: uppercase;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add {
  color: #2bb181;
  cursor: pointer;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add .button_item {
  font-size: 20px;
  font-weight: bold;
}
header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add .button_info {
  color: inherit;
  margin-left: 5px;
}
header .header_bottom .header_block .header_mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_mobile {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }
  header .header_bottom .header_block .header_mobile::after {
    content: "";
    border: 1px solid #242633;
    width: 106%;
    position: absolute;
    left: -10px;
    bottom: -15px;
  }
}
header .header_bottom .header_block .header_mobile .header_mobile_left {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
header .header_bottom .header_block .header_mobile .header_form {
  display: block;
  position: absolute;
  padding: 20px;
  background: #131925;
  width: calc(100% + 24px);
  right: -12px;
  left: -12px;
  margin: auto;
  bottom: -105px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
header .header_bottom .header_block .header_mobile .header_form input {
  min-width: 100%;
  position: static;
  appearance: none;
}
header .header_bottom .header_block .header_mobile .header_form input::-webkit-search-cancel-button, header .header_bottom .header_block .header_mobile .header_form input::-webkit-search-cancel-button, header .header_bottom .header_block .header_mobile .header_form input::-webkit-search-results-button, header .header_bottom .header_block .header_mobile .header_form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
header .header_bottom .header_block .header_mobile .header_form button {
  right: 38px;
}
header .header_bottom .header_block .header_mobile .header_form.show {
  opacity: 1;
  visibility: visible;
}
header .header_bottom .header_block .header_mobile .header_form.show input {
  max-width: 100%;
}
header .header_bottom .header_block .header_mobile .search_mobile_toggler {
  background-color: transparent;
  border: none;
}
header .header_bottom .header_block .header_mobile_menu {
  display: none;
}
@media (max-width: 1200px) {
  header .header_bottom .header_block .header_mobile_menu {
    display: block;
    position: absolute;
    background: #272936;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
  }
  header .header_bottom .header_block .header_mobile_menu.show {
    opacity: 1;
    visibility: visible;
  }
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_header .title {
  font-size: 24px;
  color: rgb(254, 254, 254);
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_list {
  list-style: none;
  margin-bottom: 20px;
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_list li {
  border-bottom: 1px solid #343747;
  text-align: center;
  padding: 30px 0;
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_list li:first-of-type {
  border-top: 1px solid #343747;
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_list a {
  text-decoration: none;
  font-size: 24px;
  color: rgb(254, 254, 254);
  padding: 10px;
  border-radius: 30px;
}
header .header_bottom .header_block .header_mobile_menu .mobile_menu_list a.active {
  background-color: #242633;
  color: #4095c5;
}
header .header_bottom .header_block .header_mobile_menu .actions {
  text-align: center;
}
header .header_bottom .header_block .header_mobile_menu .actions .languages {
  margin-top: 25px;
}
header .header_bottom .header_block .header_mobile_menu .actions a {
  font-size: 18px;
  color: rgb(254, 254, 254);
  text-decoration: none;
}
header .header_bottom .header_block .header_mobile_menu .actions a:first-of-type {
  margin-right: 15px;
}
header .header_bottom .header_block .header_mobile_menu .actions a.active {
  color: #2bb382;
}

footer {
  background-color: #0a0f1e;
  padding: 40px 0 50px 0;
}
footer .footer_links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer_links {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer_links .links_list {
  flex: 0 0 auto;
  width: calc(16.6666% - 22.5px);
}
@media (max-width: 1200px) {
  footer .footer_links .links_list {
    width: 100%;
  }
  footer .footer_links .links_list:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
footer .footer_links .links_list .list_title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer_links .links_list .list_title a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
footer .footer_links .links_list .list_title::after {
  content: "";
  background-image: url("../images/select_arrow.png");
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 5px;
  display: none;
}
@media (max-width: 1200px) {
  footer .footer_links .links_list .list_title {
    margin-bottom: 0;
  }
  footer .footer_links .links_list .list_title::after {
    display: inline;
  }
  footer .footer_links .links_list .list_title.clicked::after {
    transform: rotate(180deg);
    top: -10px;
  }
}
footer .footer_links .links_list .list_links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  footer .footer_links .links_list .list_links {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  footer .footer_links .links_list .list_links.show {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    margin-top: 20px;
  }
}
footer .footer_links .links_list .list_links a {
  font-size: 16px;
  color: #494866;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s all ease;
}
footer .footer_links .links_list .list_links a:hover {
  color: #fff;
}

.connect_portfolios {
  padding: 70px 0 280px 0;
}
@media (max-width: 1200px) {
  .connect_portfolios {
    padding: 20px 0 65px;
  }
}
.connect_portfolios .portfolios_title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .connect_portfolios .portfolios_title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 35px;
  }
}
.connect_portfolios .portfolios_subtitle {
  font-size: 24px;
  line-height: 29px;
  color: #484667;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .connect_portfolios .portfolios_subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1;
    white-space: nowrap;
  }
}
.connect_portfolios .portfolios_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .connect_portfolios .portfolios_list {
    flex-direction: column;
  }
}
.connect_portfolios .portfolios_list .porfolio_item {
  flex: 0 0 auto;
  width: calc(33.333% - 24px);
  position: relative;
}
@media (max-width: 1200px) {
  .connect_portfolios .portfolios_list .porfolio_item {
    width: 100%;
    flex: 0 0 100%;
  }
  .connect_portfolios .portfolios_list .porfolio_item:not(.connect_portfolios .portfolios_list .porfolio_item:last-of-type) {
    margin-bottom: 25px;
  }
}
.connect_portfolios .portfolios_list .porfolio_item .portfolio_image {
  text-align: center;
  margin-bottom: -35px;
}
.connect_portfolios .portfolios_list .porfolio_item .portfolio_image img {
  height: 180px;
}
.connect_portfolios .portfolios_list .porfolio_item .portfolio_card {
  padding: 65px 0 50px 0;
  border-radius: 40px;
  background-image: -moz-linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: -webkit-linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  text-align: center;
}
.connect_portfolios .portfolios_list .porfolio_item .portfolio_card .portfolio_name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.connect_portfolios .portfolios_list .porfolio_item .portfolio_card .button {
  font-size: 18px;
}

.main_page {
  padding: 50px 0 70px 0;
}
.main_page .statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .main_page .statistics {
    flex-direction: column;
  }
}
.main_page .statistics .statistics_item {
  flex: 0 0 auto;
  width: 34.5%;
  padding: 30px 23px;
  background-image: -moz-linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: -webkit-linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: linear-gradient(137deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main_page .statistics .statistics_item.graphic {
  padding: 20px 23px;
}
.main_page .statistics .statistics_item.graphic.linear {
  display: flex;
  align-items: center;
}
.main_page .statistics .statistics_item.graphic.linear .graphic_chart {
  height: auto;
  width: 100%;
}
.main_page .statistics .statistics_item.portfolio {
  width: 26.25%;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.portfolio {
    width: 100%;
  }
}
.main_page .statistics .statistics_item.portfolio .all_portfolios {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 27px;
  border-bottom: 1px solid #2e3442;
}
.main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_image {
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #237c66, #2cb985);
  border-radius: 50%;
}
.main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_image img {
  width: 27px;
}
.main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_text .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_text .current_portfolio_cost {
  font-size: 18px;
  color: #377fa8;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2e3442;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .protfolio_dropdown .portfolios_opener {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding-right: 30px;
  background-image: url(../images/portfolio_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_action .dropdown-toggle::after {
  content: none;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list {
  max-width: 350px;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .portfolio_list_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  background-image: none;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .portfolio_list_item:hover {
  color: #fff;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .create_portfel {
  margin-top: 40px;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .list_order {
  font-size: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 15px;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .list_money {
  color: #494866;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .button {
  background-image: none;
  display: block;
  flex: 0 0 100%;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
}
.main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .button.button_green {
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .button.button_green {
    padding: 20px 40px;
  }
}
.main_page .statistics .statistics_item.portfolio .current_balance {
  padding-top: 25px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_title {
  font-size: 16px;
  color: #494866;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_title .show_b_l {
  display: none;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_title .show_b_d {
  display: block;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_value {
  font-size: 36px;
  font-weight: 600;
  color: #2cb784;
  display: flex;
  align-items: center;
  gap: 0 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_value .reload_balance_value {
  display: flex;
  align-items: center;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_value .reload_balance_value .balance_r_d {
  display: block;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_value .reload_balance_value .balance_r_l {
  display: none;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profit {
  color: #2cb784;
  font-size: 16px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profit_percent {
  font-size: 18px;
  color: #25826a;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date {
  font-size: 14px;
  font-weight: 600;
  color: #494866;
  position: relative;
  top: -15px;
  z-index: 112;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date .current {
  border-bottom: 1px solid #494866;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date .nice-select {
  padding: 0;
  height: 27px;
  background: transparent;
  border: none;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date .nice-select li {
  padding: 0;
  text-align: center;
  color: #2cb683;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date .nice-select .nice-select-dropdown {
  width: 60px;
}
.main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date .nice-select .nice-select-dropdown .option {
  color: #fff;
}
.main_page .statistics .statistics_item.graphic .graphic_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.main_page .statistics .statistics_item.graphic .graphic_chart {
  position: relative;
}
.main_page .statistics .statistics_item.graphic .graphic_chart img {
  width: 100%;
  max-height: 315px;
  object-fit: contain;
}
.main_page .statistics .statistics_item.graphic .graphic_list {
  list-style: none;
  padding: 0;
}
.main_page .statistics .statistics_item.graphic .graphic_list .list_coin_name {
  font-size: 18px;
  font-family: "ProximaNova";
  color: rgb(255, 255, 255);
  flex: 0 0 50%;
}
.main_page .statistics .statistics_item.graphic .graphic_list .list_coin_percentage {
  font-size: 18px;
  font-family: "ProximaNova";
  color: rgb(73, 70, 101);
  text-align: center;
  flex: 0 0 50%;
}
.main_page .statistics .statistics_item.graphic .graphic_list .graphic_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .main_page .statistics .statistics_item.graphic .graphic_list .graphic_list_item {
    justify-content: flex-start;
  }
}
.main_page .statistics .statistics_item.grapic_list {
  flex: 0 0 calc(50% - 20px);
}
.main_page .statistics .statistics_item.grapic_list .graphic_item_title {
  font-size: 22px;
  color: #4095c5;
  margin-bottom: 20px;
}
.main_page .statistics .statistics_item.grapic_list .graphic_item_data {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.grapic_list .graphic_item_data {
    flex-direction: column;
  }
}
.main_page .statistics .statistics_item.marekt_capitalization, .main_page .statistics .statistics_item.altcoin_capitalization, .main_page .statistics .statistics_item.bitcoin_domination {
  flex: 0 0 calc(33% - 18px);
  padding: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.marekt_capitalization, .main_page .statistics .statistics_item.altcoin_capitalization, .main_page .statistics .statistics_item.bitcoin_domination {
    padding: 30px 0;
  }
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_name, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_name, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_name {
  font-size: 20px;
  color: rgb(254, 254, 254);
  font-weight: bold;
  margin-bottom: 20px;
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.marekt_capitalization .capitalization_data, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data {
    justify-content: center;
    gap: 0 20px;
  }
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_money {
  margin-right: 15px;
  font-size: 23px;
  color: rgb(60, 141, 187);
}
@media (max-width:113px) {
  .main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_money {
    font-size: 22px;
    margin-right: 0;
    flex: 0 0 auto;
    width: 20%;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_money, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_money {
    width: 50%;
    text-align: right;
  }
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act {
  font-weight: bold;
  padding: 12px 20px 12px 45px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 20px;
  background-position: 15px center;
  color: #fff;
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act.positive, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act.positive, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act.positive {
  background-image: url("../images/up-arrow.png");
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act.positive.light, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act.positive.light, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act.positive.light {
  background-color: rgb(44, 183, 132);
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act.positive.dark, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act.positive.dark, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act.positive.dark {
  background-color: #237e67;
}
.main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act.negative, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act.negative, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act.negative {
  background-image: url("../images/down-arrow_.png");
  background-color: #b7302d;
}
@media (max-width: 1200px) {
  .main_page .statistics .statistics_item.marekt_capitalization .capitalization_data .capitalization_act, .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_data .capitalization_act, .main_page .statistics .statistics_item.bitcoin_domination .capitalization_data .capitalization_act {
    font-size: 18px;
    background-size: 15px;
    padding: 7px 10px 7px 30px;
    background-position: 10px center;
  }
}
.main_page .statistics.portfel_link_settings .statistics_item {
  background-image: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_page .statistics.portfel_link_settings .statistics_item.grapic_list {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}
.main_page .statistics.portfel_link_settings .statistics_item .graphic_chart {
  flex: 0 0 50%;
}
@media (max-width: 1200px) {
  .main_page .statistics.portfel_link_settings .statistics_item .graphic_chart {
    margin-bottom: 40px;
    flex: 0 0 100%;
  }
}
.main_page .statistics.portfel_link_settings .statistics_item .graphic_list {
  flex: 0 0 20%;
}
@media (max-width: 1200px) {
  .main_page .statistics.portfel_link_settings .statistics_item .graphic_list {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .main_page .statistics.portfel_link_settings .statistics_item .graphic_list {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
}
.main_page .statistics.portfel_link_settings .statistics_item .list_coin_img {
  text-align: center;
}
@media (max-width: 480px) {
  .main_page .statistics.portfel_link_settings .statistics_item .list_coin_img {
    flex: 0 0 20%;
  }
}
.main_page .statistics.portfel_link_settings .statistics_item .list_coin_img, .main_page .statistics.portfel_link_settings .statistics_item .list_coin_name {
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .main_page .statistics.portfel_link_settings .statistics_item .list_coin_img, .main_page .statistics.portfel_link_settings .statistics_item .list_coin_name {
    flex: 0 0 20% !important;
  }
}
.main_page .statistics.portfel_link_settings .statistics_item .list_coin_percentage {
  flex: 0 0 50%;
}
@media (max-width: 480px) {
  .main_page .statistics.portfel_link_settings .statistics_item .list_coin_percentage {
    flex: 0 0 20%;
  }
}
.main_page .action_table.mobile_top_list .action_nav {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .main_page .action_table.mobile_top_list .action_nav {
    display: block;
  }
}
.main_page .action_table .action_nav {
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav.display_none_block {
    display: none;
  }
}
.main_page .action_table .action_nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #272936;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav ul.desktop_list {
    height: 0;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav ul.desktop_list > li {
    position: relative;
    top: 167px;
    width: 100%;
  }
  .main_page .action_table .action_nav ul.desktop_list > li.rebalance_list_mb {
    top: 200px;
  }
  .main_page .action_table .action_nav ul.desktop_list > li.main_li_mb {
    top: 115px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav ul.desktop_list > li:not(:last-of-type) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav ul.desktop_list > li a.button {
    padding: 12px 22px;
    max-width: 175px;
  }
}
.main_page .action_table .action_nav ul a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  transition: 0.3s all ease;
  border-radius: 20px;
}
@media (max-width:1370px) {
  .main_page .action_table .action_nav ul a {
    font-size: 16px;
  }
}
.main_page .action_table .action_nav ul a:not(.button):hover, .main_page .action_table .action_nav ul a.active {
  background-image: -moz-linear-gradient(-90deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: -webkit-linear-gradient(-90deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  background-image: inear-gradient(-90deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
}
.main_page .action_table .action_nav ul a.button {
  width: 100%;
  white-space: nowrap;
}
.main_page .action_table .action_nav ul a.show {
  font-family: "Proxima Nova";
}
.main_page .action_table .action_nav ul.dropdown-menu {
  display: none;
  max-width: 450px;
}
.main_page .action_table .action_nav ul.dropdown-menu.show {
  display: block;
}
.main_page .action_table .action_nav .mobile_list {
  display: none;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_nav .mobile_list {
    display: block;
  }
}
.main_page .action_table .action_nav .mobile_list .list_wrapper {
  border-bottom: 1px solid #272936;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 80px;
}
.main_page .action_table .action_nav .mobile_list .list_wrapper select {
  width: 100%;
}
.main_page .action_table .action_nav .mobile_list .add_token_mobile {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
  padding-right: 10px;
}
.main_page .action_table .action_nav .mobile_list .nice-select {
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(-90deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-start;
}
.main_page .action_table .action_nav .mobile_list .nice-select::before {
  content: "";
  position: absolute;
  right: 20px;
  background-image: url(../images/down-arrow-green.png);
  width: 30px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_page .action_table .action_body .table {
  color: #fff;
  text-align: center;
}
.main_page .action_table .action_body .table thead {
  background-color: #0b101a;
  color: #474765;
  vertical-align: middle;
  border-top: 2px solid #272936;
  border-bottom: 3px solid #272936;
  font-size: 16px;
}
.main_page .action_table .action_body .table thead .date_th {
  text-align: left;
  width: 13%;
}
.main_page .action_table .action_body .table thead .currency_th {
  width: 15%;
}
.main_page .action_table .action_body .table tbody {
  vertical-align: middle;
  font-size: 18px;
}
.main_page .action_table .action_body .table tbody td {
  color: #fff;
}
.main_page .action_table .action_body .table tbody .buy_button {
  transform: scale(1.3);
}
.main_page .action_table .action_body .table tbody .valyuta_name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 0 15px;
}
.main_page .action_table .action_body .table tbody .valyuta_name span {
  flex: 0 0 50%;
}
.main_page .action_table .action_body .table tbody .transcation_status {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  gap: 0 20px;
}
.main_page .action_table .action_body .table tbody .transcation_status span:first-of-type {
  transform: scale(1.3);
}
.main_page .action_table .action_body .table tbody .counter {
  position: relative;
  margin-right: 7px;
}
.main_page .action_table .action_body .table tbody .counter .counter_input {
  border-radius: 18px;
  background-color: rgb(36, 45, 62);
  opacity: 0.91;
  width: 100px;
  padding: 10px 15px;
  border: none;
  outline: none;
  appearance: none;
  font-family: "ProximaNova";
  color: rgb(133, 142, 158);
  line-height: 1.543;
}
.main_page .action_table .action_body .table tbody .counter .counter_input::-webkit-outer-spin-button, .main_page .action_table .action_body .table tbody .counter .counter_input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.main_page .action_table .action_body .table tbody .counter .counter_input::placeholder {
  font-family: "ProximaNova";
  color: rgb(133, 142, 158);
  line-height: 1.543;
}
.main_page .action_table .action_body .table tbody .counter button {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 15px;
}
.main_page .action_table .action_body .table tbody .counter button:last-of-type {
  top: calc(50% - 4px);
}
.main_page .action_table .action_body .table:not(caption) > * > * {
  border-bottom: 3px solid #272936;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .table th, .main_page .action_table .action_body .table td {
    min-width: 110px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .table th:nth-last-child(-n+4), .main_page .action_table .action_body .table td:nth-last-child(-n+4) {
    min-width: 168px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .table th:nth-child(10), .main_page .action_table .action_body .table th:nth-child(11), .main_page .action_table .action_body .table td:nth-child(10), .main_page .action_table .action_body .table td:nth-child(11) {
    min-width: 160px;
  }
}
.main_page .action_table .action_body .table.tablet_transaction th, .main_page .action_table .action_body .table.tablet_transaction td {
  min-width: 150px;
}
.main_page .action_table .action_body .table_bottom {
  border: none;
}
.main_page .action_table .action_body .table_bottom thead {
  background-color: #1f222c;
  border: none;
  border-style: none;
  color: #7d8499;
}
.main_page .action_table .action_body .table_bottom thead tr {
  border-bottom: 0;
  border-style: none;
}
.main_page .action_table .action_body .table_bottom thead tr th {
  border-bottom: none;
  font-size: 16px;
  line-height: 14px;
}
.main_page .action_table .action_body .table_bottom input {
  background-image: none !important;
  padding: 0;
  padding-left: 10px;
}
.main_page .action_table .action_body .table_bottom tbody {
  background-color: #11141e;
}
.main_page .action_table .action_body .table_bottom tbody tr:first-child {
  border-top: none;
}
.main_page .action_table .action_body .table_bottom tbody tr:first-child td:nth-child(4) {
  border-left: 3px solid #272936;
}
.main_page .action_table .action_body .table_bottom tbody tr td {
  padding: 3px;
}
.main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex {
  padding: 40px 30px;
}
.main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex span {
  display: flex;
  gap: 0 20px;
  align-items: center;
  white-space: nowrap;
}
.main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex span select {
  min-width: 180px;
}
.main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex .button {
  height: 53px;
  padding: 0 60px;
  border: none;
  border-radius: 27px;
}
.main_page .action_table .action_body .graphic_page_chart {
  position: relative;
  margin-top: 4px;
}
.main_page .action_table .action_body .graphic_page_chart img {
  width: 100%;
}
.main_page .action_table .action_body .rebalance_settins {
  margin-bottom: 30px;
  border-radius: 40px;
  background-image: linear-gradient(245deg, rgb(19, 27, 36) 0%, rgb(19, 27, 37) 42%, rgb(40, 42, 55) 99%);
  padding: 15px 0 0 0;
  margin-top: 20px;
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #343745;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets {
    flex-direction: column;
  }
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item {
  flex: 0 0 25%;
  padding: 30px 20px 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item {
    padding: 0 20px;
  }
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item:not(:last-of-type) {
  border-right: 1px solid #343745;
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.benefit_item .widget_name, .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item .widget_name {
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.benefit_item .widget_name, .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item .widget_name {
    margin-bottom: 20px;
    text-align: left;
  }
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.benefit_item input, .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item input {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.benefit_item input, .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item input {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item .widget_content {
    font-size: 18px;
  }
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .widget_name {
  font-size: 20px;
  color: rgb(70, 166, 219);
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .widget_name {
    margin-bottom: 5px;
    padding-left: 0;
  }
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .widget_content {
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .widget_content .mode_calculate {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .widget_content .mode_calculate .radio-wrapper {
  margin-right: 20px;
}
.main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .result {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .result {
    position: absolute;
    right: 0;
    top: -50px;
  }
}
.main_page .action_table .action_body .reblance_bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  font-size: 16px;
  font-family: "ProximaNova";
  color: rgb(73, 72, 102);
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .reblance_bottom {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table .action_body .reblance_bottom .reblance_subtitle {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.main_page .action_table.portfel_link_rable .table {
  text-align: left;
}
.main_page .action_table.portfel_link_rable .table .valyuta_name {
  justify-content: flex-start !important;
}
.main_page .action_table.portfel_link_rable .table thead {
  background-color: transparent;
}
@media (max-width: 1200px) {
  .main_page .action_table #usredneniye_form th, .main_page .action_table #usredneniye_form td {
    min-width: 200px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table.crypto_coin_table th, .main_page .action_table.crypto_coin_table td {
    min-width: 170px;
  }
}
@media (max-width: 1200px) {
  .main_page .action_table.transcation_table td, .main_page .action_table.transcation_table th {
    min-width: 200px;
  }
}
.main_page .result_table .table {
  color: #fff;
  text-align: center;
}
.main_page .result_table .table thead {
  background-color: #1f222c;
  border: none;
  border-style: none;
  color: #7d8499;
}
.main_page .result_table .table thead th {
  font-size: 16px;
  line-height: 14px;
}
.main_page .result_table .table th, .main_page .result_table .table td {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .main_page .result_table .table th, .main_page .result_table .table td {
    min-width: 185px;
  }
}
.main_page .currensies_graphic {
  padding-top: 50px;
}
@media (max-width: 769px) {
  .main_page .currensies_graphic .section_title {
    text-align: center;
    margin-bottom: 35px;
  }
}
.main_page .currensies_graphic .currensies_chart {
  flex: 0 0 auto;
  width: 36%;
  text-align: center;
}
@media (max-width: 1200px) {
  .main_page .currensies_graphic .currensies_chart {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 769px) {
  .main_page .currensies_graphic .currensies_chart {
    width: 100%;
    height: 240px;
  }
}
.main_page .currensies_graphic .currensies_list {
  display: flex;
  gap: 0 100px;
  flex: 0 0 auto;
  width: 56%;
}
@media (max-width: 1200px) {
  .main_page .currensies_graphic .currensies_list {
    flex-direction: column;
    width: calc(50% - 10px);
  }
}
@media (max-width: 769px) {
  .main_page .currensies_graphic .currensies_list {
    flex-direction: column;
    width: 100%;
  }
}
.main_page .currensies_graphic .currensies_list .list_row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 1200px) {
  .main_page .currensies_graphic .currensies_list .list_row:first-of-type {
    margin-bottom: 20px;
  }
}
.main_page .currensies_graphic .currensies_list .list_row .currency_item {
  list-style: none;
  display: flex;
  gap: 0 35px;
  align-items: center;
}
.main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_name {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 0 0 auto;
  width: 50%;
  font-size: 18px;
}
.main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_name img {
  width: 30px;
  object-fit: contain;
  height: 30px;
}
.main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_persentage {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_persentage {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .main_page .currensies_graphic .row {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .main_page .price_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
.main_page .price_action .action_nav {
  width: 100%;
}
.main_page .price_action .nice-select {
  width: 100%;
  background-color: #29a67b;
  border-radius: 30px;
  border: none;
  height: 35px;
  padding-left: 55px;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}
@media (max-width: 1200px) {
  .main_page .price_action .nice-select {
    display: block;
  }
}
.main_page .price_action .nice-select .list {
  padding: 15px;
  list-style: none;
}
.main_page .price_action .nice-select .current {
  font-size: 26px;
}
.main_page .price_action .nice-select::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/down-arrow_.png);
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0);
  left: 20px;
}
.main_page .price_action .nice-select::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url(../images/mobile-discount.png);
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0);
  right: -10px;
  top: -15px;
  display: none;
}
.main_page .price_action .nice-select .option {
  text-align: center;
}
@media (max-width: 769px) {
  .main_page {
    padding: 25px 0;
  }
}

.modal .add_token_widget {
  padding: 0;
}
.modal .add_token_widget .d-flex {
  width: 100%;
}
.modal .add_token_widget .checkbox_wrapper .checkmark {
  left: 10px;
}
.modal .modal_actions button {
  display: block;
  width: 100%;
  height: 54px;
  text-align: center;
}
.modal .modal_actions button:first-of-type {
  margin-bottom: 15px;
}
.modal .modal_form_item {
  margin-bottom: 25px;
  position: relative;
}
.modal .modal_form_item.privacy_text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .modal .modal_form_item.privacy_text {
    max-width: 255px;
  }
}
.modal .modal_form_item.privacy_text.price_pr {
  padding: 0;
  text-align: left;
}
.modal .modal_form_item .sign-form-label {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.modal .modal_form_item.buttons_group {
  text-align: center;
}
.modal .modal_form_item.buttons_group p {
  margin-bottom: 15px;
  font-size: 24px;
  color: rgb(84, 93, 109);
}
.modal .modal_form_item.buttons_group .button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.modal .modal_form_item.buttons_group .button.button_green {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}
.modal .modal_form_item.buttons_group .button:first-of-type {
  margin-bottom: 30px;
}
.modal#renameModal .modal-content, .modal#renameModalList .modal-content {
  border-radius: 40px;
  max-width: 380px;
  margin: 0 auto;
}
.modal#renameModal .button, .modal#renameModalList .button {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.modal#renameModal .button.button_buy, .modal#renameModal .button.button_sell, .modal#renameModalList .button.button_buy, .modal#renameModalList .button.button_sell {
  padding: 10px 50px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .modal#renameModal .button.button_buy, .modal#renameModal .button.button_sell, .modal#renameModalList .button.button_buy, .modal#renameModalList .button.button_sell {
    padding: 10px 30px;
  }
}
.modal#renameModal .button.button_buy, .modal#renameModalList .button.button_buy {
  margin-right: 15px;
}
.modal#renameModal .button:hover, .modal#renameModalList .button:hover {
  color: #fff;
}
.modal#renameModal.modal_rename_transaction .modal-dialog, .modal#renameModalList.modal_rename_transaction .modal-dialog {
  max-width: 550px;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .modal-content, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal-content {
  width: 100%;
  max-width: 100%;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .modal-header, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal-header {
  margin-bottom: 0;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .modal_title, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal_title {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .modal#renameModal.modal_rename_transaction .modal-dialog .modal_title, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal_title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.modal#renameModal.modal_rename_transaction .modal-dialog .text_ordinary, .modal#renameModalList.modal_rename_transaction .modal-dialog .text_ordinary {
  margin-bottom: 30px;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .modal_actions a, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal_actions a {
  display: block;
  width: 100%;
  border-radius: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 17px 0;
  text-align: center;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .modal_actions a.button_green, .modal#renameModalList.modal_rename_transaction .modal-dialog .modal_actions a.button_green {
  font-size: 22px;
}
.modal#renameModal.modal_rename_transaction .modal-dialog .d-flex .modal_form_item, .modal#renameModalList.modal_rename_transaction .modal-dialog .d-flex .modal_form_item {
  flex: 0 0 calc(50% - 8px);
}
.modal#deleteModal .modal-header {
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 0;
}
.modal#deleteModal .modal-header .modal_title {
  margin-bottom: 0;
  padding-left: 0;
}
.modal#deleteModal .modal_subtitle {
  margin-bottom: 20px;
}
.modal#deleteModal .text_warning {
  margin-bottom: 10px;
}
.modal#deleteModal .text_superportfel {
  margin-bottom: 30px;
}
.modal#deleteModal .modal_actions {
  display: flex;
  justify-content: end;
}
.modal#deleteModal .modal_actions .button {
  font-size: 24px;
  padding: 15px 60px;
  border-radius: 18px;
}
.modal#deleteModal .modal_actions .button:last-of-type {
  margin-left: 20px;
}
.modal#deleteModal.modal_delete_transaction .modal-dialog {
  max-width: 630px;
}
.modal#deleteModal.modal_delete_transaction .modal-dialog .modal-header {
  margin-bottom: 0;
}
.modal#deleteModal.modal_delete_transaction .modal-dialog .modal_title {
  padding-left: 0;
  margin-bottom: 25px;
}
.modal#deleteModal.modal_delete_transaction .modal-dialog .text_ordinary {
  margin-bottom: 30px;
}
.modal#shareModal .modal_title {
  font-size: 18px;
}
.modal#shareModal .modal-content {
  border-radius: 40px;
  max-width: 410px;
  margin: 0 auto;
}
.modal#shareModal .button {
  border-radius: 40px;
  font-size: 18px;
}
.modal#shareModal .radio_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #494866;
  width: 100%;
  position: relative;
  padding-left: 10px;
}
.modal#shareModal .radio_item:first-of-type {
  margin-bottom: 10px;
}
.modal#shareModal .checkmark {
  background-color: #232c3c;
}
.modal#shareModal .radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-color: #282a37;
}
.modal#shareModal .radio-wrapper input:checked ~ .checkmark:after {
  display: block;
  background-color: #2cb683;
}
.modal.price_modal .modal-dialog {
  max-width: 630px;
}
.modal.price_modal .modal_title {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .modal.price_modal .modal_title {
    padding-left: 10px;
  }
}
.modal.price_modal .button_green {
  font-size: 22px;
  padding: 20px 70px;
  text-align: center;
}
@media (max-width: 1200px) {
  .modal.price_modal .button_green {
    padding: 20px 12px;
    font-size: 18px !important;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .modal.price_modal .button_green {
    font-size: 16px !important;
    padding: 20px 5px;
  }
}
.modal.price_modal .price_type {
  margin-bottom: 25px;
  text-align: center;
  font-size: 36px;
  color: rgb(43, 179, 130);
  font-weight: bold;
}
.modal.price_modal .modal-content {
  padding: 30px 0;
}
.modal.price_modal .modal_form > div {
  padding: 0 40px;
}
.modal.price_modal .modal_form > div.price_data {
  padding: 20px 0 20px 40px;
}
@media (max-width: 1200px) {
  .modal.price_modal .modal_form > div {
    padding: 0 20px;
  }
}
.modal.price_modal .price_data {
  background-color: rgb(19, 27, 36);
  font-size: 24px;
  margin-bottom: 20px;
}

body.light header {
  background-color: #f4f6f6;
}
body.light header .header_top {
  border-bottom: 1px solid #ffffff;
}
body.light header .header_top .header_block {
  padding: 16px 0 8px;
}
@media (max-width: 1200px) {
  body.light header .header_top .header_block {
    padding: 21.5px 0;
  }
}
body.light header .header_top .header_block .infortmation_list .market_name {
  color: #222431;
}
body.light header .header_top .header_block .infortmation_list .market_result {
  color: #222431;
}
body.light header .header_top .header_block .infortmation_list .market_result.negative {
  color: #222431;
}
body.light header .header_top .header_block .infortmation_list .market_result.positive {
  color: #222431;
}
body.light header .header_top .header_block .action_block a, body.light header .header_top .header_block .action_block span {
  color: #222632;
}
body.light header .header_top .header_block .action_block a.button_green, body.light header .header_top .header_block .action_block span.button_green {
  color: #fff;
}
body.light header .header_top .header_block .action_block .user_logged .notification-table {
  color: #222632;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children {
  background-color: #fff;
  border-radius: 30px;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children:focus {
  color: #182240;
  background-color: transparent;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .has_children.active {
  background-color: #fff;
  padding: 10px 18px;
  background-image: url("../images/menu_arrow_active.png");
  border-radius: 20px 20px 0 0;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu {
  background-color: #fff;
  z-index: 30;
  transform: translateY(-30px);
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu > li {
  margin-bottom: 0;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-bottom: 15px;
  border-radius: 0 0 20px 20px;
  list-style: none;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .child_menu {
  display: block;
  padding: 10px 10px;
  transition: 0.3s backround-color ease;
  background-color: transparent;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .child_menu.active {
  color: #49ace3;
  background-color: rgb(223, 235, 238);
  border-radius: 20px;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu .has_children {
  background-position: calc(100% - 12px) center;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren {
  position: relative;
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  list-style: none;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren a {
  display: block;
  color: #6e6d8d;
  display: block;
  padding: 10px 0;
}
body.light header .header_top .header_block .action_block .user_logged .multilevel_menu .dropdown-menu li .children_menu.subchildren.active {
  height: auto;
  padding: 0 15px;
}
body.light header .header_top .header_block .action_block .user_dark, body.light header .header_top .header_block .action_block .bell_dark {
  display: none;
}
body.light header .header_top .header_block .action_block .user_light, body.light header .header_top .header_block .action_block .bell_light {
  display: block;
}
body.light header .header_top .header_block .action_block .login.mobile .voiti_dark {
  display: none;
}
body.light header .header_top .header_block .action_block .login.mobile .voiti_light {
  display: block;
}
body.light header .header_top .header_block .action_block .start_use.mobile .human_key_dark {
  display: none;
}
body.light header .header_top .header_block .action_block .start_use.mobile .human_key_light {
  display: block;
}
body.light header .header_top .header_block .action_block .mode_change_toggler img:first-child {
  display: none;
}
body.light header .header_top .header_block .action_block .mode_change_toggler img:last-child {
  display: block;
}
body.light header .header_bottom {
  border-bottom: 1px solid #fff;
}
body.light header .header_bottom .header_block .header_nav a {
  color: #222431;
  text-decoration: none;
}
body.light header .header_bottom .header_block .header_nav a.button_green {
  color: #fff;
}
body.light header .header_bottom .header_block .header_form input {
  background-color: #ffffff;
  color: #4f4f57;
}
body.light header .header_bottom .header_block .header_form input::placeholder {
  color: #4f4f57;
}
body.light header .header_bottom .header_block .header_form button {
  background-color: #e3edef;
  color: #2bb382;
}
body.light header .header_bottom .header_block .header_form .search_results {
  background-image: none;
  background-color: #f4f6f6;
}
body.light header .header_bottom .header_block .header_form .search_results .results_list {
  list-style: none;
  margin-bottom: 25px;
}
body.light header .header_bottom .header_block .header_form .search_results .results_list a {
  display: flex;
  gap: 0 15px;
  align-items: center;
  font-size: 20px;
  color: #222431;
  text-decoration: none;
  padding: 12px 15px;
  line-height: 1;
  border-radius: 20px;
}
body.light header .header_bottom .header_block .header_form .search_results .results_list a span {
  font-size: 16px;
  color: #7a879a;
  text-transform: uppercase;
}
body.light header .header_bottom .header_block .header_form .search_results .results_list a:hover, body.light header .header_bottom .header_block .header_form .search_results .results_list a:focus {
  background-color: none;
  background-image: linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  outline: none;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation {
  padding: 0 24px;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_title {
  color: #494665;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons {
    display: none;
  }
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block .button_item {
  background-image: linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block .button_info {
  font-size: 12px;
  color: #484564;
  text-transform: uppercase;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add {
  color: #2bb181;
  cursor: pointer;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add .button_item {
  font-size: 20px;
  font-weight: bold;
}
body.light header .header_bottom .header_block .header_form .search_results .search_navigation .navigation_buttons .buttons_block.add .button_info {
  color: inherit;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  body.light header .header_bottom .header_block .header_mobile::after {
    content: "";
    border: 1px solid #FFF;
  }
}
body.light header .header_bottom .header_block .header_mobile .header_form {
  display: block;
  position: absolute;
  padding: 20px;
  background: #e3edef;
  width: 110%;
  right: -15px;
  bottom: -105px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
body.light header .header_bottom .header_block .header_mobile .header_form input {
  min-width: 100%;
}
body.light header .header_bottom .header_block .header_mobile .header_form button {
  right: 38px;
}
body.light header .header_bottom .header_block .header_mobile .header_form.show {
  opacity: 1;
  visibility: visible;
}
body.light header .header_bottom .header_block .header_mobile .search_mobile_toggler {
  background-color: transparent;
  border: none;
}
@media (max-width: 1200px) {
  body.light header .header_bottom .header_block .header_mobile_menu {
    background: #f4f6f6;
  }
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_header .title {
  font-size: 24px;
  color: #000000;
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_list {
  list-style: none;
  margin-bottom: 20px;
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_list li {
  border-bottom: 1px solid #e8ebef;
  text-align: center;
  padding: 30px 0;
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_list li:first-of-type {
  border-top: 1px solid #e8ebef;
}
body.light header .header_bottom .header_block .header_mobile_menu .mobile_menu_list a {
  text-decoration: none;
  font-size: 24px;
  color: #272936;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions {
  text-align: center;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions .languages {
  margin-top: 25px;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions a {
  font-size: 18px;
  color: #272936;
  text-decoration: none;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions a:first-of-type {
  margin-right: 15px;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions a:first-of-type.button {
  color: #FFF;
}
body.light header .header_bottom .header_block .header_mobile_menu .actions a.active {
  color: #2bb382;
}
body.light .connect_portfolios .portfolios_list .porfolio_item .portfolio_card {
  background-image: linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
}
body.light .main_page .statistics .statistics_item {
  background-image: -moz-linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  background-image: -webkit-linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  background-image: linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
}
body.light .main_page .statistics .statistics_item.portfolio {
  background-image: -moz-linear-gradient(118deg, rgb(35, 127, 104) 0%, rgb(43, 181, 131) 100%);
  background-image: -webkit-linear-gradient(118deg, rgb(35, 127, 104) 0%, rgb(43, 181, 131) 100%);
  background-image: inear-gradient(118deg, rgb(35, 127, 104) 0%, rgb(43, 181, 131) 100%);
}
body.light .main_page .statistics .statistics_item.portfolio .all_portfolios {
  border-color: #43b08b;
}
body.light .main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_text {
  color: #FFF;
}
body.light .main_page .statistics .statistics_item.portfolio .all_portfolios .portfolio_text .current_portfolio_cost {
  font-size: 18px;
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio {
  border-bottom: 1px solid #43b08b;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .protfolio_dropdown a {
  background-image: url(../images/down-arrow_.png);
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_action .dropdown-toggle::after {
  content: none;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .portfolio_list_item {
  background-image: none;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .portfolio_list_item:hover {
  color: #363f4e;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .portfolio_list_item:last-of-type {
  margin-top: 40px;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .list_money, body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .list_number {
  color: #494866;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .button {
  text-align: center;
}
body.light .main_page .statistics .statistics_item.portfolio .my_portfolio .portfolio_list .button.button_transparent {
  color: #636f8e;
  padding: 20px 0;
  width: 100%;
  background-image: none;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_title {
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_title .show_b_d {
  display: none;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_title .show_b_l {
  display: block;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_value {
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_value .balance_r_d {
  display: none;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_value .balance_r_l {
  display: block;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profit {
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profit_percent {
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date {
  color: white;
  border-bottom: 1px solid #43b08b;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .balance_profit .profite_date li {
  color: #fff;
}
body.light .main_page .statistics .statistics_item.portfolio .current_balance .nice-select-dropdown {
  background-color: #237d66;
}
body.light .main_page .statistics .statistics_item.graphic .graphic_list .list_coin_name {
  color: #131b24;
}
body.light .main_page .statistics .statistics_item.graphic .graphic_list .list_coin_percentage {
  color: #131b24;
}
body.light .main_page .statistics .statistics_item.marekt_capitalization .capitalization_name, body.light .main_page .statistics .statistics_item.altcoin_capitalization .capitalization_name, body.light .main_page .statistics .statistics_item.bitcoin_domination .capitalization_name {
  color: #000;
}
body.light .main_page .statistics.portfel_link_settings .statistics_item {
  background-image: none;
}
body.light .main_page .statistics.portfel_link_settings .statistics_item.grapic_list {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}
body.light .main_page .statistics.portfel_link_settings .statistics_item .graphic_chart {
  flex: 0 0 50%;
}
@media (max-width: 1200px) {
  body.light .main_page .statistics.portfel_link_settings .statistics_item .graphic_chart {
    margin-bottom: 20px;
  }
}
body.light .main_page .statistics.portfel_link_settings .statistics_item .graphic_list {
  flex: 0 0 20%;
}
body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_img {
  text-align: center;
}
body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_img, body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_name {
  flex: 0 0 25%;
}
@media (max-width: 1200px) {
  body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_img, body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_name {
    flex: 0 0 20%;
  }
}
body.light .main_page .statistics.portfel_link_settings .statistics_item .list_coin_percentage {
  flex: 0 0 50%;
}
body.light .main_page .action_table .action_nav ul {
  border-bottom: 1px solid #dfebee;
  background-color: #f4f6f6;
}
body.light .main_page .action_table .action_nav ul a {
  color: #182240;
}
body.light .main_page .action_table .action_nav ul a:not(.button):hover, body.light .main_page .action_table .action_nav ul a.active {
  background-color: #dfebee;
  background-image: none;
}
body.light .main_page .action_table .action_nav ul a.button {
  color: #fff;
}
body.light .main_page .action_table .action_nav ul a.button.button_buy {
  color: #27705d;
}
body.light .main_page .action_table .action_nav ul a.button.button_sell {
  color: #e6007a;
}
body.light .main_page .action_table .action_nav ul a.button.button_transparent {
  color: #182240;
}
body.light .main_page .action_table .action_nav .mobile_list {
  display: none;
}
@media (max-width: 1200px) {
  body.light .main_page .action_table .action_nav .mobile_list {
    display: block;
  }
}
body.light .main_page .action_table .action_nav .mobile_list .list_wrapper {
  border-bottom: 1px solid #272936;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 80px;
}
body.light .main_page .action_table .action_nav .mobile_list .list_wrapper select {
  width: 100%;
}
body.light .main_page .action_table .action_nav .mobile_list .add_token_mobile {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
  padding-right: 10px;
}
body.light .main_page .action_table .action_nav .mobile_list .nice-select {
  background-color: #e0ebee;
  background-image: none;
}
body.light .main_page .action_table .action_nav .mobile_list .nice-select::before {
  background-image: url("../images/down-arrow-blue.png");
}
body.light .main_page .action_table .action_nav .mobile_list .nice-select ul {
  background-color: #e0ebee;
  background-image: none;
}
body.light .main_page .action_table .action_nav .mobile_list .nice-select .option:hover, body.light .main_page .action_table .action_nav .mobile_list .nice-select .option.focus, body.light .main_page .action_table .action_nav .mobile_list .nice-select .option.selected.focus {
  background-color: #fff;
}
body.light .main_page .action_table .action_nav .mobile_list .nice-select .nice-select-dropdown {
  background-image: -webkit-linear-gradient(118deg, rgb(35, 127, 104) 0%, rgb(43, 181, 131) 100%);
  background-color: transparent;
}
body.light .main_page .action_table .action_body .table {
  color: #151f3c;
}
body.light .main_page .action_table .action_body .table thead {
  background-color: #f9fbfc;
  color: #969dbc;
  border-top: 2px solid #dfebee;
  border-bottom: 3px solid #dfebee;
}
body.light .main_page .action_table .action_body .table tbody {
  color: #565e80;
}
body.light .main_page .action_table .action_body .table tbody .span_green {
  width: 100%;
  background-color: #248068;
  cursor: auto;
}
body.light .main_page .action_table .action_body .table tbody .span_green:hover {
  box-shadow: none;
}
body.light .main_page .action_table .action_body .table tbody td {
  color: #565e80;
}
body.light .main_page .action_table .action_body .table tbody .counter .counter_input {
  background-color: #e7f0f2;
  color: #858e9e;
}
body.light .main_page .action_table .action_body .table tbody .counter .counter_input::placeholder {
  color: #858e9e;
}
body.light .main_page .action_table .action_body .table tbody .counter button {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 15px;
}
body.light .main_page .action_table .action_body .table tbody .counter button:last-of-type {
  top: calc(50% - 4px);
}
body.light .main_page .action_table .action_body .table:not(caption) > * > * {
  border-bottom: 3px solid #dfebee;
}
@media (max-width: 1200px) {
  body.light .main_page .action_table .action_body .table th, body.light .main_page .action_table .action_body .table td {
    min-width: 150px;
  }
}
body.light .main_page .action_table .action_body .table_bottom thead {
  background-color: #969dbc;
  color: #fff;
}
body.light .main_page .action_table .action_body .table_bottom tbody {
  background-color: #f2fffb;
  color: #38404f;
}
body.light .main_page .action_table .action_body .table_bottom tbody tr:first-child {
  border-top: none;
}
body.light .main_page .action_table .action_body .table_bottom tbody tr:first-child td:nth-child(4) {
  border-left: 3px solid #e7f0f2;
}
body.light .main_page .action_table .action_body .table_bottom tbody tr td {
  padding: 3px;
}
body.light .main_page .action_table .action_body .table_bottom tbody tr td.positive {
  color: #38404f;
}
body.light .main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex {
  padding: 40px 30px;
}
body.light .main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex span {
  display: flex;
  gap: 0 20px;
  align-items: center;
  white-space: nowrap;
}
body.light .main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex span select {
  min-width: 180px;
}
body.light .main_page .action_table .action_body .table_bottom tbody .table_bottom .d-flex .button {
  height: 53px;
  padding: 0 60px;
  border: none;
  border-radius: 27px;
}
body.light .main_page .action_table .action_body .graphic_page_chart {
  margin-top: 4px;
}
body.light .main_page .action_table .action_body .graphic_page_chart img {
  width: 100%;
}
body.light .main_page .action_table .action_body .rebalance_settins {
  background-image: linear-gradient(118deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
}
body.light .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item:not(:last-of-type) {
  border-right: 1px solid white;
}
body.light .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item.date_item {
  font-size: 20px;
}
body.light .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .result {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body.light .main_page .action_table .action_body .rebalance_settins .rebalance_widgets .widget_item .result {
    position: absolute;
    right: 0;
    top: -50px;
  }
}
body.light .main_page .action_table .action_body .reblance_bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  font-size: 16px;
  font-family: "ProximaNova";
  color: rgb(73, 72, 102);
}
@media (max-width: 1200px) {
  body.light .main_page .action_table .action_body .reblance_bottom {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  body.light .main_page .action_table .action_body .reblance_bottom .reblance_subtitle {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body.light .main_page .action_table.portfel_link_rable .table {
  text-align: left;
}
body.light .main_page .action_table.portfel_link_rable .table .valyuta_name {
  justify-content: flex-start !important;
}
body.light .main_page .action_table.portfel_link_rable .table thead {
  background-color: transparent;
}
@media (max-width: 1200px) {
  body.light .main_page .action_table #usredneniye_form th, body.light .main_page .action_table #usredneniye_form td {
    min-width: 200px;
  }
}
@media (max-width: 1200px) {
  body.light .main_page .action_table.crypto_coin_table th, body.light .main_page .action_table.crypto_coin_table td {
    min-width: 170px;
  }
}
body.light .main_page .result_table .table {
  color: #1f222c;
}
body.light .main_page .result_table .table thead {
  background-color: #969dbc;
  color: #fff;
}
body.light .main_page .currensies_graphic {
  padding-top: 50px;
}
body.light .main_page .currensies_graphic .currensies_chart {
  flex: 0 0 auto;
  width: 36%;
  text-align: center;
}
@media (max-width: 1200px) {
  body.light .main_page .currensies_graphic .currensies_chart {
    margin-bottom: 20px;
  }
}
body.light .main_page .currensies_graphic .currensies_list {
  display: flex;
  gap: 0 100px;
  flex: 0 0 auto;
  width: 56%;
}
@media (max-width: 1200px) {
  body.light .main_page .currensies_graphic .currensies_list {
    flex-direction: column;
    width: 100%;
  }
}
body.light .main_page .currensies_graphic .currensies_list .list_row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 1200px) {
  body.light .main_page .currensies_graphic .currensies_list .list_row:first-of-type {
    margin-bottom: 20px;
  }
}
body.light .main_page .currensies_graphic .currensies_list .list_row .currency_item {
  list-style: none;
  display: flex;
  gap: 0 35px;
  align-items: center;
}
body.light .main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_name {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex: 0 0 auto;
  width: 50%;
  font-size: 18px;
}
body.light .main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_name img {
  width: 30px;
  object-fit: contain;
  height: 30px;
}
body.light .main_page .currensies_graphic .currensies_list .list_row .currency_item .currency_persentage {
  font-size: 24px;
}
@media (max-width: 1200px) {
  body.light .main_page .currensies_graphic .row {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  body.light .main_page .price_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
body.light .main_page .price_action .action_nav {
  width: 100%;
}
body.light .main_page .price_action .nice-select {
  width: 100%;
  background-color: #29a67b;
  border-radius: 30px;
  border: none;
  height: 35px;
  padding-left: 55px;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
  position: relative;
}
@media (max-width: 1200px) {
  body.light .main_page .price_action .nice-select {
    display: block;
  }
}
body.light .main_page .price_action .nice-select::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/down-arrow_.png);
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0);
  left: 20px;
}
body.light .main_page .price_action .nice-select::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url(../images/mobile-discount.png);
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0);
  right: -10px;
  top: -15px;
}
body.light .main_page .price_action .nice-select .option {
  text-align: center;
}
body.light .checkbox_wrapper .checkmark {
  background-color: #fff;
}
body.light .modal .modal_form_item {
  margin-bottom: 25px;
  position: relative;
}
body.light .modal .modal_form_item.privacy_text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
body.light .modal .modal_form_item.privacy_text.price_pr {
  padding: 0;
  text-align: left;
}
body.light .modal .modal_form_item .sign-form-label {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
body.light .modal .modal_form_item.buttons_group {
  text-align: center;
}
body.light .modal .modal_form_item.buttons_group p {
  margin-bottom: 30px;
  font-size: 24px;
  color: rgb(84, 93, 109);
}
body.light .modal .modal_form_item.buttons_group .button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
body.light .modal .modal_form_item.buttons_group .button.button_green {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}
body.light .modal .modal_form_item.buttons_group .button:first-of-type {
  margin-bottom: 30px;
}
body.light .modal#renameModal .modal-content {
  border-radius: 40px;
  max-width: 380px;
  margin: 0 auto;
}
body.light .modal#renameModal .button {
  border-radius: 30px;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog {
  max-width: 630px;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .modal-content {
  width: 100%;
  max-width: 100%;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .modal-header {
  margin-bottom: 0;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .modal_title {
  padding-left: 0;
  margin-bottom: 60px;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .text_ordinary {
  margin-bottom: 30px;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .modal_actions a {
  display: block;
  width: 100%;
  border-radius: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .modal_actions a.button_green {
  font-size: 24px;
}
body.light .modal#renameModal.modal_rename_transaction .modal-dialog .d-flex .modal_form_item {
  flex: 0 0 calc(50% - 8px);
}
body.light .modal#deleteModal .modal-header {
  justify-content: space-between;
  margin-bottom: 30px;
}
body.light .modal#deleteModal .modal-header .modal_title {
  margin-bottom: 0;
  padding-left: 0;
}
body.light .modal#deleteModal .modal_subtitle {
  margin-bottom: 20px;
}
body.light .modal#deleteModal .text_warning {
  margin-bottom: 10px;
}
body.light .modal#deleteModal .text_superportfel {
  margin-bottom: 30px;
}
body.light .modal#deleteModal .modal_actions {
  display: flex;
  justify-content: end;
}
body.light .modal#deleteModal .modal_actions .button {
  font-size: 24px;
  padding: 23px 60px;
  border-radius: 18px;
}
body.light .modal#deleteModal .modal_actions .button:last-of-type {
  margin-left: 20px;
}
body.light .modal#deleteModal.modal_delete_transaction .modal-dialog {
  max-width: 630px;
}
body.light .modal#deleteModal.modal_delete_transaction .modal-dialog .modal-header {
  margin-bottom: 0;
}
body.light .modal#deleteModal.modal_delete_transaction .modal-dialog .modal_title {
  padding-left: 0;
  margin-bottom: 25px;
}
body.light .modal#deleteModal.modal_delete_transaction .modal-dialog .text_ordinary {
  margin-bottom: 30px;
  color: #b4281d;
}
body.light .modal#shareModal .modal_title {
  font-size: 18px;
}
body.light .modal#shareModal .modal-content {
  border-radius: 40px;
  max-width: 410px;
  margin: 0 auto;
}
body.light .modal#shareModal .button {
  border-radius: 40px;
  font-size: 18px;
}
body.light .modal#shareModal .radio_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #494866;
}
body.light .modal#shareModal .radio_item:first-of-type {
  margin-bottom: 10px;
}
body.light .modal#shareModal .checkmark {
  background-color: white;
}
body.light .modal#shareModal .radio-wrapper .checkmark:after {
  background-color: #248068;
}
body.light .modal.price_modal .modal-dialog {
  max-width: 630px;
}
body.light .modal.price_modal .modal_title {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  body.light .modal.price_modal .modal_title {
    padding-left: 10px;
  }
}
body.light .modal.price_modal .modal-close-button {
  margin-right: 40px;
}
body.light .modal.price_modal .button_green {
  font-size: 22px;
  padding: 20px 70px;
  text-align: center;
}
@media (max-width: 1200px) {
  body.light .modal.price_modal .button_green {
    font-size: 16px;
    padding: 20px 8px;
  }
}
body.light .modal.price_modal .price_type {
  margin-bottom: 25px;
  text-align: center;
  font-size: 36px;
  color: rgb(43, 179, 130);
  font-weight: bold;
}
body.light .modal.price_modal .modal-content {
  padding: 30px 0;
}
body.light .modal.price_modal .modal_form > div {
  padding: 0 40px;
}
body.light .modal.price_modal .modal_form > div.price_data {
  padding: 20px 0 20px 40px;
}
body.light .modal.price_modal .price_data {
  background-color: #fff;
}
body.light footer {
  background-color: #f4f6f6;
}
body.light footer .footer_links .links_list .list_title a {
  color: #000000;
}
body.light footer .footer_links .links_list .list_links a {
  color: #969dbc;
}
body.light .page-link:hover, body.light .page-link.active {
  color: rgb(39, 164, 119);
}
body.light .dot_link {
  color: #fff;
}
body.light .icon, body.light .st0 {
  fill: #38404f;
  transition: 0.3s all ease;
}
body.light .icon path, body.light .icon polygon, body.light .st0 path, body.light .st0 polygon {
  transition: 0.3s all ease;
  fill: #38404f;
}
body.light .dropdown-item:hover, body.light .dropdown-item:focus, body.light .dropdown-item:active {
  background-color: transparent;
  color: #2bb382;
}
body.light .dropdown-item:hover .icon, body.light .dropdown-item:hover .st0, body.light .dropdown-item:focus .icon, body.light .dropdown-item:focus .st0, body.light .dropdown-item:active .icon, body.light .dropdown-item:active .st0 {
  fill: #2bb382;
}
body.light .dropdown-item:hover .icon path, body.light .dropdown-item:hover .icon polygon, body.light .dropdown-item:hover .st0 path, body.light .dropdown-item:hover .st0 polygon, body.light .dropdown-item:focus .icon path, body.light .dropdown-item:focus .icon polygon, body.light .dropdown-item:focus .st0 path, body.light .dropdown-item:focus .st0 polygon, body.light .dropdown-item:active .icon path, body.light .dropdown-item:active .icon polygon, body.light .dropdown-item:active .st0 path, body.light .dropdown-item:active .st0 polygon {
  fill: #2bb382;
}
body.light .dropdown-item.active {
  color: #2bb382;
}
body.light .apexcharts-text.apexcharts-xaxis-label, body.light .apexcharts-yaxis-label {
  fill: #555570 !important;
}
body.light .form-select {
  background-color: #fcfdfd;
  background-image: url("../images/down-arrow-green.png");
  color: #858e9e;
}
body.light .range-form {
  background-color: #fff;
}
@media (max-width: 1200px) {
  body.light .range-form {
    background-color: #248369;
  }
}
body.light .radio-wrapper input:checked ~ .checkmark {
  background-color: #237d66;
}
body.light .radio-wrapper .checkmark {
  background-color: #fff;
}
body.light .radio-wrapper input:checked ~ .checkmark:after {
  display: block;
  background-color: #FFF;
}
body.light .radio-wrapper .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #969dbc;
}
body.light .subscription-pils {
  background-color: #f4f6f6;
  background-image: none;
}
body.light .subscription-pils .nav-item {
  flex: 0 0 calc(33% - 20px);
  display: flex;
  justify-content: center;
}
body.light .subscription-pils .nav-item .nav-link {
  font-size: 24px;
  color: #17213f;
  outline: none;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
body.light .subscription-pils .nav-item .nav-link.active {
  background-image: linear-gradient(0deg, rgb(35, 124, 102) 0%, rgb(44, 185, 133) 100%);
  border-radius: 20px;
  color: #FFF;
}
body.light .tab-subscription .subscription_type {
  background-image: linear-gradient(330deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  list-style: none;
}
body.light .tab-subscription .subscription_type .subscription_type_name {
  color: #262d3b;
}
body.light .tab-subscription .subscription_type .subscription_type_price {
  margin-bottom: 25px;
  font-size: 36px;
  font-family: "ProximaNova";
  color: rgb(60, 141, 187);
}
body.light .tab-subscription .subscription_type .subscription_type_month {
  font-size: 24px;
  font-family: "ProximaNova";
  color: #989fbb;
  margin-bottom: 25px;
}
body.light .tab-subscription .subscription_type .subscription_type_button {
  margin-bottom: 35px;
}
body.light .tab-subscription .subscription_type .subscription_option_list {
  width: 100%;
  list-style: none;
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "ProximaNova";
  color: #2d3d50;
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item.fd-c {
  flex-direction: column;
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item.fd-c span {
  margin-bottom: 5px;
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item span {
  display: none;
}
@media (max-width: 1200px) {
  body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item span {
    display: block;
    color: #2d3d50;
  }
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
body.light .tab-subscription .subscription_type .subscription_option_list .option_list_item.option_positive {
  color: rgb(44, 183, 132);
}
body.light .tab-subscription .subscription_type .description_list .option_list_item {
  justify-content: start;
}
body.light .dropdown-menu {
  background-image: linear-gradient(330deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  border: none;
}
body.light .dropdown-menu.with_box_shadow {
  box-shadow: 25px 17px 20px 0px rgba(34, 60, 80, 0.2);
}
body.light .dropdown-item {
  color: #38404f;
}
body.light .modal-content {
  background-image: linear-gradient(330deg, rgb(223, 235, 238) 0%, rgb(244, 246, 246) 100%);
  box-shadow: 25px 17px 20px 0px rgba(34, 60, 80, 0.2);
  color: #363f4e;
}
body.light .form-label {
  color: #363f4e;
}
body.light .form-input, body.light textarea {
  background-color: #fff;
  color: #182240;
}
body.light .form-input::placeholder, body.light textarea::placeholder {
  color: #858e9e;
}
body.light .button.button_transparent {
  color: #636f8e;
  border-color: #636f8e;
}
body.light .button.button_transparent.yellow_border {
  border: 1px solid #f3ba2f;
}
body.light .button.button_sell, body.light .button.button_buy {
  color: #151f3c;
}
body.light .modal-close-button {
  color: #fff !important;
  background-color: #babfc9;
}
body.light .dropdown-menu-title {
  color: #212529;
}
body.light .sign-pills .nav-link {
  color: #363f4e;
}
body.light .air-datepicker {
  background-color: #F4F6F6;
  background-image: none;
}
body.light .air-datepicker-body--day-name {
  color: #545662;
}
body.light .air-datepicker-body--day-name.-weekend- {
  color: #b4281d;
}

.graphic_chart {
  height: 100%;
}
.graphic_chart #donut_chart {
  height: 100%;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .graphic_chart #donut_chart {
    height: 400px;
  }
}

.anychart-credits {
  display: none;
}

.apexcharts-legend {
  gap: 8px 0;
}

.legend_percent {
  color: #494665;
}

.dynamic_chart svg {
  background-color: transparent !important;
}

.main_page .statistics .statistics_item.donut_labels_chart {
  padding: 0;
}

#donut_chart {
  height: 100%;
  transform: scale(1.25);
}

.donut_with_legends {
  height: 320px;
}

.big_line_graphic_time_tab {
  position: absolute;
  right: 45px;
  top: 3px;
  z-index: 10;
  padding: 5px 20px;
  background-color: #414344;
  border-radius: 10px;
  display: flex;
  gap: 0 5px;
}
.big_line_graphic_time_tab .tab_item {
  display: block;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.big_line_graphic_time_tab .tab_item.active {
  background-color: #111111;
}
.big_line_graphic_time_tab .tab_item:hover {
  background-color: #333;
}
@media (max-width: 1200px) {
  .big_line_graphic_time_tab {
    position: static;
    margin-bottom: 15px;
    padding: 5px 15px;
    justify-content: center;
  }
  .big_line_graphic_time_tab .tab_item {
    padding: 5px;
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */