@font-face {
  src:
    local("JB_Sans_DemiBold.woff2"),
    url("fonts/JB_Sans_DemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    local("JB_Sans_Medium.woff2"),
    url("fonts/JB_Sans_Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    local("JB_Sans_Regular.woff2"),
    url("fonts/JB_Sans_Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.docs a {
  color: #201f1f;
}
.docs a:hover {
  color: #f05323;
}
.section-thanks-cont {
  width: 720px;
  margin: auto;
}
.section-thanks {
  padding: 96px 133px;
  margin-top: 48px;
  margin-bottom: 160px !important;
}

.j-background-svg {
  background-image: url(./../assets/img/j.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 left 15%;
}
a {
  font-family: "JB_Sans", sans-serif;
  text-decoration: none !important;
}
.is-link {
  display: none;
}
.ji-link {
  cursor: pointer;
  transition: 0.2s;
}

.ji-link:hover {
  color: #f05323 !important;
}
body {
  background: #f5f6fa !important;
}

.hide {
  display: none !important;
}

.ji-overflow-x {
  overflow-x: scroll;
}

.big-sec {
  padding: 55px 0;
}

/* .container-max_1240{
  max-width: 1240px;
} */

/* Hide scrollbar for Chrome, Safari and Opera */
.ji-scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ji-scrollbar-none {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.ji-index-new-block-margin {
  margin-top: -200px;
}

.ji-block-index-new {
  margin: 12px 12px 40px;

  min-width: 235px;
  max-width: 235px;

  background: #dde1eb;
  box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.24);
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  text-align: center;

  overflow: hidden;
}

.ji-block-index-new img {
  margin-top: auto;
}

.index-new-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  /* or 26px */

  text-align: center;

  color: #193048;
}

.index-new-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  min-height: 51px;
  color: #aaadb2;
  margin: 9px 0px 16px;
}

.index-new-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fe5000 !important;
}

.index-new-link img {
  margin-top: -1px;
}

.section {
  padding: 55px 0px;
}
.section-top {
  padding-top: 55px;
}
/* btn slider */
.btn-orange {
  box-shadow: 0 0 40px 40px #fe5000 inset;
  border: 1px solid #fe5000;
  border-radius: 36px;
  padding: 10px 25px;
  transition:
    box-shadow 300ms ease-in-out,
    color 300ms ease-in-out;
}
.btn-orange:hover {
  box-shadow: 0 0 0px 0px transparent inset;
}
.btn-m-size {
  padding: 10px 36px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}

.btn-s-size {
  padding: 8px 24px;
  border-radius: 22px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
}
.ji-btn-pd {
  padding: 8px 20px;
  border-radius: 12px;
}

.ji-btn-pl {
  padding: 16px 32px;
  border-radius: 12px;
}

.ji-btn-usd {
  padding: 6px 12px;
  border-radius: 12px;
}

.ji-btn-primary {
  background-color: white;
  color: black;
}

.ji-btn-secondary {
  background: linear-gradient(87.18deg, #f77248 -0.01%, #f2244b 100.01%);
  color: white;
}

.ji-btn-transparent {
  position: relative;
  background-clip: padding-box;
  z-index: 0;
  border-radius: 12px;
}
.ji-btn-transparent-color {
  background: linear-gradient(84.1deg, #21212b 0%, #20202a 92.96%);
  border-radius: 12px;
}
.ji-btn-transparent-color > span {
  font-size: 16px;
  background: linear-gradient(270deg, #f05323 0%, #ff7253 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ji-btn-transparent::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(270deg, #f05323 0%, #ff7253 100%);
  border-radius: 12px;
  z-index: -1;
}

.ji-btn-transparent:hover {
  box-shadow: 0px 6px 24px rgba(255, 114, 83, 0.5);
}

.ji-btn-green {
  background-color: #50af69;
  color: white;
}
.ji-btn-secondary {
  cursor: pointer;
}
.ji-btn-secondary:hover {
  box-shadow: 0px 6px 24px rgba(255, 114, 83, 0.5);
}

.ji-btn-secondary:active {
  box-shadow: 0 5px rgba(255, 114, 83, 0.5);
  transform: translateY(4px);
}

.ji-block {
  background: #ffffff;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 24px 15px;

  background: #fafafa;
  border-radius: 12px;
}

.ji-circle-pd {
  padding: 10px 18px;
  border-radius: 50%;
}

.ji-circle-pd-secondary {
  background: linear-gradient(270deg, #f05323 0%, #ff7253 100%);
  color: #2a2a37;
}

.ji-circle-pd-primary {
  background-color: #2b323b;
  color: white;
}

.ji-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ji-circle-primary {
  background-color: #21212b;
  box-shadow: 0px 4px 32px rgba(33, 33, 43, 0.4);
}

.ji-circle-secondary {
  background: #f05323;
  box-shadow: 0px 4px 24px rgba(254, 80, 0, 0.25);
}

.ji-circle-minus_margin {
  margin-top: -60px;
  margin-bottom: 10px;
}

.ji-mb-30 {
  margin-bottom: 60px;
}
.intro-btn-border {
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}

.ji-block-color1 {
  background-color: rgb(206 206 206);
}
.ji-block-color2 {
  background: rgb(230 230 230);
}
.ji-block-color3 {
  background: white;
}

.ji-sections {
  max-width: 192px;
  width: 100%;
  text-align: center;
  margin: 10px;
}
.ji-sections:hover .index-new-subtitle {
  color: #201f1f;
  transition: 0.3s;
}

/* BUTTON ANIMATE */
.ji-btn-border-line__hover {
  display: inline-block;
  margin-bottom: 10px;
  color: #201f1f;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  background: transparent;
  border: 1px solid rgba(190, 190, 182, 0.2);
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.ji-btn-border-line:hover .ji-btn-border-line__hover {
  color: #fe5000 !important;
  transition: 0.3s;
}
.ji-btn-border-line__hover:focus {
  outline: none;
}
.ji-btn-border-line__hover::before,
.ji-btn-border-line__hover::after {
  content: "";
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition:
    -webkit-transform 0.3s,
    opacity 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ji-btn-border-line__hover::before {
  border: 1px solid #fe5000;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.ji-btn-border-line:hover .ji-btn-border-line__hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ji-btn-border-line__hover:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ji-btn-border-line:hover .ji-btn-border-line__hover:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.ji-btn-border-line__hover:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.intro-iphone {
  background-image: url(../assets/img/intro-phone.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
}
.intro-iphone-new {
  background-image: url(../assets/img/intro-phone-new.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
}
.intro-iphone-new.kz {
  background-image: url("../assets/img/intro-phone-new-kz.png");
}
.intro-iphone-new.eng {
  background-image: url("../assets/img/intro-phone-new-eng.png");
}

.broker-chart {
  background-image: url(../assets/img/broker-chart.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pif-icon {
  background-image: url(../assets/img/pif-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.analytics-icon {
  background-image: url(../assets/img/analytic-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.analytic-icon {
  background-image: url(../assets/img/analytics-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.robo-icon {
  background-image: url(../assets/img/robo-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rynki-icon {
  background-image: url(../assets/img/rynki.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.activity-icon {
  background-image: url(../assets/img/activity.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.eco-icon {
  background-image: url(../assets/img/ecosystem.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.tariffs-icon {
  background-image: url(../assets/img/tariffs.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.location-icon {
  background-image: url(../assets/img/location.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.learn-icon {
  background-image: url(../assets/img/learn.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-disclamer {
  background: #2b2b35;
}

.ji-bg-dark {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(84.1deg, #21212b 0%, #20202a 92.96%);
}

.ji-bg-orange {
  background-color: #f05323;
}

.ji-bg-white {
  background-color: white;
}

.ji-bg-dark_green {
  background: rgba(45, 167, 113, 0.1);
  border-radius: 6px;
}

.header-bottom {
  border-bottom: 0.5px solid #fe5000;
}

.ji-block-index-min {
  min-height: 0px;
}

.ji-arcticle-max {
  max-width: 345px;
}

.section-padding-bottom-50 {
  padding-bottom: 150px !important;
}

/* footer before */
.section3 {
  position: relative;
}

.section3::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(84.1deg, #21212b 0%, #20202a 92.96%);

  height: 150px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
/* 
.section-after{
  background-image: url(../assets/img/j.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
} */

.pos-r {
  position: relative;
}
.li-title {
  font-size: 24px;
  font-family: "Roboto";
}
.li-text {
  margin-top: 6px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto";
}
.li-item {
  margin-bottom: 40px;
}
.li-item:last-child {
  margin-bottom: 0;
}
.pic > img {
  object-fit: contain;
  width: 100%;
}
.pic .mob {
  display: none;
}
.circle__black {
  position: absolute;
  left: -30px;
  top: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #21212b;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  width: 32px;
  height: 32px;
  z-index: 4;
}
.circle__black.dashed::after {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 0;
  width: 2px;
  height: 220px;
  z-index: 2;
  background: url("../assets/img/dashed-line.svg") center / cover no-repeat;
}

.section2 {
  position: relative;
}

.section2::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  background: linear-gradient(84.1deg, #21212b 0%, #20202a 92.96%);

  height: 150px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mh-max {
  height: 100%;
}
.esg-link {
  display: flex;
  font-size: 20px;
  align-items: center;
  line-height: 24px;
  gap: 6px;
  font-weight: 600;
  background: -webkit-linear-gradient(
    55.18deg,
    #f77248 -0.01%,
    #f2244b 100.01%
  );
  background: linear-gradient(55.18deg, #f77248 -0.01%, #f2244b 100.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.esg-link:hover {
  padding-left: 10px;
}
.new-invest {
  padding: 64px 52px !important;
  border-radius: 32px;
}
.ji-btn-history {
  background-color: #ff6700;
  border-radius: 16px;
  padding: 10px 52px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 0;
}
.ji-btn-history:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .section-with-footer-after::after {
    top: 1440px;
  }
}

@media (max-width: 1040px) {
  .is-link {
    display: block;
  }
  .none-link {
    display: none;
  }
}

@media (max-width: 992px) {
  .index-new-title {
    text-align: left;
  }
  .ji-block-index2-min {
    min-height: 216px;
  }
  .section-with-footer-after::after {
    top: 1700px;
  }

  .ji-block-index-min {
    min-height: 245px;
  }
  .intro-iphone {
    height: 300px;
  }

  .intro-btn-border {
    border-right: 0px solid #ffffff;
  }
}

@media (max-width: 768px) {
  .section-thanks-cont {
    width: 100%;
    margin: auto;
  }
  .section-thanks {
    padding: 90px 10px;
  }
  .ji-index-new-block-margin {
    margin-top: -140px;
  }
  .section-with-footer-after::after {
    top: 2200px;
  }
  .new-invest {
    padding: 54px 24px !important;
    border-radius: 0;
  }

  .ji-block-index2-min {
    min-height: 116px;
  }

  .section-padding-bottom-50 {
    padding-bottom: 10px !important;
  }

  .ji-block-index-min {
    min-height: 300px;
  }

  .section-after::after {
    height: 960px;
  }

  .section {
    padding: 40px 0px 20px 0px;
  }
  .section-top {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .ji-block-index-new-row {
    margin: 12px;
  }
  .ji-block-index-min {
    min-height: 160px;
    max-height: 100%;
  }

  .section-with-footer-after::after {
    top: 2400px;
  }

  .pic .pc {
    display: none;
  }
  .pic .mob {
    display: initial;
  }
  .li-title {
    font-size: 18px;
  }
  .li-text {
    font-size: 14px;
  }
  .circle__black {
    left: -40px;
  }
}

@media (max-width: 425px) {
  .section-with-footer-after::after {
    top: 2480px;
  }
}

@media (max-width: 325px) {
  .section-with-footer-after::after {
    top: 2600px;
  }
}

.section-before {
  /* background-image: url(../assets/img/footer-chart.png); */
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: right;

  background-color: #21212b;
}

/* new mob index */

.new-mob img {
  max-width: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .new-mob__image {
    padding: 0 30px;
    background-color: #2b2b35;
  }
  .intro-btn-border {
    width: 100%;
  }
  .new-mob__apps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .ji-block-index-new {
    max-width: 100%;
    margin: 20px 10px 0px;
    flex-direction: row;
    background-color: #ffffff;
    box-shadow: none;
    align-items: center;
  }

  .index-new-subtitle {
    text-align: left;

    min-height: auto;
  }
  .w-100 {
    margin-bottom: 30px;
  }
  .ul-list {
    margin-top: 2rem;
    padding-left: 3rem !important;
    margin-bottom: 5rem;
  }
  .ji-block-box-img {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 425px) {
  .ji-block-index-new {
    align-items: stretch;
  }
}

.why-invest img {
  max-width: 100%;
  width: auto;
}
.why-invest .d-md-flex {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 12px;
  margin-bottom: 20px;
  gap: 20px;
}

.smi {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 30px 15px;
}
.smi img {
  max-width: 200px;
  width: 100%;
  margin: 20px 0;
}

/* new style */
img {
  /* width: auto; */
  max-width: 100%;
}

/* first block */
.main-img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
}
.text-icon {
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy", sans-serif;
  /*font-fam inter */
}
.flex-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
.flex-icon__box {
  margin-top: 24px;
  max-width: 240px;
  width: 100%;
  gap: 12px;
  /* border: 1px solid #AAADB2; */
  border-radius: 24px;
  padding: 12px;
}
.download-link__input {
  color: #aaadb2;
  background-color: transparent;
  padding: 9px;
  font-size: 17px;
  line-height: 21px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(190, 190, 182, 0.2);
  min-width: 310px;
}
.download-link__button {
  background-color: #fe5000;
  border-radius: 22px;
  padding: 10px 24px;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  outline: 0;
  border: 0;
  transition: 0.3s;
}
.download-link__button:focus {
  outline: 0;
}
.download-link__button:hover {
  transform: scale(0.9);
  transition: 0.3s;
}
.ji-awards-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ji-awards {
  cursor: pointer;
  max-width: 120px;
  width: 100%;
  text-align: center;
  margin: 10px;
  transition: 0.3s;
}
.ji-award__img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
}
.ji-awards:hover .ji-award__img {
  filter: none;
  transition: 0.3s;
}
.ji-awards:hover .ji-awards__text {
  transition: 0.3s;
  color: #201f1f;
}
.ji-awards__text {
  font-family: "Gilroy", sans-serif;
  color: #aaadb2;
  padding-top: 30px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
}
.horizontal-scroll {
  display: none;
  text-align: center;
  width: 100px;
  margin: 10px auto 0;
}
@keyframes handScrolling {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 50px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
    right: 50px;
  }
}
.horizontal-scroll__icon {
  position: relative;
  animation-name: handScrolling;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

/*start page new style  */
.ji-biometric {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 40px 0;
}
.ji-biometric__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
}

.ji-biometric__img {
  position: relative;
  margin-bottom: 10px;
}
/* biometric animation */

@keyframes drawBiometric {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 200;
  }
}
@-webkit-keyframes drawBiometric {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes circleBiometric {
  0% {
    fill: none;
  }
  to {
    fill: #fff;
  }
}
@-webkit-keyframes circleBiometric {
  0% {
    fill: none;
  }
  to {
    fill: #fff;
  }
}
.biometric__facemask {
  position: absolute;
  top: 13%;
  left: calc(50% - 35px);
  left: -webkit-calc(50% - 35px);
}
.ji-biometric__img path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: drawBiometric 2s linear infinite;
  animation: drawBiometric 2s linear infinite;
}
.ji-biometric__img circle {
  -webkit-animation: circleBiometric 2s infinite;
  animation: circleBiometric 2s infinite;
}

.why-content__row {
  position: relative;
  padding: 40px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 66px rgba(125, 143, 179, 0.15);
  border-radius: 12px;
}
.why-content__row_padding {
  padding: 0;
}
.why-content__row_bg {
  background: none;
  box-shadow: none;
}
.why-content__border {
  width: 100%;
  background-color: #e8e8e8;
  height: 1px;
  margin: 40px 0;
}
.why-content__row_padding .why-content__text {
  padding: 40px;
}
.why-content__dropdown {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  max-width: 60px;
  margin-left: auto;
  transition: all 0.4s ease-out;
}
.why-content__dropdown.active {
  transition: all 0.4s ease-out;
  transform: rotate(180deg);
}
.line-svg svg {
  position: absolute;
  margin: auto;
  top: 50px;
  left: -10px;
  right: 0;
  bottom: 0;
  width: 102% !important;
  height: 100%;
}
#my-svg * {
  fill-opacity: 0;
  transition: fill-opacity 0.1s;
}

#my-svg.finished * {
  fill-opacity: 1;
}

@media (max-width: 1197px) {
  .btn-m-size {
    padding: 10px 12px;
  }
}

@media (min-width: 992px) {
  .flex-icon__box {
    padding: 12px;
  }
}
@media (max-width: 992px) {
  .ji-sections {
    display: flex;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    max-width: 100%;
    gap: 15px;
    text-align: left;
    margin: 10px 0;
  }
  .ji-sections img {
    object-fit: cover;
    -o-object-fit: cover;
  }
  .flex-icon {
    flex-wrap: wrap;
  }
  .flex-icon__box {
    border: 0;
    max-width: 100%;
    padding: 0;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .why-invest {
    margin-top: 20px;
  }
  .why-invest .d-md-flex {
    text-align: center;
  }
  .ji-biometric {
    border-radius: 0;
  }
  .ji-biometric__qr {
    text-align: center;
  }

  .ji-award__img {
    filter: none;
    transition: 0.3s;
  }
  .ji-awards__text {
    transition: 0.3s;
    color: #201f1f;
  }
  .ji-awards-block {
    display: grid;
    grid-template-columns: repeat(8, 200px);
    overflow-x: scroll;
    padding-bottom: 50px;
  }

  .ji-awards {
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin: 10px;
    transition: 0.3s;
  }

  .horizontal-scroll {
    display: block;
    position: relative;
    top: 0;
  }
  .why-content__row {
    padding: 20px;
  }
  .why-content__row_padding {
    padding: 0;
  }
  .why-content__row_padding .why-content__text {
    padding: 20px;
  }
  .why-content__row_bg {
    padding: 0;
  }
  .line-svg svg {
    position: relative;
    top: 0;
  }
  .why-content__dropdown {
    position: absolute;
    top: 10px;
    right: 20px;
    max-width: 40px;
  }
}
/* === ОДИНАКОВЫЙ ВИД ДВУХ ЛИД-ФОРМ НА МОБАЙЛЕ (как на скрине) === */
@media (max-width: 900px) {
  /* Карточка формы */
  .lead-card,
  .lead-card .lead-form,
  .subscription__form,
  .child__form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 22px !important;
    background: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(17, 38, 86, .08) !important; /* мягкая тень как у карточки */
    box-sizing: border-box !important;
  }

  /* Сбрасываем рандомные внешние отступы у внутренних блоков */
  .lead-card > *:not(style),
  .subscription__form > *:not(style),
  .child__form > *:not(style) {
    margin: 0 !important;
  }

  /* Заголовок «Регистрация» — как на скрине */
  .lead-card h2,
  .subscription__form h2,
  .child__form h2 {
    margin: 0 0 12px 0 !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #2A344A !important;
  }

  /* Поля ввода: светлая рамка, скругление, высота */
  .lead-card input,
  .lead-card select,
  .lead-card textarea,
  .subscription__form input,
  .subscription__form select,
  .subscription__form textarea,
  .child__form input,
  .child__form select,
  .child__form textarea {
    width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    border: 1px solid #E3EBF6 !important;
    border-radius: 12px !important;
    background: #fff !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #2A344A !important;
    outline: none !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
  }
  .lead-card ::placeholder,
  .subscription__form ::placeholder,
  .child__form ::placeholder {
    color: #8FA2BF !important;
    opacity: 1 !important;
  }

  /* Кнопка: большая оранжевая, жирный текст, на всю ширину */
  .lead-card .btn,
  .lead-card .lead-form__btn,
  .lead-card button[type="submit"],
  .subscription__form .btn,
  .subscription__form .button__submit button,
  .subscription__form button[type="submit"],
  .child__form .btn,
  .child__form button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    padding: 0 20px !important;
    margin-top: 6px !important;
    border: none !important;
    border-radius: 14px !important;
    background: #F2A73C !important;   /* тот самый оранжевый */
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  /* Текст согласия/политики — компактно */
  .lead-card .policy,
  .lead-card .lead-form__policy,
  .subscription__form .policy,
  .subscription__form .subscribe__policy,
  .child__form .policy {
    display: flex !important;
    gap: 8px !important;
    align-items: flex-start !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #6C7C98 !important;
    margin-top: 4px !important;
  }
}
/* ====== STOCK BAR (full-bleed, left-aligned, ticker line) ====== */

:root{
  --stock-pad-x: 28px;        /* внутренние отступы бара по бокам */
  --stock-gap: 12px;          /* расстояние между элементами строки */
  --stock-bg: #0e1a35;        /* цвет фона бара */
  --delta-up: #31c46b;        /* цвет роста */
  --delta-down: #ff6b6b;      /* цвет падения */
}

.stock{ background: var(--stock-bg); }
.stock .stock__inner{
  padding: 6px 0;             /* общая высота ~35px */
  text-align: left !important;
}

/* FULL-BLEED: тянем внутренний .container на всю ширину окна,
   выравниваем контент слева и разворачиваем порядок:
   котировки слева, iframe справа */
.stock .stock__inner > .container{
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: var(--stock-pad-x);
  padding-right: var(--stock-pad-x);

  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: var(--stock-gap);
  white-space: nowrap;

  /* переносим iframe вправо, котировки — влево */
  flex-direction: row-reverse;
}

/* порядок на всякий случай */
.stock .stock__iframe{ order: 2; }
.stock .cotirovki{ order: 1; margin: 0 !important; }

/* если виджет нужен компактнее */
.stock .stock__iframe iframe{
  height: 32px !important;
  width: 560px;
  max-width: 100%;
  border: 0;
  display: block;
}

/* линия котировок */
.cotirovki{
  display: flex;
  align-items: center;
  gap: var(--stock-gap);
  height: 28px;
  line-height: 28px;
  color: #fff;
}

/* типографика */
.cotirovki .ticker{ font-weight: 400; letter-spacing: .02em; }
.cotirovki .label{ color: rgba(255,255,255,.45); font-weight: 400; }
.cotirovki .value{ color: #fff; font-weight: 500; }

/* разделитель " | " */
.cotirovki .sep{ position: relative; margin: 0 12px; }
.cotirovki .sep::before{
  content: "|";
  color: rgba(255,255,255,.35);
}

/* дельта: число + маленький треугольник ПОСЛЕ числа */
.cotirovki .delta{ font-weight: 500; padding: 0; }
.cotirovki .delta::before{ display: none; }
.cotirovki .delta::after{
  content: "";
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cotirovki .delta.up{ color: var(--delta-up); }
.cotirovki .delta.up::after{ border-bottom: 6px solid var(--delta-up); }   /* ▲ */
.cotirovki .delta.down{ color: var(--delta-down); }
.cotirovki .delta.down::after{ border-top: 6px solid var(--delta-down); }   /* ▼ */

/* Сбрасываем возможные инлайны/глобальные правила, что тянут центрирование */
.stock .cotirovki, .stock .cotirovki *{
  text-align: left !important;
  vertical-align: middle !important;
}

/* адаптив: можно чуть уменьшить боковые отступы на узких экранах */
@media (max-width: 768px){
  :root{ --stock-pad-x: 16px; --stock-gap: 10px; }
}
/* полностью скрыть блок с iframe */
.stock .stock__iframe{ display:none !important; }

/* вернём прямой порядок (мы раньше ставили row-reverse) */
.stock .stock__inner > .container{
  flex-direction: row !important;
  gap: 12px;                 /* можно поменять под себя */
}

/* на всякий случай — сброс паддингов у .cotirovki */
.stock .cotirovki{ margin:0 !important; padding:0 !important; }
/* ====== TABLET (≤1024px) ====================================== */
@media (max-width: 1024px){
  :root{
    --stock-pad-x: 20px;      /* меньше боковые отступы */
    --stock-gap: 10px;
  }

  .cotirovki{
    height: 26px;
    line-height: 26px;
    gap: var(--stock-gap);
  }

  .cotirovki .ticker{ font-size: 15px; letter-spacing: .01em; }
  .cotirovki .label{  font-size: 14px; }
  .cotirovki .value{  font-size: 16px; }
  .cotirovki .delta{  font-size: 15px; }
  .cotirovki .delta::after{
    border-left-width: 4px; border-right-width: 4px;
    border-top-width: 5px;  border-bottom-width: 5px;
    margin-left: 4px; top: -1px;
  }

  /* тикер не должен занимать всё: ограничим и обрежем с троеточием */
  .cotirovki .ticker{
    max-width: 52vw;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
}

/* ====== MOBILE (≤768px) ======================================= */
@media (max-width: 768px){
  :root{
    --stock-pad-x: 14px;
    --stock-gap: 8px;
  }

  /* full-bleed контейнер остаётся, но строка становится скроллируемой */
  .stock .stock__inner > .container{
    padding-left: var(--stock-pad-x);
    padding-right: var(--stock-pad-x);
  }

  .cotirovki{
    gap: var(--stock-gap);
    height: 24px; line-height: 24px;

    /* горизонтальный скролл для всей строки */
    overflow-x: auto; overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;    /* Firefox */
  }
  .cotirovki::-webkit-scrollbar{ display: none; } /* WebKit */

  /* визуально подсрезаем границы (хвостики) градиентом */
  .cotirovki{
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
  }

  /* уменьшаем кегли */
  .cotirovki .ticker{ font-size: 14px; }
  .cotirovki .label{  font-size: 13px; }
  .cotirovki .value{  font-size: 15px; }
  .cotirovki .delta{  font-size: 14px; }
  .cotirovki .delta::after{
    border-left-width: 4px; border-right-width: 4px;
    border-top-width: 4px;  border-bottom-width: 4px;
    margin-left: 4px;
  }

  /* экономим место: часть вертикальных разделителей скрываем */
  .cotirovki .sep{
    margin: 0 8px;
  }
  .cotirovki .sep:nth-of-type(2n){ display: none; } /* каждый второй прячем */

  /* тикер с троеточием, чтобы не распирал строку */
  .cotirovki .ticker{
    max-width: 58vw;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
}

/* ====== VERY SMALL (≤380px) — ещё компактнее =================== */
@media (max-width: 380px){
  :root{ --stock-pad-x: 12px; --stock-gap: 6px; }

  .cotirovki{ height: 22px; line-height: 22px; }
  .cotirovki .ticker{ font-size: 13px; max-width: 60vw; }
  .cotirovki .label{  font-size: 12px; }
  .cotirovki .value{  font-size: 14px; }
  .cotirovki .delta{  font-size: 13px; }
  .cotirovki .delta::after{
    border-left-width: 3.5px; border-right-width: 3.5px;
    border-top-width: 3.5px;  border-bottom-width: 3.5px;
  }

  /* почти все разделители прячем */
  .cotirovki .sep{ display:none; }
}
/* ===== TICKER: full-bleed, left-aligned, responsive ============== */
:root{
  --ticker-bg: #0b1734;
  --pad-x: 28px;         /* боковые отступы внутри полосы */
  --gap: 12px;           /* зазоры между элементами */
  --up: #31c46b;         /* цвет роста */
  --down: #ff6b6b;       /* цвет падения */
}

/* Полоса */
.ticker{ background: var(--ticker-bg); }
.ticker .container{
  /* full-bleed выравнивание от левого края окна */
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 6px var(--pad-x);
  display: flex; align-items: center;
  justify-content: flex-start !important;
  gap: var(--gap);
  white-space: nowrap;
}

/* Типографика */
.ticker__title{ color:#fff; font-weight:400; letter-spacing:.02em; }
.ticker .label{  color: rgba(255,255,255,.45); font-weight:400; }
.ticker .value{  color:#fff; font-weight:500; }
.ticker .delta{  font-weight:500; padding:0; }

/* Разделитель как символ “|” */
.ticker .sep{ position:relative; margin:0 12px; }
.ticker .sep::before{ content:"|"; color:rgba(255,255,255,.35); }

/* Стрелка ПОСЛЕ значения дельты */
.ticker .delta::before{ display:none; }
.ticker .delta::after{
  content:""; display:inline-block; margin-left:6px; position:relative; top:-1px;
  width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent;
}
.ticker .delta.up   { color: var(--up); }
.ticker .delta.up::after   { border-bottom:6px solid var(--up); }   /* ▲ */
.ticker .delta.down { color: var(--down); }
.ticker .delta.down::after { border-top:6px solid var(--down); }    /* ▼ */

/* ===== Tablet ≤1024px =========================================== */
@media (max-width:1024px){
  :root{ --pad-x: 20px; --gap: 10px; }
  .ticker .container{ padding: 6px var(--pad-x); }
  .ticker__title{ font-size:15px; letter-spacing:.01em; }
  .ticker .label{  font-size:14px; }
  .ticker .value{  font-size:16px; }
  .ticker .delta{  font-size:15px; }
  .ticker .delta::after{
    border-left-width:4px; border-right-width:4px;
    border-top-width:5px;  border-bottom-width:5px;
    margin-left:4px;
  }
  .ticker__title{
    max-width:52vw; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  }
}

/* ===== Mobile ≤768px ============================================ */
@media (max-width:768px){
  :root{ --pad-x: 14px; --gap: 8px; }
  .ticker .container{ padding:6px var(--pad-x); }
  .ticker__title{ font-size:14px; max-width:58vw; overflow:hidden; text-overflow:ellipsis; }
  .ticker .label{  font-size:13px; }
  .ticker .value{  font-size:15px; }
  .ticker .delta{  font-size:14px; }
  .ticker .delta::after{
    border-left-width:4px; border-right-width:4px;
    border-top-width:4px;  border-bottom-width:4px;
    margin-left:4px;
  }

  /* горизонтальный скролл, чтобы ничего не обрезать */
  .ticker .container{
    overflow-x:auto; overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
  }
  .ticker .container::-webkit-scrollbar{ display:none; }
  .ticker .sep:nth-of-type(2n){ display:none; } /* экономим место */
}

/* ===== Very small ≤380px ======================================== */
@media (max-width:380px){
  :root{ --pad-x: 12px; --gap: 6px; }
  .ticker__title{ font-size:13px; max-width:60vw; }
  .ticker .label{  font-size:12px; }
  .ticker .value{  font-size:14px; }
  .ticker .delta{  font-size:13px; }
  .ticker .delta::after{
    border-left-width:3.5px; border-right-width:3.5px;
    border-top-width:3.5px;  border-bottom-width:3.5px;
  }
  .ticker .sep{ display:none; }
}
/* цвет фона тикера */
:root{ --ticker-bg: #0b1734; }

/* применяем к обоим вариантам бара и рубим градиенты/наследования */
.ticker,
.stock{
  background: #0b1734 !important;              /* fallback */
  background: var(--ticker-bg) !important;      /* основной */
  background-image: none !important;
}

/* внутри ничего не должно краситься своим фоном */
.ticker .container,
.stock .stock__inner{
  background: transparent !important;
}
/* ===== TOS polish / overrides =================================== */
:root{
  --tos-accent:#0b1734;    /* твой синий */
  --tos-text:#2a3448;      /* основной текст */
  --tos-muted:#5b6a84;     /* вторичный */
  --tos-ring:#e9edf5;
}

/* карточка и фон — чуть более «воздушные» */
.tos{ padding: 32px 0 48px; background: radial-gradient(1100px 200px at -80px 80px,#f8fafc 0%,transparent 60%); }
.tos .paper{
  padding: 36px 34px 18px;
  border: 1px solid var(--tos-ring);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(11,23,52,.06);
}

/* базовая типографика */
.tos article{
  max-width: 1120px;
  margin: 0 auto;
  color: var(--tos-text);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.82;
  letter-spacing: .1px;
}

/* абзацы — больше воздуха и нормальная насыщенность */
.tos p{
  margin: 14px 0 16px;
  font-weight: 400;
}

/* списки — ровные интервалы и аккуратные маркеры */
.tos ul{ margin: 12px 0 22px; padding: 0; list-style: none; }
.tos li{
  position: relative;
  margin: 10px 0;
  padding-left: 36px;                 /* больше отступ под маркер */
}
.tos li::before{
  content:"";
  position:absolute; left:0; top:.38em;
  width: 18px; height: 18px; border-radius: 999px;
  background: var(--tos-accent);
  box-shadow: inset 0 0 0 2px #fff;
}
.tos li::after{
  content:""; position:absolute; left:4.5px; top: calc(.38em + 3px);
  width: 9px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* заголовки — компактнее круг, тоньше линия, больше отступов */
.tos h2{
  position: relative;
  margin: 30px 0 18px;
  color: var(--tos-accent);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: .2px;
}
.tos h2::before{
  content:"";
  position:absolute; left:-52px; top:50%;
  width: 42px; height: 42px; border-radius: 999px;
  background: var(--tos-accent);
  transform: translateY(-50%);
  box-shadow: 0 2px 6px rgba(11,23,52,.15);
}
.tos h2::after{
  content:"";
  position:absolute; left:-52px; right:-26px; bottom:-14px;
  height: 4px; border-radius: 4px;
  background: linear-gradient(90deg,var(--tos-accent) 0%, transparent 70%);
  opacity: .12;                                   /* тоньше/тише */
}

/* разделитель между блоками — ниже и незаметнее */
.tos .rule{
  height: 1px; background: #eef2f7;
  margin: 26px -6px 10px;
}

/* ссылки внутри текста */
.tos a{ color: var(--tos-accent); text-decoration: underline; text-underline-offset: 2px; }

/* ===== мобильные правки ========================================= */
@media (max-width: 900px){
  .tos .paper{ padding: 26px 20px 12px; }
  .tos h2::before{ left:-44px; width: 36px; height: 36px; }
  .tos h2::after{ left:-44px; right:-18px; bottom:-12px; }
  .tos li{ padding-left: 32px; }
  .tos li::before{ width:16px; height:16px; top:.44em; }
  .tos li::after{ left:4px; top: calc(.44em + 3px); width:8px; height:4px; }
}

@media (max-width: 560px){
  .tos article{ font-size: 15.5px; line-height: 1.78; }
  .tos h2{ font-size: 24px; margin: 24px 0 14px; }
  .tos .paper{ padding: 20px 16px 10px; }
}
/* ===== Footer: ровная линия ссылок + адаптив =================== */
:root{
  --footer-text: #a5adb8;
  --footer-text-hover: #8e97a5;
  --footer-sep: rgba(165,173,184,.45);
  --gap-icons: 32px;   /* расстояние между иконками на десктопе */
  --gap-links: 48px;   /* расстояние между ссылками на десктопе */
}

/* одна горизонтальная ось, ничего не «плавает» */
.footer .footer__line{
  display: flex;
  align-items: center;                /* ← общая базовая линия */
  justify-content: space-between;
  gap: 24px;
}

/* соц-иконки — одинаковые «квадраты» */
.footer .social{
  display: flex;
  align-items: center;
  gap: var(--gap-icons);
  flex: 0 0 auto;
}
.footer .social .social__link{
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
}

/* блок ссылок — ровная строка */
.footer .links{
  display: flex;
  align-items: center;                /* ← выравнивание по центру по вертикали */
  flex-wrap: wrap;
  column-gap: var(--gap-links);
  row-gap: 8px;                       /* при переносе строки */
  margin: 0;
}
.footer .links__link{
  display: inline-flex;               /* правильная базовая линия текста */
  align-items: center;
  line-height: 1.2;
  font-size: 18px;
  color: var(--footer-text);
  text-decoration: none;
  padding: 6px 0;                     /* одинаковая высота клика */
  transition: color .2s ease;
}
.footer .links__link span{ display:block; }   /* чтобы baseline не «гулял» */
.footer .links__link:hover{ color: var(--footer-text-hover); }
.footer .links__link:focus-visible{ outline:2px dashed rgba(0,0,0,.25); outline-offset:2px; }

/* вертикальные разделители – только на широких экранах */
@media (min-width: 1025px){
  .footer .links__link:not(:last-child){
    position: relative;
    padding-right: calc(var(--gap-links) - 6px);
  }
  .footer .links__link:not(:last-child)::after{
    content: "";
    position: absolute;
    right: calc((var(--gap-links) - 6px)/2 - .5px);
    top: 50%;
    width: 1px; height: 18px;
    transform: translateY(-50%);
    background: var(--footer-sep);
  }
}


@media (max-width: 1024px){
  :root{
    --gap-icons: 24px;
    --gap-links: 36px;
  }
  .footer .links__link{ font-size: 17px; }
  /* разделители на планшете убираем, чтобы не «ломались» при переносе */
  .footer .links__link::after{ display:none !important; }
  .footer .links__link{ padding-right: 0 !important; }
}


@media (max-width: 768px){
  .footer .footer__line{
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }
  .footer .social{ gap: 20px; }
  .footer .links{
    justify-content: center;
    column-gap: 28px;
    row-gap: 10px;
  }
  .footer .links__link{ font-size: 16px; }
}


@media (max-width: 420px){
  .footer .links{
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    row-gap: 8px;
  }
  .footer .links__link{ font-size: 15px; }
}
@media (min-width: 1025px){
  .footer .links{ flex-wrap: nowrap; }
}
