@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url(../fonts/InterTight-Regular.ttf)
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url(../fonts/InterTight-Bold.ttf)
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url(../fonts/InterTight-Medium.ttf)
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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-color: #0F0F0F;
  font-family: 'InterTight',sans-serif;
  color: #fff;
  font-size: 16px;
}
.container{
  width: 1230px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.d-flex{
  display: flex;
}
.main_title{
  font-size: 90px;
  font-weight: bold;
  line-height: 80%;
  margin-bottom: 48px;
}
.main_title span{
  color: #0D0A07;
  z-index: -1;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 10px;
  margin-bottom: -7px;
  line-height: 0.7;
  margin-top: 5px;
  padding-right: 6px;
  background: linear-gradient(270deg, #FEE800 0%, #FFAF00 100%), linear-gradient(270deg, #FFAF00 0%, #ED720C 100%);
}
.small{
  font-size: 24px;
  font-weight: 500;
  color: #bfc5c3;
  max-width: 260px;
  display: block;
  margin-bottom: 64px;
}
.btn_reg{
  font-family: 'InterTight',sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(270deg, #FEE800 0%, #FFAF00 100%);
  box-shadow: 0px 9px 44px rgba(9, 14, 18, 0.5);
  text-decoration: none;
  color: #0F0F0F;
  display: inline-flex;
  align-items: center;
  width: 190px;
  font-weight: 600;
  height: 58px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
}
.btn_reg:hover{
  transition: .3s ease;
  background: #fff;
}
.btn_reg span{
  position: relative;
  z-index: 1;
}
.btn_reg:before,.btn_reg:after{
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 38.78%, rgba(255, 255, 255, 0.6) 46.4%, rgba(255, 255, 255, 0) 55.84%);
}
.btn_reg:before{
  transform: translate(-70%,0%);
  left: 0;
  animation: btn_anim 2.5s linear infinite;
}
.btn_reg:after{
  right: 0;
  transform: translate(70%,0%);
  animation: btn_anim_revers 2.5s linear infinite;
}
@keyframes btn_anim {
  0% {
    transform: translate(-70%,0%);
  }
  25% {
    transform: translate(-35%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  75% {
    transform: translate(35%,0%);
  }
  100% {
    transform: translate(70%,0%);
  }
}
@keyframes btn_anim_revers {
  0% {
    transform: translate(70%,0%);
  }
  25% {
    transform: translate(35%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  75% {
    transform: translate(-35%,0%);
  }
  100% {
    transform: translate(-70%,0%);
  }
}
#getApp .inner .icon img {
  width: 80px;
}
#getApp .inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  height: 75px;
}
#getApp .inner .close {
  margin-left: -15px;
  padding: 15px;
}
#getApp .inner .icon {
  width: 90px;
  height: 50px;
  background-color: #2c2c2c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#getApp .inner .text span {
  font-size: 11px;
  color: #969799;
}
#getApp .inner .text p:first-child {
  line-height: 13px;
  font-size: 12px;
}
#getApp .inner .yellow_btn {
  margin-left: auto;
  border: none;
  border-radius: 20px;
  height: 35px;
  padding: 0 15px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #4286EA;
}
#getApp .inner .close span {
  font-size: 10px;
  background-color: #EBEAE9;
  border-radius: 9px;
  padding: 5px 7px;
  color: #4F5D81;
}
.first-screen{
  padding-top: 190px;
  position: relative;
  overflow: hidden;
  margin-top: -116px;
}
.white_btn.btn{
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    background: linear-gradient(270deg, #FEE800 0%, #FFAF00 100%);
    box-shadow: 0px 9px 44px rgba(9, 14, 18, 0.5);
    text-decoration: none;
    color: #0F0F0F;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    height: 58px;
    justify-content: center;
  position: relative;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    transition: .3s ease;
}

.white_btn.btn:hover{
  background: #fff;
}
.yellow_btn.btn{
  text-decoration: none;
  color: #fff;
  height: 58px;
    border-radius: 12px;
  padding-left: 24px;
  margin-right: 8px;
  padding-right: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0F0F0F;
}
.yellow_btn.btn:hover{
  background-color: #f59a25;
  color: #fff;

}

.white_btn.btn:before,.white_btn.btn:after{
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 38.78%, rgba(255, 255, 255, 0.6) 46.4%, rgba(255, 255, 255, 0) 55.84%);
}
.white_btn.btn:before{
  transform: translate(-70%,0%);
  left: 0;
  animation: btn_anim 2.5s linear infinite;
}
.white_btn.btn:after{
  right: 0;
  transform: translate(70%,0%);
  animation: btn_anim_revers 2.5s linear infinite;
}
.anim_element{
  position: relative;
  width: 100%;
  height: 100%;
}
.anim_element:before{
  content: "";
}
.first-screen:before{
  content: "";
  background-image: url('../img/decore_1.svg');
  width: 100%;
  height: calc(100% + 173px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transform-origin: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .5s ease;
  z-index: -1;
  animation: first-scale 8s linear infinite;

}
    @keyframes first-scale {
      0% {
        transform: translate(-50%,-50%);
      }
      25% {
        transform: translate(-50%,-55%);
      }
      50% {
        transform: translate(-50%,-60%);
      }
      75% {
        transform: translate(-50%,-55%);
      }
      100% {
        transform: translate(-50%,-50%);
      }
    }
.first-screen .left{
  position: relative;
  left: -95px;
  width: 642px;
  max-width: 100%;
}
.first-screen .left img{
  max-width: 100%;
  height: auto;
}
.first-screen .right{
  /*padding-top: 82px;*/
}
h2{
  font-size: 60px;
  font-family: 'InterTight',sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}
h2 span{
  color: #0D0A07;
  z-index: -1;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 11px;
  margin-bottom: -25px;
  margin-top: 5px;
  padding-right: 6px;
  background: linear-gradient(270deg, #FEE800 0%, #FFAF00 100%), linear-gradient(270deg, #FFAF00 0%, #ED720C 100%);
  line-height: 54px;
}
.wrap-row{
  flex-wrap: wrap;
}
.sp-btween{
  justify-content: space-between;
}
.trade .item_block {
  width: calc(50% - 16px);
  background-color: rgba(8, 6, 4, 0.5);
  position: relative;
  margin-bottom: 32px;
  padding-top: 72px;
  overflow: hidden;
  border-radius: 40px;
  z-index: 0; 
}

.trade .item_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; 
  border-radius: 40px;
  background: linear-gradient(170deg, rgba(82, 88, 93, 0.1) 0%, rgba(82, 88, 93, 0.4) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.trade .item_block:last-child p{
  margin-bottom: 84px;
}
.item_block p{
  font-family: 'InterTight',sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -2%;
  text-align: center;
}
.item_block img{
  margin-bottom: -5px;
}
.app_block {
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
.app_block a{
  border:1px solid rgba(191, 197, 195, 0.1);
  border-radius: 12px;
  width: 188px;
  height: 72px;
  display: inline-flex;
  justify-content: center;
  transition: .3s ease;
  align-items: center;
}
.app_block a:hover{
  border:1px solid rgba(191, 197, 195, 1);
}
.app_block a:first-child{
  margin-right: 6px;
}
.app_block a:last-child{
  margin-left: 6px;
}
.app_block a img{
  margin-bottom: 0;
}
.qr_block{
  width: 260px;
  margin: 0 auto;
}
.trade .item_block .qr_block p{
  font-family: 'InterTight',sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
.center{
  align-items: center;
}
.qr_block .left{
  margin-right: 6px;
}
.qr_block .right{
  /*margin-left: 6px;*/
  width: 100%;
  text-align: center;
}
.qr_block a{
  color: #FFAF00;
  font-size: 16px;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: visible;
}
.qr_block a:hover{
  background-color: transparent;
}
.qr_block a:before,.qr_block a:after{
  animation: none;
}
.qr_block a:after{
  background: none;
}
.qr_block a:before{
  width: 17px;
  right: -25px;
  height: 12px;
  transform: none;
  background: transparent url('../img/arrow_right.svg');
  left: auto;
  z-index: 2;
  top: 4px;
  transition: .3s ease;
}
.qr_block a img{
  transition: .3s ease;
}
.qr_block a:hover img{
  transform: translate(10px);
}
.qr_block a:hover:before{
  right: -35px;
}
.qr_block a img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 0;
}
.f_width{
  width: 100%;
}
.btn_reg.f_width{
  margin-top: 24px;
}
.numb_item{
  position: relative;
}
.numb_item p{
  font-size: 300px;
  font-weight: bold;
  background: linear-gradient(180deg, #F0F2F5 0%, #282829 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}
.numb_item:first-child{
  margin-right: 33px;
}
.numb_item:last-child{
  margin-left: 33px;
}
.trade{
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background-color: rgba(37,36,35,0.11);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.trade:before{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -50px;
  height: 200px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: -1;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.trade .anim_block{
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.trade .anim_block:after{
  content: "";
    background-image: url('../img/decore_2.svg');
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center;
    background-size: contain;
  animation: spin-scale 15s linear infinite;
    background-repeat: no-repeat;
    z-index: -1;
}
    @keyframes spin-scale {
      0% {
        transform:translate(-50%,-50%) rotate(0deg) scale(1);
      }
      25% {
        transform:translate(-50%,-50%) rotate(90deg) scale(0.7);
      }
      50% {
        transform:translate(-50%,-50%) rotate(180deg) scale(0.9);
      }
      75% {
        transform:translate(-50%,-50%) rotate(270deg) scale(0.7);
      }
      100% {
        transform:translate(-50%,-50%) rotate(360deg) scale(1);
      }
    }
.numb_item span{
  font-size: 16px;
  background-color: #fff;
  border-radius: 44px;
  color: #0f0f0f;
  width: 107px;
  text-align: center;
  display: block;
  padding: 8px 0px;
  position: absolute;
  left: 50%;
  overflow: hidden;
  top: 50%;
  transform: translate(-78%,-50%) rotate(-21deg);
}
.numb_item:last-child span{
  background: linear-gradient(270deg, #FEE800 0%, #FFAF00 100%), linear-gradient(270deg, #FFAF00 0%, #ED720C 100%);
  transform: translate(-26%,-72%) rotate(10deg);
}
.numb_item:last-child span:before,.numb_item:last-child span:after{
  content: "";
  width: 100%;
  position: absolute;
  height:100%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 38.78%, rgba(255, 255, 255, 0.6) 46.4%, rgba(255, 255, 255, 0) 55.84%);
}
.numb_item:last-child span:before{
  transform: translate(-70%,0%);
  left: 0;
  animation: btn_anim 2.5s linear infinite;
}
.numb_item:last-child span:after{
  right: 0;
  transform: translate(70%,0%);
  animation: btn_anim_revers 2.5s linear infinite;
}
.ease{
  margin-bottom: 115px;
}
.refill{
  text-align: center;
  margin-bottom: 240px;
  position: relative;
}
.refill:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 190px;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  filter: blur(260px);
  transform: translate(-50%,0);
  background-color: rgba(255, 255, 255, 0.2);
}
.sub_title{
  font-size: 24px;
  font-weight: 500;
  color: #6b6b69;
  max-width: 481px;
  margin: 0 auto 120px;
}
.banks_row{
  width: 700px;
  max-width: 100%;
  margin:0 auto 48px;
  gap:32px;
  justify-content: center;
}
.crypto_row{
  width: 450px;
  max-width: 100%;
  margin:0 auto;
}
.small_sub_title{
  font-size: 16px;
  color: #6B6B69;
  text-align: center;
  max-width: 345px;
  margin: 0 auto 69px;
}
.slider_blog .slick-list {
  padding-right: 55px;
}
.item_slide{
  font-family: 'InterTight',sans-serif;
  font-weight: 600;
  display: flex;
  margin-right: 16px;
  background-color:rgba(8, 6, 4, 0.4);
  border-radius: 40px;
  padding: 24px;
}
.item_slide p{
  font-size: 30px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 44px;
}
.item_slide .img_block{
  border-radius: 40px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  min-width: 185px;
  padding: 1px;
}
.item_slide .img_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; 
  border-radius: 40px;
  background: linear-gradient(170deg, rgba(82, 88, 93, 0.1) 0%, rgba(82, 88, 93, 0.4) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.item_slide .img_block img{
  max-width: 100%
}
.blog_sec .cover_outside{
  background-color: rgba(37, 36, 35, 0.11);
  border-radius: 40px;
  padding-top: 72px;
  position: relative;
  padding-bottom: 80px;
}
.blog_follow{
  font-size: 16px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  width: 141px;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin: 0 auto;
}
.blog_follow:hover{
  background: linear-gradient(270deg, #FFAF00 0%, #ED720C 100%);
  color: #000;
}
.blog_follow:hover img{
  filter: brightness(0) saturate(100%);
}
.blog_follow img{
  max-width: 100%;
  margin-right: 10px;
}
.info_block{
  text-align: center;
}
.btn_mob{
  display: none;
}
.more{
  color: #FFAF00;
  font-size: 16px;
  text-decoration: none;
}
.more img {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transition:.3s ease;
}
.more:hover img {
  transform: translate(10px);
}
.blog_sec .cover_block{
  text-align: center;
}
.slider_blog{
  margin-bottom: 56px;
}
.prom{
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: -250px;
}
.blog_sec{
  margin-bottom: 60px;
  position: relative;
  padding-top: 180px;
  margin-top: -290px;
}
.blog_sec:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('../img/decore_3.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  animation: first-scale 8s linear infinite;
    left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-size: 80% auto;
}
.blog_sec .cover_outside:after{
  content: "";
  width: 545px;
  height: 545px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  right: 0;
  bottom: -170px;
  opacity: 0.2;
  filter: blur(130px);
}
.prom h2{
  transform: rotate(-6deg);
  margin-top: 30px;
}
.prom .sub_title{
  max-width: 530px;
  margin-bottom: -30px;
}
.prom .cover_outside{
  position: relative;
  padding-top: 64px;
  border-radius: 40px;
  background-color: rgba(255,255,255,0.04);
}
.prom .cover_anim{
  position: relative;
  padding-bottom: 370px;
}
.prom .cover_anim{
  overflow: hidden;
}
.prom .cover_anim .img_block img{
  position: relative;
  bottom: -3px;
  width: 598px;
  height: auto;
  max-width: 100%;
}
.prom .cover_anim:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 58%;
  bottom: 0;
  width: 1691px;
  height: 1506px;
  transform: translate(-50%,0%);
  background-image: url('../img/decore_4.svg');
  background-repeat: no-repeat;
  background-position: -16px center;
  animation: spin-no-scale 15s linear infinite;
  transform-origin: 50% 50%;
}
    @keyframes spin-no-scale {
      0% {
        transform:translate(-50%,0%) rotate(0deg) scale(1);
      }
      25% {
        transform:translate(-47%,4%) rotate(90deg) scale(0.7);
      }
      50% {
        transform:translate(-60%,20%) rotate(180deg) scale(0.9);
      }
      75% {
        transform:translate(-70%,10%) rotate(270deg) scale(0.7);
      }
      100% {
        transform:translate(-50%,0%) rotate(360deg) scale(1);
      }
    }
.prom .btn_reg{
  position: absolute;
  left: 53%;
  width: 225px;
  bottom: 40px;
  transform: translate(-50%,0);
}
h1 {
  margin-top: 0;
  font-size: 24px;
}
.text_sec .logo_block{
  display: none;
}
.text_sec .text_block{
  /*padding-left: 166px;*/
  color: #6B6B69;
  margin-bottom: 32px;
}
.text_sec h2{
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 100%;
  text-align: left;
}
.text_sec .cover_outside{
    height: 300px;
  overflow: hidden;
  position: relative;
  transition: .3s ease;
  font-family: 'InterTight', sans-serif;
}
.text_sec .cover_outside.active{
    height: 900px;
}
.less_text img{
  transform: rotate(180deg);
}
.text_sec  .cover_outside:after{
  content: "";
  background: linear-gradient(to bottom, rgba(15,15,15,0) 0%,rgb(15, 15, 15) 80%);
  height: 200px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.text_sec  .cover_outside.active:after{
  content: none;
}
.text_sec .text_block p{
  margin-bottom: 16px;
}
.text_control{
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 156px;
  height: 58px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  opacity: 0.5;
  transition: opacity .3s ease;
}
.text_control:hover{
  opacity: 1;
}
.text_control img{
  margin-left: 24px;
}
.stiky{
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%,0);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border-radius: 16px;
  padding: 8px;
  width: 540px;
}
.stiky ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.stiky ul li{
  width: 100px;
  height: 58px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stiky ul li a{
  display: block;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
}
.stiky ul li a.active{
  background-color: #090E12;
}
.stiky ul li:hover a{
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1599px) {
  .stiky{
    display: none;
  }
}
@media(max-width:1199px){
  .container{
    width: 970px;
  }
  .first-screen{
    padding-top: 160px;
  }
  .first-screen .img_block img{
    display: inline-block;
    width: 100%;
  }
  .main_title{
    font-size: 70px;
  }
  .small{
    font-size: 20px;
  }
  .first-screen .right{
    max-width: 50%;
    padding-top: 30px;
  }
  .first-screen .left{
    max-width: 50%;
    left: -20px;
  }
  .first-screen .d-flex{
    justify-content: space-between;
  }
  h2{
    font-size: 40px;
    line-height: 40px;
  }
  h2 span{
    line-height: 46px;
    padding-bottom: 2px;
  }
  .item_block p{
    font-size: 25px;
  }
  .trade .item_block{
    padding-top: 40px;
  }
  .item_block img{
    width: 100%;
    display: inline-block;
  }
  .app_block a img{
    width: auto;
  }
  .qr_block a img{
    width: auto;
  }
  .qr_block .left img{
    width: auto;
  }
  .app_block{
    margin-bottom: 45px;
  }
  .numb_item p{
    font-size: 230px;
  }
  .trade{
    margin-bottom: 45px;
  }
  .ease{
    margin-bottom: 50px;
  }
  .blog_sec{
    padding-top: 180px;
  }
  .blog_sec{
    margin-bottom: 70px;
  }
  .item_slide p{
    font-size: 25px;
  }
  .refill{
    margin-bottom: 50px;
  }
  .blog_sec{
    margin-top: 0;
    padding-top: 0;
  }
  .footer-home{
    padding: 50px 0;
  }
}
@media(max-width:992px){
  .container{
    width: 730px;
  }
  .main_title{
    font-size: 64px;
    margin-bottom: 30px;
  }
  .small{
    margin-bottom: 20px;
  }
  .app_block a img{
    width: 80%;
  }
  .app_block a{
    width: 140px;
    height: 55px;
  }
  .trade .item_block:last-child p{
    margin-bottom: 35px;
  }
  .trade .item_block .qr_block p{
    margin-bottom: 10px;
  }
  .numb_item p {
    font-size: 165px;
  }
  .trade{
    margin-bottom: 20px;
  }
  .blog_sec {
    padding-top: 115px;
  }
  .blog_sec {
    margin-bottom: 40px;
  }

  .blog_sec{
    margin-top: 0;
    padding-top: 0;
  }
}
@media(max-width:767px){
  .trade .anim_block::after {
    animation: none;
    background-size: auto;
    background-position: center center;
  }
  .first-screen::before {
    background-size: auto;
    background-position: center center;
    top: 70%;
  }
  .container{
    width: 100%;
  }
  .first-screen .d-flex{
    flex-flow: column-reverse;
  }
  .first-screen .right{
    text-align: center;
    max-width: 100%;
  }
  .small{
    max-width: 70%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .hidden_mob{
    display: none;
  }
  .btn_mob{
    position: fixed;
    bottom: 100px;
    left: 50%;
    width: 293px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transform: translate(-50%,0);
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 3;
    text-align: center;
  }
  .vis_mob{
    width: 277px;
    display: inline-flex;
  }
  .first-screen .left{
    max-width: 100%;
    left: -53px;
    margin-top: 5px;
  }
  .stiky{
    display: none;
  }
  .main_title{
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    font-family: 'InterTight',sans-serif;
  }
  .main_title+.small{
    margin-bottom: 15px;
  }
  h2{
    font-size: 32px;
    line-height: 32px;
  }
  h2 span {
    line-height: 35px;
    padding-bottom: 2px;
  }
  .trade .d-flex.wrap-row.sp-btween{
    flex-flow: column;
  }
  .trade .item_block{
    width: 100%;
    margin-bottom: 12px;
  }
  .item_block p{
    font-size: 20px;
  }
  .trade .item_block .qr_block p{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .qr_block a{
    font-size: 14px;
  }
  .qr_block .left img {
    width: 64px;
  }
  .qr_block{
    padding-bottom: 50px;
  }
  .numb_item:last-child{
    display: none;
  }
  .ease .d-flex{
    justify-content: center;
  }
  .numb_item:first-child{
    margin-right: 0;
  }
  .numb_item p {
    font-size: 220px;
  }
  .trade .qr_block a.btn_reg{
    display: inline-block;
  }
  .trade{
    padding-bottom: 40px;
  }
  .sub_title{
    font-size: 16px;
    margin: 0 auto 24px;
  }
  .refill h2{
    margin-bottom: 24px;
  }
  .banks_row{
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  /*.banks_row img{
    margin-bottom: 21px;
  }
  .banks_row img:first-child{
    order: 2;
    width: 19%;
  }
  .banks_row img:nth-child(2){
    order: 3;
    width: 28%;
  }
  .banks_row img:nth-child(3){
    order: 4;
    width: 14%;
  }
  .banks_row img:nth-child(4){
    order: 5;
    width: 29%;
  }
  .banks_row img:nth-child(5){
    order: 0;
    width: 37%;
  }
  .banks_row img:nth-child(6){
    order: 1;
    width: 24%;
  }*/
  .crypto_row{
    flex-wrap: wrap;
    justify-content: center;
  }
  .crypto_row img{
    margin-bottom: 16px;
    width: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .blog_sec .cover_outside{
    padding-top: 50px;
  }
  .blog_sec h2{
    margin-bottom: 24px;
  }
  .small_sub_title{
    margin-bottom: 47px;
  }
  .item_slide .d-flex{
    flex-flow: column;
  }
  .item_slide .img_block{
    margin-bottom: 16px;
    height: 150px;
  }
  .prom .cover_anim::before {
    background-size: auto;
    background-position: center center;
  }
  .item_slide p{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .prom .logo{
    width: 107px;
  }
  .prom .sub_title{
    max-width: 70%;
  }
  .prom .cover_anim .img_block img{
    width: 100%;
  }
  .text_sec .d-flex{
    flex-wrap: wrap;
  }
  .text_sec .text_block{
    padding-left: 0;
    margin-bottom: 0;
  }
  .text_control.less_text{
    margin-top: 10px;
  }
  .text_sec .logo_block{
    width: 107px;
    margin-bottom: 48px;
  }
  .text_sec .logo_block img{
    width: 100%;
  }
  h1{
    font-size: 16px;
  }
  .trade .anim_block{
    padding-top: 0;
  }
  .prom .cover_anim{
    padding-bottom: 290px;
  }
  .prom .cover_outside{
    overflow: hidden;
  }
}



.footer-home{
    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;
}

.footer-home .attention{
  color: #6B6B69;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  font-family: 'InterTight', sans-serif;
}
.footer-home .attention .show_less,
.footer-home .attention .show_more{
  color: #FFAF00;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.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: #6B6B69;
}
.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;
  }
}
@media screen and (max-width: 992px) {
  .footer-columns{
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
    .footer-columns .col:first-child{
      grid-template-columns: repeat(2,1fr);
      grid-gap: 50px;
    }
    .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;
    }

    .social .icon{
      display: block;
    }
    .footer-home .lang-sw{
      margin: 0 0 30px;
    }
    .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;
    }
} 
.btn_mob{
  display: none;
}