/* 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;
}

b {
  font-weight: 900;
}

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

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

body {
  font-family: 'Inter', 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Twemoji', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000b36;
  overflow-x: hidden;
  position: relative;
}

@supports (-webkit-appearance: none) {
  body {
    font-family: 'Inter', 'Segoe UI Emoji', 'Apple Color Emoji', sans-serif !important;
  }
}


.title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #F9F9FC;
  margin: 0 auto;
}

.subtitle {
  color: #F9F9FC;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 16px auto 0;
  text-align: center;
}

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

.desktop-none {
  display: none;
}

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

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

.logo {
  width: 268px;
}

.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);
  position: relative;
  z-index: 3;
}

.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 span {
  color: #B9BADB;
}

.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;
}

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

.main-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0px 140px 0px;
  position: relative;
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  max-width: 568px;
  width: 100%;
}

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

.dashboard__mainImg {
  position: absolute;
  top: -110px;
  left: -200px;
  pointer-events: none;
  z-index: 0;
  width: 711px;
}

.text-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 75%;
  height: 250px;
  background: linear-gradient(180deg, rgba(0, 12, 2, 0.00) 0%, #000C02 80.86%);
  transform: rotate(-90deg);
  z-index: 1;
}

.main-title {
  text-align: left;
  margin: 0 0 24px;
}

.highlight {
  color: #72DC60;
}

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

.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;
}

.main-bottom-text {
  margin-top: 12px;
}

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

.profits {
  background: linear-gradient(180deg, #000C02 0%, #000B36 100%), #000B36;
  color: #fff;
  padding: 0 0 64px 0;
}

.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: 36px;
  height: 36px;
  margin-bottom: 16px;
}

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

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


/* ----------------------------------------------- */
.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;
}

.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;
  box-shadow: 0px 0px 15px 2px #4F5B76;
}

.price-item_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 0 16px;
  margin: 0 auto;
  min-height: 126px;
}

.price-item_top--big {
  min-height: 150px;
}

.price-item_top--xl {
  min-height: 175px;
}

.price-item_top--bigDesk {
  min-height: 150px;
}

.pro-3 {
  position: relative;
}

.price-item_popular {
  position: absolute;
  top: -16px;
  border-radius: 256px;
  border: 1px solid #FFF;
  background: radial-gradient(98.83% 76.41% at 68.95% 83.54%, #25BBFB 0%, #2C76F5 37.2%, #5A33DA 72.76%, #233076 100%), linear-gradient(143deg, rgba(75, 75, 75, 0.15) 14.1%, rgba(185, 185, 185, 0.15) 29.03%, rgba(140, 140, 140, 0.15) 49.26%, rgba(197, 197, 197, 0.15) 62.51%, rgba(85, 85, 85, 0.15) 86.12%), #000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  min-width: fit-content;
  padding: 8px 24px;
  transform: rotate(1deg);
}

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

.price-item_subtitle {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}

.price-item_description {
  color: #F9F9FC;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

.price-item_description--wide {
  max-width: none;
}

.price-item_description--narrow {
  max-width: 240px;
}

.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: #F9F9FC;
  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: #F9F9FC;
}

.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_access,
.price-item_assesment {
  margin-top: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.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: 192px;
}

.pro-3.price-item {
  background: radial-gradient(24.31% 116.75% at 90.54% 59.04%, #17F871 0%, rgba(13, 13, 13, 0.00) 100%), linear-gradient(92deg, #17F871 -5.31%, rgba(13, 13, 13, 0.00) 32.82%), #040F3A;
  box-shadow: 0px 0px 15px 2px #095647;
}

.pro-12.price-item {
  background: radial-gradient(20.9% 84.92% at 85.6% 63.67%, #16FEFE 0%, rgba(13, 76, 152, 0.00) 100%), linear-gradient(92deg, #16FEFE -32.31%, rgba(31, 76, 152, 0.00) 32.82%), #040F3A;
  box-shadow: 0px 0px 15px 2px #1F516F;
}

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

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


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

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

.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;
}

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

.footer {
  background-color: #F9F9FC;
}

.footer-content {
  border-top: 1px solid #E3E3F1;
  padding: 40px 24px;
  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;

}

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


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

.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;
}

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

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

.academy {
  padding: 0px 16px 80px;
}

.academy .container {
  background-color: #F9F9FC;
  min-height: 880px;
  border-radius: 64px;
  padding: 0;
  overflow: hidden;
  max-width: 1392px;
}

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

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

.academy-title {
  color: #000B36;
  margin-top: 16px;
  padding: 0 16px;
  max-width: 766px;
  text-align: center;
}

.academy-title--wide {
  max-width: 880px;
}

.academy-subtitle {
  color: #000B36;
  margin-top: 16px;
  padding: 0 16px;
  max-width: 766px;
  text-align: center;
}

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

.academy-slide_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #FFF;
  padding-bottom: 16px;
  min-height: 420px;
  background: url('../image/academy/card-top-author-1.webp') no-repeat center center;
  position: relative;
  background-size: cover;
}

