@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    top: 0.1em;
}

.d-none {
    display: none;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */

*,
*:before,
*:after {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    background-color:#131C26;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    pointer-events: none;
    vertical-align: top;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    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: "Roboto", helvetica, sans-serif, serif, -apple-system;
    color: #fff;
    background-color:#131C26;
    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/bg.svg');
    background-repeat:repeat;
    width:100%;
    height:100%;
    position:relative;
}

.container {
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    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;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.d-hide {
    visibility: hidden;
}

.d-none {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    color: #ffffff;
    font-weight: 900;
    font-size: 50px;
    line-height: 53px;
}

h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
}

.orange {
    color: #00CC9C;
}

.gray {
    color: rgba(207, 207, 221, 0.4);
}

.white {
    color: #ffffff;
}


.header .white {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    /* align-items: center; */
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}
.header .white img {
        margin: 7px auto;
    width: 16px;
    height: 16px;
    display: block;

}

.overflow {
    overflow-y: hidden!important;
}

.header {
    /* background-image: url(../img/main/app.png); */
    background-repeat: no-repeat;
    background-size:90%;
    background-position: top 140px right -40vw;
    position: relative;
    padding-bottom: 120px;
}


.app {
    background-image: url(../img/main/app.png);
    background-repeat: no-repeat;
    background-size:cover;
    width:1435px;
    height:572px;
    position:absolute;
    top:150px;
    left:55vw;
}





@media only screen and (max-width: 960px) {
    .app {
        left:65vw;
    }
}

@media only screen and (max-width: 850px) {
    .app {
        left:70vw;
    }
}

@media only screen and (max-width: 700px) {
    .app {
        left:75vw;
    }
}

@media only screen and (max-width: 700px) {
    .app {
        display:none;
    }
}


.header__wrap {
    position: relative;
}

.header__intro {
    /* position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%); */
    margin-top: 80px;
}

.header__arrow-down {
    position: absolute;
    margin-top: 50px;
    /* bottom: 15%; */
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 0.1;
    animation-name: anima-angle;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@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:#FF0099
}
.tok_6 {
    background-color:#FF0000
}
.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 {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50px;
    left: 40px;
    background: #0F161D;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.circle.expand {
    width: 1600px;
    height: 1600px;
    top: -560px;
    left: -565px;
    -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    z-index: 99;
}

div.menu {
    height: 568px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: -15px;
    z-index: 999;
    visibility: hidden;
}

div.menu ul li {
    list-style: none;
    top: 50px;
    left: 0;
    opacity: 0;
    width: 320px;
    text-align: center;
    font-size: 0px;
    -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

.header-mobile__nav-menu {
    margin-top: 100px;
}

div.menu li.animate {
    font-size: 21px;
    opacity: 1;
    -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu li.animate:nth-of-type(1) {
    top: 120px;
    transition-delay: 0s;
}

div.menu li.animate:nth-of-type(2) {
    top: 180px;
    transition-delay: 0.03s;
}

div.menu li.animate:nth-of-type(3) {
    top: 220px;
    transition-delay: 0.06s;
}

div.menu li.animate:nth-of-type(4) {
    top: 270px;
    transition-delay: 0.09s;
}

div.menu li.animate:nth-of-type(5) {
    top: 320px;
    transition-delay: 0.12s;
}

div.menu li.animate:nth-of-type(6) {
    top: 370px;
    transition-delay: 0.15s;
}

.footer {
    padding-top: 20px;
    padding-bottom: 60px;
}

.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, 0.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: 12px;
    min-width: 135px;
}

.footer__nav-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    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 0.3s ease-in-out;
}

.footer__social-link:hover {
    filter:invert(0.5) sepia(1) hue-rotate(90deg) saturate(6) brightness(1.6);
}



.footer__totop-btn {
    background: #1D2531;
    border: 1px solid #283445
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #00CC9C;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 6px 8px 6px 13px;
    min-width: 83px;
    transition:.3s ease;
}

.footer__totop-btn:hover {
    background:#252f3f;
}

.footer__totop-btn span {
    font-size: 12px;
    line-height: 24px;
}

.footer__totop-btn img {
    vertical-align: central;
    margin-left: 6px;
}

.main-nav {
    padding: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav__main-logo {
    margin-right: 80px;
}

.main-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-nav__item {
    margin-right: 70px;
}

.main-nav__item-link {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.main-nav__item-link:hover {
    color: #00CC9C;
}

.main-nav__leftside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
}

.main-nav__rightside {
    z-index: 999;
}

.main-nav__rightside--btc {
    display: none !important;
}

.main-nav__rightside-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-nav__rightside-item {
    margin-right: 50px;
}

.main-nav__rightside-item:last-child {
    margin-right: 0;
    margin-left: 33px;
}

.main-nav__rightside-link {
    margin-right:20px;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.main-nav__rightside-link--coin img {
    margin-right: 8px;
}

.main-nav__rightside-link--coin span {
    font-size: 14px;
    line-height: 24px;
}

.main-nav__rightside-link:hover {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0.6;
}

.main-nav__link-badge {
    position: absolute;
    top: -9px;
    left: 7px;
}

.intro {
    width: 100%;
    max-width: 680px;
}

.intro__header-wrap {
    margin-top: 30px;
    margin-bottom: 34px;
}

.intro__title {
    margin-bottom: 13px;
    font-size: 70px;
    line-height: 83px;
}

.intro__undertitle {
    font-size: 22px;
    line-height: 32px;
}

.intro__btn-wrap {
    max-width:800px;
    margin-top:60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
/*    justify-content: center;*/
    /* margin-top: 80px; */
    /* position: absolute; */
    /* top: 50%; */
    left: 50%;
    /* transform: translate(-50%, 0px); */
}

.intro__btn-group {
    display: flex;
}

.intro__btn:hover {
    background-color: #20D24B;
    box-shadow: 0px 10px 30px rgba(82, 255, 229, 0.1);
}
.intro__btn {
    margin-right: 19px;
    margin-bottom: 32px;
}

.intro__btn:last-child {
    margin-right: 0;
}

#demo .roadmap__wrap:before {
    height:0px;
    background:none;
}

.btn {
    transition: 0.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: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #0CD598 0%, #038D7D 100%);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    /* text-transform: uppercase; */
}



.btn-s {
    transition: 0.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__icon__colored {
    filter: invert(74%) sepia(45%) saturate(358%) hue-rotate(354deg) brightness(106%) contrast(102%);
}*/

.btn--simple {
    box-shadow:none;
    background: transparent;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #00CC9C;
    transition:.4s ease;
}

.btn--simple:hover {
    background:none;
    box-shadow:none;
    color:#1AF0BD
}

.btn--p2p {
    background: #186B57;
    color: #ffffff;
}

.btn--p2p:hover {
    background: #158662;
}

.btn--airswap {
    background: #195397;
    color: #ffffff;
}

.btn--airswap:hover {
    background: #006AE7;
    box-shadow: 0px 10px 30px rgba(22, 95, 81, 0.25);
}

.rightflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.langtest {
    display: none;
    color: #fff;
    padding: 15px 15px;
    margin-right: -15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    outline: none;
    z-index: 9999;
}

.hamburger {
    display: none;
    padding: 0 15px;
    /*margin-right: -15px;*/
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    outline: none;
    z-index: 9999;
}

.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner:before,
.hamburger.is-active:hover .hamburger-inner:after {
    background-color: #00CC9C;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    transition: 0.3s ease-in-out;
    width: 24px;
    height: 2px;
    background-color: #00CC9C;
    border-radius: 1px;
    position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:before,
.hamburger:hover .hamburger-inner:after {
    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 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.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;
    /*min-height: calc(100vh);*/
    width: 100%;
    background-color: #000;
    padding: 20px 20px 40px;
    transform: translateX(100%);
    transition: 0.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.opened {
    transform: translateX(0);
}

.header-mobile__burger-open {
    display: none;
}

.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: #ffffff;
    transition: all 0.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%;
    /* max-width: 404px; */
    margin-top: 1%;
}

.about__title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.about__title {
    margin-right: 40px;
}

.about__unisex {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #00CC9C;
}

.about__unisex-img {
    margin-right: 10px;
    vertical-align: sub;
}

.about__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:center;
}

.usecase__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align:center;
}

.how .roadmap__title {
    margin-top: 85px;
}

.usc .usecase__text-wrap {
    max-width: 910px;
    margin: 0 auto;
}

.about__text--first {
    font-weight: 500;
}

.about__text--first img {
    vertical-align: text-bottom;
    margin-right: 6px;
}

.about__text--hidden {
    transition: max-height 0.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, 0.52);
    border-radius: 6px;
    color: #ffffff;
    outline: none;
}

.about__btn-text {
    margin-right: 10px;
}

.about__btn-img--open {
    display: none;
}

.about__background {
    --wdth: 47vw;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: var(--wdth);
    height: calc(var(--wdth) * 1.42);
    background-image: url("../img/main/shape1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.how {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding-top: 72px;
}

.how__title {
    margin-bottom: 60px;
}

.how__wrap-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.how__left {
    margin-right: 155px;
}

.how__right {
    margin-top: -59px;
}

.how__main-item {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.how__main-img {
    margin-right: 41px;
}

.how__main-text {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
}

.how__tooltip {
    position: relative;
    width: 260px;
    margin: 0 auto 20px;
    border-radius: 10px;
    background-color: #012628;
    padding: 20px 30px;
}

.how__tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0 13px;
    transform: translateX(-50%);
    border-color: #012628 transparent transparent transparent;
    z-index: 999;
}

.how__platform-list {
    border-radius: 16px;
    border: 3px solid rgba(92, 132, 135, 0.2);
}

.how__platform-item {
    display: flex;
    align-items: center;
    padding: 28px;
    border-bottom: .5px solid rgba(92, 132, 135, 0.2);
}

.how__platform-img {
    margin-right: 24px;
}

.how__platform-text {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    line-height: 23px;
}

.noscroll {
    overflow: hidden;
}

.devs {
    /*margin:  auto;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.developer {
    width: 182px;
    margin: 30px 56px 10px;
}

.developer:last-child {
    margin-bottom: 60px;
}

.usecases {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 200px;
}

.usecase {
    flex-basis:180px;
    margin:33px 23px;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height:22px;
}
.usecase img {
    padding-right:132px;
    padding-bottom:20px;
}

.usecase span {
    width:180px;
}

.usecase__text span {
    padding:15px 0 10px 0;
    display: block;
    max-width: 544px;
    margin: 0 auto;
}

.usc {
    overflow:visible;
    position: relative;
    z-index: 999;
    padding-bottom: 30px;
    padding-top: 120px;
    /* background-image: url("../img/main/shape3.svg"); */
    /*background-size: cover;*/
    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, 0.9) 0%, rgba(32, 82, 79, 0) 100%);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
}

