body {
    font-family: "circe", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}

img {
    max-width: 100%;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

.justify {
    font: 16px "circe", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
}

.justify:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.justify li {
    display: inline-block;
    text-align: left;
    text-align-last: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
}

.header-wrap {
    background-color: #4500af;
    padding-top: 19px;
}

.top-logo {
    float: left;
}

.top-icons {
    float: right;
    margin-top: 20px;
}

.top-icons a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    margin-left: 9px;
    transition: background 0.3s;
}

.top-icons a:hover {
    background: rgba(255, 177, 0, 1);
}

.top-icons a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-langs {
    float: right;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 26px;
    margin-right: 62px;
}

span.cur-lang {
    display: inline-block;
    margin-right: 22px;
    font-weight: 300;
}

.top-langs a {
    color: rgba(255, 255, 255, 1);
    transition: color 0.3s;
}

.top-langs a:hover {
    color: rgba(255, 177, 0, 1);
    text-decoration: none;
}

.first-screen-wrap {
    background-color: #4500af;
    padding-top: 19px;
}

.first-screen {
    padding-top: 16px;
    padding-bottom: 84px;
}

.first-screen h1 {
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    line-height: 1.23;
    font-size: 24px;
    text-align: center;
}

.countdown {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* -webkit-margin-before: 0em; */
    /* -webkit-margin-after: 0em; */
    /* -webkit-margin-start: 0px; */
    /* -webkit-margin-end: 0px; */
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    -webkit-line-break: after-white-space;
    column-count: auto;
    column-gap: 16px;
    display: block;
    color: #fff;
    margin-top: 29px;
    margin-bottom: 61px;
}

.orange-span {
    color: #ffb100;
}

.first-screen-img {
    text-align: center;
}

.first-screen-icons {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
}

.fs-icon {
    display: inline-block;
    width: 25%;
}

.fs-icon span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .8);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.fs-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes animation_kvadro_desktop {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 0;
        animation-timing-function: ease-in-out
    }
    20% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 143, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 381, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    60.00000000000001% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 619, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 849, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1028, 0, 0, 1);
        opacity: 0;
    }
}

@keyframes animation_kvadro_mobile {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 0;
        animation-timing-function: ease-in-out
    }
    20% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    60.00000000000001% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 0, 0, 1);
        opacity: 0;
    }
}

@keyframes animation_kvadro_tablet {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 0;
        animation-timing-function: ease-in-out
    }
    20% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 110, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 290, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    60.00000000000001% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 470, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 0, 0, 1);
        opacity: 0;
    }
}

.kvadrokopter {
    position: absolute;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0;
    left: -104px;
    top: -9px;
    width: 141px;
    height: 89px;
    z-index: 462;
    animation-name: animation_kvadro_desktop;
    animation-duration: 7.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}

.transactions .kvadrokopter {
    position: absolute;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 0;
    left: -104px;
    top: 51px;
    width: 141px;
    height: 89px;
    z-index: 462;
    animation-name: animation_kvadro_desktop;
    animation-duration: 7.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
}

.fs-links a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.main-btn {
    text-align: -webkit-center;
    background-color: rgb(255, 177, 0);
    border-radius: 100px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: rgb(69, 0, 175);
    letter-spacing: 0px;
    padding: 8px 34px;
    display: inline-block;
}

.main-btn:hover {
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(69, 0, 175);
    text-decoration: none;
}

