/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000b36;
  overflow-x: hidden;
  position: relative;
}

.banner-offer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  gap: 30px;
  font-size: 14px;
  line-height: 20px;
  background-color: #0057FA;
  color: white;
  overflow: hidden;
  position: relative;
  height: 50px;
  /* display: inline-block; */
}

.banner-scroll-container {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 30px;
}

.mobile-only {
  display: none;
}


.banner-offer-mobile {
  border-radius: 12px;
  background-color: #0057FA;
  padding: 24px 8px;
  width: 100%;
  max-width: 500px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;

}

.banner-offer_headline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-offer-mobile_headline {
  text-align: center;
  line-height: 140%;
}

.banner-offer_text {
  font-size: 14px;
  color: #fcfdff;
  text-decoration: none;
}

.banner-offer_image,
.banner-offer-mobile_image {
  font-size: 28px;
  margin-right: 8px;
}

.banner-offer_code,
.banner-offer-mobile_code {
  border-radius: 12px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.20);
}

.banner-offer-mobile_code {
  font-size: 14px;
  text-align: center;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  padding: 12px 20px 0;
}

.desktop-none {
  display: none;
}

.main-header {
  background-color: #000b36;
  padding: 0px 0 20px;
  text-align: center;
}

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

.logo {
  width: 150px;
}

.investing-logo {
  width: 150px;
}

.lang-switch {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  cursor: pointer;
}

.lang-switch_text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.lang-switch_img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.lang-switch_arrow {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}



/* dropdown */
.lang-switch {
  position: relative;
}

.lang-switch .dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding-top: 8px;
}

.lang-switch .dropdown .dropdown-step {
  background-color: #2e317c;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  min-width: 95px;
}

.dropdown-item span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;

}

.dropdown-item:hover {
  background: #282A66;
  border-radius: 12px;
}

.lang-switch .dropdown-item img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.lang-switch:hover .dropdown,
.lang-switch.active .dropdown {
  opacity: 1;
  pointer-events: all;
}

/* Добавить переход для плавного появления */
.lang-switch .dropdown {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lang-switch:hover .dropdown,
.lang-switch.active .dropdown {
  opacity: 1;
}

/* dropdown */

.main-content {
  display: flex;
  justify-content: space-between;
  padding: 100px 0px 140px 0px;
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.main-dashboard {
  background-color: #000b36;
}

.dashboard {
  position: relative;
}

.dashboard__ellipse {
  position: absolute;
  top: -110px;
  left: -70px;
  pointer-events: none;
  z-index: 0;
}

.dashboard__image {
  width: 901px;
  position: absolute;
  right: -313px;
  max-width: none;
  top: -98px;
}


.main-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #f9f9fc;
  margin-bottom: 24px;
}

.highlight {
  color: #17f871;
  font-weight: 600;
}

.main-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #b9badb;
  margin-bottom: 32px;
}

.text-content {
  max-width: 515px;
  width: 100%;
}

.button-group {
  display: flex;
  gap: 16px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 24px;
  background-color: #0057fa;
  text-decoration: none;
  border-radius: 12px;
  color: #fcfdff;
  max-width: fit-content;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-primary:hover {
  background-color: #0045CC;
  transition: background-color 0.5s;
}

.btn-primary-blocks {
  max-width: fit-content;
}

.btn-primary_text {
  margin-right: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.btn-primary_image {
  width: 24px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 24px;
  background-color: transparent;
  text-decoration: none;
  border-radius: 12px;
  color: #fcfdff;
  max-width: 230px;
  cursor: pointer;
  transition: background-color 0.5s;
  border: 1px solid;
  border-color: #B9BADB;
}

.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-ghost_text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.btn-ghost-blocks {
  max-width: 199px;
}


.btn-secondary {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 170px;
  padding: 16px 24px 16px 24px;
  background-color: #17f871;
  color: #000b36;
  text-decoration: none;
  border-radius: 12px;
  max-width: 266px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 0px 4px 62.9px 3px #72dc604d;
}

.btn-secondary:hover {
  background-color: #00cc00;
}

.profits {
  background-color: #f9f9fc;
  padding: 50px 0px;
}

.profits .container {
  padding-top: 0;
}

.profits-content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.profits-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 262px;
  height: auto;
}

.profits-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.profits-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0b0835;
  margin: 0;
}

.profits-text-second {
  color: #0B0835;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 4px;
}


.howstart {
  padding: 160px 0px 80px 0px;
}

.howstart-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howstart-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 8px;
  color: #f9f9fc;
}