.languages__popup {
    z-index: 101;
    position: absolute;
    /*right: 0;*/
    margin-top: 7px;
    width: 144px;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.languages__popup.active {
    opacity: 1;
    visibility: visible;
}

.languages__popup.active a {
    transition: 0.3s ease;
}

.languages__popup.active a:hover {
    background-color: #00CC9C!important;
}

.languages__popup a {
    position: relative;
    display: block;
    height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 144px;
    padding: 9px 20px 10px 46px;
    text-decoration: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.languages__popup a:first-child {
    border-radius: 4px 4px 0 0;
}

.languages__popup a:last-child {
    border-radius: 0 0 4px 4px;
}

.languages a.in:before {
    background: url(../img/in.svg) 0 0 no-repeat;
}

.languages a.vi:before {
    background: url(../img/vi.svg) 0 0 no-repeat;
}

.languages a.ru:before {
    background: url(../img/ru.svg) 0 0 no-repeat;
}

.languages a.cn:before {
    background: url(../img/cn.svg) 0 0 no-repeat;
}

.languages a.us:before {
    background: url(../img/us.svg) 0 0 no-repeat;
}

.languages a.kr:before {
    background: url(../img/kr.svg) 0 0 no-repeat;
}

.languages__popup a:before {
    position: absolute;
    content: '';
    left: 14px;
    top: 50%;
    width: 25px;
    height: 14px;
    margin-top: -7px;
}

.languages__body a {
    position: relative;
    display: block;
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    width: 143px;
    padding: 9px 20px 10px 46px;
    border-radius: 4px;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 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, 0.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, 0.9) 0%, rgba(32, 82, 79, 0) 100%);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
}