.block-title {
    line-height: 43px;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.fs-links {
    text-align: center;
    margin-top: 50px;
}

.bordered-btn {
    background-color: rgb(69, 0, 175);
    border-radius: 100px;
    border-width: 1px;
    border-color: rgb(255, 177, 0);
    border-style: solid;
    font-weight: 300;
    font-style: normal;
    color: rgb(255, 177, 0);
    font-size: 24px;
    letter-spacing: 0px;
    padding: 7px 34px;
}

.bordered-btn:hover {
    background-color: rgba(242, 153, 0, 0.01);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.fs-links .main-btn {
    margin-right: 13px;
}

.smi-wrap {
    background: #ffb100;
    padding: 41px 0 31px;
}

.smi-list li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.get-tokens-wrap {
    text-align: center;
    background: #4500af;
    color: #fff;
    padding-top: 91px;
    padding-bottom: 79px;
}

.gt-title {
    line-height: 43px;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.gt-steps {
    font-size: 18px;
    font-weight: 300;
    width: 861px;
    max-width: 100%;
    margin: 35px auto 0;
}

.gt-steps li {
    font-size: 18px;
    font-weight: 300;
    width: 30%;
    text-align: center;
    text-align-last: center;
}

.gt-steps-circles {
    width: 623px;
    max-width: 100%;
    margin: 32px auto 0;
}

.gt-steps a {
    color: #fff;
    text-decoration: underline;
}

.gt-circle {
    width: 20px;
    height: 20px;
    background: #ffb100;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transform: scale(0.1);
    transition: all .15s ease;
    margin-top: -10px;
}

.gt-circle1 {
    left: -10px
}

.gt-circle2 {
    left: 50%;
    top: 0;
    margin-left: -10px;
}

.gt-circle3 {
    right: -10px;
    top: 0;
    left: initial;
}

.gt-steps-circles {
    position: relative;
    height: 1px;
    margin-bottom: 17px;
    background: #ffb100;
}

.space {
    height: 1000px;
    width: 100%;
}

.gt-steps-numbers li {
    color: #ffb100;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    width: 7px;
}

.gt-steps-numbers {
    width: 632px;
    max-width: 100%;
    margin: 0 auto;
}

.token-id-wrap {
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
}

.token-id-wrap a {
    color: #ffb100;
}

.get-token-btn {
    margin-top: 55px;
}

.get-token-btn a {
    padding: 12px 33px;
}

.tl-video iframe {
    border-radius: 10px;
    float: right;
    /*margin-top: 28px;*/
}

.tl-video svg {
    position: absolute;
    left: 30px;
    top: 0px;
}

.tl-title {
    color: #4500af;
    font-size: 34px;
    font-weight: 600;
}

.tl-subtitle {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
    color: #4500af;
    font-size: 14px;
    padding-bottom: 14px;
}

.tl-text {
    font-weight: 300;
    font-style: normal;
    color: #4500af;
    font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
}

.token-launch-wrap {
    padding-top: 89px;
    padding-bottom: 85px;
}

.tl-quote {
    background: url("../img/quote.png") left 20px top 20px no-repeat #ffe097;
    color: #4500af;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    border-radius: 10px;
    margin-top: 70px;
    padding-top: 47px;
    padding-bottom: 25px;
}

.tl-quote-body {
    width: 463px;
    margin: 0 auto;
    max-width: 100%;
}

.tl-quote-author {
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 14px;
    margin-top: 16px;
}

.launch-phases-wrap {
    background: #4500af;
    color: #fff;
    padding-top: 103px;
    padding-bottom: 53px;
}

.phase-block {
    width: 48%;
    min-height: 254px;
    border-radius: 10px;
    border: 1px solid #ffb100;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px;
}

.phase1 {
    float: left;
}

.phase2 {
    float: right;
}

.phase-title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
}

.phase-text {
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
}

.phase-img {
    margin-top: 20px;
    min-height: 87px;
}

a.discount-label {
    display: inline-block;
    background: #ffb100;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    position: absolute;
    top: -33px;
    right: -17px;
    font-size: 16px;
    color: #4500af;
    font-weight: 600;
    padding-top: 23px;
    line-height: 1.5;
    cursor: pointer;
}

a.discount-label:hover {
    opacity: 0.8;
    text-decoration: none;
}

.token-steps {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: 400;
    margin: 42px 0 0;
}

.token-step {
    display: inline-block;
    position: relative;
    margin: 0 46px;
    font-size: 34px;
}

.back-text {
    /*position: absolute;*/
    font-size: 111px;
    color: rgba(255, 255, 255, .25);
    font-weight: 800;
    line-height: 1;
}

.ts-label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.token-step-3 .back-text {
    letter-spacing: -5px;
}

.token-step:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -60px;
    width: 31px;
    height: 31px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../img/next-arrow.png") center center no-repeat;
}

.token-step-2 {
    padding: 0px 32px 0 0;
}

.token-step-3:after {
    display: none;
}

.lp-col-1 {
    float: left;
    width: 49%;
}

.lp-col-2 {
    float: right;
    width: 44%;
}

.lp-col-title {
    font-size: 24px;
    font-weight: 600;
}

.fly-cost {
    float: left;
    width: 46%;
    min-height: 86px;
}

.fly-cost-img {
    float: left;
    width: 33%;
}

.fly-cost-desc {
    float: left;
    width: 66%;
    padding-top: 3px;
    padding-left: 5px;
}

.fly-cost-img span {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.fly-cost-img span img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: initial;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fly-cost-4 .fly-cost-img span img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    transition: all .3s ease;
}

.fly-cost-4 .fly-cost-img img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.fly-cost-4 .fly-cost-img span {
    background: #ffb100;
    border-color: #ffb100;
}

.fc-name {
    font-size: 18px;
    font-weight: 300;
}

.fc-price {
    font-size: 18px;
    font-weight: 600;
}

.fly-cost-2 .fly-cost-desc,
.fly-cost-4 .fly-cost-desc {
    padding-left: 13px;
}

.lp-cols {
    margin-top: 49px;
}

.lp-col-body {
    margin-top: 34px;
}

.exchanges-cloud {
    width: 373px;
    max-width: 100%;
}

.exchanges-cloud a {
    opacity: 0.5;
    display: inline-block;
    transition: opacity .3s ease;
}

.exchanges-cloud a:hover {
    opacity: 1;
}

.exchanges-cloud ul {
    margin-bottom: 8px;
}

.exchanges-cloud li {
    vertical-align: middle;
}

.block-title-2 {
    color: #4500af;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}

.block-title-2 a {
    display: inline-block;
    color: #4500af;
    text-decoration: none;
    background: linear-gradient(to right, rgb(69, 0, 175) 0%, rgb(69, 0, 175) 100%);
    background-size: 1px 1px;
    background-position: 0 91%;
    background-repeat: repeat-x;
}

.bartini-video {
    text-align: center;
    margin-top: 40px;
}

.bartini-wrap {
    padding-top: 87px;
    padding-bottom: 67px;
}

.bartini-video iframe {
    border-radius: 10px;
}

.bartini-quote {
    color: #4500af;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    background: url("../img/quote.png") left top 4px no-repeat;
    padding: 0 20px 0 73px;
    width: 635px;
    margin: 37px auto 0;
}

.bq-author {
    font-size: 16px;
    margin-top: 19px;

}

.bartini-link {
    text-align: center;
    margin-top: 55px;
}

.bartini-link a {
    display: inline-block;
    text-decoration: none;
    color: rgb(69, 0, 175);
    padding-bottom: 0px;
    background: linear-gradient(to right, rgb(69, 0, 175) 0%, rgb(69, 0, 175) 100%);
    background-size: 1px 1px;
    background-position: 0 91%;
    background-repeat: repeat-x;
    font-size: 18px;
    font-weight: 600;
}

.block-title-2 a:hover,
.bartini-link a:hover {
    background: none;
}

.industry-wrap {
    background: #4500af;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 89px;
}

.industry .block-title {
    text-align: center;
}

.industry-col {
    float: left;
    width: 22%;
}

.industry-col-2 {
    width: 23%;
}

.industry-col-3 {
    width: 26%;
}

.industry-col-4 {
    width: 29%;
}

.industry-title {
    font-size: 24px;
    line-height: 32px;
}

.industry-row {
    margin-top: 86px;
}

.industry-circle {
    margin-top: 13px;
    display: table;
    width: 100%;
    height: 221px;
}

.industry-circle > div {
    display: table-cell;
    vertical-align: middle;
}

.industry-circle span {
    font-size: 30px;
    font-weight: 600;
    vertical-align: middle;
}

.ind-circle-1 {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #ffb100;
    border-radius: 50%;
    margin-right: 10px;
}

.ind-circle-2 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffb100;
    border-radius: 50%;
    margin-right: 10px;
}

.ind-circle-3 {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: #ffb100;
    border-radius: 50%;
    margin-right: 10px;
}

span.big-span {
    font-size: 42px;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

span.small-span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
}

a.big-circle {
    display: inline-block;
    text-align: center;
    width: 222px;
    height: 216px;
    border-radius: 50%;
    background: #ffb100;
    position: relative;
    color: #fff;
    transition: opacity .3s ease;
}

a.big-circle:hover {
    text-decoration: none;
    opacity: 0.8;
}

.vertical-centered {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}

.transctions-wrap {
    padding-top: 87px;
    padding-bottom: 103px;
}

.transactions {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.transaction {
    color: #4500af;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.transaction-img span {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #ffb100;
    border-radius: 50%;
    display: inline-block;
}

.transaction-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transaction-icons {
    margin-top: 50px;
    position: relative;
}

.transaction-img {
    margin-top: 24px;
}

.chain-block {
    display: inline-block;
    width: 25%;
    text-align: center;
    position: relative;
}

.transactions-cubes {
    margin-top: 71px;
}

img.cube {
    position: absolute;
    right: -57px;
    top: -71px;
    z-index: 11;
    opacity: 0.1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition: all .1s ease;
}

img.chain {
    z-index: 13;
    position: relative;
    opacity: 0.1;
    transition: all .1s ease;
}

.transactions-lists li {
    font-size: 14px;
    color: #4500af;
    font-weight: 400;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.6;
}

.transaction-list {
    float: left;
    width: 33.33333333%;
    padding-right: 27px;
}

.transactions-lists {
    margin-top: 86px;
}

.market-phone {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 16px;
}

.market-wrap {
    background: #4500af;
    padding-top: 87px;
}

.market-desc .block-title {
    line-height: 1.2;
}

.market-text {
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    margin-top: 29px;
    width: 357px;
    max-width: 100%;
}

.market-text p {
    margin-bottom: 22px;
}

.market-link {
    margin-top: 42px;
}

@keyframes animation_16 {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
        animation-timing-function: ease-in
    }
    100% {
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
}

.phone-circle {
    position: absolute;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    left: 115px;
    top: 101px;
    width: 34px;
    height: 34px;
    z-index: 358;
    animation-name: animation_16;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-play-state: running;
}

.phone-point {
    background: #ffb100;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 130px;
    top: 116px;
}

.cb-title {
    color: #4500af;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    margin-top: 30px;
}

.cb-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #4500af;
    margin-top: 20px;
    padding-right: 43px;
    min-height: 186px;
}

.cbb-title a {
    color: #4500af;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 29px;
    padding-bottom: 3px;
    background: linear-gradient(to right, rgb(69, 0, 175) 0%, rgb(69, 0, 175) 100%);
    background-size: 1px 1px;
    background-position: 0 91%;
    background-repeat: repeat-x;
    display: inline-block;
}

.cbb-title a:hover {
    text-decoration: none;
    background: none;
}

.cbb-body {
    color: #4500af;
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    margin-top: 21px;
}

.cb-block {
    background: rgba(255, 177, 0, 0.42);
    padding: 34px 24px 24px 35px;
    border-radius: 10px;
}

.community-wrap {
    padding-top: 67px;
    padding-bottom: 69px;
}

.details-wrap {
    background: #4500af;
    color: #fff;
    padding-top: 93px;
}

.details-subtitle {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 17px;
    width: 618px;
    max-width: 100%;
}

.details-table table {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #fff;
}

.details-table {
    margin-top: 58px;
    position: relative;
    padding-bottom: 11px;
}

.details-table td {
    padding: 8px 0;
}

.details-table tr:first-child td {
    padding: 21px 0;
}

.details-table tr:first-child {
    border-bottom: 1px solid #ffb100;
}

.details-table tr:nth-child(2) td {
    padding-top: 24px;
}

.details-table tr:nth-child(3) {
    line-height: 21px;
    font-size: 14px;
}

.details-table tr:last-child td {
    vertical-align: top;
}

.details-table tr:nth-child(3) td {
    padding-top: 0px;
}

.table-bg {
    position: absolute;
    background: rgba(249, 249, 249, 0.05);
    top: 0;
    left: 205px;
    width: 277px;
    height: 100%;
    border-radius: 10px;
}

.details-table td:nth-child(4),
.details-table td:nth-child(5),
.details-table td:nth-child(6) {
    /*color: rgba(69, 0, 175, 0.4);*/
    opacity: 0.6;
}

.details-texts {
    margin-top: 66px;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    padding-bottom: 59px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.details-text {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 31px;
}

.details-text p {
    margin-bottom: 21px;
}

.details-text-2 {
    padding-left: 16px;
    padding-right: 0;
}

.diagramms-wrap {
    background: #4500af;
    text-align: center;
    padding-top: 77px;
    padding-bottom: 27px;
}

.diagramms-subtitle {
    line-height: 26px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-top: 52px;
}

.diagramms {
    margin-top: 62px;
    display: inline-block;
    position: relative;
    margin-left: -3px;
    color: #fff;
    margin-bottom: 30px;
}

.d-label {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    text-align: left;
    color: #b195dd;
}

.diagramm1 {
    position: absolute;
    width: 317px;
    height: 318px;
    top: 0;
    left: 310px;
}

.d1-label-1 {
    top: -27px;
    left: 85px;
}

.d1-label-2 {
    top: -2px;
    left: -103px;
}

.d1-label-3 {
    top: 33px;
    left: -76px;
}

.d1-label-4 {
    top: 75px;
    left: -199px;
}

.d1-label-5 {
    top: 147px;
    left: -108px;
}

.d1-label-6 {
    top: 259px;
    left: -58px;
}

.d1-label-7 {
    top: 323px;
    left: 87px;
}

.d1-label-8 {
    top: 319px;
    left: 190px;
}

.d1-label-9 {
    top: 247px;
    left: 299px;
    width: 148px;
    text-align: left;
}

.d1-label-10 {
    top: 53px;
    left: 314px;
    min-width: 141px;
    color: #fff;
}

.d-number {
    font-size: 14px;
    position: absolute;
}

.d1-number-1 {
    left: 132px;
    top: 23px;
}

.d1-number-2 {
    left: 96px;
    top: 35px;
}

.d1-number-3 {
    left: 63px;
    top: 55px;
}

.d1-number-4 {
    left: 36px;
    top: 89px;
}

.d1-number-5 {
    left: 19px;
    top: 146px;
}

.d1-number-6 {
    left: 45px;
    top: 221px;
    font-size: 24px;
}

.d1-number-7 {
    left: 116px;
    top: 268px;
    font-size: 24px;
}

.d1-number-8 {
    left: 192px;
    top: 268px;
    font-size: 24px;
}

.d1-number-9 {
    left: 234px;
    top: 220px;
    font-size: 24px;
}

.d1-number-10 {
    left: 206px;
    top: 97px;
    font-size: 28px;
}

.diagramm2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 207px;
    height: 208px;
}

.diagramm-title {
    font-size: 21px;
    position: absolute;
    top: -59px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.d2-label-1 {
    left: 178px;
    top: -1px;
    min-width: 130px;
    text-align: right;
}

.d2-label-2 {
    left: 219px;
    top: 84px;
}

.d2-label-3 {
    left: 213px;
    top: 142px;
}

.d2-label-4 {
    left: 180px;
    top: 188px;
}

.d2-label-5 {
    left: 136px;
    top: 214px;

}

.d2-number-1 {
    left: 129px;
    top: 31px;
    font-size: 24px;
}

.d2-number-2 {
    left: 159px;
    top: 79px;
    font-size: 21px;
}

.d2-number-3 {
    left: 155px;
    top: 125px;
    font-size: 21px;
}

.d2-number-4 {
    left: 148px;
    top: 166px;

    font-size: 14px;
}

.d2-number-5 {
    left: 123px;
    top: 178px;
    font-size: 14px;
}

.d2-number-6 {
    left: 18px;
    top: 84px;
    line-height: 24px;
    font-size: 28px;
}

.d2-number-6 span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.diagramm3 {
    position: absolute;
    bottom: 0;
    left: 363px;
    width: 209px;
    height: 208px;
}

.d3-label-1 {
    left: 212px;
    top: 74px;
    min-width: 126px;
}

.d3-label-2 {
    left: 18px;
    top: 128px;
}

.d3-number-1 {
    left: 144px;
    top: 82px;
    font-size: 28px;
}

.d3-number-2 {
    left: 16px;
    top: 90px;
    font-size: 21px;
}

.diagramm4 {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 209px;
    height: 208px;
}

.d-num-label span {
    color: #fff;
    font-size: 24px;
    display: block;
    font-weight: 300;
    margin-bottom: 9px;
}

.d4-label-1 {
    left: 24px;
    top: 76px;
}

.d4-label-2 {
    left: 122px;
    top: 153px;
    min-width: 100px;
}

.d4-label-3 {
    left: 109px;
    top: 33px;
}

.diagramms-footer {
    font-size: 21px;
    margin-top: 62px;
    font-weight: 400;
    margin-bottom: 76px;
    color: #fff;
}

.diagramms-wrap hr {
    width: 900px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.roadmap-wrap {
    background: #4500af;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 76px;
}

.rm-circle {
    width: 16px;
    height: 16px;
    background: #ffb100;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    /* top: 0; */
    bottom: -8px;
    opacity: 1;
    transform: scale(0.1);
    transition: all .15s ease;
    margin-top: -10px;
}

.roadmap-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 17px;
    width: 649px;
    max-width: 100%;
}

.roadmap-text strong {
    font-weight: 600;
}

.roadmap-row {
    margin-top: 60px;
}

.roadmap-col {
    float: left;
    width: 25%;
}

.rm-title {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    min-height: 48px;
    border-bottom: 1px solid #ffb100;
}

.rm-date {
    color: #ffb100;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 9px;
}

.rm-body {
    line-height: 18px;
    font-size: 14px;
    padding-right: 39px;
}

.rm-body p {

}

.rm-col-3 .rm-body {
    padding-right: 52px;
}

.rm-arrow {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    position: absolute;
    right: -2px;
    bottom: -16px;
}

.members-wrap {
    padding-top: 80px;
    color: #4500af;
    padding-bottom: 26px;
}

.members li {
    width: 30%;
    text-align: center;
    text-align-last: center;
}

.members ul {
    margin-top: 67px;
}

.member-img {
    height: 200px;
}

.member-img img {
    display: inline-block;
    border-radius: 50%;
    max-width: 100%;
}

.member-name {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 15px;
    margin-top: 22px;
}

.member-desc {
    line-height: 23px;
    font-size: 18px;
    font-weight: 300;
}

.members li {
    width: 30%;
    text-align: center;
    text-align-last: center;
    margin-bottom: 80px;
}

.footer-wrap {
    background: #4500af;
    padding-top: 23px;
    padding-bottom: 106px;
}

.footer-mail {
    text-align: right;
    float: none;
    clear: both;
    padding-top: 7px;
}

.footer-mail a {
    color: #ffb100;
    font-size: 18px;
    font-weight: 300;
}

.footer-mail a:hover {
    text-decoration: none;
}

.footer-line {
    background: #2f007c;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 6px 0 5px;
    opacity: 0;
    transition: all .3s ease;
    will-change: transform;
    z-index: 999;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.fl-token a {
    color: #ffb100;
}

.fl-token {
    float: left;
    padding-top: 15px;
}

.fl-button {
    float: right;
}

.header-line {
    background: #fff;
    color: #4500af;
    font-weight: 400;
    font-size: 18px;
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 6px 0 0px;
    opacity: 0;
    transition: all .3s ease;
    will-change: transform;
    z-index: 999;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.topline-menu li {
    display: inline-block;
}

.topline-logo {
    float: left;
    width: 60px;
}

.topline-menu {
    float: right;
    width: 660px;
    max-width: 100%;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 0;
    text-align: right;
}

.topline-menu a {
    font-weight: 300;
    font-style: normal;
    color: #4500af;
    font-size: 16px;
    display: inline-block;
    padding: 17px 20px;
    text-transform: uppercase;
}

.topline-menu a:hover {
    color: rgb(223, 81, 67);
    text-decoration: none;
}

.first-screen-wrap {
    overflow: hidden;
    position: relative;
}

.transctions-wrap {
    overflow: hidden;
    position: relative;
}

.guide-wrap {
    background: #4500af;
    padding-top: 83px;
    padding-bottom: 100px;
}

.guide-wrap .block-title {
    text-align: center;
}

.guide {
    width: 635px;
    margin: 67px auto 0;
    padding-left: 34px;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #ffb100;
}

.gs-text a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding-bottom: 0px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-size: 1px 1px;
    background-position: 0 91%;
    background-repeat: repeat-x;
    display: inline-block;
}
.gs-text a.mail-link {
    color: #ffb100;
    background: none;
}
.gs-number span {
    color: #ffb100;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    padding-top: 5px;
}

.gs-circle {
    background: #ffb100;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 6px;
}

.guide-step {
    position: relative;
    margin-bottom: 56px;
}

.gs-number {
    position: absolute;
    left: -24px;
    top: -2px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gs-img {
    text-align: center;
    padding-top: 38px;
}

.guide-step-1 .gs-number {
    top: -4px;
}

.gs-block {
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ffb100;
    border-radius: 10px;
    width: 120%;
    left: -70px;
    position: relative;
    background: #4500af;
    margin-top: 38px;
    padding: 30px 12px;
}

.gs-block span {
    color: #ffb100;
}

.gs-block .main-btn {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 800;
}
.guide-step:last-child {
    margin-bottom: 0;
    margin-top: 0;
    top: 31px;
}
.footer-wrap.gs-footer {
    background: #2f007c;
}
.gs-form input{
    font-weight: 600;
    color: rgb(69, 0, 175);
    font-size: 18px;
    padding: 0 20px;
    width: 200px;
    height: 40px;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    border: 0;
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px inset;
}
.gs-form input::-webkit-input-placeholder,
.gs-form textarea::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}
.gs-form input:-ms-input-placeholder,
.gs-form textarea:-ms-input-placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}
.gs-form input::-moz-placeholder,
.gs-form textarea::-moz-placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}
.gs-form input:-moz-placeholder,
.gs-form textarea:-moz-placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}
.gs-form {
    margin-top: 25px;
    position: relative;
    width: 112%;
}
.guide-step.guide-step-7 {
    margin-bottom: 34px;
}
.gs-form button{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(255, 177, 0);
    border-radius: 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px inset;
    font-style: normal;
    border: 0;
    font-weight: 800;
    color: rgb(69, 0, 175);
    font-size: 18px;
    letter-spacing: 0px;
    text-indent: 0px;
}