.academy-slide_card--2 {
  background: url('../image/academy/card-top-author-2.webp') no-repeat center center;
  background-size: cover;
}

.academy-slide_card--3 {
  background: url('../image/academy/card-top-author-3.webp') no-repeat center center;
  background-size: cover;
}

.academy-slide_card--4 {
  background: url('../image/academy/card-top-author-4.webp') no-repeat center center;
  background-size: cover;
}

.academy-slide_card--5 {
  background: url('../image/academy/card-top-author-5.webp') no-repeat center center;
  background-size: cover;
}

.academy-slide_text {
  position: absolute;
  bottom: 16px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.academy-slide_title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #000B36;
}

.academy-slide_subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #000B36;
}

.academy-slide_image {
  margin-top: 20%;
}

.academy-slide_card--2 .academy-slide_image {
  margin-top: 32%;
}

.academy-slide_card--3 .academy-slide_image {
  margin-top: 0;
}

.academy-slide_card--5 .academy-slide_image {
  margin-top: 5%;
}


.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);
  display: none;
}

.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-button-prev,
.academy-swiper-button-next {
  display: none;
}

.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;
}

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


.academy-bottom {
  margin-top: 60px;
}

.sections-wrapper {
  background:
    url('../image/svg/bg-glow-2.svg') no-repeat top right,
    url('../image/svg/bg-glow.svg') no-repeat bottom left;
}

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

.traderoom {
  padding: 80px 0px;
}

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

.traderoom-title {
  margin-bottom: 80px;
  max-width: 930px;
  margin: 0 auto;
}

.traderoom-subtitle {
  margin-top: 16px;
  max-width: 704px;
}

.traderoom__video {
  width: 100%;
  max-width: 1228px;
  margin: 48px auto 0;
  display: none;
}

.traderoom__image {
  width: 100%;
  max-width: 1228px;
  margin: 48px auto 0;
  display: block;
}

.traderoom__video-container {
  width: 100%;
  height: 90vh;
  min-height: 300px;
  max-height: 832px;
  overflow: hidden;
  border-radius: 16px;
}

.traderoom__video iframe {
  width: 100%;
  height: 100%;
}

.traderoom__button {
  margin-top: 48px;
}

.traderoom__button a {
  min-width: 240px;
}

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

.mentors {
  padding: 0 0 80px 0px;
}

.mentors-subtitle {
  max-width: 766px;
}

.mentors-swiper {
  /* margin-top: 48px; */
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 64px; */
  padding: 64px;
}

.mentors-slide {
  max-width: 552px;
}

.mentors-slide_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  padding-bottom: 16px;
  min-height: 530px;
  background: url('../image/academy/card-author-1.webp') no-repeat center center;
  position: relative;
  background-size: cover;
}

.mentors-slide_card--2 {
  background: url('../image/academy/card-author-2.webp') no-repeat center center;
  background-size: cover;
}

.mentors-slide_card--3 {
  background: url('../image/academy/card-author-3.webp') no-repeat center center;
  background-size: cover;
}

.mentors-slide_card--4 {
  background: url('../image/academy/card-author-4.webp') no-repeat center center;
  background-size: cover;
}

.mentors-slide_card--5 {
  background: url('../image/academy/card-author-5.webp') no-repeat center center;
  background-size: cover;
}

.mentors-slide_text {
  position: absolute;
  bottom: 16px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mentors-slide_badge {
  max-width: fit-content;
  background-color: #17f871;
  color: #000B36;
  padding: 2px 6px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-weight: 500;
}

.mentors-slide_badge--trader {
  background-color: #F7CB54;
}

.mentors-slide_title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.mentors-slide_subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.mentors-swiper-button-prev,
.mentors-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);
  display: none;
}

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

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

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

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

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

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

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

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

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

.roadmap {
  padding: 80px 16px;
}