.howstart-subtitle {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
}

.video-subtitle {
  text-transform: uppercase;
}

.howstart-list {
  display: flex;
  gap: 120px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.howstart-list::after {
  content: "";
  position: absolute;
  top: 36%;
  width: 100%;
  height: 2px;
  z-index: -2;
  background: radial-gradient(50% 50% at 50% 50%,
      #17f871 0%,
      rgba(98, 188, 82, 0.69) 71.5%,
      rgba(61, 118, 51, 0) 100%);
}

.howstart-list--lang::after {
  top: 31%;
}

.howstart-item {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.howstart-item_number {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #17f871;
  margin-bottom: 33px;
}

.howstart-item_icon {
  width: 32px;
  height: 32px;
  margin-bottom: 40px;
}

.howstart-item_text {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #f9f9fc;
  max-width: 262px;
}

.howstart-item_text-second {
  color: #F9F9FC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  max-width: 262px;
  margin-top: 8px;
}

.howstart-button {
  min-width: 240px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  justify-content: center;
}

.video-block {
  padding: 80px 0px;
}

.video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #f7cb54;
  margin-bottom: 18px;
}

.video-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f9f9fc;
  margin-bottom: 40px;
}

.video-wrap {
  max-width: 940px;
  width: 100%;
  height: 528px;
  position: relative;
}

.video-plug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
}

iframe {
  display: none;
}

.price {
  padding: 80px 0px 120px 0px;
}

.price-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 70px;
  width: 100%;
  position: relative;

}

.price-header_title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #f9f9fc;
  max-width: 670px;
}

.price-header_block {
  padding: 12px 16px 12px 16px;
  border-radius: 12px;
  border: 1px solid #746746;
  display: flex;
  max-width: 286px;
  min-height: 66px;
  height: 100%;
}

.price-header_block-icon {
  width: 100%;
  height: 100%;
  max-width: 21px;
  max-height: 21px;
  margin-right: 7px;
}

.price-header_block-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #f7cb54;
}

.price-arrow {
  position: absolute;
  bottom: 20px;
  right: 57%;
  transform: translateX(50%);
}

.price-list {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}

.price-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0px 32px 0px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(294deg, rgba(124, 169, 192, 0.78) 0%, rgba(200, 220, 229, 0.80) 42.39%, rgba(114, 162, 187, 0.76) 74.42%, rgba(182, 204, 218, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.99) 100%), radial-gradient(691.72% 67.14% at -3.29% 100%, #ACADCC 0%, rgba(172, 173, 204, 0.00) 100%), radial-gradient(467.35% 68.72% at 81.7% 120.21%, #ACADCC 0%, rgba(172, 173, 204, 0.00) 100%), #FFF;
  /* width: 346.67px; */
  box-shadow: 0px 0px 15px 2px #052295;
  z-index: 1000;
  position: relative;
}

.price-item_title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.price-item_line {
  max-width: 241px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin: 24px 0px;
}

.price-item_number {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #17f871;
  margin-bottom: 4px;
}

.price-item_subnumber {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 24px;
}

.price-item_sale {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.price-item_forsale {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
}

.price-item_sum {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ffffff;
}

.price-item_subsum {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #F9F9FC;
  margin-bottom: 24px;
}

.price-item_button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000B36;
  padding: 12px 20px 12px 20px;
  background: #F9F9FC;
  border-radius: 12px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  min-width: 193px;
}

.item_hit::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 50px;
  width: 46px;
  height: 46px;
  background-image: url('../image/hit.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.focus-item {
  transition: background 0.3s ease-in-out;
  border-radius: 24px;
  border: 1px solid #1A22FF;
  background: linear-gradient(151deg, #000B36 26.15%, #98B6FF 58.88%, #000B36 93.63%);
  background-position: bottom;
  background-size: cover;
  box-shadow: 0px 0px 15px 2px #3E0C82;
}

.focus-item_label {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 181px;
  height: 83px;
  z-index: 100000 !important;
  background-image: url('../image/most-chosen-bubble.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-item_label span {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  max-width: 94px;
  text-align: center;
  transform: rotate(1deg);
  margin-top: 10px;
}

.focus-item_label--small span {
  font-size: 11px;
  max-width: 97px;
}

.ultimate-item {
  border-radius: 24px;
  border: 1px solid rgba(255, 184, 36, 0.50);
  background: linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, rgba(255, 255, 255, 0.50) 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%);
  background-blend-mode: color, overlay, normal;
}

.academy-access {
  border-radius: 100px;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  color: #000B36;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.12px;
  margin-top: 24px;
}

.limited-access {
  background: radial-gradient(411.99% 146.66% at 25.31% -14.42%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.26) 0.01%, rgba(97, 97, 97, 0.40) 94.5%), rgba(255, 255, 255, 0.70);
}

