body{
    font-family: 'Nunito Sans', sans-serif;
    background-image: url(../img/top_bg.png);
    background-position: calc(50% - 330px) 0%;
    background-repeat: no-repeat;
    color: #030507;
}
body.russian{
    font-family: 'Roboto', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a, div{
    transition:all 1s ease;
}
.clear{
    clear: both;
}

.container-fluid{
    padding: 0;
}
nav .container{
    padding: 0 !important;
}
input{
    border-radius: 50px;
    padding: 10px 15px;
    border: none;
    margin-right: 10px;
    outline: none;
}
.navbar {
    border-radius: 0;
    background: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 10px 49px -12px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 10px 49px -12px rgba(0,0,0,0.32);
    box-shadow: 0px 10px 49px -12px rgba(0,0,0,0.32);
    padding: 10px 5px 10px 20px;
}
/* .navbar-collapse.show {
    top: 58px;
    left: 0;
    z-index: 100;
    padding: 20px 25px 40px;
    text-align: center;
    position: absolute;
    background: #fff;
    width: 100%;
} */

.navbar-header{

}
.navbar-nav{
    display: table;
    flex-direction: inherit !important;
    width: 100%;
}
.navbar-nav>li>a {

    color: #030507;
}
.navbar-nav>li>a:hover{
    color: #0076FC;
    text-decoration: underline;
}
.navbar-nav>li.active>a{
    color: #0076FC;
}
.navbar-btn {
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #64AAF8;
    color: #64AAF8 !important;
    background: #fff;
    font-size: 12px !important;
    padding: 10px 15px 8px !important;
    height: auto !important;
    margin: 0;
}
.navbar-btn:hover{
    border: 1px solid #0076FC;
    color: #0076FC !important;
}
.navbar-brand{
    background: transparent url(../img/logo.svg) center left no-repeat;
    width: 122px;
    height: 25px;
    margin-right: 40px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.nav-item{
    padding: 0 7px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.nav-item.dropdown a{
    text-transform: uppercase;
    font-size: 13px;
}
.navbar .icon-fb{
    background: transparent url(../img/facebook.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0 30px;
}
.navbar .icon-fb:hover{
    background: transparent url(../img/facebook_hover.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0 30px;
}
.navbar .icon-twitter{
    background: transparent url(../img/twitter.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0;
}
.navbar .icon-twitter:hover{
    background: transparent url(../img/twitter_hover.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0;
}
.navbar .icon-telegram{
    background: transparent url(../img/telegram.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0;
}
.navbar .icon-telegram:hover{
    background: transparent url(../img/telegram_hover.svg) center left no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 4px 3px 0;
}
.navbar-toggler-icon{
    background: transparent url(../img/hamburger.svg) center center no-repeat;
    background-size: 70%;
}


.container{
    width: 1018px;
}
/* -------- HEADLINES -------- */
h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
h2 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    width: 440px;
}
h3 {
    font-size: 30px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 700;
}
.subheadline{
    font-size: 18px;
}
/* -------- BUTTONS -------- */
.btn{
    border-radius: 50px;
    height: 46px;
    font-size: 16px;
    padding: 10px 24px 0;
}
button:hover{
    transition: all 0.5s ease-out;
}
.btn-blue{
    background: #17BAFF;
    color: #fff !important;
}
.btn-blue:hover{
    background: #0399F7;
}
.top-content .headline{
    margin: 0 auto;
    text-align: center;
}
.top-content h1{
    letter-spacing: 0.04em;
    margin-top: 25px;
}
.top-content h2{
    margin: 18px auto 0;
    width: 470px;
}
.top-content .buttons iframe{
    border-radius: 5px;
border: 10px solid #00bbff;
}
.top-content .btn-blue{
    height: 64px;
    padding: 19px 28px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.top-content .top-video{
    height: 64px;
    padding: 19px 28px 0 62px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-size: 40px;
}
.top-video {
    background: #51C898 url(../img/play.svg) 8px center no-repeat;
    color: #fff !important;
    margin-right: 10px;
    padding: 10px 24px 0 44px;
    background-size: 30px;
}
.top-video:hover{
    background-color: #00AF80;
}
.inverted{
    border-radius: 50px;
    border: 1px solid #64AAF8;
    color: #64AAF8 !important;
    background: #fff;
    
}
.inverted:hover{
    color: #0076FC !important;
    border-color: #0076FC;
    
}
.block-two .btn{
    margin: 15px 0 0 17px;
}



.top-content{
    margin-top: 142px;
    position: relative;
}
.top-content .top-phone{
    background: transparent url(../img/phone_top.png) top center no-repeat;
    width: 280px;
    height: 575px;
    display: block;
    margin-top: -40px;
}
.top-content .buttons{
    margin-top: 65px;
}
.top-content .ico-details {
    margin-top: -195px;
    display: table;
    width: auto;
    left: 20px;
    position: relative;
}
.top-content .ico-details .headline {
    font-size: 16px;
    font-weight: 800;
}
.top-content .ico-details .headline span{
    color: #64AAF8;
}
.top-content .ico-details .days-wrapper{
    margin-top: 12px;
}
.top-content .ico-details .days-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.days-wrapper .days, .days-wrapper .hours, .days-wrapper .minutes, .days-wrapper .seconds {
    display: inline-block;
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    margin: 0 10px;
    color: #64AAF8;
}
.top-content .ico-details .days-wrapper label {
    font-size: 11px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 10px;
}
.top-content .ico-details .buttons{
    margin-top: 20px;
}
.mr-5{
    margin-right: 5px;
}
#solution, #business{
    -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}

.solution{
    margin-top: 0;
    background-image: url(../img/car_bg.png);
    background-position: center -160px;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.russian .solution{
    padding-bottom: 175px;
}
.solution .car {
    background: url(../img/car.png) top center no-repeat;
    max-height: 460px;
    background-size: 100%;
    max-width: 900px;
    height: 420px;
    text-align: center;
    margin: 0 auto;
}
.russian .solution .car{
    background: url(../img/car_ru.png) top center no-repeat;
    max-height: 460px;
    background-size: 100%;
    max-width: 900px;
    height: 420px;
    text-align: center;
    margin: 0 auto;
}
.solution .content{
    display: inline-block;
}
.solution .image{
}
.solution .headline{
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}
.russian .solution .headline{
    font-size: 26px;
}
.solution .headline span {
    display: inline-block;
    border-radius: 100px;
    background: #51C898;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 68px;
    text-align: center;
    height: 68px;
    padding-top: 20px;
    margin-right: 25px;
}
.solution-block{
    margin-top: 50px;
}
.solution-block .subheadline{
    width: 100%;
    margin-top: 40px;
    font-size: 17px;
}
.solution ul {
    list-style-type: none;
    margin-top: 45px;
    padding-left: 0;
    width: 100%;
}
.solution li {
    background: transparent url(../img/bullet.svg) top left no-repeat;
    padding-left: 50px;
    background-size: 28px;
    font-size: 17px;
    min-height: 28px;
    margin-bottom: 25px;
    line-height: 20px;
}
.block-one{
    margin-left: 20px;
}
.block-one .content{
    float: left;
}
.block-one .image{
}
.block-one .image img{
    width: 90%;
}
.block-two{
    margin-top: 20px;
}
.block-two .image img {
    width: 100%;
    margin-top: 50px;
}
.block-two .content{
    float: right;
}
.block-two .image{

}
.block-two button {
    background: #0076FC;
    margin-left: 40px;
    margin-top: 35px;
}
.block-three{
    margin-top: 102px;
    margin-left: 20px;
    margin-bottom: 50px;
}
.block-three .image img{
    width: 100%;
}
.block-three .content{

}
.block-three .image{
 
}
.how-works{
    padding-top: 100px;
}
.flow{
    background: url(../img/flow.svg) top center no-repeat;
    /* width: 840px; */
    height: 450px;
    background-size: 100%;
}
.russian .flow{
    background: url(../img/flow_ru.svg) top center no-repeat;
    background-size: 100%;
}
.flow-content{
    margin-top: -100px;
}
.russian .flow-content{
    margin-top: -148px;
}
.flow-content.report{

}
.flow-content.report .subheadline{
    width: 100%;
}
.flow-content.report ul{
    width: 100%;
}
.flow-content .image {

    margin-left: -95px;
}
.flow-content .image img{
    width: 100%;
    margin-top: 60px;
}
.flow-content .content {
    text-align: left;
    margin-top: 55px;
}
.flow-content .headline{
    width: 80%;
}
.flow-content .content .subheadline{
    margin-top: 45px;
    font-size: 18px;
}
.business{
    background: #fff;
    padding: 120px 0;
}
.business h3{
    margin: 0 auto;
    text-align: center;
}
.roadmap {
    background: #4750BC url(../img/wave.svg) bottom center no-repeat;
    padding: 80px 0 300px;
    color: #fff;
    background-size: 2500px;
}
.roadmap h3{
    display: block;
    float: left;
    margin-top: 5px;
}
.roadmap .buttons{
    display: block;
    float: right;
}
.roadmap .buttons .inverted {
    background: transparent;
    border-color: #17BAFF;
    color: #17BAFF !important;
    margin-right: 10px;
}

/* ACCORDION */
.panel-group {
    margin: 40px 0;
}
.panel-default{
    border: none !important;
    background: transparent;
}
.panel-default>.panel-heading{
    background: transparent !important;
    border: none !important;
    color: #fff;
    padding: 0;
}
#accordion .left{
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    width: 100%;
}
#accordion .left.active{
    color: #17BAFF;
}
#accordion .right {
    width: 100%;
    display: block !important;
    background: #4149AA url(../img/faq_arrow.svg) center right no-repeat;
    background-size: 12px;
    background-position-x: 96%;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}
.collapse.in {
    display: block;
}
.panel{
    -webkit-box-shadow: none;
    box-shadow:none;
}
.panel-title{
    margin: 0 0 10px;
}
.panel-body {
    padding: 0;
    font-weight: 300;
    padding-top: 30px;
}

#accordion .left .outside{
    border: 2px solid #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    float: left;
}
#accordion .left .inside {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    color: #4750BC;
    font-weight: 800;
    font-size: 16px;
    margin: 5px;
    padding-top: 5px;
    padding-left: 1px;
}
#accordion .left.active .outside{
    border: 2px solid #17BAFF;
}
#accordion .left.active .inside{
    background: #17BAFF;
}
#accordion .left .headline {
    margin: 12px 10px 0 60px;
    display: block;
    font-size: 16px;
}

