@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
.icon{
    display:inline-block;
    width:1em;
    height:1em;
    fill:currentColor;
    position:relative;
    top:.1em
}
.d-none{
    display:none
}
*,:after,:before{
    box-sizing:border-box
}
details,footer,header,menu,nav,section{
    display:block
}
html{
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    background-color:#0f171f
}
body{
    overflow-x:hidden;
    margin:0
}
main{
    display:block
}
h1{
    font-size:2em;
    margin:.67em 0
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent;
    
}
.lang a {
    color:#00CC9C
}
b{
    font-weight:900
}
code{
    font-family:monospace,monospace;
    font-size:1em
}
img{
    border-style:none
}
button{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
::selection{
    background:#e9b7ff;
    color:#5b326d
}
button{
    overflow:visible
}
button{
    text-transform:none
}

.roadmap a:visited {
    color:#00cc9c
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
[type=checkbox],[type=radio]{
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
[hidden]{
    display:none
}
ul{
    list-style:none
}
q{
    quotes:none
}
q:after,q:before{
    content:"";
    content:none
}
img{
    pointer-events:none;
    vertical-align:top
}
a:active,a:focus,a:hover,button:active,button:focus,button:hover{
    text-decoration:none;
    cursor:pointer
}
html{
    font-size:16px;
    box-sizing:border-box;
    -ms-overflow-style:scrollbar
}
body{
    font-size:100%;
    font-weight:400;
    line-height:1.15;
    font-family:Inter,helvetica,sans-serif,serif,-apple-system;
    color:#fff;
    background-color:#0f171f;
    position:relative;
    min-width:320px;
    overflow-x:hidden;
    -ms-overflow-style:scrollbar;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    scroll-behavior:smooth
}
.bobby{
    background-image:url(../img/main/bg2.svg);
    background-repeat:repeat;
    width:100%;
    height:100%;
    position:relative
}
.container{
    width:100%;
    max-width:1280px;
    padding-right:30px;
    padding-left:30px;
    position:relative;
    margin-right:auto;
    margin-left:auto
}
.container--inner{
    max-width:1470px;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.d-none{
    display:none!important
}
h1,h2,h3,h4,h5,h6,ul{
    margin:0;
    padding:0
}
h1,h2{
    color:#fff;
    font-weight:900;
    font-size:50px;
    line-height:53px
}
h3{
    font-weight:900;
    font-size:30px;
    line-height:40px;
    color:#fff
}
h4{
    font-size:22px;
    line-height:32px;
    color:#fff;
    font-weight:400
}
.white{
    color:#fff
}
.header .white{
    width:30px;
    height:30px;
    border-radius:6px;
    background:rgba(255,255,255,.1);
    color:#fff
}
.header .white img{
    margin:7px auto;
    width:16px;
    height:16px;
    display:block
}
.overflow{
    overflow:hidden!important
}
.header{
    position:relative;
    padding-bottom:120px
}
.header__wrap{
    /* padding-top:250px; */
    position:relative
}
.header__intro{
    margin-top:80px
}
@keyframes anima-angle{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-10px)
    }
}
.tok_1{
    background-color:#00ff75
}
.tok_2{
    background-color:#00c2ff
}
.tok_3{
    background-color:#4200ff
}
.tok_4{
    background-color:#bd00ff
}
.tok_5{
    background-color:#f09
}
.tok_6{
    background-color:red
}
.tok_7{
    background-color:#ff6b00
}
.tok_8{
    background-color:#bfe84e
}
.tok_9{
    background-color:#fff
}
div.burger{
    display:none;
    height:40px;
    width:40px;
    position:relative;
    z-index:9999;
    cursor:pointer;
    top:-10px
}
div.circle{
    width:0;
    height:0;
    position:absolute;
    top:0;
    background:#0f161d;
    opacity:1
}
div.menu{
    background: #070a0e;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    visibility:hidden
}

.animate {
    -webkit-animation:hello 1s forwards;
    animation:hello 1s forwards
}

div.menu ul li{
    list-style:none;
    top:50px;
    left:0;
    opacity:0;
    width:100%;
    text-align:center;
    font-size:20px;
}



.menu ul li:nth-child(5) {
    animation-delay:.1s;
}
.menu ul li:nth-child(6) {
    animation-delay:.2s;
}
.menu ul li:nth-child(7) {
    animation-delay:.3s;
}
.menu ul li:nth-child(8) {
    animation-delay:.4s;
}
.menu ul li:nth-child(9) {
    animation-delay:.5s;
}
.menu ul li:nth-child(10) {
    animation-delay:.6s;
}
.menu ul li:nth-child(11) {
    animation-delay:.7s;
}
.menu ul li:nth-child(12) {
    animation-delay:.8s;
}


@keyframes hello{
    from{
        opacity:0;
        margin-top:20px;
    }
    to{
        opacity:1;
        margin-top:0
    }
}




.header-mobile__nav-menu{
    margin-top:100px
}
.footer{
    padding-top:20px;
    padding-bottom:60px;
    color:#9090ab
}
.footer__wrap{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
.footer__left{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
.footer__right{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
.footer__logo{
    margin-right:110px
}
.footer__logo-copy{
    font-size:14px;
    line-height:27px;
    color:rgba(207,207,221,.4);
    padding-left:44px
}
.footer__nav{
    display:flex;
    margin-right:60px
}
.footer__nav-list{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}
.footer__nav-item{
    margin-bottom:20px;
    min-width:160px
}
.footer__nav-link{
    font-weight:500;
    font-size:15px;
    line-height:24px;
    text-decoration:none;
    color:#fff;
    transition:.3s ease
}
.footer__nav-link:hover{
    color:#00cc9c
}
.footer__social{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    width:100%;
    max-width:390px;
    margin-right:100px
}
.footer__social-link{
    display:block;
    height:20px;
    margin-right:65px;
    margin-bottom:32px;
    transition:all .3s ease-in-out
}
.footer__social-link:hover{
    filter:invert(0) sepia(0) hue-rotate(160deg) saturate(1) brightness(1.2)
}
.footer__social-link:active{
    filter:invert(0) sepia(0) hue-rotate(160deg) saturate(1) brightness(.6)
}
.news .container .contflex{
    display:flex;
    flex-wrap:wrap;
    margin:-15px
}
.news_item{
    margin:15px;
    background-size:cover;
    width:215px;
    height:186px;
    display:block;
    border-radius:24px;
    padding:15px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end
}
.news__title{
    font:18px Inter;
    font-weight:700;
    line-height:140%
}
.news__status{
    font:18px Inter;
    font-weight:500;
    color:#48f2ab;
    line-height:140%;
    margin-top:10px
}
#n_1{
    background:url(../img/news_1.png);
    background-size:cover
}
#n_2{
    background:url(../img/news_2.png);
    background-size:cover
}
#n_3{
    background:url(../img/news_3.png);
    background-size:cover
}
#n_4{
    background:url(../img/news_4.png);
    background-size:cover
}
#n_5{
    background:url(../img/news_5.png);
    background-size:cover
}
#demo .roadmap__wrap:before{
    height:0;
    background:0 0
}
.btn{
    transition:.3s ease-in-out;
    display:block;
    text-align:center;
    text-decoration:none;
    padding:15px 20px;
    font-weight:900;
    font-size:15px;
    line-height:24px;
    color:#000;
    text-shadow:0 1px 1px rgba(0,0,0,.1);
    background:#01df8f;
    box-shadow:0 10px 10px rgba(0,0,0,.1);
    border-radius:20px
}
.btn-s{
    transition:.25s ease-in-out;
    display:block;
    text-decoration:none;
    padding:15px 5px;
    font-weight:900;
    font-size:16px;
    line-height:24px;
    text-transform:uppercase
}
.btn-s:hover{
    filter:hue-rotate(-45deg)
}
.btn__icon{
    margin-right:10px
}
.btn--p2p{
    background:#186b57;
    color:#fff
}
.btn--p2p:hover{
    background:#158662
}
.btn--airswap{
    background:#195397;
    color:#fff
}
.btn--airswap:hover{
    background:#006ae7;
    box-shadow:0 10px 30px rgba(22,95,81,.25)
}
.rightflex{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.hamburger{
    display:none;
    cursor:pointer;
    transition:.3s ease-in-out;
    font:inherit;
    color:inherit;
    text-transform:none;
    background-color:transparent;
    border:0;
    overflow:visible;
    outline:0;
    z-index:9999
}
.hamburger.is-active:hover .hamburger-inner,.hamburger.is-active:hover .hamburger-inner:after,.hamburger.is-active:hover .hamburger-inner:before{
    background-color:#00cc9c
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{
    background-color:#000
}
.hamburger-box{
    width:24px;
    height:24px;
    display:inline-block;
    position:relative
}
.hamburger-inner{
    display:block;
    top:50%
}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{
    transition:.3s ease-in-out;
    width:24px;
    height:2px;
    background-color:#00cc9c;
    border-radius:1px;
    position:absolute
}
.hamburger-inner::after,.hamburger-inner::before{
    content:"";
    display:block
}
.hamburger-inner::before{
    top:-8px
}
.hamburger-inner::after{
    bottom:-8px
}
.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:after,.hamburger:hover .hamburger-inner:before{
    background-color:#00cc9c
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{
    background-color:#00cc9c
}
.hamburger--3dxy .hamburger-box{
    perspective:80px
}
.hamburger--3dxy .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dxy .hamburger-inner::after,.hamburger--3dxy .hamburger-inner::before{
    transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dxy.is-active .hamburger-inner{
    background-color:transparent!important;
    transform:rotateX(180deg) rotateY(180deg)
}
.hamburger--3dxy.is-active .hamburger-inner::before{
    transform:translate3d(0,8px,0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner::after{
    transform:translate3d(0,-8px,0) rotate(-45deg)
}
.header-mobile{
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:fixed;
    top:0;
    right:0;
    z-index:99999;
    margin-top:108px;
    width:100%;
    background-color:#000;
    padding:20px 20px 40px;
    transform:translateX(100%);
    transition:.3s ease-in-out;
    overflow-y:auto;
    text-align:left
}
.header-mobile__btn-wrap{
    margin-top:35px
}
.header-mobile__btn{
    padding:15px 0;
    letter-spacing:3px;
    text-align:left;
    padding-left:24px
}
.header-mobile__nav-menu .link{
    display:block;
    width:100%;
    font-size:16px;
    line-height:36px;
    text-decoration:none;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    transition:all .3s;
    text-transform:uppercase;
    text-align:left;
    padding-left:24px;
    letter-spacing:3px
}
.header-mobile__nav-menu .link:active,.header-mobile__nav-menu .link:hover{
    color:#fff
}
.header-mobile__social{
    margin:0 auto;
    padding:20px
}
.about{
    position:relative;
    margin-bottom:72px
}
.about__wrap{
    display:flex;
    align-items:center;
    margin:0 auto
}
.about__wrap-content{
    display:flex;
    align-items:flex-start;
    margin:0 auto;
    z-index:9999
}
.about__img-wrap{
    position:relative;
    z-index:1;
    margin-right:200px
}
.about__img-wrap img{
    width:319px;
    height:646px
}
.about__info-wrap{
    width:100%;
    margin-top:1%
}
.about__title-wrap{
    display:flex;
    align-items:center;
    margin-bottom:24px
}
.about__title{
    margin-right:40px
}
.about__text{
    font-weight:300;
    font-size:20px;
    line-height:140%;
    margin-bottom:20px;
    text-align:center
}


.mediakit {
    padding-top:100px;
    background-image:url(../curate.svg);
    background-repeat:no-repeat;
    background-size:206px;
    background-position:top 20px center;
    padding-bottom:100px;
}

.media_title {
    font:24px Inter;
    color:#E9B7FF;
    font-weight: 700;
}

.media_buttons {
    position:relative;
    flex-wrap: wrap;;
}

.media_buttons a {
    text-decoration: none;
}
.media_button {
    display:inline-block;
    background:url("../img/ic_download.svg") #1F1F39;
    background-size:20px;
    background-position: center right 10px;
    background-repeat:no-repeat;
    width:auto;
    padding:10px 40px 10px 12px;
    font:20px Inter;	
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), inset -2px -2px 4px rgba(0, 0, 0, 0.04), inset 0px 4px 10px rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    font-weight:700;
    color:#E9B7FF;
    cursor:pointer;
    transition:.3s ease;
    margin-top:16px;
    margin-right:16px
}
.media_button:hover {
    filter: hue-rotate(5deg) saturate(120%) brightness(120%);
}
.media_button:active {
    filter: hue-rotate(5deg) saturate(120%) brightness(100%);
}
.media_button span {
    padding-left:4px;
    font:17px Inter;
    font-weight:400
}
.media_item {
    padding:20px 0;
    display:flex;
    align-items: center;
    border-bottom:1px solid #1D2935
}

.media_left {
    width:446px;
    height:180px;
    display:flex;
    justify-content:flex-end;
    align-items: center;
    position:relative;
    margin-right:60px;
}
.media_right {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    height:120px;
}
.media_button {
    margin-right:10px;	
}


@media only screen and (max-width: 575px) {
    .mediakit .new_header {
        font-size:60px!important
    }
    .header-mobile__nav-menu {
        margin-top:80px;
    }

    .header-mobile__nav-menu .link {
        padding-top:5px;
        padding-bottom:5px
    }
}

@media only screen and (max-width:1100px){
    .media_item {
        flex-direction: column;
    }

    
    
    .media_left {
        justify-content:center;
        margin-right:0;
        width:100%;
    }
    .media_item {
        padding:20px 0 60px 0;
    }
    .media_left { 
        margin-bottom:40px;
    }
}

.about__text--first{
    font-weight:500
}
.about__text--first img{
    vertical-align:text-bottom;
    margin-right:6px
}
.about__text--hidden{
    transition:max-height .2s ease-out 0s;
    overflow:hidden
}
.about__btn{
    display:flex;
    align-items:center;
    padding:7px 14px;
    background:#021617;
    border:1px solid rgba(34,30,37,.52);
    border-radius:6px;
    color:#fff;
    outline:0
}
.about__btn-text{
    margin-right:10px
}
.usc{
    overflow:visible;
    position:relative;
    z-index:999;
    padding-bottom:30px;
    padding-top:120px;
    background-position:top left;
    background-repeat:no-repeat
}
.languages{
    width:133px;
    display:inline-block;
    vertical-align:middle;
    margin-right:19px
}
.languages__inner{
    position:relative;
    z-index:2
}
.languages__overlay{
    position:absolute;
    z-index:100;
    transition:.5s ease;
    background:linear-gradient(180deg,rgba(1,31,31,.9) 0,rgba(32,82,79,0) 100%);
    width:100vw;
    height:100vh;
    opacity:0;
    visibility:hidden
}
.languages a.in:before{
    background:url(../img/in.svg) 0 0 no-repeat
}
.languages a.ru:before{
    background:url(../img/ru.svg) 0 0 no-repeat
}
.languages a.us:before{
    background:url(../img/us.svg) 0 0 no-repeat
}
.languages__body a{
    position:relative;
    display:block;
    height:35px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    width:143px;
    padding:9px 20px 10px 46px;
    border-radius:4px;
    text-decoration:none;
    text-align:left;
    background:rgba(0,0,0,.02);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    transition:.3s ease
}
.languages__body a:before{
    position:absolute;
    content:'';
    left:14px;
    top:50%;
    width:25px;
    height:14px;
    margin-top:-7px
}
.languages__body a:after{
    position:absolute;
    content:'';
    right:10px;
    top:15px;
    border-style:solid;
    height:0;
    width:0;
    border-color:#fff transparent transparent transparent;
    border-width:4px 3px 0 3px
}
.languages__body a:hover{
    background:rgba(255,255,255,.03)
}
.invest{
    width:133px;
    display:inline-block;
    vertical-align:middle;
    margin-right:19px
}
.invest__inner{
    position:relative;
    z-index:2
}
.invest__overlay{
    position:absolute;
    z-index:100;
    transition:.5s ease;
    background:linear-gradient(180deg,rgba(1,31,31,.9) 0,rgba(32,82,79,0) 100%);
    width:100vw;
    height:100vh;
    opacity:0;
    visibility:hidden
}
.invest__body a{
    position:relative;
    display:block;
    height:35px;
    font-size:16px;
    color:rgba(255,255,255,.4);
    font-weight:400;
    width:143px;
    padding:9px 20px 10px 10px;
    border-radius:4px;
    text-decoration:none;
    text-align:left;
    background:rgba(0,0,0,.02);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    transition:.3s ease
}
.invest__body a:hover{
    color:#00cc9c
}
.invest__body a:before{
    position:absolute;
    content:'';
    left:14px;
    top:50%;
    width:25px;
    height:14px;
    margin-top:-7px
}
.invest__body a:after{
    position:absolute;
    content:'';
    right:10px;
    top:15px;
    border-style:solid;
    height:0;
    width:0;
    border-color:#fff transparent transparent transparent;
    border-width:4px 3px 0 3px
}
 .active{
    opacity:1;
    visibility:visible
}
.roadmap{
    padding-top:120px;
    overflow-x:hidden
}
.roadmap__title{
    text-align:center
}
.roadmap__wrap{
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding-top:70px
}
.roadmap__wrap:after{
    content:"";
    position:absolute;
    left:1220px;
    top:154px;
    width:100vw;
    height:1px;
    background-color:#363447
}
.roadmap__wrap:before{
    content:"";
    position:absolute;
    right:1220px;
    top:154px;
    width:100vw;
    height:1px;
    background-color:#363447
}
.roadmap__block{
    width:100%
}
.roadmap__block--done{
    color:#363447
}
.roadmap__block--done .roadmap__list{
    margin-left:-11px
}
.roadmap__block--now{
    color:#00cc9c
}
.roadmap__block--next{
    color:#9277a5
}
.roadmap__block-title{
    position:relative;
    color:#17383a;
    padding-bottom:22px;
    padding-left:15px
}
.roadmap__block-title h3{
    font-weight:700;
    font-size:30px;
    line-height:26px;
    color:#17383a
}
.roadmap__block-title--done{
    color:#17383a;
    border-bottom:1px solid #363447
}
.roadmap__block-title--done h3{
    color:#363447
}
.except::before{
    content:url(../img/triangle_pink.svg)!important;
    position:absolute;
    left:-1px;
    bottom:-10px
}
.roadmap__block-title--done .roadmap__block-year{
    color:#363447
}
.roadmap__block-title--now{
    color:#00cc9c;
    border-bottom:1px solid #01df8f
}
.roadmap__block-title--now h3{
    color:#00cc9c
}
.roadmap__block-title--now .roadmap__block-year{
    color:#00cc9c
}
.roadmap__block-title--now:before{
    content:url(../img/triangle.svg);
    position:absolute;
    left:-1px;
    bottom:-10px
}
.roadmap__block-title--next{
    color:#fff;
    border-bottom:1px solid #363447
}
.roadmap__block-title--next h3{
    color:#e9b7ff
}
.roadmap__block-title--next .roadmap__block-year{
    color:#fff
}
.roadmap__block-title--next:before{
    content:url(../img/triangle.svg);
    position:absolute;
    left:-1px;
    bottom:-10px
}
.roadmap__block-year{
    font-size:16px;
    line-height:36px;
    color:#17383a
}
.roadmap__list{
    padding-top:27px;
    padding-right:50px
}
.roadmap__item{
    display:flex;
    align-items:center;
    font-size:16px;
    line-height:23px;
    margin-bottom:20px
}
.roadmap__item img{
    margin-right:10px
}
.roadmap__item span{
    display:block
}
.graph{
    margin-bottom:20px
}
.graph__left{
    padding:100px 0 0 0
}
.graph__wrap{
    display:flex;
    align-items:flex-start;
    justify-content:space-around
}
.graph__title{
    font-weight:900;
    font-size:34px;
    line-height:40px;
    color:#fff;
    text-align:center;
    margin-bottom:28px
}
.graph__content{
    display:flex;
    align-items:center;
    margin-top:32px;
    justify-content:space-between
}
.graph__chart-wrap{
    margin-right:44px
}
.graph__chart img{
    margin-top:20px;
    width:332px;
    height:332px
}
.graph__item{
    font-size:18px;
    display:flex;
    align-items:center;
    margin-bottom:10px
}
.graph__item-percent{
    width:30px;
    color:rgba(207,207,221,.4);
    margin-right:32px
}
.graph__item-label{
    line-height:27px;
    width:100%;
    color:#cfcfdd
}
.graph__item-color{
    width:20px;
    height:20px;
    border-radius:6px;
    margin-right:17px
}
.graph__item-color.team{
    background-color:#6611f2
}
.graph__item-color.partner{
    background-color:#5dd0f9
}
.graph__item-color.community{
    background-color:#1275f9
}
.graph__item-color.dev{
    background-color:#21b7ae
}
.graph__item-color.legal{
    background-color:#a9a9a9
}
.our-team{
    padding-top:80px;
    padding-bottom:80px;
    min-height:500px
}
.exchanges{
    padding-top:80px;
    padding-bottom:100px;
}
.partners {
    padding-bottom:100px;
}
.flexan{
    display:flex;
    /* flex-wrap:wrap; */
    justify-content:left;
    align-items:center;
    margin:-32px;
    margin-top:40px
}
.partner1{
    margin:20px
}
.partner2{
    margin:32px
}
.our-team .container{
    width:100%;
    max-width:100%;
    padding-right:0;
    padding-left:0
}
.our-team__title{
    text-align:center;
    margin-bottom:40px
}
.our-team__slider-wrap{
    position:relative
}
.our-team__slider{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.our-team__slider-block{
    min-width:200px;
    opacity:.5
}
.our-team__slider-avatar{
    text-align:center
}
.our-team__avatar-img{
    width:86px;
    height:86px;
    display:block;
    border-radius:50%;
    margin:0 auto 9px
}
.our-team__slider-title{
    font-weight:700;
    line-height:23px;
    text-align:center;
    color:#e9b7ff;
    margin-bottom:4px;
    font-size:18px
}
.our-team__slider-undertitle{
    font-weight:300;
    line-height:23px;
    text-align:center;
    color:#cfcfdd;
    margin-bottom:18px;
    font-size:14px
}
.our-team__slider-social{
    display:flex;
    align-items:center;
    justify-content:center
}
.our-team__slider-social-link{
    display:block;
    width:24px;
    height:24px;
    margin-right:20px;
    transition:.2s ease
}
.our-team__slider-social-link:hover{
    filter:invert(0) sepia(1) hue-rotate(90deg) saturate(135%) brightness(100%);
    background:rgba(200,200,20,.2);
    border-radius:4px
}
.our-team__slider-social-link:last-child{
    margin-right:0
}
.our-team__slider-control{
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:100
}
.our-team__slider-btn{
    background:url(../img/ic_arr.svg);
    background-size:cover;
    cursor:pointer;
    transition:.2s ease;
    width:60px;
    height:60px;
    outline:0;
    top:60px;
    z-index:1001
}
.our-team__slider-btn:hover{
    filter:hue-rotate(-200deg) saturate(.6);
    border-radius:100px
}
.our-team__slider-btn:active{
    filter:hue-rotate(-200deg) saturate(.6) brightness(.6)
}
.our-team__slider-btn:last-child{
    margin-right:0
}
.our-team__slider-btn--left{
    position:absolute;
    display:block;
    right:50%;
    margin-right:100px;
    transform:rotate(180deg);
    translate:.3s ease
}
.our-team__slider-btn--right{
    display:block;
    position:absolute;
    left:50%;
    margin-left:100px;
    translate:.3s ease
}
.our-team__slider-btn--left:hover{
    padding:1px
}
.our-team__slider-btn--right:hover{
    padding:1px
}
.swiper-slide-active{
    z-index:1;
    opacity:1;
    transition:all .3s ease
}
.swiper-container{
    overflow:visible!important
}
.swiper-slide-active .our-team__slider-avatar img{
    width:168px;
    height:168px;
    border-radius:50%
}
.swiper-slide-active .our-team__slider-title{
    font-weight:700;
    font-size:22px;
    line-height:23px;
    text-align:center;
    color:#e9b7ff;
    margin-bottom:4px
}
.swiper-slide-active .our-team__slider-undertitle{
    font-weight:300;
    font-size:16px;
    line-height:23px;
    text-align:center;
    color:#cfcfdd;
    margin-bottom:18px
}
.swiper-slide-active .our-team__slider-avatar{
    margin:0 auto 18px
}
.swiper-slide-active{
    min-width:200px!important
}
.swiper-slide-next{
    min-width:180px!important
}
@keyframes click-wave{
    0%{
        height:20px;
        width:20px;
        opacity:.35;
        position:relative
    }
    100%{
        height:100px;
        width:100px;
        margin-left:-40px;
        margin-top:-40px;
        opacity:0
    }
}
.countdown-container{
    z-index:98;
    width:280px;
    position:absolute;
    right:0;
    border-radius:6px;
    background-color:rgba(15,55,58,.76);
    display:flex;
    flex-direction:column;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    backdrop-filter:blur(15px);
    --webkit-backdrop-filter:blur(15px);
    top:530px;
    overflow:hidden
}
.countdown-container>p{
    margin-block-start:15px;
    margin-block-end:6px;
    color:#00cc9c!important;
    visibility:visible;
    display:inline;
    margin-left:24px;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-size:20px
}
.timer{
    visibility:visible;
    padding:10px;
    text-align:center
}
.timer .timer-wrapper{
    display:inline-block;
    width:60px;
    height:50px
}
.timer .timer-wrapper:not(:last-of-type)::after{
    content:":";
    color:rgba(255,255,255,.4);
    position:absolute;
    text-align:center;
    justify-content:center;
    align-content:center;
    bottom:22%;
    transform:translate(0,-50%);
    padding-left:27px;
    font-weight:700
}
.timer .timer-wrapper .text{
    margin-top:5px;
    width:60px;
    font-size:12px;
    color:rgba(255,255,255,.4);
    text-transform:capitalize;
    display:block
}
.founder{
    display:block;
    height:58px
}
.founder img{
    display:inline-block;
    width:58px;
    height:58px;
    margin-right:10px
}
.founder p{
    margin-block-start:.5em;
    display:inline-block;
    font:20px Inter;
    color:#00cc9c;
    font-weight:700;
    line-height:20px;
    text-align:left
}
.founder span{
    display:inline-block;
    font:14px Inter;
    color:#5c8487;
    font-weight:400;
    line-height:20px;
    text-align:left
}
.center-text{
    text-align:center
}
.x-icon-news{
    margin-left:40px;
    margin-right:30px
}
.audit{
    margin-bottom:50px
}
.audit-container{
    color:#5c8487;
    display:flex;
    align-items:center;
    background-color:#012325;
    border-radius:6px
}
.audit-logo{
    margin-right:23px;
    width:64px
}
.audit-left{
    display:flex;
    align-items:center;
    padding:30px;
    border-right:.5px solid rgba(255,255,255,.1)
}
.audit-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-grow:1;
    padding:0 50px
}
.audit-privacy{
    width:100%;
    text-align:center
}
.audit-privacy-link{
    white-space:nowrap;
    width:100%;
    display:block;
    color:#00cc9c
}
@media only screen and (max-width:933px){
    .givings {
        justify-content: center;
    }
    .usc{
        padding-top:40px
    }
    .news_item{
        width:calc((100vw / 2) - 35px);
        height:200px;
        margin:10px
    }
}
@media only screen and (max-width:575px){
    .intro__undertitle{
        font-size:32px!important
    }
    .intro__title{
        font-size:40px!important;
        line-height:140%!important
    }
    .new_header{
        font-size:32px!important
    }
    .graph__chart img{
        width:280px;
        height:280px
    }
    .usc{
        padding-top:20px
    }
    .audit-left{
        flex-direction:column;
        border-right:0;
        border-bottom:.5px solid rgba(255,255,255,.1)
    }
    .audit-right{
        padding:30px 0 30px 0
    }
    .audit-container{
        flex-direction:column
    }
    .audit-logo{
        margin-right:0
    }
}
.as-featured-container{
    z-index:99999;
    max-width:1100px;
    margin:20px auto
}
.as-featured-section{
    width:100%
}
.as-featured-section a{
    transition:.3s ease;
    margin:20px 30px
}
.as-featured-section a:hover{
    filter:invert(.3) sepia(1) hue-rotate(93deg) saturate(235%) brightness(140%)
}
.as-featured-section>p{
    font-weight:900;
    font-size:14px;
    text-align:center;
    opacity:.4;
    color:#fff;
    text-transform:uppercase
}
.as-featured-section>div{
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.no-padding{
    padding:0!important
}
.user-section-header{
    font-family:Inter;
    font-style:normal;
    font-weight:700;
    font-size:22px;
    line-height:32px;
    color:#fff;
    margin:0 auto 30px 35px
}
.coming-soon{
    text-align:center;
    text-transform:uppercase;
    font-size:36px;
    font-family:Inter;
    font-style:normal;
    font-weight:500;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.user-section-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:30px
}
.user-main{
    margin-bottom:45px
}
.no-overflow-x{
    max-width:100%!important;
    overflow-x:hidden
}
@-webkit-keyframes autofill{
    to{
        color:#fff;
        background:0 0
    }
}
@keyframes autofill{
    to{
        color:#fff;
        background:0 0
    }
}
@keyframes preload-inner{
    0%{
        transform:rotate(0) scale(1)
    }
    33%{
        transform:rotate(360deg) scale(1)
    }
    66%{
        transform:scale(2.4)
    }
    100%{
        transform:rotate(-720deg) scale(2.4)
    }
}
@media only screen and (max-width:1170px){
    .footer__social{
        margin-right:10px
    }
    .roadmap__wrap{
        padding-left:10px;
        padding-right:10px
    }
    .roadmap__wrap:after{
        display:none
    }
    .roadmap__wrap:before{
        display:none
    }
    .roadmap__list{
        padding-right:20px
    }
    
}
@media only screen and (max-width:1065px){
    .main-nav__item{
        margin-right:50px
    }
    .goalProgress{
        background:0 0!important
    }
}
@media only screen and (max-width:1000px){
    .countdown-container{
        top:0;
        right:0;
        position:relative
    }
}
@media only screen and (max-width:991px){
    .graph__content{
        flex-direction:column-reverse;
        align-items:center;
        align-items:flex-start
    }
    .graph__chart-wrap{
        margin-right:0;
        margin-bottom:32px
    }
    div.burger{
        display:block
    }
    .footer__logo{
        margin-right:40px
    }
    .footer__nav{
        margin-right:25px
    }
    .footer__social{
        margin-right:0
    }
    .footer__social-link{
        margin-right:50px
    }
    .footer__totop{
        display:none
    }
    .about{
        margin-bottom:20px
    }
    .about__img-wrap{
        margin-right:45px
    }
    .roadmap{
        padding-top:80px
    }
    .roadmap__title{
        padding-left:20px
    }
    .roadmap__wrap{
        flex-wrap:wrap;
        justify-content:center;
        padding-top:20px
    }
    .roadmap__block{
        width:250px;
        margin-bottom:50px;
        margin-top:50px;
        padding-left:50px
    }
    .roadmap__block-title{
        padding-bottom:0
    }
    .roadmap__block-title--done{
        border:0
    }
    .roadmap__block-title--done:before{
        display:none
    }
    .roadmap__block-title--now{
        border:0
    }
    .roadmap__block-title--now:before{
        display:none
    }
    .roadmap__block-title--next{
        border:0
    }
    .roadmap__block-title--next:before{
        display:none
    }
    .graph__wrap{
        align-items:center;
        flex-direction:column
    }
    .graph__title{
        text-align:center
    }
}
@media only screen and (max-width:767px){
    .main-nav{
        padding:24px 0 0 0
    }
    .main-nav__main-logo{
        margin-right:0
    }
    .main-nav__rightside{
        display:none
    }
    .intro{
        max-width:500px
    }
    .intro__header-wrap{
        margin-bottom:46px
    }
    .intro__title{
        font-size:57px;
        line-height:68px
    }
    .intro__undertitle{
        line-height:32px
    }
    .intro__btn{
        margin-bottom:20px
    }
    .swiper-slide-next{
        left:100px
    }
    .languages__body a:before{
        margin-top:0
    }
    .languages{
        width:44px;
        margin-top:-12px;
        margin-right:0
    }
    .languages__body a:after{
        display:none
    }
    .languages__body a{
        padding:9px 20px 10px 25px;
        width:44px
    }
    .languages__inner{
        width:44px
    }
    .header__intro{
        position:relative;
        transform:none;
        top:0;
        left:0
    }
    .footer__wrap{
        flex-direction:column-reverse;
        align-items:center
    }
    .footer__left{
        flex-direction:column-reverse;
        align-items:center
    }
    .footer__logo{
        margin-right:0
    }
    .footer__nav{
        margin-right:0;
        margin-bottom:50px;
        width:250px;
        justify-content:space-around
    }
    .footer__nav-item{
        min-width:auto
    }
    .footer__social{
        width:250px;
        justify-content:flex-start;
        margin-bottom:20px
    }
    .footer__social-link{
        margin-right:0;
        flex-basis:25%;
        text-align:center
    }
    .about__background{
        display:none
    }
    .roadmap__title{
        padding-left:0
    }
    .roadmap__block{
        margin-bottom:30px;
        margin-top:30px
    }
}
@media only screen and (max-width:605px){
    .about{
        overflow-x:hidden;
        padding:70px 0 0
    }
    .about__wrap-content{
        margin:0
    }
    .about__img-wrap{
        position:absolute;
        top:0;
        left:60%
    }
    .about__img-wrap img{
        display:block;
        height:502px;
        width:248px
    }
    .about__info-wrap{
        margin-top:0
    }
    .about__title-wrap{
        flex-direction:column-reverse;
        align-items:flex-start
    }
    .x-icon-news{
        margin-left:0!important;
        margin-right:0!important;
        margin-top:30px;
        margin-bottom:40px
    }
    .column-wrap{
        flex-direction:column!important
    }
}
.cookie{
    width:100%;
    max-width:1280px;
    padding:20px 20px;
    position:fixed;
    left:50%;
    margin-left:-640px;
    bottom:-150px;
    width:100%;
    border-top-left-radius:26px;
    border-top-right-radius:26px;
    z-index:10001;
    overflow:hidden;
    background-color:#00e095;
    -webkit-animation:shimmy 3s forwards;
    animation:shimmy 3s forwards
}
@media only screen and (max-width:1280px){
    .cookie{
        width:calc(100vw - 30px);
        margin-left:calc(((-100vw + 30px)/ 2))
    }

    .main-nav__list{
        display:none
    }
    .hamburger{
        display:inline-block
    }
}
@keyframes shimmy{
    from{
        transform:translateY(0)
    }
    to{
        transform:translateY(-150px)
    }
}
.cookie a{
    color:#000
}
.cookie svg{
    height:0
}
.cookie__wrap{
    position:relative;
    z-index:9999;
    visibility:visible;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.cookie__text-wrap{
    visibility:visible
}
.cookie__text{
    font-size:16px;
    line-height:20px;
    color:#000
}
.cookie__close-wrap{
    visibility:visible;
    margin-left:25px
}
.cookie__close{
    outline:none;
    display:block;
    box-sizing:border-box;
    box-shadow:0 10px 10px rgba(0,0,0,.1);
    background-color:#000;
    border-radius:16px;
    border:none;
    color:#fff;
    padding:15px 30px;
    text-decoration:none;
    text-align:center;
    font-weight:900;
    font-size:16px;
    line-height:24px;
    transition:all .3s ease;
    z-index:9999
}
.cookie__close:hover{
    background-color:#0a1a17;
    opacity:.95
}
@media only screen and (max-width:575px){
    .as-featured-section{
        margin-top:80px;
        margin-bottom:80px
    }
    .header{
        padding-bottom:220px
    }
    .frombot2{
        -webkit-animation:frombottwo 1.8s forwards;
        animation:frombottwo 1.8s forwards
    }
    @keyframes frombot{
        from{
            opacity:0;
            top:360px
        }
        to{
            opacity:1;
            top:280px
        }
    }
    .news__title{
        font-size:14px
    }
    .news__status{
        font-size:12px
    }
    .news_item{
        height:160px
    }
    .cookie__wrap{
        display:flex;
        flex-direction:column;
        padding:0
    }
    .cookie__text{
        padding-bottom:8px;
        width:75vw
    }
    .cookie__close-wrap{
        margin-left:0
    }
    .cookie__close{
        margin-top:16px;
        width:80vw
    }
}
@media only screen and (max-width:650px){
    .roadmap__block{
        width:100%;
        padding-left:0
    }
    .roadmap__block,.roadmap__item{
        width:100%;
        max-width:100%
    }
    .roadmap__item{
        max-width:none
    }
}