.full-access {
  position: relative;
  border-radius: 100px;
  padding: 8px;
  color: #000B36;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.full-access:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('../image/svg//1.svg') repeat left center;
  transition: 0.5s;
}

.full-access span {
  position: relative;
  z-index: 2;
}

.prime-item {
  transition: background 0.3s ease-in-out;
  background: url('../image/plans-prime.webp') no-repeat;
  background-position: bottom;
  background-size: cover;
}

.prime-item::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 110px;
  height: 102px;
  z-index: 100000 !important;
  background-image: url('../image/diamond.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.price-bottom-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.info {
  background-color: #f9f9fc;
  padding: 80px 0px;
}

.info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1c1e4e;
  margin-bottom: 80px;
}

.info-title br {
  display: none;
}

.info-one {
  display: grid;
  grid-template-columns: 519px 195px 358px;
  gap: 24px;
  margin-bottom: 24px;
}

.info-two {
  display: grid;
  grid-template-columns: 280px 215px 577px;
  gap: 24px;
}

.info-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 24px;
}


.info-item {
  padding: 24px 32px 24px 32px;
  border-radius: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 224px;
}

.info-item-last {
  flex-direction: row;
  max-width: 664px;
  margin-top: 20px;
}

.info-item_image {
  align-self: center;
}

.info-item_text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #282a66;
}

.leaderboard {
  padding: 80px 0px;
}

.leaderboard-content {}

.leaderboard-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f9f9fc;
  margin-bottom: 16px;
}

.leaderboard-table {
  display: grid;
  grid-template-columns: 70px 293px 151px 151px 151px 151px 151px;
}

.leaderboard-header {
  display: contents;
  border-bottom: 2px solid #282a66;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #b9badb;
}

.leaderboard-row {
  display: contents;
}

.leaderboard-cell {
  padding: 24px 16px;
  border-bottom: 2px solid #282a66;
  display: flex;
  align-items: center;
}

.leaderboard-cell-fl {
  padding: 24px 8px;
}

/* .leaderboard-cell img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
} */
.board-image {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leaderboard-cell__image {
  width: 10px;
  height: 10px;

}

.leaderboard-cell__avatar {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.leader-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #f9f9fc;
}

.leader-green {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: right;
  color: #17f871;
}

.leader-number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: right;
  color: #f9f9fc;
}

.leader-right {
  text-align: right;
  justify-content: center;
}

.board-text {
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: #f9f9fc;
}

.leader-center {
  justify-content: center;
}

.leader-wrapper-crown-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 39px 10px #DAC93559;
  background: #BAA700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DAC935;
}

.leader-wrapper-crown-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px 6px #D8D8D833;
  background: #868686;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
}

.leader-wrapper-crown-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 19.9px 0px #594B0059;

  background: #594B00;

  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9F7300;
}

.leader-one {}

.leaderboard-row.hidden {
  display: none;
}

.show-more {
  opacity: 0;
  pointer-events: none;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.trade {
  background-color: #F9F9FC;
  padding: 80px 0px;
}

.leaderboard-title br {
  display: none;
}


.trade-wrapper {
  max-width: 1120px;
  height: 420px;
  background-image: url('../image/container2.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding-top: 104px;
  padding-left: 80px;
}

.trade-text {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #F9F9FC;
  margin-bottom: 40px;
}

.trade-text--small {
  font-size: 42px;
  line-height: 50px;
  max-width: 450px;
}

.trade-text_btn {
  max-width: 194px;
}

.footer {
  background-color: #F9F9FC;
}

.footer-content {
  padding: 40px 0px;
  max-width: 1120px;
}

.footer-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #1C1E4E;
  margin-bottom: 8px;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  margin-bottom: 16px;

}

.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-block__content {
  display: flex;
  gap: 40px;
}

.footer-gap {
  gap: 32px;
}

.footer-block__item {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  text-decoration: none;
  outline: none;
}

.link_border {
  border-bottom: 1px solid #C9CAE3;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-wrap__mail {
  text-decoration: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #0057FA;
  border-bottom: 1px solid #C2C9FF
}

.footer-wrap__date {

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1C1E4E;
  text-align: right;
  display: flex;
  flex-direction: column;

}


.popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-container {
  position: relative;
  max-width: 697px;
  height: 362px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at bottom left, #0C1A98, transparent 40%),
    radial-gradient(circle at bottom right, #0C1A98, transparent 30%),
    linear-gradient(0deg, #000B36, #000B36);
  border: 2px solid #FFFFFF33;
  border-radius: 24px;
}

.popup-spa {
  height: 429px;
}

.popup-close {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.popup-title {
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: center;
  color: #F9F9FC;
  margin-bottom: 24px;
}

.popup-title span {
  color: #17F871;
}

.popup-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #F9F9FC;
  margin-bottom: 10px;
}

.popup-text {
  margin-bottom: 10px;
}

.popup-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #F9F9FC;
}

.popup-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.btn-primary-block-fra {
  min-width: 197px;
}

.banner-offer_btn {
  padding: 6px 24px;
}

.banner-offer_btn-text {
  font-size: 14px;
}

.price-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 50px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 40px;
}

.price-nav_item {
  background-color: #575E7B;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.price-nav_item.active {
  background-color: #ffffff;
}

.info-item {
  height: auto;
  padding: 24px 32px 32px;
  gap: 32px;
}

.info-item_sub {
  color: #282A66;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
}

.leaderboard-table {
  display: grid;
  grid-template-columns: 70px 372px 189px 189px 189px 189px;
}

.switch-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 42px;
  position: relative;
  z-index: 100000 !important;
}