.team {
    margin: 0;
    padding: 100px 0;
    text-align: center;
}
.team .subheadline {
    width: 690px;
    margin: 40px auto 0;
}
.team-list{
    margin-top: 50px;
}
.team-list h3{
    color: #D1D1D1;
}
.team-list ul {
    list-style-type: none;
    display: table;
    padding: 0;
    width: 60%;
    margin: 30px auto 0;
}
.team-list li{
    width: auto;
    display: table-cell;
    text-align: center;
}
.team-list a{
    display: block;
    text-decoration: none;
    width: 165px;
    margin: 0 auto;
}
.team-list img {
    width: 136px;
    height: 136px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 70px;
    border: 4px solid #fff;
}
.team-list a:hover img{
    border: 4px solid #0076FC;
    transition: all 1s ease-out;
}
.team-list .name{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    color: #030507;
}
.team-list a:hover .name{
    color: #0076FC;
}
.team-list .info{
    color: #AFB0B0;
    font-size: 12px;
    display: block;
    line-height: 14px;
}
.team-list .icon {
    display: block;
    background: transparent url(../img/linkedin.svg) center center no-repeat;
    width: 34px;
    height: 34px;
    margin: 10px auto 0;
}
.w65{
    width: 65%;
}
.w40{
    width: 40%;
}
.m-auto{
    margin: 0 auto;
}
.faq{
    background: #F2F4F7;
    padding: 40px 0;
    z-index: 100;
    position: relative;
}
#accordion .faq-content {
    width: 100%;
    display: block !important;
    background: #fff url(../img/faq_arrow.svg) center right no-repeat;
    font-size: 14px;
    background-size: 12px;
    background-position-x: 96%;
    font-weight: 700;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
    border-radius: 5px;
    color: #030507;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.07);
}

