@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot');
  src: local('HelveticaNeueCyr-Roman'),
    url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
        url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
h2{
  margin-top: 0;
  margin-bottom: 40px;
}
p{
  margin: 0;
}
main {
  display: block;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
ul{
  list-style: none;
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*{
    box-sizing: border-box;
}
input {
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    font: inherit;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
body {
  margin: 0;
  background: #070A0F;
  font-family: 'HelveticaNeueCyr',sans-serif;
  color: #fff;
  font-size: 16px;
}
.wrapper{
    overflow: hidden;
}
.container{
  width: 1230px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.d-flex{
    display: flex;
}
.a-center{
    align-items: center;
}

.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    height: 58px;
    padding: 0 40px;
}
.btn-white{
    background-color: #fff;
    color: #070A0F;
}
.btn-blur{
    color: #fff;
    background: rgba(105, 109, 129, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.btn-blue{
    color: #fff;
    background: radial-gradient(114.65% 117.43% at 99.95% 91.33%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(126deg, #55A1FF -10.64%, #107CFF 85.13%);
}
.btn-blur:hover,
.btn-blue:hover{
    background: #fff;
    color: #070A0F;
}
.btn-white:hover{
    color: #fff;
    background: radial-gradient(114.65% 117.43% at 99.95% 91.33%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(126deg, #55A1FF -10.64%, #107CFF 85.13%);
}

.header-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-home .btn{
    height: 48px;
    padding: 0 24px;
}
.page-home{

}
.section-first{
    padding-top: 207px;
    background-image: url(../img/fs-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 184px;
}
.section-first:before{
    content: '';
    display: block;
    position: absolute;
    border-radius: 855.01px;
    background: rgba(16, 124, 255, 0.70);
    filter: blur(250px);
    width: 310.897px;
    height: 855.01px;
    transform: rotate(11.956deg);
    top: -306px;
    left: 18px;
    pointer-events: none;
}
.section-first:after{
    content: '';
    display: block;
    position: absolute;
    width: 394.459px;
    height: 855.01px;
    transform: rotate(32.161deg);
    border-radius: 855.01px;
    background: rgba(148, 116, 222, 0.70);
    filter: blur(250px);
    top: -125px;
    right: 33px;
    pointer-events: none;
}
.section-first .container{
    position: relative;
    z-index: 2;
}
.section-title{
    margin: 0 0 66px;
    line-height: 1;
    letter-spacing: -1.76px;
    font-size: 88px;
    font-weight: 500;
    color: #76787D;
    background: -webkit-linear-gradient(#76787D, #FFFFFF, #76787D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-first .section-title{
    margin: 0 0 40px;
    font-size: 120px;
    font-weight: 500;
    line-height: 90%; /* 108px */
    letter-spacing: -2.4px;
}
.section-first p{
    color: #A6A9B0;
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.section-first .fs-image{
    font-size: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 1;
}
.section-first .fs-image:before{
    content:'';
    display: block;
    position: absolute;
    background-image: url(../img/message.png);
    background-repeat: no-repeat;
    width: 197px;
    height: 135px;
    left: 23px;
    top: 174px;
}
.sf-features{
    margin-top: 211px;
    display: flex;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgba(13, 15, 23, 0.20);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 48px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sf-features:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 1483px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(186, 152, 115, 0.50) 0%, rgba(73, 59, 112, 0.50) 50%, rgba(45, 110, 188, 0.50) 100%);
    filter: blur(150px);
    width: 1483px;
    height: 203px;
    pointer-events: none;
    z-index: -1;
}
.sf-features .item{
    width: 192px;
    height: 84px;
    text-align: center;
    background-image: url(../img/fs-f-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sf-features .item:first-child{
    position: relative;
    background: none;
    height: 72px;
}
.sf-features .item:first-child>span{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    color: #A6A9B0;
    opacity: 0.6;
    font-size: 12px;
}
.sf-features .item:first-child .btn{
    padding: 0 24px;
    width: 100%;
    height: 72px;
}
.text-center{
    text-align: center;
}

.section-2{
    position: relative;
}

.s2-wrap{
    position: relative;
    z-index: 2;
}
.s2-wrap img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-115px);
}
.s2-wrap .item .title{
    margin: 0 0 32px;
    font-size: 72px;
    font-weight: 500;
    line-height: 100%; /* 72px */
    letter-spacing: -1.44px;
    color: #76787D;
    background: -webkit-linear-gradient(#76787D, #FFFFFF, #76787D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s2-wrap .item p{
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    color: #A6A9B0;
    margin: 0;
}
.s2-wrap .item {
    position: absolute;
}
.s2-wrap .item.item-1{
    top: 0;
    left: 0;
    width: 317px;
}
.s2-wrap .item.item-2{
    top: 290px;
    left: calc(50% + 270px);
    width: 317px;
}

.section-2:before{
    content: '';
    display: block;
    position: absolute;
    width: 1483px;
    height: 485px;
    border-radius: 1483px;
    background: radial-gradient(50% 50% at 50% 50%, #B3C9E5 0%, #070A0F 50%, #5B81B0 100%);
    filter: blur(150px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    pointer-events:none;
    z-index: -1;
}
.s2-btn{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 4;
    bottom: 0;
}
.s2-btn .btn{
    height: 78px;
}
.section-features{
    fill: rgba(13, 15, 23, 0.11);
    -webkit-backdrop-filter: blur(50.5px);
    backdrop-filter: blur(50.5px);
    padding-top: 202px;
    margin-top: -30px;
    position: relative;
    z-index: 3;
    margin-bottom: 156px;
}
.section-features:before{
    content: '';
    display: block;
    position: absolute;
    width: 394.459px;
    height: 855.01px;
    transform: rotate(-90deg) translateY(-15%);
    border-radius: 855.01px;
    background: rgba(116, 159, 222, 0.70);
    filter: blur(250px);
    top: 100px;
    left: 50%;
    z-index: -1;
    pointer-events: none;
}
.features-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 16px;
}
.features-wrap .item{
    height: 360px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    border-radius: 32px;
}
.features-wrap .item .inner{

}
.features-wrap .item.large{
    grid-column: span 2;
    height: 660px;
    justify-content: flex-end;
}
.features-wrap .item.large .inner{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.features-wrap .item:nth-child(1){
    background-image: url(../img/f1.png);
}
.features-wrap .item:nth-child(2){
    background-image: url(../img/f2.png);
    background-position: top center;
}
.features-wrap .item:nth-child(3){
    background-image: url(../img/f3.png);
}
.features-wrap .item:nth-child(2) .inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    padding: 40px;
}
.features-wrap .item:nth-child(3) .inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 40px 40px 40px 0;
    width: 50%;
    margin-left: auto;
    position: relative;
}
.features-wrap .item:nth-child(3) .inner:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 109px;
    background-image: url(../img/f3_2.png);
    background-repeat: no-repeat;
}
.features-wrap .item .title{
    font-size: 40px;
    font-weight: 400;
    line-height: 90%; /* 36px */
    letter-spacing: -0.8px;
    margin: 0 0 16px;
}
.features-wrap .item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
    color: #A6A9B0;
    margin: 0;
}
.features-wrap .item .btn{
    padding: 0 24px;
    height: 64px;
    margin-top: 40px;
}

.infograph{
    background-image: url(../img/infograph_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
    margin-bottom: 43px;
}
.infograph:before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(../img/number-bg.png);
    background-repeat: no-repeat;
    background-position: 50% -150px;
}
.number-wrap{
    position: relative;
    height: 400px;
    margin-top: 95px;
    z-index: 1;
}
.number-wrap .number{
    position: absolute;
    width: 1300px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 400px;
    font-weight: 400;
    line-height: 100%; /* 400px */
    letter-spacing: -8px;
    text-transform: uppercase;
    opacity: 0.2;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 82.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.number-wrap .img-1{
    position: absolute;
    top: 60px;
    left: 40px;
}
.number-wrap .img-2{
    position: absolute;
    top: 247px;
    left: 264px;
}
.number-wrap .img-3{
    position: absolute;
    top: 18px;
    left: 588px;
}
.number-wrap .img-4{
    position: absolute;
    top: 0px;
    left: 983px;
}
.number-wrap .img-5{
    position: absolute;
    top: 209px;
    left: 1112px;
}

.trader-from{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
    margin: 0 0 16px;
}
.trader-from span{
    display: inline-block;
    background: linear-gradient(126deg, #A8CFFF -10.64%, #107CFF 85.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.infograph .flags{
    display: flex;
    justify-content: center;
    gap:8px;
}
.infograph .flags p{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid rgba(191, 197, 195, 0.10);
}
.infograph .items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin-top: 120px;
}
.infograph .items .item{
    height: 540px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(0deg, rgba(11, 12, 12, 0.00) 48.77%, rgba(11, 12, 12, 0.80) 100%), linear-gradient(0deg, rgba(7, 10, 15, 0.35) 0%, rgba(7, 10, 15, 0.35) 100%), linear-gradient(180deg, rgba(4, 5, 5, 0.00) 52.04%, #040505 103.27%), url(<path-to-image>) lightgray -21px -48.41px / 120.769% 109.028% no-repeat, url(<path-to-image>) lightgray -88.456px -320.589px / 154.958% 236.296% no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, #10171D;
    background-blend-mode: normal, soft-light, normal, normal, normal, normal, normal, normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 26px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infograph .items .item .title{
    font-size: 32px;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
}
.infograph .items .item p{
    margin: 16px 0 0;
    font-size: 14px;
    color: #A6A9B0;
}
.infograph .items .item:nth-child(1){
    background-image: url(../img/ii-1.png);
}
.infograph .items .item:nth-child(2){
    background-image: url(../img/ii-2.png);
}
.infograph .items .item:nth-child(3){
    background-image: url(../img/ii-3.png);
}

.infograph .app-link{
    text-align: center;
    margin-top: 57px;
}
.section-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    color: #A6A9B0;
}
.fast .section-title{
    margin-bottom: 24px;
}
.card_block_outer{
    display: flex;
}
.card_block_outer {
    margin-top: 110px;
}
.card_hold{
    position: relative;
    transform: translateX(0);
    opacity: 0;
}
.card_hold.animated{
    opacity: 1;
}
.card_hold.animated:nth-child(2){
    transform:translateX(-38.4%);
    transition: all .5s ease .2s;
}
.card_hold.animated:nth-child(3){
    transform:translateX(-76.8%);
    transition: all .5s ease .4s;
}
.card_hold.animated:nth-child(4){
    transform:translateX(-115.2%);
    transition: all .5s ease .6s;
}
.card_hold.animated:nth-child(5){
    transform:translateX(-153.6%);
    transition: all .5s ease .8s;
}
.card_hold.animated:nth-child(6){
    transform:translateX(-192%);
    transition: all .5s ease 1s;
}

.card_block_outer .card_block{
    min-width: 276px;
    height: 357px;
    display: flex;
    background: rgba(13, 15, 23, 0.17);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    border-radius: 40px;
    transform: matrix(0.96, -0.29, 0, 1, 0, 0);
    align-items: center;
    padding-left: 45px;
}
.card_block_outer .card_block img{
    width: auto;
}
.fast{
    position: relative;
    z-index: 1;
    margin-bottom: 156px;
}
.fast:before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 1571px;
    height: 541px;
    border-radius: 1571px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(144, 218, 181, 0.60) 11.06%, rgba(77, 116, 116, 0.00) 100%);
    filter: blur(150px);
    top: 240px;
    left: 50%;
    transform:translateX(-50%);
    pointer-events: none;
}
.fast:after{
    content: '';
    display: block;
    position: absolute;
    width: 310.897px;
    height: 855.01px;
    transform: rotate(11.956deg) translateY(-15%);
    border-radius: 855.01px;
    background: rgba(16, 124, 255, 0.70);
    filter: blur(250px);
    z-index: -1;
    pointer-events: none;
    top: 480px;
}
.fast .plus{
    text-align: center;
    margin-top: 60px;
}
.fast p{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 82.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 88px;
    font-weight: 500;
    line-height: 100%; /* 88px */
    letter-spacing: -1.76px;
}
.fast span{
    color: #A6A9B0;
    opacity: 0.3;
    font-size: 14px;
}
.goup{
    margin-bottom: -200px;
    background-image: url(../img/goup_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 200px;
    background-size: cover;
    padding-bottom: 300px;
}
.goup .text{
    margin-top: 438px;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
    color: #fff;
    margin-bottom: 40px;
    width: 500px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.goup .btn{
    height: 78px;
}
.section-content{
    border-radius: 40px 40px 0 0;
    background: linear-gradient(180deg, rgba(27, 31, 39, 0.00) -6.43%, #1B1F27 30.35%);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    padding: 150px 0 65px;
    color: #A6A9B0;
}
.section-content .btn{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 9px 44px 0 rgba(9, 14, 18, 0.50);
    display: inline-flex;
    align-items: center;
    gap:24px;
    padding: 0 24px;
    height: 58px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
}
.content .inner{
    margin-bottom: 50px;
    overflow: hidden;
}
.footer-home{
    background-color: #1B1F27;
    padding: 135px 0 135px;
}
.footer-home img{
  max-width: 100%;
}
.footer-columns{
  display: grid;
  grid-template-columns: 1fr 232px;
  grid-gap: 120px;
}
.footer-columns .col{
  min-width: 100%;
}
.footer-columns .col:first-child{
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 50px;
} 
.footer-home .logo{
  display: flex;
  align-items: center;
}
.footer-home .lang-sw{
  font-size: 0;
  margin-right: 40px;
}
.footer-home .lang-sw a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(191, 197, 195, 0.10);
  width: 56px;
  height: 56px;
}
.footer-home .lang-sw img{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  object-fit: cover;
}
.footer-home .lang-sw .current{
  display: none;
}
.footer-home .lang-sw ul{
  display: flex;
  gap:8px;
}
.slinks{
    display: flex;
    align-items: center;
    gap:24px;
}
.slinks a:hover rect,
.slinks a:hover path{
    fill: #107CFF;
}
.footer-home .attention{
  color: #A6A9B0;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  font-family: 'InterTight', sans-serif;
  margin-bottom: 20px;
  margin-top: 56px;
}
.footer-home .attention .show_less,
.footer-home .attention .show_more{
  color: #107CFF;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.footer-home .attention .show_less:hover,
.footer-home .attention .show_more:hover{
    color: #fff;
    opacity: .7;
}
.footer-home .attention .show_less.active,
.footer-home .attention .show_more.active{
  display: block;
}
.footer-home .qr{
  position: relative;
  padding-left: 100px;
}
.footer-home .qr .code-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  font-size: 0;
}
.footer-home .qr .code-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-home .qr p{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 14px;
}
.footer-home .qr a{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #FFAF00;
  font-size: 16px;
}
.footer-home .qr a svg{
  margin-left: 8px;
}
.nav-menu-bottom{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.nav-menu-bottom a{
  text-decoration: none;
  color: #A6A9B0;
}
.nav-menu-bottom a:hover{
  color: #fff;
}
.footer-home .app-link{
  display: flex;
  align-items: center;
}
.footer-home .app-link p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    width: 205px;
    margin-right: 30px;
}
.footer-home .app-link a{
  font-size: 0;
}
.footer-home .app-link a+a{
  margin-left: 8px;
}
.social{
  font-size: 0;
  align-items: center;
  display: flex;
  gap:16px;
  height: 32px;
}
.social .icon{
  display: none;
}
@media screen and (max-width: 1199px) {
  .footer-home .app-link{
    flex-wrap: wrap;
  }
  .footer-home .app-link p{
    width: 100%;
    margin: 0 0 24px;
  }
  .blog_sec{
    display: none;
  }

  .s2-wrap img{
    width: 550px;
  }
  .s2-wrap .item.item-2{
    left: calc(50% + 175px);
  }
  .number-wrap{
    zoom:70%;
  }
  .header-home .widget-login_block{
    margin-left: 16px;
  }
  header.header-home a.logo img{
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .footer-columns{
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
  .section-first .section-title{
    font-size: 80px;
  }
  .section-first p{
    font-size: 18px;
  }
  .sf-features{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 24px;
  }
  .sf-features .item:first-child{
    order: 4;
    grid-column: span 3;
    width: 100%;
    height: auto;
  }
  .sf-features .item:first-child .btn{
    width: auto;
    margin-top: 20px;
  }
  .section-title{
    font-size: 68px;
  }
  .s2-wrap{
    padding-bottom: 400px;
    display: flex;
    gap: 50px;
  }
  .s2-wrap .item{
    position: static;
    flex: 1 0 0;
  }
  .s2-wrap img{
    position: absolute;
    bottom: 0;left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }
  .s2-wrap .item .title{
    font-size: 48px;
  }
  .s2-wrap .item p{
    font-size: 18px;
  }
  .s2-btn{
    position: static;
  }
  .section-features{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .section-features{
    padding-top: 50px;
  }
  .features-wrap .item:nth-child(1){
    background-position: top center;
  }
  .features-wrap .item.large{
    height: 360px;
  }
  .number-wrap img{
    display: none;
  }
  .number-wrap{
    zoom: 1;
    height: auto;
    margin-top: 0;
  }
  .number-wrap .number{
    position: static;
    font-size: 200px;
    transform:none;
    width: auto;
  }
  .trader-from{
    font-size: 24px;
  }
  .infograph .items{
    grid-template-columns: repeat(1,1fr);
    margin-top: 50px;
  }
  .infograph .items .item{
    width: 390px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-first{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
    .footer-columns .col:first-child{
      grid-template-columns: repeat(2,1fr);
      grid-gap: 20px;
    }
    .grid-cell:nth-child(3){
      display: none;
    }
    .grid-cell:nth-child(4),
    .grid-cell:nth-child(5),
    .grid-cell:nth-child(6){
      grid-column: span 2;
    }
    .footer-home .grid-cell:nth-child(2){
      flex-direction: column;
      align-items: flex-start;
    }
    .footer-home .grid-cell:nth-child(1), .footer-home .grid-cell:nth-child(2) {
      grid-column: span 2;
    }
    .footer-home .logo {
      justify-content: center;
    }

    .social .icon{
      display: block;
    }
    .footer-home .lang-sw{

    }
    .footer-home .app-link{
      justify-content: center;
      text-align: center;
    }
    .grid-cell:nth-child(5){
      order: 5;
    }
    .footer-home{
      /*padding:130px 0 230px;*/
      padding: 50px 0;
    }
    .footer-home .qr p{
      font-size: 16px;
      margin-bottom: 8px;
    }
    .footer-home .qr a{
      font-size: 14px;
    }
    .footer-home .qr .code-img{
      width: 64px;
      height: 64px;
    }
    .footer-home .qr{
      padding-left: 80px;
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
    }
    .nav-menu-bottom{
      font-size: 14px;
      grid-template-columns: repeat(2,1fr);
      margin-top: 20px;
    }
    .section-first{
        padding-top: 100px;
    }
    .section-first .section-title{
        text-align: center;
        font-size: 60px;
    }
    .section-first p{
        text-align: center;
    }
    .sf-features{
        grid-template-columns: repeat(1,1fr);
        margin-top: 270px;
    }
    .sf-features .item:first-child{
        grid-column: 1;
    }
    .sf-features .item{
        margin-right: auto;
        margin-left: auto;
    }
    .section-first .fs-image{
        left: 50%;
        transform:translateX(-20%);
        top: 330px;
    }
    .section-first .fs-image img{
        width: 300px;
    }
    .section-first .fs-image:before{
        top: 0;
        left: -110px;
        zoom:80%;
    }
    .section-title{
        font-size: 56px;
    }
    .s2-wrap .item .title{
        font-size: 36px;
        margin-bottom: 16px;
    }
    .s2-wrap .item p{
        font-size: 14px;
    }
    .features-wrap{
        grid-template-columns: repeat(1,1fr);
    }
    .features-wrap .item.large{
        grid-column: 1;
    }
    .features-wrap .item.large .inner{
        width: 100%;
    }
    .number-wrap .number{
        font-size: 110px;
    }
    .trader-from{
        font-size: 18px;
    }
    .card_block_outer .card_block img{
        width: 70px;
    }
    .card_block_outer .card_block {
      min-width: 190px;
      height: 210px;
    }
    .card_hold:nth-child(2){
        transform: translateX(-55%);
    }
    .card_hold:nth-child(3){
        transform: translateX(-108.4%);
    }
    .card_hold:nth-child(4){
        transform:translateX(-166.2%);
    }
    .card_hold:nth-child(5){
        transform: translateX(-224.6%);
    }
    .card_hold:nth-child(6){
        transform: translateX(-283%);
    }
    .fast .plus p {
      font-size: 60px;
    }
    .fast{
        margin-bottom: 50px;
    }
    .goup .text{
        margin-top: 138px;
        font-size: 18px;
    }
    .section-content{
        padding-top:50px;
        font-size: 12px;
    }
    .section-subtitle{
        font-size: 18px;
    }
    .card_block_outer{
        margin-top: 50px;
    }
} 
.btn_mob{
  display: none;
}