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


.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;
  min-width: 220px;
}

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

.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;
  /* display: inline-block; */
}

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

}

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

.banner-offer-mobile_headline {
  text-align: center;
  margin: auto;
  line-height: 20px;
  margin-bottom: 8px;
}

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

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

.banner-offer_code span,
.banner-offer-mobile_code span,
.banner-offer_title span,
.banner-offer-mobile_headline span {
  color: #17F871;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.28px;
}

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

.banner-offer-wrapper-mobile {
  display: none;
}

.banner-offer {
  flex-wrap: wrap;
}

.banner-offer-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  transition: 0.3s opacity ease-in-out;
}

.banner-offer-link:hover {
  opacity: 0.9;
}

.banner-offer_btn {
  position: relative;
  border-radius: 100px;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  text-decoration: none;
  max-width: fit-content;
  cursor: pointer;
}

.banner-offer_btn: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;
}

.banner-offer_btn:hover {
  opacity: 0.9;
}

.banner-offer-wrapper {
  position: relative;
  max-width: fit-content;
  border-radius: 100px;
  margin: 12px auto;
  padding: 4px;
}

.banner-offer-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(89deg, #1C0C4F 7.7%, #039BE5 21.54%, #2D25E6 34.03%, #A61420 46.51%, #86044B 60.54%, #F61468 81.14%, #BA0FA9 96.03%);
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.90) inset;
  filter: blur(2px);
  z-index: 0;
}

.banner-offer,
.banner-offer-mobile {
  position: relative;
  border-radius: 100px;
  background: #000B36;
  box-shadow: 0 0 41px 4px rgba(82, 33, 224, 0.60) inset;
  z-index: 1;
  padding: 12px 20px;
}


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

.desktop-none {
  display: none;
}

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

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

.logo {
  width: 150px;
}

.logo-link {
  text-decoration: none;
}

.logo-text {
  font-size: 11px;
  color: #fff;
  margin-top: 4px;
}


.investing-logo {
  width: 150px;
}

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

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



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

.lang-switch .dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -8px;
  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 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;
}

/* dropdown */

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


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

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

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

.dashboard__image img {
  width: 935px;
  position: absolute;
  right: -342px;
  max-width: none;
  top: 0px;
}

.dashboard__image--wide img {
  right: -412px;
}

.main-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 24px;
  background-image: url('../image/svg/1.svg');
  background-color: #fff;
  background-size: 100% auto;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight {
  color: #17f871;
}

.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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-white);
  isolation: isolate;
  text-decoration: none;
  border: 0;
  z-index: 0;
  padding: 16px 24px;
  border-radius: 8px;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 100% 0;
  overflow: hidden;
  transition: background-position var(--transition);
  min-width: fit-content;
}


.btn-primary_img {
  z-index: 5;
  position: relative;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-position: 50% 0;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  background-position: 50% 0;
}

.btn-primary:focus-visible {
  outline: 2px solid var(--color-navy-blue);
  outline-offset: -2px;
}

.btn-primary:focus-visible::after {
  opacity: 0;
}

.btn-primary:active {
  background-position: 0 0;
}

.btn-primary:active::before {
  background-position: 0 0;
}


.btn-primary::before {
  position: absolute;
  content: "";
  inset: 2px;
  border-radius: 8px;
  background-image: linear-gradient(120deg,
      #0006b2 0%,
      #0009e0 20%,
      #0008e5 40%,
      #141eff 60%,
      #1a22ff 80%,
      #484fff 100%);
  background-size: 600% 100%;
  background-position: 100% 0;
  transition: background-position var(--transition);
  z-index: 2;
}

.btn-primary::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600%;
  content: "";
  background-image:
    radial-gradient(circle,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0) 60%),
    radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 60%);
  background-position:
    -269% 96%,
    188% -14%;
  background-size:
    86% 79%,
    72% 71%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: opacity var(--transition);
}

.btn-white {
  display: flex;
  height: 56px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  text-decoration: none;
  color: #322F58;
  border: 1px solid rgba(255, 255, 255, 0.30);
  transition: background var(--transition);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 11, 54, 0.07) 62.12%, rgba(0, 11, 54, 0.14) 80.46%, rgba(0, 11, 54, 0.30) 100%), #FFF;
}