.switch-button {
  color: #B9BADB;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  cursor: pointer;
}

.switch-button--active {
  color: #fff;
  border: 1px solid #0057FA;
}

.btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 24px;
  background-color: #17F871;
  text-decoration: none;
  border-radius: 12px;
  color: #000B36;
  cursor: pointer;
  transition: background-color 0.5s;
}

.btn-green:hover {
  background-color: #4CFF94;
  transition: background-color 0.5s;
}

.info-mobile-container,
.info-mobile-container2,
.info-mobile-container3 {
  overflow: visible;
  padding: 50px 16px;
  margin: -50px -16px;
}

.price-item_notime {
  color: #F9F9FC;
  text-align: center;
  padding: 0 4px;
  line-height: 140%;
  position: relative;
}

.price-item_notime svg {
  position: absolute;
  margin-left: 4px;
}

.tooltip-block {
  display: none;
  position: absolute;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(16px);
  padding: 8px 16px;
  font-size: 16px;
  z-index: 10000;
  width: 384px;
  pointer-events: none;
  height: auto !important;
  max-height: none !important;
  white-space: normal !important;
}

.info-mobiles2 {
  justify-content: center;
  align-items: center;
}

.info-items2 {
  max-width: 355px;
}

#pro-bottom {
  max-width: 700px;
  margin: 70px auto 0;
  color: #F9F9FC;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.price-item-pro3 {
  background: linear-gradient(171deg, #17F871 -6.85%, rgba(13, 13, 13, 0.00) 60.21%), radial-gradient(138.39% 57.14% at 53.94% 91.33%, #17F871 0%, rgba(13, 13, 13, 0.00) 67.05%), #040F3A;
  box-shadow: 0px 0px 15px 2px #084944;
  border: none;
}

.price-item-pro12 {
  background: radial-gradient(89.48% 70.67% at 108.17% -1.76%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), radial-gradient(67.46% 118.53% at 4.64% 102.23%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), linear-gradient(143deg, rgba(75, 75, 75, 0.10) 14.1%, rgba(185, 185, 185, 0.10) 29.03%, rgba(140, 140, 140, 0.10) 49.26%, rgba(197, 197, 197, 0.10) 62.51%, rgba(85, 85, 85, 0.10) 86.12%), #000;
  box-shadow: 0px 0px 15px 2px #084944;
  border: none;
}

.price-item_number-pro {
  color: #fff;
}

.price-item_mentor {
  display: flex;
  align-items: center;
  color: #B9BADB;
  margin-bottom: 24px;
}

.price-item_number-multiply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.price-item_number-multiply span {
  border-radius: 12px;
  border: 1px solid #FFF;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 20px;
}

.price-item_assessmentsNumber,
.price-item_academyAccess {
  color: #B9BADB;
  margin-top: 4px;
}

.price-item_mentor-no {
  text-decoration: line-through;
  color: rgba(185, 186, 219, 0.30);
}

.price-item_mentor span {
  margin-right: 4px;
}

.price-item_assessments {
  font-weight: 700;
}

.pro-3 .price-item_button {
  background: #17F871;

}

.price-item_title-hit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.price-item_subnumber {
  margin-top: 4px;
}