.roadmap .container {
  background: url('../image/roadmap/bg.webp') no-repeat center center;
  min-height: 880px;
  border-radius: 64px;
  overflow: hidden;
  max-width: 1392px;
}

.roadmap-content {
  padding: 80px 0;
  text-align: center;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.roadmap-image {
  margin: 0 auto;
}

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

.howtostart {
  padding: 80px 0px;
}

.howtostart-title {
  margin-bottom: 80px;
}

.howtostart-cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.howtostart-card {
  flex: 1;
  background: #F9F1FE;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 600px;
  color: #000B36;
}

.howtostart-card--2 {
  background: #E3EBFE;
}

.howtostart-card--3 {
  background: #E2F9FD;
}

.howtostart-card_content {
  padding: 40px 40px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.howtostart-card_number {
  border-radius: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.howtostart-card_number span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.howtostart-card_title {
  color: #000B36;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.howtostart-card_text {
  font-size: 18px;
  color: #000B36;
  font-weight: 400;
}

.howtostart-card-image {
  width: 100%;
  object-fit: cover;
  padding: 16px;
  margin-top: auto;
}

/* ----------------------------------------------- */
.calculate {
  padding: 80px 0px;
}

.calculate .container {
  background: url('../image/calculate-bg.webp') no-repeat center center;
  min-height: 780px;
  overflow: hidden;
  max-width: 1392px;
  margin: 0 auto;
}

.calculate-title {
  margin-bottom: 56px;
}

.calculator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 42px;
  padding: 48px;
  border-radius: 24px;
  background: #FEFEFF;
  max-width: 480px;
  margin: 0 auto;
  color: #000B36;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.calculator-item-title {
  color: rgba(0, 11, 54, 0.56);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}

.calculator__line {
  height: 1px;
  width: 100%;
  opacity: 0.56;
  background: rgba(31, 134, 251, 0.24);
}

.calculator__account-size,
.calculator__monthly-return,
.calculator__profit,
.calculator__monthly-income {
  width: 100%;
}

.calculator__monthly-income {
  margin-top: -24px;
}

.calculator-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.calculator-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}

.calculator-option input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.calculator-option label {
  cursor: pointer;
}

.monthly-return {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.monthly-return label {
  color: #000B36;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.range-container {
  position: relative;
  width: 100%;
}

.range-container input[type="range"] {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: rgba(31, 134, 251, 0.24);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 6px solid #1F86FB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

.range-container input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 6px solid #1F86FB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

.range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 11, 54, 0.56);
}

.range-value {
  position: relative;
  text-align: center;
  font-weight: 500;
}

.range-value::after {
  content: '';
  position: absolute;
  bottom: 24.5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1F86FB;
}

.range-value:nth-child(2)::after {
  left: 50%;
  transform: translateX(50%);
}

.range-value:last-child::after {
  right: -2px;
  left: auto;
  transform: translateX(-50%);
}

#monthly-income {
  color: #0057FA;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}

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

.reviews {
  padding: 80px 0px;
  background: #F9F9FC;
}

.reviews-title {
  margin-bottom: 16px;
  color: #1C1E4E;
}

.reviews-subtitle {
  color: #1C1E4E;
}

.reviews-slide_card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(254.31% 168.21% at -90.11% 39.19%, #3277FF 0%, rgba(20, 106, 255, 0.00) 100%), #000B36;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 336px;
  width: 100%;
}

.reviews-slide_card--200 {
  width: 223px;
}

.reviews-slide_card--300 {
  width: 300px;
}

.reviews-slide_card--500 {
  width: 500px;
}

.reviews-slide_card--550 {
  width: 550px;
}

.reviews-slide_card--600 {
  width: 600px;
}

.reviews-swiper .swiper-slide {
  width: auto !important;
  height: auto;
}

.reviews-slide_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.reviews-slide_author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews-slide_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-slide_name {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.reviews-mobile,
.reviews-button {
  display: none;
}

.reviews-swiper {
  padding: 80px;
}

.reviews-slide_card.hidden {
  display: none;
}


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


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

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

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

.hide-desktop {
  display: none;
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets .swiper-pagination-horizontal {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #575E7B;
}

.swiper-pagination-bullet {
  background-color: #575E7B;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-pagination3 .swiper-pagination-bullet-active,
.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #000B36;
}

.swiper-pagination,
.swiper-pagination2 {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  display: flex;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination3,
.swiper-pagination1 {
  display: none;
}

.swiper-pagination3,
.swiper-pagination2 {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: rgba(0, 0, 0, 0.12) !important;
}