.faq-left {
    
}
.faq-right {
    margin-top: 130px;
    padding-left: 30px;
}
.faq-right h3{
    margin-bottom: 50px;
}
.faq-right h5{
    margin-bottom: 20px;
}
.faq-right .buttons{
    margin-top: 70px;
}
.faq-right .buttons .btn-blue{
    background: #64AAF8;
}
.faq-right .buttons .btn-blue:hover{
    background: #4493EB;
}
.faq-right.mobile{
    display: none;
}
.docs{
    padding: 100px 0 80px;
    background: transparent url(../img/docs_bg.png) top center no-repeat;
    background-position: calc(50% + 350px) 0%;
}
.docs .left{

}
.docs .right{
    padding: 0;
}
.docs h3{
    margin: 100px 0 40px;
}
.docs h3 span{
    color: #0076FC;
}
.docs-list{

}
.docs-list ul{
    padding: 0;
    list-style-type: none;
}
.docs-list li {
    display: inline-block;
    width: 172px;
    margin: 0 8px 16px;
}
.docs-list li a {
    background: #fff;
    display: block;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.08);
    width: 100%;
    height: 202px;
    text-align: center;
    padding-top: 26px;
    cursor: pointer;
    transition: all 0.8s ease-out;
}
.docs-list li a:hover{
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.18);
}
.docs-list li a .icon{
    width: 106px;
    height: 106px;
    background: #F2F4F7;
    border-radius: 100px;
    margin: 0 auto 18px;
    padding-top: 30px;
}
.docs-list li a .icon img{
    height: 46px;
    width: auto;
}
.docs-list li a .title{
    color: #030507;
    font-size: 14px;
    font-weight: 600;
}
.logos{
    background: #F7FAFE;
    padding: 80px 0;
}