.price-item_academy {
  margin-bottom: 4px;
}

.price-item_academyAccess,
.price-item_assessmentsNumber {
  margin-bottom: 24px;
}

.leaderboard-subtitle {
  margin-bottom: 48px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}


.hide-desktop {
  display: none;
}

/* ----------------------------------------------- */

.award {
  background-image:
    image-set(url('../image/award.webp') 1x,
      url('../image/award@2x.webp') 2x),
    linear-gradient(180deg, #000B36 0%, #00030E 68.2%);
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, center;
  padding: 80px 0 0;
}


.award-content {
  min-height: 300px;
  padding-left: 100px;
}

.award-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.award-title {
  color: #F9F9FC;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-top: 12px;
}

.award-customers {
  margin-top: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 17px;
  max-width: fit-content;
}

.award-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

.award-text-number {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.award-text-clients {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* ----------------------------------------------- */

.statistic {
  background-color: #000B36;
  padding: 50px 0px;
}

.statistic .container {
  padding-top: 0;
}

.statistic-content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.statistic-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 262px;
  height: auto;
}

.statistic-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.statistic-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}

.statistic-text-second {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 4px;
}

.academy {
  background-color: #F9F9FC;
  padding: 0px 0px 80px;
}

.academy .container {
  background: url('../image/academy-bg.webp') no-repeat center center;
  background-size: cover;
  min-height: 880px;
  border-radius: 64px;
  padding: 0;
  overflow: hidden;
  max-width: 1328px;
}

.academy-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}

.academy-title {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 0 16px;
}

.academy-swiper {
  margin-top: 48px;
  padding: 0 16px;
  overflow: hidden;
  width: 100%;
}

.academy-subtitle {
  color: #F9F9FC;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.36px;
  margin-top: 16px;
  padding: 0 16px;
}

.academy-bottom {
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.academy-button {
  border-radius: 100px;
  position: relative;
  color: var(--color-white);
  isolation: isolate;
  border: 0;
  background-image: linear-gradient(120deg, #0006b2, #0009e0, #0008e5, #141eff, #1a22ff, #484fff);
  background-size: 600% 100%;
  background-position: 100% 0;
  overflow: hidden;
  transition: background-position 300ms ease-in-out;
  min-width: 160px;
}

.academy-button .btn-primary_text {
  position: relative;
  z-index: 3;
}

.academy-button:hover::before, .academy-button:hover {
  background-position: 50% 0;
}

.academy-button::before {
  position: absolute;
  content: "";
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 5px;
  background-image: linear-gradient(120deg, #0006b2, #0009e0, #0008e5, #141eff, #1a22ff, #484fff);
  background-size: 600% 100%;
  background-position: 100% 0;
  transition: background-position 300ms ease-in-out;
  z-index: 2;
}

.academy-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600%;
  content: "";
  background-image: radial-gradient(circle, #ffffff8c, #fff0 60%), radial-gradient(circle, #fff, #fff0 60%);
  background-position: -269% 96%, 188% -14%;
  background-size: 86% 79%, 72% 71%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: opacity 300ms ease-in-out;
}

.academy-bottom-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  max-width: 360px;
  margin-top: 10px;
}

.academy-bottom-text--wide {
  max-width: 420px;
}

.academy-slide {
  max-width: 320px;
}

.academy-slide_card {
  position: relative;
}

.academy-slide_text {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.80);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
.academy-slide_text--small {
  font-size: 21px;
}

.academy-swiper-button-prev,
.academy-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.academy-swiper-button-prev {
  left: 24px;
}

.academy-swiper-button-next {
  right: 24px;
}

.academy-swiper-button-prev:hover,
.academy-swiper-button-next:hover {
  background: #f8f9fa;
  transform: translateY(-50%) scale(1.05);
}

.academy-swiper:hover .academy-swiper-button-prev,
.academy-swiper:hover .academy-swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.academy-swiper-button-prev,
.academy-swiper-button-next {
  display: flex;
}

.academy-swiper-button-prev::before,
.academy-swiper-button-next::before {
  content: '';
  width: 16px;
  height: 16px;
  border-left: 2px solid #322F58;
  border-bottom: 2px solid #322F58;
}

.academy-swiper-button-prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.academy-swiper-button-next::before {
  transform: rotate(-135deg);
  margin-right: 6px;
}

.swiper-pagination3 {
  display: none;
}

.text-dop-color {
  color: #B9BADB;
}

.leaderboard-cell__tariff-mobile, .leaderboard-cell__profit-mobile {
  display: none;
}