@font-face {
  font-family: 'JB_Sans';
  src: url('./fonts/JB_Sans_Bold.eot');
  src: local('JB Sans Bold'), local('JB_Sans_Bold'),
      url('./fonts/JB_Sans_Bold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/JB_Sans_Bold.woff2') format('woff2'),
      url('./fonts/JB_Sans_Bold.woff') format('woff'),
      url('./fonts/JB_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'JB_Sans';
  src: url('./fonts/JB_Sans_DemiBold.eot');
  src: local('JB Sans DemiBold'), local('JB_Sans_DemiBold'),
      url('./fonts/JB_Sans_DemiBold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/JB_Sans_DemiBold.woff2') format('woff2'),
      url('./fonts/JB_Sans_DemiBold.woff') format('woff'),
      url('./fonts/JB_Sans_DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'JB_Sans';
  src: url('./fonts/JB_Sans_Medium.eot');
  src: local('JB Sans Medium'), local('JB_Sans_Medium'),
      url('./fonts/JB_Sans_Medium.eot?#iefix') format('embedded-opentype'),
      url('./fonts/JB_Sans_Medium.woff2') format('woff2'),
      url('./fonts/JB_Sans_Medium.woff') format('woff'),
      url('./fonts/JB_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'JB_Sans';
  src: url('./fonts/JB_Sans_Regular.eot');
  src: local('JB Sans Regular'), local('JB_Sans_Regular'),
      url('./fonts/JB_Sans_Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/JB_Sans_Regular.woff2') format('woff2'),
      url('./fonts/JB_Sans_Regular.woff') format('woff'),
      url('./fonts/JB_Sans_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'JB_Sans';
  src: url('./fonts/JB_Sans_Light.eot');
  src: local('JB Sans Light'), local('JB_Sans_Light'),
      url('./fonts/JB_Sans_Light.eot?#iefix') format('embedded-opentype'),
      url('./fonts/JB_Sans_Light.woff2') format('woff2'),
      url('./fonts/JB_Sans_Light.woff') format('woff'),
      url('./fonts/JB_Sans_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


*{
    box-sizing: border-box;
    font-weight: 500;
}

body {
  font-family: 'JB_Sans';
}


.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: .2s;
}

.ji-link:hover{
  color: #F05323!important;
}

body{
  background: #F6F6F5 !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: .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: .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: .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: .3s;
 }
 .esg-link:hover{
  padding-left: 10px;
 }
 .new-invest {
  padding: 64px 52px!important;
  border-radius: 32px;
}


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