.btn-white:hover {
  background: #b9badb;
}



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

.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-secondary {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  background-color: #17f871;
  color: #000b36;
  text-decoration: none;
  border-radius: 12px;
  max-width: fit-content;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  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: 40px;
}

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

.simulated-text {
  font-size: 12px;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
}

.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: 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: 48px;
  color: #f9f9fc;
}

.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-plug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
}

iframe {
  display: none;
  border-radius: 16px;
}

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


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

.evaluation-items {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}


.evaluation-item {
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 -4px 64px 0 #00D5F7 inset;
  flex: 1;
}


.evaluation-item:nth-of-type(1) {
  background: linear-gradient(180deg, rgba(0, 213, 247, 0.84) 0%, rgba(32, 15, 210, 0.84) 100%);
}

.evaluation-item:nth-of-type(1) img {
  max-width: 253px;
}

.evaluation-item:nth-of-type(2) {
  background: linear-gradient(180deg, rgba(0, 124, 247, 0.84) 0%, rgba(32, 15, 210, 0.84) 100%);
}

.evaluation-item:nth-of-type(3) {
  background: linear-gradient(180deg, rgba(97, 73, 255, 0.84) 0%, rgba(32, 15, 210, 0.84) 100%);
}

.evaluation-item h4 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.evaluation-item p {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.evaluation-image {
  margin-top: 24px;
}

.howstart-button {
  margin-top: 60px;
}

.price-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 40px;
  background: rgba(0, 39, 191, 0.60);
  padding: 32px;
}

.price-tariff-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: -40px;
}

.price-tariff-spec {
  color: #B9BADB;
  display: flex;
  align-items: center;
  gap: 1px;
}


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

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

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

.price .container {
  max-width: 1440px;
}


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

.price-header {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
  max-width: 1120px;
  margin: auto;
}

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


.price-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0px 32px 0px;
  border-radius: 24px;
  background: linear-gradient(89deg, rgba(26, 34, 255, 0.50) 1.07%, rgba(72, 79, 255, 0.50) 98.37%);
}