.logos .nav-pills .nav-link.active{
    color: #030507;
    font-size: 24px;
    font-weight: 700;
    background: transparent;
}
.logos .nav-link{
    color: #C1C2C6;
    font-size: 24px;
    font-weight: 700;
}
.logos .nav-link:hover{
    color: #030507;
}
.logos .tab-content ul{
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.logos .tab-content{
    margin-top: 50px;
}
.logos .tab-content li{
    display: inline-block;
    margin: 0 40px 50px;
}
.logos .tab-content li a img{
    max-height: 65px;
}
#services li {
    margin: 0 30px 40px;
}

#services li a img{
    max-height: 50px;
    max-width: 190px;
}
.tab-separator{
    display: block;
    border-radius: 100px;
    width: 5px;
    height: 5px;
    background: #BCBABA;
    margin: 24px 10px 0;
}

/* STATUS */
.status-ico {
    margin-top: 0;
    margin-bottom: 100px;
}
.status-ico h3{
    margin-bottom: 70px;
}
.status-ico-road {
    width: 876px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    position: relative;
}

.status-ico-line {
    background: rgba(38, 49, 75, 0.1);
    height: 10px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
}

.status-ico-line:before {
    content: '';
    background: #3CC0FF;
    width: 34%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 0 8px 8px 0;
}
.status-pencil {
    position: absolute;
    left: 5%;
    background: transparent url(../img/pencil.svg) center no-repeat;
    width: 20px;
    height: 27px;
    bottom: 100%;
    transform: translate(-50%, -14px);
}

.status-ico-point {
    width: 27px;
    height: 27px;
    background-color: #3CC0FF;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: -9px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
    transition: 0.25s all ease-in-out;
}
.status-ico-label {
    padding-left: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #26314B;
    position: relative;
    padding-top: 14px;
}
.status-ico-point.next + .status-ico-label {
    padding-top: 22px;
}

.status-ico-border {
    left: 13px;
    bottom: 0;
    content: '';
    background: #ababab;
    position: absolute;
    width: 1px;
    height: calc(100% + 10px);
}

.status-ico-point.next {
    width: 18px;
    height: 18px;
    top: -5px;
}
.status-ico-point.next:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
}
.status-ico-point.next + .status-ico-label .status-ico-border {
    left: 9px;
}
.status-ico-point.finish {
    background-color: #26314B;
    width: 18px;
    height: 18px;
    top: -4px;
}
.status-ico-point.finish:before {
    content: '';
    background: url(../img/finish.svg) center no-repeat;
    width: 17.7px;
    height: 23px;
    position: absolute;
    right: -7px;
    bottom: 25px;
}

.tokens-pie{
    margin-top: 40px;
    display: table-cell;
}
.tokens-pie h3{
    font-size: 20px;
    margin-bottom: 0;
}