.invest__popup {
    z-index: 101;
    position: absolute;
    right: 0;
    margin-top: 7px;
    width: 150px;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.invest__popup.active {
    opacity: 1;
    visibility: visible;
}

.invest__popup.active a {
    transition: 0.3s ease;
}

.invest__popup.active a:hover {
    background-color: #00CC9C!important;
}

.invest__popup a {
    position: relative;
    display: block;
    height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 150px;
    padding: 9px 20px 10px 16px;
    text-decoration: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.invest__popup a:first-child {
    border-radius: 4px 4px 0 0;
}

.invest__popup a:last-child {
    border-radius: 0 0 4px 4px;
}

.invest__popup a:before {
    position: absolute;
    content: '';
    left: 14px;
    top: 50%;
    width: 25px;
    height: 14px;
    margin-top: -7px;
}

.invest__body a {
    position: relative;
    display: block;
    height: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.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, 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;
}

.activer {
    display: block!important;
}

.inactive {
    display:none;
}

.roadmap {
    padding-top: 80px;
    /* margin-bottom: 45px; */
    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: -190%; */
    left:1250px;
    top: 154px;
    width: 100vw;
    height: 1px;
    background-color: rgba(23, 56, 58, 0.99);
}

.roadmap__wrap:before {
    content: "";
    position: absolute;
    /* right: -140%; */
    right:1250px;
    top: 154px;
    width: 100vw;
    height: 1px;
    background-color: rgba(23, 56, 58, 0.99);
}

.roadmap__block {
    width: 100%;
}

.roadmap__block--done {
    color: #17383A;
}

.roadmap__block--done .roadmap__list {
    margin-left: -11px;
}

.roadmap__block--now {
    color: #00CC9C;
}

.roadmap__block--next {
    color: #5C8487;
}

.roadmap__block-title {
    position: relative;
    color: #17383A;
    padding-bottom: 22px;
    padding-left: 15px;
}

.roadmap__block-title h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    color: #17383A;
}

.roadmap__block-title--done {
    color: #17383A;
    border-bottom: 1px solid rgba(23, 56, 58, 0.99);
}

.roadmap__block-title--done h3 {
    color: #17383A;
}

.roadmap__block-title--done .roadmap__block-year {
    color: #17383A;
}

.roadmap__block-title--now {
    color: #00CC9C;
    border-bottom: 1px solid #00CC9C;
}

.roadmap__block-title--now h3 {
    color: #00CC9C;
}

.roadmap__block-title--now .roadmap__block-year {
    color: #00CC9C;
}

.roadmap__block-title--now:before {
    content: url("../img/sprites/intermediate-svg/roadmap-triangle.svg");
    position: absolute;
    left: -1px;
    bottom: -10px;
}

.roadmap__block-title--next {
    color: #ffffff;
    border-bottom: 1px solid rgba(23, 56, 58, 0.99);
}

.roadmap__block-title--next h3 {
    color: #ffffff;
}

.roadmap__block-title--next .roadmap__block-year {
    color: #ffffff;
}

.roadmap__block-title--next:before {
    content: url("../img/sprites/intermediate-svg/roadmap-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;
    max-width: 140px;
    margin-bottom: 20px;
}

.roadmap__item img {
    margin-right: 10px;
}

.roadmap__item span {
    display: block;
}

.graph {
    margin-bottom: 150px;
}

.graph__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.graph__title {
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    text-align:center;
    margin-bottom: 28px;
}

.graph__content {
    display: flex;
    align-items: center;
    margin-top:60px;
}

.graph__chart-wrap {
    margin-right: 44px;
}

.graph__item {
    font-size:18px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

.graph__item-percent {
    width: 30px;
    color: rgba(207, 207, 221, 0.4);
    margin-right: 32px;
}

.graph__item-label {
    line-height: 27px;
    color: #cfcfdd;
}

.graph__item-color {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 17px;
}

.graph__item-color.ieo1 {
    background-color: #ab59b8;
}

.graph__item-color.ieo2 {
    background-color: #ee4f44;
}

.graph__item-color.ieo3 {
    background-color: #b5eb28;
}

.graph__item-color.team {
    background-color: #6611f2;
}

.graph__item-color.partner {
    background-color: #5dd0f9;
}

.graph__item-color.bounti {
    background-color: #ea9a56;
}

.graph__item-color.community {
    background-color: #1275f9;
}

.graph__item-color.dev {
    background-color: #21b7ae;
}

.graph__item-color.market {
    background-color: #ff8d41;
}

.graph__item-color.legal {
    background-color: #a9a9a9;
}

.graph__item-color.overhead {
    background-color: #ffc42f;
}

.graph__item-color.reserve {
    background-color: #3475fb;
}

.our-team {
    background-image: url("../img/main/shape2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 75px;
    min-height:500px
}

.ex-partners {
    background-image: url(../img/main/shape2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.flexan {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center
}

.partner1 {
    margin: 20px;
}

.partner2 {
    margin: 40px;
}

.partners {
    margin-bottom: 100px;
}

.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: 0.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: bold;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    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,0.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 {
    margin-right: 205px;
    cursor: pointer;
    transition:.2s ease;
    height:30px;
}
.our-team__slider-btn:hover {
    filter: invert(0) sepia(1) hue-rotate(90deg) saturate(135%) brightness(100%);
    /*background:rgba(200,200,20,0.2);*/
    border-radius:100px;
  
}



  
/*.our-team__slider-btn:hover {
    filter:invert(0.5) sepia(1) hue-rotate(-40deg) saturate(6) brightness(1.6);
}*/

.our-team__slider-btn:last-child {
    margin-right: 0;
}

.our-team__slider-btn--left {
    position: absolute;
    display: block;
    right: -100px;
    translate:.3s ease;
}

.our-team__slider-btn--right {
    display: block;
    position: absolute;
    left: 100px;
    translate:.3s ease;
    transform: rotate(180deg);
}

.our-team__slider-btn--left:hover {
    top:-16px;
    padding:1px;
}

.our-team__slider-btn--right:hover {
    top:-16px;
    padding:1px;
}

.swiper-slide-active {
    z-index: 1;
    opacity: 1;
    transition: all 0.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: bold;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    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;
}

.form {
    width: 100%;
    max-width: 385px;
    padding: 40px 0;
    background-color: #021617;
    text-align: center;
}

.form .link {
    text-decoration: underline;
    font-size: 15px;
    color: #00CC9C;
}

.form__section {
    height: 100%;
}

.form__section .container {
    padding-top: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form__head {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.form__logo {
    margin-bottom: 26px;
}

.form__logo-icon {
    display: block;
    width: 100%;
    height: auto;
}

.form__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 20px;
}

.form__undertitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5C8487;
    margin-bottom: 10px;
}

.form__footer {
    padding: 32px 52px 0;
}

.form__input {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 54px;
    padding-left: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    background-color: #021617 !important;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form__input-error {
    display: block;
    position: absolute;
    top: 6px;
    /* right: -63px; */
    right: 0;
    transform: translate(50%, 0px);
    padding: 11px 16px;
    color: #ff2e53;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    background: rgba(10, 10, 10, 0.93);
    border-radius: 4px;
}


/* .form__input-error:before {
    content: "!";
    position: absolute;
    top: 26%;
    left: -140%;
} */

.form__input .label {
    position: absolute;
    top: 19px;
    left: 28px;
    font-size: 16px;
    line-height: 19px;
    color: #95CCD0;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.3s ease;
}

.form__input input {
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    background: none;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    outline: none;
    padding: 17px 13px 14px;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.form__input input::placeholder {
    color: #5C8487;
}

.form__checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    color: #4d5878;
    margin-bottom: 27px;
}

.form__checkbox-span {
    color: #5C8487;
}

.form__checkbox .link {
    text-decoration: underline;
    color: #00CC9C;
}

.form__checkbox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #162926;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    outline: none;
    z-index: 1000;
    border-radius: 3px;
    font-size: 15px;
}

.form__checkbox-input:hover {
    background: #1F3A36;
}

.form__checkbox-input:checked {
    background: #161b29;
}

.form__checkbox-input:checked:before {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    background-color: #00CC9C;
    border-radius: 3px;
}

.form__checkbox-input:checked:after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #00CC9C;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}

.form__button {
    border-radius: 3px;
    border: 0;
    background: #00CC9C;
    width: 100%;
    max-width: 282px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    transition:.3s ease;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.form__button:hover {
    background-color: #4DFFAA;
    box-shadow: 0px 10px 30px rgba(82, 255, 229, 0.1);
}


.form__textarea {
    width: 100%;
    min-height: 155px;
    -webkit-appearance: none;
    background-color: #161b29;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 17px 13px 14px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.form__textarea::placeholder {
    color: #515c7a;
}

.badge {
    display: block;
    padding: 0 5px;
    background-color: #b99144;
    border-radius: 100px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
}

.account {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.account__avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.account__avatar-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.account__avatar-photo {
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

.account__avatar-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #00CC9C;
    position: relative;
}

.account__avatar-initials {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.account__avatar-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.account__avatar-angle {
    transition: all 0.3s ease;
    margin-bottom: 0.1em;
    margin-left: 11px;
}

.account__avatar-angle--show {
    height:2px!important;
    overflow:hidden!important;
    /*transform: rotate(180deg);*/
}

.account__avatar-angle img {
    display: block;
}

.accbtn {
    margin-top: 23px;
}

.account__menu {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 11;
    background-color: #021617;
    transition: all 0.3s ease;
    pointer-events: none;
    border-radius: 5px;
}

.account__menu:before {
    content: "";
    position: absolute;
    left: 12%;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    transform: translateX(-50%);
    border-color: transparent transparent #021617 transparent;
    z-index: 999;
}

.account__menu--show {
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: auto;
}

.account__menu-item {
    transition: all 0.3s ease;
}

/*.account__menu-item:hover .account__menu-link {
    color: rgba(255, 255, 255, 0.6);
}*/

.account__menu-item--logout {
    /*border-top: 1px solid #342d38;*/
}

.account__menu-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 16px;
    text-decoration: none;
    color: rgb(88, 143, 146);
    transition:.3s ease;
}

.account__menu-link:hover {
    filter: invert(0) sepia(1) hue-rotate(90deg) saturate(135%) brightness(100%);
}

.account__menu-link img {
    margin-right: 10px;
}

.preloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #0a080e;
    z-index: 999999;
}

.preloader.is-active {
    display: flex;
}

.preloader__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.preloader__logo {
    position: relative;
    margin-bottom: 30px;
    width: 64px;
    height: 64px;
}

.preloader__logo-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.preloader__img--first {
    display: block;
    z-index: 1;
}

.preloader__img--second {
    display: block;
    animation: preload-inner 2s infinite ease-in-out;
    z-index: 2;
    transition: all 0.5s ease;
}

.countdown-container {
    z-index:98;
    width:280px;
    position: absolute;
    right:0;
    border-radius: 6px;
    background-color: rgba(15, 55, 58, 0.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-combined {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.countdown-container>p {
    margin-block-start: 15px;
    margin-block-end: 6px;
    color:#00CC9C!important;
    visibility: visible;
    display: inline;
    margin-left: 24px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.timer {
    visibility: visible;
    padding: 10px;
    text-align: center;
    /* padding-top: 15px; */
}

.timer .timer-wrapper {
    display: inline-block;
    width: 60px;
    height: 50px;
}

.timer .timer-wrapper:not(:last-of-type)::after {
    content: ":";
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    text-align: center;
    justify-content: center;
    align-content: center;
    bottom: 22%;
    transform: translate(0, -50%);
    padding-left: 27px;
    font-weight: bold;
}

.timer .timer-wrapper .time {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}


/*.timer .timer-wrapper .text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize;
}*/

.timer .timer-wrapper .text {
    margin-top: 5px;
    width: 60px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize;
    display: block;
}

.news {
    padding-top: 0px;
    margin-bottom: 100px;
    overflow-x: hidden;
    background-image: url("../img/main/dots.png"), url("../img/main/dotsr.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 531px 248px, 531px 248px;
    background-position: top left, top right;
}

.news-wrapper {
    overflow: hidden;
    display: inline-block;
}

.news-quote {
    text-align: center;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-quote p {
    line-height: 24px;
}

.news-highlight {
    color: white;
    font-weight: bold;
}

.founder {
    display: block;
    height: 58px;
}

.founder img {
    display: inline-block;
    width: 58px;
    height: 58px;
    margin-right: 10px;
}

.founder p {
    margin-block-start: 0.5em;
    display: inline-block;
    font: 20px Roboto;
    color: #00CC9C;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.founder span {
    display: inline-block;
    font: 14px Roboto;
    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;
}

.lSpg>li a {
    width: 16px !important;
    height: 16px !important;
}

/*.lSpg>li:hover a,
a:hover {
    background-color: #666666 !important;
}*/

.lSpg>li.active a {
    /* width: 16px !important; */
    /* height: 16px !important; */
    background-color: white !important;
}

/*a.form__logo:hover {
    background-color: transparent !important;
}

a:not(.btn):hover {
    background-color: transparent !important;
}*/

.audit {
    margin-bottom: 50px;
}

.audit-container {
    color: #5C8487;
    display: flex;
    align-items: center;
    background-color: #012325;
    border-radius: 6px;
    /* width: 350px; */
}

.audit-logo {
    margin-right: 23px;
    width: 64px;
}

.audit-left {
    display: flex;
    align-items: center;
    padding: 30px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.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) {
    .usecases {
        justify-content:center;
    }
    .usecases {
        padding-bottom:150px;
    }
    .usc {
        padding-top:40px;
    }
}

@media only screen and (max-width: 575px) {
    .usecases {
    padding-bottom:100px;
}
.usc {
    padding-top:20px;
}
    .audit-left {
        flex-direction: column;
        border-right: 0;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .audit-right {
        padding: 30px 0 30px 0;
    }
    .audit-container {
        flex-direction: column;
    }
    .audit-logo {
        margin-right: 0;
    }
}

.disabled-btn {
    background-color: #133436 !important;
    color:#214E51 !important;
    cursor: none !important;
    pointer-events: none !important;
}

.user-greeting {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 53px;
    color: #ffffff;
}

.faded-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 24px;
}

.light-label {
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin-right: 60px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.ieo-link-section {
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 120px;
}

.ieo-link-section>a {
    line-height: 33px;
}

.martishka {
    display:flex;
    width:100%;
    height:41px;
    padding:6px 10px;
}

.ieo-link-section>a:hover .ieo-link-icon {
    opacity:1;
    }
.ieo-link-section>a:hover .martishka {
    border-radius: 6px;
    background: rgba(255,255,255,.05);
    }
.ieo-link-section>a:hover {
    filter: invert(0.5) sepia(1) hue-rotate(95deg) saturate(6) brightness(2);
    opacity: 1;
}

.ieo-link-section>p {
    text-align: center;
    /* font-size: 18px; */
    color: white;
    text-transform: uppercase;
}

.ieo-link-block {
    display: flex;
    align-items: center;
    /* margin-bottom: 30px; */
    text-decoration: none;
}

.ieo-link-rate {
    color: #00CC9C;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-right: 20px;
}

.ieo-link-icon {
    margin-top:-2px;
    opacity: 0.3;
}


/* .ieo-link-logos > a:not(:last-of-type) {
    margin-right: 40px;
} */

.as-featured-container {
    z-index: 99999;
    max-width:1100px;
    margin:20px auto;
    /* position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%; */
}

.as-featured-section {
    width: 100%;
    /* margin-bottom: 140px; */
}

.as-featured-section a {
    transition:.3s ease;
    margin: 20px 30px;
}

.as-featured-section a:hover {
    filter: invert(0.3) sepia(1) hue-rotate(83deg) saturate(235%) brightness(100%);
}

.as-featured-section>p {
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    opacity: 0.4;
    color: white;
    text-transform: uppercase;
}

.as-featured-section>div {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.user-purchase-section {
    background: #001C1E;
    border-radius: 16px;
    height: 100%;
    width: 100%;
    margin-top: 30px;
    padding-top: 37px;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.user-balance-icon {
    margin-top:4px;
    margin-right: 10px;
}

.user-account-header-section {
    display: flow-root;
}

.user-section-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin: 0px auto 30px 35px;
}

.user-help-section {
    background: #001C1E;
    border-radius: 16px;
    height: 100%;
    width: 100%;
    margin-top: 16px;
    padding-top: 37px;
}

.user-ieo-link-logos a {
    margin: 10px 35px;
}

.coming-soon {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-help-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130.08%;
    color: #ffffff;
    opacity: 0.4;
    overflow: auto;
}

.user-help-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130.08%;
    text-decoration-line: underline;
    color: #00CC9C;
}

.user-section-container {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-top: 30px;
}

.user-sc {
    margin:0 35px;
}

.user-main {
    margin-bottom: 45px;
}

.no-overflow-x {
    max-width: 100% !important;
    overflow-x: hidden;
}

@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

@keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    animation-name: autofill;
    -webkit-animation-name: autofill;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@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;
    }
    .funds-container {
        width: 100vw;
        margin-left: 0px;
        left: 50%;
        transform: translate(-50vw, 0);
        background: rgba(0, 0, 0, 0.54);
        backdrop-filter: blur(20px);
        /* padding: 5px; */
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .funds-progress {
        width: 420px;
        margin: auto;
    }
    .goalProgress {
        background: none !important;
    }
}

@media only screen and (max-width: 1200px) {
.header {
        background-position:top 100px right 50px;
    }
}

@media only screen and (max-width: 1100px) {
.header {
        background-position:top 100px right 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .countdown-container {
        top:0;
        right:0;
        position:relative;
    }
.header {
        background-position:top 100px right -50px;
        background-size:50%;
    }
}

@media only screen and (max-width: 900px) {
.header {
        background-position:top 100px right -100px;
        background-size:70%;
    }
}

@media only screen and (max-width: 850px) {
.header {
        background-position:top 100px right -150px;
        background-size:80%;
    }
}

@media only screen and (max-width: 800px) {
.header {
        background-position:top 100px right -200px;
        background-size:90%;
    }
}

@media only screen and (max-width: 700px) {
.header {
        background-size:105%;
    }
}

@media only screen and (max-width: 600px) {
.header {
        background-size:115%;
    }
}

@media only screen and (max-width: 500px) {
.header {
        background-size:125%;
    }
}

@media only screen and (max-width: 375px) {
.header {
        background-size:130%;
    }
}

@media only screen and (max-width: 320px) {
.header {
        background-size:150%;
    }
}

@media only screen and (max-width: 991px) {

    .langtest {
        margin-right:-3px;
    }
    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;
    }
    .main-nav__list {
        display: none;
    }
    .hamburger {
        display: inline-block;
    }
    .about {
        margin-bottom: 20px;
    }
    .about__img-wrap {
        margin-right: 45px;
    }
    .how__left {
        margin-right: 75px;
    }
    .how__right {
        margin-top: -96px;
    }
    .how__main-text {
        max-width: 220px;
    }
    .roadmap {
        padding-top: 40px;
        /* margin-bottom: 60px; */
    }
    .roadmap__title {
        padding-left: 20px;
    }
    .roadmap__wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 70px;
    }
    .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__left {
        /* margin-bottom: 120px; */
    }
    .graph__title {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .ieo-link-section {
        margin-top:-20px;
        align-items:flex-start;
    }
    .header {
        background-position:top 100px right -150px;
    }

    /*.as-featured-section > div > a > img {
        height: 20px;
    }

    .as-featured-section > p {
        font-size: 14px;
    }*/
    .languages__body a:before {
        margin-top:0;
    }
    .languages {
        width: 44px;
        margin-top: -12px;
        margin-right:0px;
    }
    .languages__popup a {
        width: 44px;
        padding: 0;
    }
    .languages__body a:after {
        display: none;
    }
    .languages__body a {
        padding: 9px 20px 10px 25px;
        width: 44px;
    }
    .languages__inner {
        width: 44px;
    }
    .languages__popup {
        width: 44px;
    }
    .langtest {
        display: inline-block;
    }
    .ieo-link-section {
        margin-top: 40px;
        flex-direction: column;
    }
    .ieo-link-block {
        margin-bottom: 20px;
    }
    .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;
    }
    .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-right: 0; */
        margin-bottom: 20px;
    }
    .ieo-link-section {
        width:290px;
    }
    .about__background {
        display: none;
    }
    .how__title {
        text-align: center;
        margin-bottom: 45px;
    }
    .how__wrap-content {
        flex-direction: column;
    }
    .how__left {
        margin-right: 0;
    }
    .how__right {
        margin-top: 0;
    }
    .how__main-item {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .how__main-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .how__main-text {
        max-width: 280px;
    }
    .roadmap__title {
        padding-left: 0;
    }
    .roadmap__block {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .graph__content {
        flex-direction: column;
        align-items: center;
    }
    .graph__chart-wrap {
        margin-right: 0;
        margin-bottom: 43px;
    }
    /* .our-team {
        padding-top: 0px;
        padding-bottom: 0px;
    } */
    .ex-partners {
        padding-top:0px;
    }
    .news {
        padding-top: 0px;
        margin-bottom: 100px;
        overflow-x: hidden;
        background-image: url("../img/main/dots.png");
        background-repeat: no-repeat;
        background-size: 531px 248px;
        background-position: top center;
    }
}

/* Was 575 */

@media only screen and (max-width: 375px) {
    .header {
        background-position:top 100px right -270px!important;
    }
}

@media only screen and (max-width: 605px) {
    .header {
        background-position:top 100px right -150px;
    }
    /*.as-featured-section > p {
        font-size: 12px;
    }

    .as-featured-section > div > a > img {
        height: 15px;
    }*/
    .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 {
        /* max-width: 180px; */
        margin-top: 0;
    }
    .about__title-wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .about__unisex {
        margin-bottom: 5px;
    }
   /* .timer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }
    .timer .timer-wrapper .time {
        font-size: 18px;
    }*/

    .progressBar {
        font-size: 12px !important;
    }
    .progressBarUnmet {
        height: 35px !important;
    }
    .funds-goal {
        font-size: 12px !important;
    }
    .funds-progress {
        width: 325px !important;
    }
    .x-icon-news {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .column-wrap {
        flex-direction: column !important;
    }
    /*.news {
        background-size: auto;
    }*/
}

@media only screen and (max-width: 375px) {
    .header {
        background-position:top 100px right -450px;
    }
/*    #countdown-label {
        width: 70px;
        text-align: left;
        overflow-wrap: break-word;
    }
    .time {
        font-size: 25px !important;
    }
    .timer .timer-wrapper:not(:last-of-type)::after {
        padding-left: 22px !important;
    }
    .timer .timer-wrapper .text {
        width: 50px;
    }
    .timer .timer-wrapper {
        width: 50px;
        height: 50px;
    }*/

}

@media only screen and (max-height: 1050px) and (min-width: 767px) {
    .header {
        /* margin-bottom: 180px; */
    }
}


/* COOKIE */

.cookie {
    width: 100%;
    max-width: 1280px;
    padding: 20px 20px;
    position: fixed;
    left:50%;
    margin-left:-640px;
    bottom: -150px;
    width: 100%;
    /* border-radius:26px; */
    border-top-left-radius:26px;
border-top-right-radius:26px;
    z-index: 10001;
    overflow: hidden;
    /* visibility: 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));
    }
}


@keyframes shimmy {
    from {
      transform: translateY(0);    
    }
    to {
      transform: translateY(-150px);
    }
  }

.cookie a {
    color:#000;
}

.cookie svg {
    height: 0px;
}


/* 
.cookie:before {
    visibility: visible;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: inherit; */


/* background-image: url("/img/cookie.png"); */


/* background-repeat: repeat;
    background-size: cover;
    background-position:top center; */


/* filter: blur(10px);
    -webkit-filter: blur(10px); */


/* } */

.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 {
    /* position: relative; */
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0, 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 0.3s ease;
    z-index: 9999;
}


.cookie__close:hover {
    background-color: #0a1a17;
    opacity:0.95;
}

.benefits {}

.benefits__wrap {
    display: flex;
    justify-content: space-between;
}

.benefits__block {
    margin-right: 40px;
    margin-bottom: 30px;
}

.benefits__block:last-child {
    margin-right: 0;
}

.benefits__icon {
    margin-bottom: 32px;
}

.benefits__icon img {
    display: block;
    width: 65px;
    height: auto;
}

.benefits__block-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.benefits__list {}

.benefits__item {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
}

.benefits__item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #00CC9C;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #00CC9C;
    margin-right: 20px;
}

.benefits__item-text {
    color: #5C8487;
    font-size: 16px;
    line-height: 24px;
}

.benefits__item-text span {
    color: #7FE0B2;
}

@media only screen and (max-width: 575px) {
    .header {
        background-position:top 100px right -200px;
    }
    .as-featured-section {
        margin-bottom: 40px;
    }
/*    .intro__btn-wrap {
        justify-content: flex-start;
    }*/
    /*.intro__btn-group {
        display: flex;
        flex-shrink: 0;
    }*/


    



    

    .cookie__wrap {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .cookie__text-wrap {}
    .cookie__text {
        padding-bottom:8px;
        width:75vw;
        /* margin-bottom: 20px; */
    }
    .cookie__close-wrap {
        margin-left: 0;
    }
    .cookie__close {
        margin-top:16px;
        width: 80vw;
    }
    /*.intro__btn {
        margin-right: 0;
        margin-bottom: 20px;
    }*/
    .benefits__wrap {
        flex-direction: column;
    }
    .benefits__block {
        margin-right: 0;
    }
}


/*# sourceMappingURL=maps/main.css.map */

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}