.price-item-flash {
  background: linear-gradient(171deg, #ACACFC -6.85%, rgba(0, 0, 139, 0.00) 60.21%), radial-gradient(152.07% 61.01% at 49.91% 96.65%, #ACACFC 0%, rgba(0, 0, 139, 0.00) 67.05%), #00008B;
  border: none;
}

.price-item-blaze {
  background:
    linear-gradient(171deg, rgba(226, 255, 97, 0.3) -6.85%, rgba(255, 0, 0, 0.00) 60.21%),
    radial-gradient(138.39% 57.14% at 53.94% 91.33%, #FF6161 0%, rgba(255, 0, 0, 0.00) 67.05%),
    #C86E39;
  border: none;
}

.button-media {
  min-width: 200px;
}


.price-item-apex {
  background: linear-gradient(171deg, #FF6161 -6.85%, rgba(255, 0, 0, 0.00) 60.21%), radial-gradient(138.39% 57.14% at 53.94% 91.33%, #FF6161 0%, rgba(255, 0, 0, 0.00) 67.05%), #5D0000;
  border: none;
}

.price-item-daybrake {
  background: radial-gradient(109.6% 72.27% at 50% -12.13%, #16FEFE 0%, rgba(2, 58, 53, 0.00) 100%), radial-gradient(90.17% 50.07% at 50% 102.75%, #16FEFE 0%, rgba(2, 58, 53, 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%), #023A35;
  border: none;
}

.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: #ffffff;
  opacity: 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_sale {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
}


.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;
  margin-bottom: 24px;
  color: #B9BADB;
}




.trade {
  padding: 80px 0;
}


.trade-wrapper {
  max-width: 1120px;
  min-height: 480px;
  background-image: url('../image/sponsorship.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding-top: 80px;
  padding-left: 24px;
}

.trade-content {
  max-width: 500px;
}

.sponsor {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}

.sponsor-name {
  margin-bottom: 16px;
}

.sponsor-name span {
  font-size: 46px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #80FF00 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #80FF00;
  padding: 0 10px;
}

.sponsor-name--big {
  font-size: 64px;
}

.sponsor-descr {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
  max-width: 400px;
  margin: 8px auto 0;
}


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

.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: #fff;
  margin-bottom: 8px;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
  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: #fff;
  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: #C2C9FF;
  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: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;

}

.performance {
  padding: 80px 0;
}

.performance .container {
  border-radius: 64px;
  background: linear-gradient(180deg, #00D5F7 0%, #200FD2 100%);
  box-shadow: 0 -4px 64px 0 #00D5F7 inset;
  display: flex;
  gap: 44px;
  padding: 64px 0 32px 64px;
  align-items: center;
}

.performance-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.performance-button {
  margin-top: 16px;
}

.performance-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}

.performance-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.performance-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.performance-image {
  border-radius: 24px 0 0 24px;
}

.performance-item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}


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

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

.academy-video-subtitle {
  margin-top: 16px;
  color: #1C1E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

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

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


.academy-title {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 122.222% */
  letter-spacing: -0.36px;
  text-align: center;
  padding: 0 16px;
  color: #000b36;
}

.academy-subtitle {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 122.222% */
  text-align: center;
  margin-top: 16px;
  color: #000b36;
}

.academy-video-title {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 122.222% */
  margin-top: 16px;
  color: #000b36;
  text-align: left;
}

.academy-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.academy-video {
  flex: 1
}

.academy-video-wrap {
  max-width: 356px;
  width: 100%;
  position: relative;
  aspect-ratio: 356 / 254;
}


.swiper-pagination3 {
  display: none;
}

.info-mobile-container,
.info-mobile-container2,
.info-mobile-container3 {
  overflow: visible;
  padding: 50px 16px;
  margin: -50px -16px;
  flex: 1;
  min-width: 0;
}

.price-tariff-specs {
  flex-shrink: 0;
}

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

.hide-desktop {
  display: none;
}

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


.faq-section {
  padding: 80px 0
}

.faq-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px
}

.faq-section__content {
  max-width: 1120px;
  margin: 0 auto
}

.faq-section__title {
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center
}

.faq-section__list {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 690px
}

.faq-section__item {
  border-top: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7568627451) 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%
}

.faq-section__item:last-child {
  border-bottom: 2px solid
}

.faq-section__question {
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-block: 20px;
  transition: padding-bottom .3s ease-in-out, opacity .3s ease-in-out;
  background-color: #000B36;
  color: #fff;
  cursor: pointer;
}

.faq-section__question:hover {
  opacity: .8
}

.faq-section__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform .3s ease-in-out
}

.faq-section__icon:hover {
  color: #a5ffe4
}

.faq-section__answer {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 594px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out, margin-top .3s ease-in-out, padding-bottom .3s ease-in-out
}

.faq-section__answer {
  font-size: 16px;
  line-height: 1.6
}

.faq-section__item.active .faq-section__question {
  padding-bottom: 12px
}

.faq-section__item.active .faq-section__icon {
  transform: rotate(180deg);
}

.faq-section__item.active .faq-section__answer {
  max-height: 200px;
  padding-bottom: 20px
}

.price-item_descr {
  display: none;
}

.price-item_balance {
  color: #B9BADB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000b36;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  background-image: url("../image/svg/loader-btn-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.coming-soon-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 11, 54, 0.75);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.coming-soon-overlay.active {
  display: flex;
}

.coming-soon-modal {
  position: relative;
  background: linear-gradient(180deg, #0027bf 0%, #000b36 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 48px 40px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 64px rgba(23, 248, 113, 0.15);
}

.coming-soon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  cursor: pointer;
  color: #b9badb;
  line-height: 0;
  padding: 4px;
  transition: color 0.2s;
}

.coming-soon-close:hover {
  color: #fff;
}

.coming-soon-title {
  font-size: 32px;
  font-weight: 700;
  color: #17f871;
  margin-bottom: 16px;
}

.coming-soon-text {
  font-size: 18px;
  font-weight: 400;
  color: #b9badb;
  line-height: 1.6;
}