.tokens-pie canvas {
    padding: 30px;
}
.pie-legend{
    margin-top: 0px;
    font-size: 14px;
}
.pie-legend ul{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.pie-legend li{
    display: table-row;
}
.pie-legend .legend-number{
    display: table-cell;
    text-align: right;
    font-weight: 700;
}
.pie-legend .legend-color {
    display: table-cell;
    padding: 0 10px;
}
.pie-legend .legend-color i{
    /* background: red; */
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
}
.pie-legend .legend-color.l1 i{
    background: #FDBF2E;
}
.pie-legend .legend-color.l2 i{
    background: #76F4CD;
}
.pie-legend .legend-color.l3 i{
    background: #3CC0FF;
}
.pie-legend .legend-color.l4 i{
    background: #4674C0;
}
.pie-legend .legend-color.l5 i{
    background: #ff0000;
}
.pie-legend .legend-color.l6 i{
    background: #a2e200;
}
.pie-legend .legend-name{
    display: table-cell;
    text-align: left;
}
.token-info {
    display: table-cell;
    margin: 20px auto 0;
}
.token-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.token-info li {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
}

.token-info span {
    font-weight: 700;
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px;
}
.token-info .name {
    font-weight: 400;
    color: #999;
    width: 200px;
    padding-right: 20px;
}
.business .d-table{
    display: table;
    width: 930px;
    margin: 0 auto 50px;
}
.business .btn{
    margin: 0 5px;
}
.close {
    float: inherit;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    position: relative;
    margin: -105px auto 25px;
}
.close:hover{
    opacity: 1 !important;
    color: #fff !important;
}
.modal-dialog{
    max-width: 800px;
}
.modal-body iframe{
    width: 765px;
    height: 430px;
}

.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-2000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-2000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-2000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-2000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(2000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(2000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(2000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(2000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(1.05);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  
  .animated.animationDelay{
      animation-delay:.4s;
      -webkit-animation-delay:.4s;
  }
  .animated.animationDelayMed{
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animated.animationDelayLong{
      animation-delay:1.6s;
      -webkit-animation-delay:1.6s;
  }
  .animated.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animated.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
  }
  .animated.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animated.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animated.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
  }
  .animated.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animated.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }

.footer{
    padding: 70px 0;
    background: #4a4bc2;
    color: #fff;
}
.footer a{
    color: #fff;
    text-decoration: underline;
}
.footer .footer-tbl{
    display: table;
    width: 100%;
}
.footer .footer-cell{
    display: table-cell;
    vertical-align: top;
}
.footer input{
    width: 300px;
}
.footer button{
    padding: 0 20px;
}

.footer .subscribe-wrapper h4{
    margin-bottom: 20px;
}
.footer iframe{
    border: 10px solid #314692;
}
.footer .copyright{
    margin-top: 35px;
    font-size: 14px;
}
.footer .copyright a{
    color: #17BAFF;
}
.footer .location {
    background: transparent url(../img/location.svg) center left no-repeat;
    background-size: 19px;
    padding: 4px 0 0px 30px;
    display: block;
    margin-bottom: 10px;
}
.footer .mail {
    background: transparent url(../img/mail.svg) center left no-repeat;
    background-size: 20px;
    padding: 1px 0 2px 30px;
    display: block;
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #64AAF8 url(../img/arrow_top.svg) center center no-repeat;
    background-size: 45%;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    opacity: 0.4;
  }
  
  #topBtn:hover {
    background-color: #51C898;
    opacity: 1;
  }
  #topBtn:focus{
    opacity: 0.4;
    background-color: #64AAF8;
  }

/*SCREENS*/
@media (min-width: 1200px){
    
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1019px){
    body{
        background-position: calc(50% - 328px) 0%;
    }
    .navbar-nav{
        width: 100% !important;
    }
    .navbar-nav .nav-item{
        padding: 3px 9px !important;
    font-size: inherit !important;
    border: none !important;
    }
    .navbar .icon-fb, .navbar .icon-telegram, .navbar .icon-twitter{
        position: inherit !important;
        margin: inherit !important;
    }
    .navbar-btn{
        position: inherit !important;
        left: inherit !important;
        margin: inherit !important;
    }
    
    .nav-item .dropdown-toggle{
        display: block !important;
    }
    .navbar-nav .dropdown-menu a{
        display: block !important;
        padding: 7px !important;
    }
    .nav-item.dropdown{
        width: 1%;
        white-space: nowrap;
    }
    .dropdown-menu{
        min-width: 5rem;
    }
    .top-content {
        text-align: center !important;
        margin-top: 110px !important;
    }
    .footer{
        padding: 0 30px 50px;
    }
    .footer .footer-cell{
        display: block;
        padding-top: 30px;
    }
    .footer input {
        width: 550px;
    }
}

@media (min-width: 1024px){
    
    .container {
   
    }
}
@media (max-width: 800px){
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 24px;
    }
    .top-content .top-video{

    }
}
@media (min-width: 768px){
    .container {
        max-width: 100%;
    }
    .top-content .buttons {
        margin-top: 50px;
        /* width: 50%; */
    }
    
    .navbar-nav {
        display: block !important;
        flex-direction: inherit !important;
        width: auto;
        right: 0;
        position: absolute;
        margin: 10px 0;
    }
    .navbar-expand-md .navbar-collapse{
        position: relative;
        padding: 9px 0 30px;
    }
}
@media (max-width: 768px){
    body{
        background-position: 78% 0;
    }
    .top-content{
        text-align: center;
        margin-top: 175px;
    }
    .top-content .buttons {
        margin-top: 65px;

    }
    .top-content .buttons a {
        margin: 0 0 20px;
        width: 250px;
    }
    .top-content H2{
        width: 60%;
    }
    h1 {
        font-size: 36px;
        margin: 0 0 20px;
        text-align: center;
    }
    h2 {
        font-size: 24px;
        width: 90%;
        margin: 0 auto;
    }
    .top-content .top-phone {
        width: 242px;
        height: 436px;
        background-size: 100%;
        margin-top: -20px;
    }
    .top-content .ico-details {
        display: block;
        width: auto;
        margin: 50px auto 0;
        text-align: center;
        left: inherit;
    }
    .top-content .ico-details .buttons {
        margin: 20px auto 0;
        width: 100%;
    }
    .top-content .ico-details .buttons a{

    }
    .solution{
        margin-top: 40px;
        padding-bottom: 0px;
    }
    .solution-block {
        margin-top: 0;
    }
    .block-three{
        margin-top: 50px !important;
    }
    .solution .headline span {
        display: inline-block;
        border-radius: 100px;
        background: #51C898;
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        width: 54px;
        text-align: center;
        height: 54px;
        padding-top: 13px;
        margin-right: 15px;
    }
    .solution .headline {
        font-size: 25px;
        font-weight: 700;
        line-height: 25px;
    }
    .flow{
        height: 320px;
    }
    .flow-content .image{
        margin-left: 0;
    }
    .flow-content .image img{
        width: 100%;
    margin-top: 0;
    }
    .flow-content {
        margin-top: -150px;
    }
    .flow-content .content {
        text-align: center;
        margin-top: -60px;
    }
    .flow-content .headline{
        width: 60%;
        margin: 0;
        text-align: left;
    }
    .flow-content.report {
        padding-bottom: 70px;
        margin-top: 40px;
    }
    .flow-content.report .subheadline {
        width: 100%;
        margin: 35px auto 0;
        text-align: left;
    }
    .flow-content.report ul {
        width: 100%;
        text-align: left;
        margin: 45px auto;
    }
    .status-ico-road{
        width: 95%;
    }
    .faq-left {
        position: relative;
    }
    .faq-right {
        margin-top: 110px;
        padding-left: 30px;
        display: block;
    }
    .faq-right .buttons {
        margin-top: 30px;
    }
    .faq-right .buttons a{
        margin-bottom: 15px;
        width: 175px;
    }
    .faq .panel-group {
        margin: 0;
    }
    #accordion .faq-content{
        padding: 20px 10% 20px 20px;
    }
    .team-list ul{
        text-align: center;
        display: block;
    }
    .team-list li {
        width: auto;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .modal-body iframe {
        width: 765px;
        height: 430px;
    }
    .modal-dialog {
        max-width: 650px;
    }
    .modal-body iframe {
        width: 615px;
        height: 345px;
    }
    .nav-item .dropdown-toggle{
        display: none;
    }
    .navbar-nav .nav-item {
        padding-right: 0;
        padding-left: 0;
        padding: 3px 0;
        font-size: 18px;
        border-top: 1px solid #eee;
    }
    .navbar-nav .dropdown-menu{
        /* display: block; */
        text-align: center;
        border: none;
        padding: 12px 0;
    }
    .navbar-nav .dropdown-menu a{
        display: inline;
        padding: 22px 20px;
    }
    .navbar-btn {
        margin: 10px 0 10px -150px;
        position: relative;
        left: 0;
    }
    .navbar .icon-telegram{
        position: absolute;
        margin: 19px 3px 0 90px;
    }
    .navbar .icon-twitter{
        position: absolute;
        margin: 19px 3px 0 45px;
    }
    .navbar .icon-fb {
        position: absolute;
        margin: 19px 3px 0 0;
    }

}
@media (max-width: 767px){
    .faq-right {
        margin-top: 70px;
        padding-left: 30px;
        display: block;
        position: absolute;
        top: 0;
        text-align: center;
    }
    .faq-left {
        position: relative;
        margin-top: 320px;
    }
    .top-content .top-phone{
        display: none;
    }
    .top-content .ico-details{
        margin: 180px auto 0;
    }
    .flow-content .image img {
        width: 60%;
        margin-top: -100px;
    }
    .flow-content .headline {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .flow-content.report .subheadline {
        width: 80%;
        margin: 35px auto 0;
        text-align: left;
    }
    .flow-content .image img {
        width: 43%;
        margin-top: -100px;
    }
    .flow-content.report ul{
        width: 80%;
    }
    .business {
        padding: 90px 0;
    }
    .navbar-nav .dropdown-menu{
        display: block;
    }
}
@media (min-width: 576px){
.container {
    max-width: 100%;
}
.navbar-collapse.show {
    top: 58px;
    left: 0;
    z-index: 100;
    text-align: center;
    background: #fff;
    width: 100%;
}
}
@media (max-width: 575px){
    .container {
        max-width: 100%;
    }
}
@media (max-width: 414px){
    body{
        background-position-y: -140px;
    background-position-x: -1757px;
    }
    .main-wrapper{
        /* overflow-x: hidden; */
    }
    .container{
        width: 100%;
    }
    .top-content .btn-blue{
        height: 60px;
        font-size: 16px;
        padding: 19px 20px 0;
    }
    
    .top-content .ico-details {
        margin-top: 80px;
        display: table;
        width: auto;
        text-align: center;
    }
    .top-content .ico-details .days-wrapper {
        margin-top: 6px;
    }
    .top-content .top-phone{
        display: none;
    }
    .status-ico-road{
        width: 100%;
    }
    .business .d-table{
        width: 100%;
    }
    .team-list {
        margin-top: 50px;
    }
    .team-list ul, .team-list li{
        margin-bottom: 30px;
    }
    .team .subheadline{
        width: 100%;
    }
    .faq-left, #accordion .faq-content{
        width: 100%;
    }
    .faq-left {
        position: relative;
        margin-top: 380px;
    }
    .flow-content .headline, .flow-content.report .subheadline, .flow-content.report ul, .solution-block .subheadline, .block-two .image img, .flow-content .image img, .content ul, .block-one .image img, .block-three .image img, .faq-right{
        width: 100%;
    }
    h2{
        width: 100%;
    }
    .token-info, .tokens-pie{
        display: block;
    }
    #accordion .right{
        width: 100%;
    }
    .top-content {
        margin-top: 85px;
        position: relative;
    }

    .top-content h1 {
        line-height: 48px;
        text-align: center;
        width: 100%;
        letter-spacing: normal;
        font-size: 32px;
    }
    .top-content h2 {
        font-size: 24px;
        text-align: center;
        margin: 10px auto;
        width: 80%;
    }
    .top-content .buttons {
        margin: 35px auto 0;
        text-align: center;
    }
    .top-content .buttons iframe {
        width: 320px;
        height: 230px;
    }
    .top-content .buttons .btn {
        width: 240px;
        margin-bottom: 20px;
    }
    .top-content .buttons .top-video{
        height: 60px;
    padding: 19px 20px 0 52px;
    font-size: 16px;
    }
    .solution .car{
        background-size: 100%;
    }
    .solution, .russian .solution{
        background: transparent;
        padding: 0;
    }
    .solution-block {
        margin-top: 20px;
        position: relative;
    }
    .solution .headline span{
        font-size: 25px;
        width: 50px;
        height: 50px;
        padding-top: 14px;
        display: block;
        margin: 0 auto 20px;
    }
    h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .solution .car, .russian .solution .car{
        height: 190px;
    }
    .block-one {
        margin-left: 0;
        margin-right: 0;
    }
    .block-one .image {
        position: absolute;
        top: 100px;
        width: 184px;
        margin: 0 auto;
        left: calc(50% - 100px);
    }
    .block-one .subheadline {
        margin-top: 120px;
    }
    .block-two {
        margin-top: 0 !important;
        margin-right: 0;
        margin-left: 0;
    }
    .solution .headline{
        text-align: center;
    }
    
    .block-two .image {
        width: 300px;
        margin: 135px auto -160px;
    }
    .block-two .image img{
        margin: 0;
    }
    .block-two .headline{
        margin-top: -115px;
    }
    .block-two .subheadline {
        margin-top: 190px;
    }
    .block-two .btn {
        margin: 15px 0 0;
        display: block;
    }
    .block-three {
        margin-top: 50px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .block-three .image {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 120px;
        text-align: center;
        padding: 0;
    }
    .block-three .image img{
        width: 200px;
    }
    .block-three .subheadline{
        margin-top: 230px;
    }
    .flow {
        background: url(../img/flow_mob.svg) top center no-repeat;
        width: 205px;
        background-size: 100%;
        height: 800px;
        margin: 40px auto 0;
    }
    .russian .flow{
        background: url(../img/flow_mob_ru.svg) top center no-repeat;
        width: 205px;
        background-size: 100%;
        height: 800px;
        margin: 40px auto 0;
    }
    .flow-content {
        margin-top: -30px !important;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 0 !important;
    }
    .flow-content .image img{
            margin-top: 0px;
    }
    .how-works {
        background: #F2F4F7;
        margin-left: -15px;
        margin-right: -15px;
        padding: 40px 20px;
    }
    .business {
        background: #fff;
        padding: 50px 0 40px;
    }
    .status-ico-item {
        width: 100%;
    }
    .status-ico-road {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 22%;
    }
    .status-ico-line {
        display: none;
    }
    .status-pencil {
        width: 20px;
        height: 27px;
        bottom: 100%;
        right: auto;
        left: 29%;
        transform: translate(0%, 41px) rotate(90deg);
    }
    .status-ico-point {
        width: 18px;
        height: 18px;
        top: -5px;
    }
    .status-ico-label {
        padding-left: 25%;
        padding-top: 0 !important;
    }
    .status-ico-border {
        left: 9px;
    }
    .status-ico-point.finish {
        background-color: #26314B;
        width: 18px;
        height: 18px;
        top: -4px;
    }
    .status-ico-item:last-child {
        position: relative;
        top: 50px;
    }
    .token-buttons a {
        width: 70%;
        margin: 0 0 18px !important;
    }
    .roadmap{
        text-align: center;
        padding: 40px 0 220px;
    }
    .roadmap h3, .roadmap .buttons{
        float: inherit;
    }
    .roadmap h3{
        margin-bottom: 30px;
    }
    .roadmap .buttons a{
        width: 46%;
    }
    .panel-title{
        text-align: left;
    }
    .team, .russian .team{
        margin: 0;
        padding: 60px 0 0;
    }
    .team .marketing{
        width: 100%;
    }
    .team .advisors {
        margin: 0 0 0 10px !important;
    }
    .team .partners{
        margin: 0 10px 0 0 !important;
    }
    .docs {
        padding: 100px 0 0;
        background: transparent url(../img/docs_bg.png) top center no-repeat;
        background-position: calc(70% + 350px) -18%;
        text-align: center;
    }
    .docs h3 {
        margin: 20px 0 40px;
    }
    .docs-list {
        margin-top: 40px;
    }
    .logos .tab-content li {
        display: inline-block;
        margin: 0 10px 50px;
    }
    .logos {
        padding: 15px 0 0;
        text-align: center;
        background: #FFF;
    }
    .logos .nav.nav-pills {
        width: auto;
        display: inline-block;
        background: #fff;
        margin: 0 auto;
    }
    .logos .nav.nav-pills .nav-item{
        padding: 0;
        display: inline-block;
    }
    .navbar{
        padding: 0;
    }
    
    .navbar-nav{
        padding-top: 0;
    }
    .navbar-toggler{
        margin: 10px;
    }
    .navbar-brand{
        margin-left: 15px !important;
    }
    .nav-item{
        padding: 0;
    }
    .modal-dialog {
        max-width: 350px;
        margin: 0 auto;
    }
    .modal-body iframe {
        width: 315px;
        height: 270px;
    }
    .tokens-pie canvas {
        width: 250px !important;
        height: 295px !important;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .footer{
        padding: 30px 10px 20px;
    }
    .footer .footer-tbl, .footer .footer-cell{
        display: inherit;
    }
    .footer iframe{
        width: 100%;
        margin-top: 20px;
        height: 200px;
    }
    .footer input {
        width: 100%;
        text-align: center;
    }
    .footer button{
        width: 100%;
        margin-top: 10px;
    }
    .footer .subscribe-wrapper {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .footer .copyright {
        margin-top: 30px;
    }
    .roadmap .buttons .btn{
        width: 100%;
        margin: 0 0 10px;
    }
    .token-info .name{
        width: 40%;
    }
    .logos .nav-pills .nav-link.active {
        font-size: 22px;
        margin: 0;
        width: 100%;
        display: block;
        background: #f6fafe;
        border-radius: 5px 5px 0 0;
    }
    .logos .tab-content {
        padding-top: 35px;
        margin: 0;
        background: #F7FAFE;
    }
    .logos .nav-link{
        font-size: 22px; 
    }
    .top-content h2 {
        font-size: 20px;
        width: 85%;
    }
    .solution-block .subheadline{
        font-size: 14px;
    }
    .solution li {
        background: transparent url(../img/bullet.svg) top left no-repeat;
        padding-left: 38px;
        background-size: 23px;
        font-size: 14px;
        min-height: 23px;
        margin-bottom: 16px;
        line-height: 19px;
        padding-top: 2px;
    }
    .solution .headline {
        font-size: 22px !important;
    }
    .flow-content.report .subheadline{
        font-size: 14px;
    }
    .footer{
        text-align: center;
    }
    .footer .location, .footer .mail{
        display: inline-block;
    }
    .tab-separator{
        display: none;
    }
}
@media (max-width: 375px){
    
    .docs{
        padding: 100px 0 0;
    
    }
    .docs-list li{
        width: 80%;
    }
    .block-three .image{
    }
    .team .advisors, .team .partners{
        width: 100%;
    }

    .faq-right{
        margin-top: 50px;
    }
    .faq .panel-group {
        margin: 30px 0 0;
    }
    
}
@media (max-width: 360px){
    .top-content h1{
        line-height: 38px;
        font-size: 36px;
    }
    .top-content h2{
        font-size: 18px;
    }
    .footer input {
        width: 100%;
    }
    .footer button{
        width: 100%;
        margin-top: 12px;
    }
}
