/*[Table of contents]
1. Body
2. Header
3. Presentation
4. Buttons
5. Hamburger
6. Features
7. Chat
8. VIP membership
9. Footer
10. Contribute
11. License
12. Instructions


*/


/*1. Body-----------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span,
a,
button {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

.shadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 3px 5px 10px rgba(0, 0, 0, 0.1) ); 
            filter: drop-shadow( 3px 5px 10px rgba(0, 0, 0, 0.1) );
}

.backgr {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.cont {
    margin: 0 auto;
    width: 100%;
}

button {
    outline: none;
    border: none;
}

.back-yellow {
    background-color: #ffcc00;
}

.container1 {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.container2 {
    max-width: 952px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container3 {
    max-width: 1236px;
    padding-left: 15px;
    padding-right: 15px;
}

.container4 {
    max-width: 1221px;
    padding-left: 15px;
    padding-right: 15px;
}

.token-wrap {
    /*
  background: url("../img/token-wave/wave1.png") 0px bottom no-repeat,
  url("../img/token-wave/wave2.png") 0px bottom no-repeat,
  url("../img/token-wave/wave3.png") 0px bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  */
    background-color: #ffcc00;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.token-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-token {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}













/*End Body-----------------------------------*/


/*2. Header-----------------------------------*/

#header{
    padding: 5px 0;
    background-color: #ffcc00;
}
.navbar-bg
{
    background: transparent;
    position: relative;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-brand svg{
    height: auto;
    width: 345px;
}
.navbar-bg .navbar-brand{
    display: inline-block;
    height: auto;
}
.navbar-bg .navbar-nav{
    padding-top: 22px;
}
.navbar-bg .navbar-nav>li>a{
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 400;
    color: #494949;
    letter-spacing: 1.4px;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}
.navbar-bg .nav>li>a>img{
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -6px;
    margin-right: 10px;
}
.navbar-nav>li+li{
    margin-left: 10px;
}
/* svgicon */
.navbar-bg .navbar-nav>li a svg{
    width: 44px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.navbar-bg .navbar-nav>li a .fa{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 8px;
}

.navbar-collapse {
    margin-top: 15px;
}







/*End Header-----------------------------------*/


/*3. Presentation-----------------------------------*/

.pr {
    position: relative;
    overflow: hidden;
    background-image: url('../img/wawe1.png'), url('../img/wave2.png');
    background-position: center 400px;
}

.pr__block {
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding-top: 93px;
}

.pr__title {
    font-size: 48px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 5px;
    line-height: 70px;
}

.pr__title-pos {
    margin-bottom: 30px;
}

.einstein .pr__title {
    text-align: center;
}

.einstein .pr__title-pos {
    margin-bottom: 20px;
}

.pr__desc {
    font-size: 24px;
    font-weight: 450;
    line-height: 24px;
}

.pr__desc-pos {
    margin-bottom: 40px;
}

.einstein .pr__desc-pos {
    text-align: center;
}

.einstein .banner {
    text-align: center;
}

.einstein .buttons {
    text-align: center;
}

.einstein .button-tkb {
    text-align: center;
    margin: 0 auto;
}

.pr__img {
    max-width: 345px;
    padding-top: 40px;
}

.pr__img img {
    width: 100%;
    -webkit-box-shadow: 40px 69px 70px rgba(0, 62, 129, 0.3);
    box-shadow: 40px 69px 70px rgba(0, 62, 129, 0.3);
}

.pr__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/wave-white.png');
    height: 170px;
    background-position: center 0px;
}

.pr__wave-orange {
    background-image: url('../img/wave-orange.png');
    height: 170px;
}













/*End Presentation-----------------------------------*/


/*4. Buttons-----------------------------------*/

.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttons-add {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 27px;
}

.buttons-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buttons-tg {
  text-align: center;
  margin-top: 10px;
}

.button {
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    height: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor:pointer;
}

.button-block {
    display: block;
}

.button-add {
    background-color: #ffffff;
}

.button-contr {
    width: 271px;
    background-color: #4c4c4c;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto;
}

.button-footer {
    width: 381px;
    background-color: #ffffff;
    color: #0384ff;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto;
}

.button-footer:hover {
    color: #0384ff;
}

.button-agreement {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    width: 163px;
    height: 49px;
    background-color: #4c4c4c;
}

.button-agreement-mr {
    margin-right: 15px;
}

.button-cat {
    width: 230px;
    height: 61px;
    background-color: #4c4c4c;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    margin-left: 18px;
}

.button-slack {
    width: 187px;
    color: #3b434b;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 15px;
}

.button-feature {
    width: 300px;
    height: 50px;
    color: #0384ff;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff
}

.button-feature:hover {
    background-color: #ffffff !important
}

.button-feature:hover, .button-slack:hover {
    color: #3b434b;
}

.button-fb {
    width: 250px;
    color: #0384ff;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}

.button-fb:hover {
    color: #0384ff;
}

.button-tg {
    width: 320px;
    color: #0088cc;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.button-tg:hover {
    color: #0088cc;
}

.button-tkb, .button-tkb:hover {
    color: #494949;
}

.button-dc {
    width: 219px;
    color: #7289DA;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
}

.button-dc:hover {
    color: #7289DA;
}

.button-addslack {
    width: 180px;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 13px;
}

.button-addslack:hover {
    color: #000000;
}

.button-adddc {
    width: 180px;
    color: #7289DA;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 13px;
}

.button-adddc:hover {
    color: #7289DA;
}

.button-addfb {
    width: 210px;
    color: #0384ff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 13px;
}

.button-addfb:hover {
    color: #0384ff;
}

.button-addtg {
    width: 210px;
    color: #0088cc;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.button-addtg:hover {
    color: #0088cc;
}

.button-addtg {
    width: 210px;
    color: #7289DA;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.button-addtg:hover {
    color: #7289DA;
}

.button__icon-slack {
    width: 40px;
    height: 39px;
    background-image: url('https://cdn.worldvectorlogo.com/logos/slack-new-logo.svg');
    margin-right: 15px;
}

.button__icon-fb {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-image: url('https://cdn.worldvectorlogo.com/logos/facebook-messenger.svg');
    margin-right: 15px;
}

.button__icon-tg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg');
    display: inline-block;
}

.button__icon-tkb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url('https://miro.medium.com/fit/c/262/262/2*iCaedjGvTYetOtScXS_f9Q.png');
    display: inline-block;
    color: #101010;
}

.button__icon-eth {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url('../img/metamask.svg');
    display: inline-block;
}

.button__icon-dc {
    width: 50px;
    height: 50px;
    margin-right: 6px;
    background-image: url('https://discordapp.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg');
    display: inline-block;
}

.button__icon-addslack {
    width: 28px;
    height: 27px;
    margin-right: 15px;
    background-image: url('https://cdn.worldvectorlogo.com/logos/slack-new-logo.svg');
}

.button__icon-addfb {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    background-image: url('https://cdn.worldvectorlogo.com/logos/facebook-messenger.svg');
}

.button__icon-addtg {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg');
}

.button__icon-adddc {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    background-image: url('https://discordapp.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg');
}













/*End Buttons-----------------------------------*/


/*5. Hamburger-----------------------------------*/

.hamburger {
    cursor: pointer;
    width: 21px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}

.hamburger-pos {
    position: absolute;
    right: 25px;
    top: 70px;
}

.hamburger__line {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 3px;
}

.hamburger__line:last-child {
    margin-bottom: 0;
}













/*End Hamburger-----------------------------------*/


/*6. Features-----------------------------------*/

.feat {
    position: relative;
    padding-bottom: 200px;
    background-image: url('../img/wave3.png'), url('../img/wave4.png');
    background-position: center 300px;
}

.feat__img {
    border: 6px solid #ffcc00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}

.feat__img-pos {
    margin: 0 auto;
    margin-bottom: 40px;
}

.feat__img-marright {
    margin-right: 26px;
}

.feat__img-notif {
    -webkit-background-size: 63px 70px;
    background-size: 63px 70px;
    background-image: url('../img/feat-notif.png');
}

.feat__img-price {
    -webkit-background-size: 34px 69px;
    background-size: 34px 69px;
    background-image: url('../img/feat-price.png');
}

.feat__img-recent {
    -webkit-background-size: 66px 61px;
    background-size: 66px 61px;
    background-image: url('../img/feat-recent.png');
}

.feat__img-setting {
    -webkit-background-size: 61px 61px;
    background-size: 61px 61px;
    background-image: url('../img/feat-setting.png');
}

.feat__img-push {
    -webkit-background-size: 39px 60px;
    background-size: 38px 60px;
    background-image: url('../img/feat-push.png');
}

.feat__img-token {
    -webkit-background-size: 55px 55px;
    background-size: 55px 55px;
    background-image: url('../img/feat-token.png');
}

.feat__img-small {
    width: 93px;
    height: 93px;
}

.feat__title {
    color: #565656;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.feat__title-pos {
    margin-bottom: 25px;
}

.feat__title-pos2 {
    margin-bottom: 8px;
}

.feat__title-left {
    text-align: left;
}

.feat__desc {
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}

.feat__desc-left {
    text-align: left;
}













/*End Features-----------------------------------*/


/*7. Chat-----------------------------------*/

.chat {
    background-color: #ffcc00;
    padding-bottom: 50px;
}

.chat__title {
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

.chat__title-pos {
    margin-bottom: 60px;
}

.chat__mess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chat__mess-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.chat__mess-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chat__mess-pos {
    margin-bottom: 43px;
}

.chat__avatar {
    width: 99px;
    height: 99px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.chat__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position:absolute;
    left: 0px;
    top: 0px;
}

.chat__avatar-left {
    margin-right: 50px;
}

.chat__avatar-right {
    margin-left: 50px;
}

.chat__text {
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffe036;
    background-color: #fff;
    position: relative;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: -2px;
}

.chat__text-smalltext {
    font-size: 18px;
}

.chat__text-smalltext p {
    max-width: 429px;
}

.chat__text-bigpad {
    padding-top: 25px;
    padding-bottom: 27px;
    padding-left: 46px;
    padding-right: 61px;
}

.chat__text-smallpad {
    padding-top: 30px;
    padding-right: 23px;
    padding-left: 25px;
    padding-bottom: 29px;
}

.chat__text:after {
    content: "";
    width: 25px;
    height: 25px;
    border-top: 4px solid #ffe036;
    border-left: 4px solid #ffe036;
    position: absolute;
    background-color: #fff;
}

.chat__text-left:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: -15px;
}

.chat__text-right:after {
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    top: 25px;
    left: auto;
    right: -15px;
}

.chat__smalldesc {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}













/*End Chat-----------------------------------*/


/*8. VIP membership-----------------------------------*/

.vip {
    padding-top: 144px;
    padding-bottom: 104px;
    overflow: hidden;
}

.vip__title {
    color: #565656;
    font-size: 48px;
    font-weight: 400;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}

.vip__title-pos {
    margin-bottom: 57px;
    padding-left: 15px;
}

.vip__img {
    max-width: 345px;
    z-index: 40;
}

.vip__img-pos {
    position: absolute;
    right: 85px;
    top: -25px;
}

.vip__img img {
    width: 100%;
    -webkit-box-shadow: 0 5px 27px rgba(0, 62, 129, 0.25);
    box-shadow: 0 5px 27px rgba(0, 62, 129, 0.25);
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.vip__feat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 33px;
}

.vip__feat:last-child {
    margin-bottom: 0;
}













/*End VIP membership-----------------------------------*/


/*9. Footer-----------------------------------*/










/*End Footer-----------------------------------*/


/*10. Contribute-----------------------------------*/

.contr {
    background-color: transparent;
    position: relative;
    z-index: 40;
    padding-top: 50px;
    padding-bottom: 150px;
}

.contr__block {
    padding-top: 8px;
}

.contr__name {
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.contr__name-pos {
    margin-bottom: 25px;
}

.contr__link {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.contr__link-pos {
    margin-bottom: 40px;
}

.contr__link a {
    color: #ffffff;
    text-decoration: underline;
}

.contr__link a:hover {
    color: inherit;
}

.function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.function-pad {
    padding-left: 65px;
}

.function-padtop {
    padding-top: 25px;
}

.function__circle {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffe036;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.function__circle-pos {
    margin-right: 8px;
}

.function__circle-block {
    background-image: url('../img/token-icon/block.png');
    -webkit-background-size: 34px 35px;
    background-size: 34px 35px;
}

.function__circle-blocks {
    background-image: url('../img/token-icon/blocks.png');
    -webkit-background-size: 44px 37px;
    background-size: 44px 37px;
}

.function__circle-date {
    background-image: url('../img/token-icon/date.png');
    -webkit-background-size: 34px 37px;
    background-size: 34px 37px;
}

.function__circle-goal {
    background-image: url('../img/token-icon/goal.png');
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
}

.function__circle-raised {
    background-image: url('../img/token-icon/raised.png');
    -webkit-background-size: 42px 35px;
    background-size: 42px 35px;
}

.function__circle-dog {
    background-image: url('../img/token-icon/dog.png');
    -webkit-background-size: 45px 35px;
    background-size: 45px 35px;
}

.function__circle-exchange {
    background-image: url('../img/token-icon/exchange.png');
    -webkit-background-size: 36px 27px;
    background-size: 36px 27px;
}

.function__circle-goals {
    background-image: url('../img/token-icon/goals.png');
    -webkit-background-size: 31px 32px;
    background-size: 31px 32px;
}

.function__name {
    display: block;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}













/*End Contribute-----------------------------------*/


/*11. License-----------------------------------*/

.lic {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 62px;
    display: none;
}

.lic__title {
    color: #565656;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

.lic__title-pos {
    margin-top: 25px;
    margin-bottom: 47px;
}

.lic__agreement-pos {
    margin-bottom: 55px;
}

.lic__agreement p {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lic__choice {
    max-width: 803px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
}

.lic__checkbox {
    width: 24px;
    height: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lic__choicetext {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 22px;
}













/*End License-----------------------------------*/


/*12. Instructions-----------------------------------*/

.instr {
    background-color: #ffcc00;
    padding-top: 52px;
    padding-bottom: 40px;
    display: none;
}

.instr__title {
    font-weight: 400;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 48px;
    text-align: center;
}

.instr__title-pos {
    margin-bottom: 62px;
}

.instr__text1 {
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
}

.instr__text2 {
    display: block;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}

.instr__text2-pos {
    margin-bottom: 20px;
}

.instr__text3 {
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.instr__links {
    margin-top: 31px;
    max-width: 200px;
}

.instr__link {
    display: block;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    line-height: 23px;
    text-decoration: underline;
}

.instr__link:hover {
    color: #fff;
    text-decoration: underline;
}

.instr__icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 11px;
}

.instr__icon-mask {
    -webkit-background-size: 38px 35px;
    background-size: 38px 35px;
    background-image: url('../img/brands/mask.png');
}

.instr__icon-parity {
    -webkit-background-size: 45px 27px;
    background-size: 45px 27px;
    background-image: url('../img/brands/parity.png');
}

.instr__icon-wallet {
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    background-image: url('../img/brands/wallet.png');
}

.instr__form {
    padding-top: 20px;
}

.instr__item {
    position: relative;
    margin-bottom: 47px;
}

.instr__item:last-child {
    margin-bottom: 0;
}

.instr__name {
    position: relative;
    z-index: 50;
    width: 356px;
    height: 57px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 4px solid #ffe036;
    background-color: #ffffff;
    text-align: center;
    padding-top: 12px;
    font-weight: 400;
    color: #ffcc00;
    font-size: 24px;
    line-height: 24px;
}

.instr__name-pos {
    margin: 0 auto;
    margin-bottom: 20px;
}

.instr__name-pos1 {
    margin: 0 auto;
    margin-bottom: 41px;
}

.instr__line {
    position: absolute;
    z-index: 40;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 28px;
}

.instr__cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.instr__input {
    position: relative;
}

.instr__input input {
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 4px solid #ffe036;
    background-color: #ffffff;
    outline: none;
    width: 250px;
    height: 61px;
    padding-left: 34px;
    font-weight: 300;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.instr__eth {
    position: absolute;
    right: 25px;
    top: 19px;
    font-weight: 300;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.instr__result {
    width: 480px;
    height: 61px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 4px solid #ffe036;
    background-color: #ffffff;
    font-weight: 300;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.eth {
    width: 45px;
    height: 45px;
}

.fa-rocket {
    color: #ffcc00;
    font-size: 58px;
    padding-top: 14px;
    padding-left: 11px;
}

.fa-ticket {
    color: #ffcc00;
    font-size: 58px;
    padding-top: 12px;
    padding-left: 11px;
}

.fa-cog {
    color: #ffcc00;
    font-size: 58px;
    padding-top: 12px;
    padding-left: 17px;
}

.fa-hand-pointer-o {
    color: #ffcc00;
    font-size: 52px;
    padding-top: 12px;
    padding-left: 17px;
}

#typing {
    border-bottom: 6px solid #ffffff; 
    padding-bottom: 3px;
}





/*End Instructions-----------------------------------*/

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .social i {
        font-size: 25px;
    }
    .menu__item a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .container1 {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*Header-----------------------------------*/
    .header-token {
        padding-top: 35px;
        padding-bottom: 52px;
    }
    .logo {
        width: 250px;
        height: 58px;
    }
    .logo-big {
        width: 115px;
        height: 115px;
    }
    .menu {
        margin-left: 20px;
    }
    .menu__item {
        padding-left: 18px;
        padding-right: 18px;
    }
    .menu__item a {
        font-size: 14px;
    }
    .social {
        margin-top: 0;
    }
    .social__item {
        padding-left: 9px;
        padding-right: 9px;
    }
    .social i {
        font-size: 18px;
    }
    .social-footer {
        margin-top: 70px;
    }
    /*End Header-----------------------------------*/
    /*Presentation-----------------------------------*/
    .pr {
        background-position: center 250px;
    }
    .pr__block {
        padding-top: 74px;
    }
    .pr__title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 3px;
    }
    .pr__title-pos {
        margin-bottom: 21px;
    }
    .einstein .pr__title-pos {
        margin-bottom: 10px;
    }
    .einstein .banner {
        width: 100%
    }
    .pr__desc {
        font-size: 16px;
    }
    .pr__desc-pos {
        margin-bottom: 28px;
    }
    .pr__wave {
        height: 120px;
        background-position: center 0px;
    }
    .pr__img {
        padding-top: 41px;
    }
    /*End Presentation-----------------------------------*/
    /*Buttons-----------------------------------*/
    .button {
        height: 52px;
    }
    .button-add {
        height: 66px;
    }
    .button-footer {
        width: 323px;
        height: 56px;
        font-size: 20px;
        line-height: 20px;
    }
    .button-contr {
        width: 158px;
        height: 38px;
        font-size: 18px;
        font-weight: 400;
        line-height: 14px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .button-slack {
        width: 149px;
        font-size: 22px;
        line-height: 19px;
    }
    .button-agreement {
        font-size: 18px;
        font-weight: 400;
        width: 133px;
        height: 44px;
        background-color: #4c4c4c;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .button-fb {
        width: 215px;
        font-size: 22px;
        line-height: 19px;
    }
    .button__icon-slack {
        width: 32px;
        height: 31px;
    }
    .button-tg {
        width: 320px;
        font-size: 22px;
        line-height: 19px;
    }
    .button-dc {
        width: 176px;
        font-size: 22px;
        line-height: 19px;
    }
    .button__icon-fb {
        width: 38px;
        height: 38px;
    }
    .button__icon-tg {
        width: 38px;
        height: 38px;
    }
    .button__icon-eth {
        width: 30px;
        height: 30px;
    }
    .button__icon-dc {
        width: 38px;
        height: 38px;
    }
    /*End Buttons-----------------------------------*/
    /*Features-----------------------------------*/
    .feat__img-small {
        width: 67px;
        height: 67px;
    }
    .feat__img-pos {
        margin-bottom: 33px;
    }
    .feat__img-setting {
        -webkit-background-size: 44px 44px;
        background-size: 44px 44px;
    }
    .feat__img-push {
        -webkit-background-size: 28px 45px;
        background-size: 28px 45px;
    }
    .feat__img-token {
        -webkit-background-size: 43px 42px;
        background-size: 43px 42px;
        background-image: url('../img/feat-token.png');
    }
    .feat__title {
        font-size: 18px;
    }
    .feat__title-pos {
        margin-bottom: 17px;
    }
    .feat__desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
    }
    /*End Features-----------------------------------*/
    /*Chat-----------------------------------*/
    .chat__title {
        font-size: 36px;
    }
    .chat__title-pos {
        margin-bottom: 43px;
    }
    .chat__mess-pos {
        margin-bottom: 12px;
    }
    .chat__avatar-right {
        margin-left: 30px;
    }
    /*End Chat-----------------------------------*/
    /*VIP membership-----------------------------------*/
    .vip {
        padding-top: 144px;
        padding-bottom: 49px;
    }
    .vip__title {
        font-size: 36px;
    }
    .vip__title-pos {
        margin-bottom: 40px;
    }
    .vip__img {
        max-width: 280px;
    }
    .vip__img-pos {
        right: 20px;
        top: -30px;
    }
    /*End VIP membership-----------------------------------*/
    /* Footer-----------------------------------*/
    /*End Footer-----------------------------------*/
    /*Contribute-----------------------------------*/
    .contr__block {
        padding-top: 8px;
    }
    .contr__name {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .contr__name-pos {
        margin-bottom: 7px;
    }
    .contr__link {
        font-size: 14px;
        line-height: 14px;
    }
    .contr__link-pos {
        margin-bottom: 20px;
    }
    .function {
        margin-bottom: 17px;
    }
    .function-pad {
        padding-left: 5px;
    }
    .function-padtop {
        padding-top: 0;
    }
    .function__circle {
        width: 53px;
        height: 53px;
    }
    .function__circle-pos {
        margin-right: 6px;
    }
    .function__circle-block {
        -webkit-background-size: 26px 26px;
        background-size: 26px 26px;
    }
    .function__circle-blocks {
        -webkit-background-size: 34px 28px;
        background-size: 34px 28px;
    }
    .function__circle-date {
        -webkit-background-size: 26px 28px;
        background-size: 26px 28px;
    }
    .function__circle-goal {
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px;
    }
    .function__circle-raised {
        -webkit-background-size: 32px 26px;
        background-size: 32px 26px;
    }
    .function__circle-dog {
        -webkit-background-size: 34px 27px;
        background-size: 34px 27px;
    }
    .function__circle-exchange {
        -webkit-background-size: 28px 21px;
        background-size: 28px 21px;
    }
    .function__circle-goals {
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px;
    }
    .function__name {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
    /*End Contribute-----------------------------------*/
    /*11. License-----------------------------------*/
    .lic {
        padding-top: 20px;
        padding-bottom: 62px;
    }
    .lic__title {
        font-size: 30px;
    }
    .lic__title-pos {
        margin-bottom: 25px;
    }
    .lic__agreement {
        padding-left: 43px;
        padding-right: 43px;
    }
    .lic__agreement-pos {
        margin-bottom: 45px;
    }
    .lic__agreement p {
        font-size: 13px;
        line-height: 24px;
    }
    .lic__choice {
        max-width: 712px;
        margin-bottom: 33px;
    }
    .lic__checkbox {
        width: 24px;
        height: 24px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .lic__choicetext {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        padding-left: 22px;
    }
    /*End License-----------------------------------*/
    /*Instructions-----------------------------------*/
    .instr {
        padding-top: 55px;
        padding-bottom: 40px;
    }
    .instr__title {
        font-size: 30px;
        text-align: center;
    }
    .instr__title-pos {
        margin-bottom: 45px;
    }
    .instr__text1 {
        font-size: 18px;
        line-height: 24px;
    }
    .instr__text2 {
        font-size: 16px;
    }
    .instr__text2-pos {
        margin-bottom: 5px;
    }
    .instr__text3 {
        font-size: 8px;
        font-weight: 300;
        line-height: 18px;
    }
    .instr__links {
        margin-top: 3px;
        max-width: 200px;
    }
    .instr__link {
        font-size: 12px;
        font-weight: 400;
        line-height: 34px;
    }
    .instr__icon {
        width: 30px;
        height: 30px;
        margin-right: 11px;
    }
    .instr__icon-mask {
        -webkit-background-size: 23px 25px;
        background-size: 23px 25px;
    }
    .instr__icon-parity {
        -webkit-background-size: 29px 17px;
        background-size: 29px 17px;
    }
    .instr__icon-wallet {
        -webkit-background-size: 22px 22px;
        background-size: 22px 22px;
    }

    .fa-rocket {
        color: #ffcc00;
        font-size: 40px;
        padding-top: 10px;
        padding-left: 9px;
    }

    .fa-ticket {
        color: #ffcc00;
        font-size: 40px;
        padding-top: 8px;
        padding-left: 10px;
    }

    .fa-cog {
        color: #ffcc00;
        font-size: 40px;
        padding-top: 9px;
        padding-left: 12px;
    }

    .fa-hand-pointer-o {
        color: #ffcc00;
        font-size: 38px;
        padding-top: 9px;
        padding-left: 12px;
    }
    /*End Instructions-----------------------------------*/
}

@media screen and (min-width: 710px) and (max-width: 910px) {
    .footer {
        position: relative;
        z-index: 50;
        padding-top: 29px;
        padding-bottom: 22px;
        background: url('../img/wave5.png') center bottom no-repeat, url('../img/wave6.png') center 320px no-repeat, url('../img/wave7.png') center 300px no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: #ffcc00;
    }
    .footer-token {
        margin-top: 0;
        background: url('../img/wave5.png') center 130px no-repeat, url('../img/wave6.png') center 50px no-repeat, url('../img/wave7.png') center 50px no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: #ffcc00;
    }
}

@media screen and (min-width: 813px) and (max-width: 960px) {
    .social-token i {
        font-size: 15px;
    }
    .social-token .social__item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .social-token .social__item:first-child {
        padding-left: 0;
    }
    .social-token .social__item:last-child {
        padding-right: 0;
    }
    .menu {
        margin-left: 0;
    }
    .menu-token {
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-token:first-child {
        padding-left: 0;
    }
    .menu-token:last-child {
        padding-right: 0;
    }
    .menu__item a {
        font-size: 12px;
    }

    #typing {
        border-bottom: 0; 
        padding-bottom: 3px;
    } 
}

@media screen and (min-width: 710px) and (max-width: 812px) {
    .logo-big {
        width: 157px;
        height: 157px;
    }
    .contr__block {
        padding-top: 8px;
        margin-top: -65px;
        padding-bottom: 30px;
    }
    .function {
        margin-bottom: 17px;
    }
    .function-wrap {
        padding-top: 30px;
        max-width: 570px;
        margin: 0 auto;
        width: 100%;
    }

    #typing {
        border-bottom: 3px solid #ffffff; 
        padding-bottom: 3px;
    } 
}

@media screen and (max-width: 414px) {
    .row-logos .col-sm-2, .row-logos .col-xs-12 {
        width: 200px;
        height: 100px;
    }
}

@media screen and (max-width: 375px) {
    .row-logos .col-sm-2, .row-logos .col-xs-12 {
        width: 180px;
        height: 100px;
    }
}

@media screen and (max-width: 320px) {
    .row-logos .col-sm-2, .row-logos .col-xs-12 {
        width: 150px;
        height: 100px;
    }
}

@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) {
        .row-logos .col-sm-2, .row-logos .col-xs-12 {
            width: 350px;
            height: 100px;
        }
    }

@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { 
        .row-logos .col-sm-2, .row-logos .col-xs-12 {
            width: 350px;
            height: 100px;
        }
    }

@media screen and (max-width: 812px) {
    .eth {
        width: 45px;
        height: 45px;
    }
    .menu,
    .menu-token {
        position: absolute;
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 9px 10px 10px 9px;
        border-radius: 9px 10px 10px 9px;
        background-color: #ffffff;
        padding: 20px 20px 14px 5px;
    }
    .menu-pos,
    .menu-token-pos {
        right: 25px;
        top: 95px;
    }
    .menu__item,
    .menu-token__item {
        display: block;
    }
    .menu__item a,
    .menu-token__item a {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #4c4c4c;
        text-transform: none;
    }
    .menu__item-active a,
    .menu-token__item-active a {
        padding-left: 13px;
        color: #ffcc00;
    }

    #typing {
        border-bottom: 3px solid #ffffff; 
        padding-bottom: 3px;
    } 
}

@media screen and (max-width: 710px) {
    .contr {
        padding-bottom: 8px;
    }
    .eth {
        width: 25px;
        height: 25px;
    }
    .container1 {
        padding-left: 22px;
        padding-right: 22px;
    }
    /*Header-----------------------------------*/
    .header {
        padding-top: 35px;
    }
    .logo {
        margin: 0 auto;
        width: 201px;
        height: 41px;
    }
    .logo-big {
        width: 157px;
        height: 157px;
    }
    .social-footer {
        margin-top: 20px;
    }
    .social-footer .social__item {
        font-weight: 400;
        line-height: 48px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .social-footer .social__item i {
        font-size: 25px;
    }
    .social-footer-pos {
        margin-bottom: 0;
    }
    /*End Header-----------------------------------*/
    /*Presentation-----------------------------------*/
    .pr {
        background-position: center 250px;
    }
    .pr__block {
        padding-top: 12px;
    }
    .pr__title {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: 2px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pr__title-pos {
        margin-bottom: 11px;
    }
    .pr__desc {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .pr__desc-pos {
        margin-bottom: 21px;
    }
    .pr__wave {
        height: 40px;
        background-position: center 0px;
    }
    .pr__wave-orange {
        background-image: url('../img/wave-orange.png');
        height: 80px;
    }
    .pr__img {
        margin: 0 auto;
        max-width: 260px;
        padding-top: 31px;
    }
    /*End Presentation-----------------------------------*/
    /*Buttons-----------------------------------*/
    .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .button {
        height: 43px;
    }
    .button-add {
        height: 35px;
    }
    .button-footer {
        width: 236px;
        height: 41px;
        font-size: 14px;
    }
    .button-agreement {
        font-size: 18px;
        line-height: 18px;
        width: 121px;
        height: 36px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        background-color: #4c4c4c;
    }
    .button-agreement-mr {
        margin-right: 11px;
    }
    .button-cat {
        width: 132px;
        height: 36px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        margin-left: 11px;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
    }
    .button-slack {
        width: 122px;
        font-size: 18px;
        line-height: 16px;
    }
    .button-fb {
        width: 176px;
        font-size: 18px;
        line-height: 16px;
    }
    .button-tg {
        width: 260px;
        font-size: 18px;
        line-height: 16px;
    }
    .button-dc {
        width: 146px;
        font-size: 18px;
        line-height: 16px;
    }
    .button-addslack {
        width: 137px;
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
    }
    .button-addfb {
        width: 178px;
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
    }
    .button-addtg {
        width: 178px;
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
    }
    .button-adddc {
        width: 178px;
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
    }
    .button__icon-slack {
        width: 26px;
        height: 25px;
    }
    .button__icon-fb {
        width: 25px;
        height: 25px;
    }
    .button__icon-tg {
        width: 25px;
        height: 25px;
    }
    .button__icon-eth {
        width: 20px;
        height: 20px;
    }
    .button__icon-addslack {
        margin-right: 10px;
        width: 15px;
        height: 14px;
    }
    .button__icon-addfb {
        margin-right: 10px;
        width: 20px;
        height: 21px;
    }
    .button__icon-addtg {
        margin-right: 10px;
        width: 20px;
        height: 21px;
    }
    .button__icon-adddc {
        margin-right: 10px;
        width: 20px;
        height: 21px;
    }
    /*End Buttons-----------------------------------*/
    /*Features-----------------------------------*/
    .feat {
        padding-bottom: 133px;
        background-position: center 700px;
    }
    .feat__block {
        margin-bottom: 25px;
    }
    .feat__img-pos {
        margin-bottom: 40px;
    }
    .feat__img-marright {
        margin-right: 20px;
    }
    .feat__img-small {
        width: 64px;
        height: 64px;
    }
    .feat__img-setting {
        -webkit-background-size: 42px 42px;
        background-size: 42px 42px;
    }
    .feat__img-push {
        -webkit-background-size: 27px 42px;
        background-size: 27px 42px;
    }
    .feat__img-token {
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        background-image: url('../img/feat-token.png');
    }
    .feat__title {
        font-size: 24px;
    }
    .feat__title-pos {
        margin-bottom: 17px;
    }
    .feat__title-vip {
        font-size: 18px;
    }
    .feat__desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        max-width: 278px;
        margin: 0 auto;
    }
    .feat__desc-vip {
        font-size: 12px;
    }
    /*End Features-----------------------------------*/
    /*Chat-----------------------------------*/
    .container2 {
        max-width: 480px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .chat__title {
        font-size: 22px;
    }
    .chat__title-pos {
        margin-bottom: 43px;
    }
    .chat__avatar {
        width: 45px;
        height: 45px;
    }
    .chat__avatar-left {
        margin-right: 20px;
    }
    .chat__avatar-right {
        margin-left: 50px;
    }
    .chat__mess-pos {
        margin-bottom: 50px;
    }
    .chat__avatar-right {
        margin-left: 15px;
    }
    .chat__text {
        font-size: 12px;
    }
    .chat__text-bigpad {
        padding-top: 8px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .chat__text-smallpad {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .chat__text-smalltext {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
    }
    .chat__text-smalltext p {
        max-width: 224px;
    }
    .chat__text:after {
        content: "";
        width: 15px;
        height: 15px;
    }
    .chat__text-left:after {
        top: 8px;
        left: -10px;
    }
    .chat__text-right:after {
        top: 15px;
        left: auto;
        right: -10px;
    }
    .chat__smalldesc {
        font-size: 12px;
    }
    /*End Chat-----------------------------------*/
    /*End VIP membership-----------------------------------*/
    .container3 {
        max-width: 330px;
    }
    .vip {
        padding-top: 33px;
        z-index: 40;
    }
    .vip__title {
        font-size: 22px;
        font-weight: 400;
        text-align: center;
    }
    .vip__title-pos {
        margin-bottom: 36px;
    }
    .vip__img {
        max-width: 240px;
    }
    .vip__img-pos {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        margin-top: 38px;
    }
    /*End VIP membership-----------------------------------*/
    /*Footer-----------------------------------*/
    .footer {
        position: relative;
        z-index: 50;
        margin-top: -190px;
        padding-top: 29px;
        padding-bottom: 22px;
        background: url('../img/wave5.png') center bottom no-repeat, url('../img/wave6.png') center 190px no-repeat, url('../img/wave7.png') center 170px no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: #ffcc00;
    }
    .footer-token {
        margin-top: 0;
        background: url('../img/wave5.png') center bottom no-repeat, url('../img/wave6.png') center 0px no-repeat, url('../img/wave7.png') center 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: #ffcc00;
    }
    .footer__text {
        font-size: 14px;
        line-height: 18px;
    }
    .footer__text-pos {
        margin-bottom: 25px;
    }
    .footer__copyright {
        font-size: 14px;
    }
    /*End Footer-----------------------------------*/
    /*Contribute-----------------------------------*/
    .contr__block {
        padding-top: 8px;
        margin-top: -65px;
        padding-bottom: 30px;
    }
    .contr__name {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .contr__name-pos {
        margin-top: 13px;
        margin-bottom: 7px;
    }
    .contr__link {
        font-size: 14px;
        line-height: 14px;
    }
    .contr__link-pos {
        margin-bottom: 20px;
    }
    .function {
        margin-bottom: 17px;
    }
    .function-wrap {
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
    .function-pad {
        padding-left: 5px;
    }
    .function-padtop {
        padding-top: 0;
    }
    .function__circle {
        width: 42px;
        height: 42px;
    }
    .function__circle-pos {
        margin-right: 5px;
    }
    .function__circle-block {
        -webkit-background-size: 20px 22px;
        background-size: 20px 22px;
    }
    .function__circle-blocks {
        -webkit-background-size: 27px 23px;
        background-size: 27px 23px;
    }
    .function__circle-date {
        -webkit-background-size: 20px 23px;
        background-size: 20px 23px;
    }
    .function__circle-goal {
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .function__circle-raised {
        -webkit-background-size: 25px 21px;
        background-size: 25px 21px;
    }
    .function__circle-dog {
        -webkit-background-size: 27px 21px;
        background-size: 27px 21px;
    }
    .function__circle-exchange {
        -webkit-background-size: 22px 18px;
        background-size: 22px 18px;
    }
    .function__circle-goals {
        -webkit-background-size: 19px 19px;
        background-size: 19px 19px;
    }
    .function__name {
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
    }
    /*End Contribute-----------------------------------*/
    /*11. License-----------------------------------*/
    .lic {
        padding-top: 8px;
        padding-bottom: 29px;
    }
    .lic__title {
        font-size: 18px;
    }
    .lic__title-pos {
        margin-bottom: 23px;
    }
    .lic__agreement-pos {
        margin-bottom: 27px;
    }
    .lic__agreement p {
        font-size: 8px;
        line-height: 14px;
    }
    .lic__choice {
        max-width: 314px;
        margin-bottom: 30px;
    }
    .lic__checkbox {
        width: 24px;
        height: 24px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .lic__choicetext {
        font-size: 8px;
        line-height: 14px;
        padding-left: 10px;
    }
    /*End License-----------------------------------*/
    /*Instructions-----------------------------------*/
    .instr {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .instr__title {
        font-size: 18px;
    }
    .instr__title-pos {
        margin-bottom: 23px;
    }
    .instr__text1 {
        font-size: 14px;
        line-height: 24px;
    }
    .instr__text2 {
        font-size: 14px;
    }
    .instr__text2-pos {
        margin-bottom: 5px;
        margin-top: 17px;
    }
    .instr__text3 {
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
    }
    .instr__links {
        margin-top: 20px;
        max-width: 200px;
    }
    .instr__link {
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .instr__icon {
        width: 45px;
        height: 45px;
        margin-right: 11px;
    }
    .instr__icon-mask {
        -webkit-background-size: 38px 35px;
        background-size: 38px 35px;
    }
    .instr__icon-parity {
        -webkit-background-size: 45px 27px;
        background-size: 45px 27px;
    }
    .instr__icon-wallet {
        -webkit-background-size: 33px 33px;
        background-size: 33px 33px;
    }
    .instr__form {
        padding-top: 20px;
    }
    .instr__item {
        position: relative;
        margin-bottom: 28px;
    }
    .instr__item:last-child {
        margin-bottom: 0;
    }
    .instr__name {
        width: 211px;
        height: 33px;
        padding-top: 6px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
    }
    .instr__name-pos {
        margin-bottom: 11px;
    }
    .instr__name-pos1 {
        margin-bottom: 24px;
    }
    .instr__line {
        top: 18px;
    }
    .instr__input input {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        width: 148px;
        height: 36px;
        padding-left: 20px;
        font-size: 8px;
        font-weight: 300;
        line-height: 14px;
    }
    .instr__eth {
        right: 17px;
        top: 12px;
        font-size: 8px;
        font-weight: 300;
        line-height: 14px;
    }
    .instr__result {
        width: 267px;
        height: 36px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-size: 8px;
        line-height: 14px;
        padding-top: 8px;
    }

    .fa-rocket {
        font-size: 36px;
        padding-top: 10px;
        padding-left: 9px;
    }

    .fa-ticket {
        font-size: 36px;
        padding-top: 8px;
        padding-left: 10px;
    }

    .fa-cog {
        font-size: 36px;
        padding-top: 9px;
        padding-left: 12px;
    }

    .fa-hand-pointer-o {
        font-size: 36px;
        padding-top: 7px;
        padding-left: 9px;
    }

    #typing {
        border-bottom: 3px solid #ffffff; 
        padding-bottom: 3px;
    }    
    /*End Instructions-----------------------------------*/
}
/* extra-content */
/* selfbtn */
.selfbtn{
    display: inline-block;
    padding: 0 31px;
    line-height: 65px;
    color: #ffcc00;
    background: #322800;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: inset 0 0 0 0 #ffffff, 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.selfbtn:hover{
    box-shadow: inset 0 0 0 80px #ffffff, 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #ffcc00;
}
/* lineimg */
.lineimg img{
    width: 100%;
    display: block;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/* footer */
#footer{
    background: #ffffff;
    position: relative;
    z-index: 999;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #494949;
}
#footer a{
    color: #494949;
}
#footer a:hover{
    color: #ffcc00;
}
.footer-social{
    margin-bottom: 15px;
}
.footer-social li{
    display: inline-block;
    padding: 0 10px;
}
.footer-social li a{
    font-size: 30px;
}
.quicklink {
    margin-bottom: 15px;
}
.quicklink li{
    padding: 0 15px;
    display: inline-block;
}
@media(min-width: 1200px){
    .navbar-bg .container, #main-content .container{
        width: 1200px;
    }
    
}
@media(max-width: 1199px){
    .navbar-brand>img{
        width: 300px;
    }
    .navbar-bg .navbar-nav>li>a{
        font-size: 15px;
    }
    .navbar-bg .nav>li>a>img{
        max-width: 25px;
    }
    .navbar-bg .navbar-nav{
        padding-top: 20px;
    }
}
@media(max-width: 991px){
    .navbar-brand>img{
        width: 240px;
    }
    .navbar-brand svg{
        width: 255px;
    }
    .navbar-bg .navbar-nav>li>a{
        font-size: 13px;
        letter-spacing: 0px;
    }
    .navbar-nav>li+li{
        margin-left: 20px;
    }
    .navbar-bg .nav>li>a>img{
        margin-right: 5px;
    }
    .navbar-bg .nav>li>a>img{
        top: -3px;
    }
    .navbar-bg .navbar-nav{
        padding-top: 6px;
    }
    .navbar-bg .container{
        width: 100%;
    }
}
@media(max-width: 767px){
    .navbar-bg .navbar-nav>li a .fa{
        margin-left: 8px;
    }
    .navbar-bg .navbar-toggle{
        border: 0px;
        background: transparent !important;
        padding-right: 0px;
        border-radius: 0px; 
    }
    .navbar-bg .navbar-toggle .icon-bar{
        background: #000;
        border-collapse: collapse;
    }
    #header{
        padding: 0px;
    }
    .navbar-toggle{
        margin-top: 25px;
    }
    .navbar-brand>img{
        width: 210px;
    }
    .navbar-brand svg{
        width: 230px;
    }

    #footer{
        text-align: left;
    }
    .footer-social li a{
        font-size: 25px;
    }
    .footer-social li{
        padding: 0px;
    }
    .footer-social li+li{
        margin-left: 15px;
    }
    .quicklink li{
        padding: 0px;
        display: block;
    }
    #footer{
        font-size: 13px;
    }
    .navbar-nav>li+li{
        margin-left: 0px;
    }
    .navbar-bg .navbar-nav>li > a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* meet-founder */
.meet-founder{
    padding: 60px 0 30px;
}
.founder-div{
    position: relative;
    padding-left: 185px;
    margin-bottom: 30px;
    min-height: 145px;
    font-size: 18px;
    line-height: 1.35;
}
.founder-div figure{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 145px;
    height: 145px;
    background: #ffcc00;
    overflow: hidden;
    border-radius: 50%;
}
.founder-div h3{
    font-size: 30px;
    font-weight: 500;
    color: #ffcc00;
    margin-bottom: 15px;
}
.founder-div figure img{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    object-position: center;
    object-fit: cover;
}
.founder-social {
    padding-top: 15px;
}
.founder-social > li{
    display: inline-block;
}
.founder-social > li+li{
    margin-left: 10px;
}
.founder-social > li a{
    font-size: 25px;
    font-weight: 700;
    color: #ffcc00;
}
.founder-social > li a:hover, .founder-social > li a:focus{
    color: #ffcc00;
}
/* custome-textbox */
.custome-textbox h4{
    font-size: 30px;
    color: #4c4c4c;    
    font-weight: 500;
    margin-bottom: 20px;
}
.custome-textbox{
    font-size: 20px;
    line-height: 1.35;
}
.eachbox{
    margin-bottom: 40px;
}
.selfbtn.bdr-btns{
    border: 1px solid #ffcc00;
    background: #ffffff;
    color: #ffcc00;
}
.selfbtn.bdr-btns:hover{
    box-shadow: inset 0 0 0 80px #ffcc00, 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.bdr-btn-group .selfbtn{
    width: 100%;
    margin-bottom: 15px;
}
.bdr-btn-group{
    max-width: 420px;
    padding-bottom: 30px;   
}
.each-contact-info{
    display: block;
}
.contactsection{
    padding-top: 50px;
}
.each-contact-info {
    display: block;
    color: #ffffff;
    padding-left: 80px;
    position: relative;
    min-height: 50px;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 300;
}
.each-contact-info figure{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 1;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
}
.each-contact-info h5{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}
.each-contact-info:hover, .each-contact-info:focus{
    color: #ffffff;
}
/* self-feat */
.self-feat figure{
    position: relative;
    max-width: 100px;
    margin: 0 auto;
    height: 130px;
    margin-bottom: 20px;
    line-height: 130px;
}

.self-feat figure.exchanges {
    max-width: 150px;
}

.einstein .self-feat figure.exchanges {
    max-width: 300px;
}

.self-feat figure img{
    max-width: 100%;
    display: inline-block;
    position: relative;
    max-width: 100%;
}
/* vip */
.vip .vip__feat figure {
    width: 93px;
    height: 93px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 26px;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    width: 93px;
    height: 93px;
    text-align: left;
}
.vip .vip__feat figure img{
    display: inline-block;
    position: relative;
    max-height: 85px; 
    max-width: 85px;    
}
/* contactsection */
.contactsection{
    background: #ffcc00;
    color: #ffcc00;
}
.contactsection h2{
    color: #494949;
    line-height: 1.5;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 400;
}
/* content-textbox */
.content-textbox h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
}
.content-textbox{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 60px 0 30px;
}
.content-textbox h2{
    margin-bottom: 25px;
}
.content-textbox h3{
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 25px;
}
.content-textbox p{
    margin-bottom: 25px;
}
.content-textbox ul{
    padding-left: 50px;
}
.content-textbox ul li{
    list-style: initial;
    margin-bottom: 25px;
}
/* svgicon */
.navbar-bg .navbar-nav>li a svg{
    width: 44px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.navbar-bg .navbar-nav>li a .fa{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 8px;
}
@media(min-width: 768px){
        #header.inner-header .lineimg {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
    .font-w-300{
        font-weight: 300;
    } 
    .font-s-18{
        font-size: 18px; 
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    #header.inner-header{
        padding-bottom: 100px;
        height: auto;
    }
}
@media(min-width: 1200px){
    .inner-header .navbar-bg .navbar-nav{
        padding-top: 20px;
    }
    .lineimg-contact{
        position: relative;
        margin-bottom: -50px;
    }
    .contactsection .container{
        width: 1200px;
    }
}
@media(max-width: 991px){
    .meet-founder h2{
        text-align: center;
    }
    .each-contact-info figure{
        font-size: 40px;
    }
    .each-contact-info{
        padding-left: 55px;
        padding-top: 10px;
    }
    .each-contact-info h5{
        font-size: 15px;
        font-weight: 700;
    }
    .each-contact-info{
        font-size: 13px;
    }
    .content-textbox{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    #header.inner-header{
        padding: 20px 0 100px;
        height: auto;
    }
    .inner-header .navbar-bg .navbar-toggle .icon-bar{
        background: #ffffff;
    }
    .navbar-brand svg{
        width: 230px;
    }
    .founder-div{
        padding-left: 0px;
        text-align: center;
        max-width: 400px;
        margin: 0 auto 40px;
        font-size: 14px;
    }
    .founder-div figure{
        position: relative;
        height: 120px;
        width: 120px;
        margin: 0 auto 25px;
    }
    .founder-div h3, .custome-textbox h4{
        font-size: 20px;
    }
    .custome-textbox{
        text-align: center;
        font-size: 14px;
    }
    .selfbtn{
        font-size: 16px;
    }
    .bdr-btn-group{
        max-width: 320px;
        margin: 0 auto;
    }
    .contactsection h2{
        text-align: left;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .each-contact-info{
        margin-top: 20px;
    }
    .bdr-btn-group .selfbtn{
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-textbox p, .content-textbox ul li, .content-textbox h3{
        margin-bottom: 15px;
    }
    .content-textbox{
        text-align: justify;
        padding: 45px 0 20px;
    }
    .content-textbox h2, .content-textbox h5{
        text-align: center;
    }
    .content-textbox ul{
        text-align: left;
        padding-left: 25px;
    }
    .content-textbox h3{
        font-size: 20px;
    }
    .vip .vip__feat figure{
        width: 64px;
        height: 64px;
    }
}
@media(max-width: 500px){
    #header.inner-header{
        padding-bottom: 50px;
    }
}

.css-11ag33g {
    box-sizing: border-box;
    margin-top: 0px;
    cursor: pointer;
    width: 94px;
    min-width: 94px;
    fill: rgb(240, 185, 11);
    height: 24px;
    margin-right: 16px;
    margin-left: 24px;
}

svg.css-11ag33g {
    fill: currentcolor;
}
.vip__block div:nth-child(6){
    margin-bottom: 0px;
}
.vip__block div:nth-child(7){
    padding-left: 15px;
}
.vip__block div:nth-child(6) figure:first-child{
    margin-left: 110px;
}
.vip__block div:nth-child(6) figure:first-child img{
    max-width: 125px;
    max-height: 125px;
}
.vip__block div:nth-child(6) figure:last-child{
    margin-left: 45px;
}
.vip__block div:nth-child(6) figure:last-child img{
    max-width: 260px;
    max-height: 260px;
}
@media(max-width: 1024px){
    .vip__block div:nth-child(6) figure:first-child{
        margin-left: 15px;
    }
    .vip__block div:nth-child(6) figure:first-child img{
        max-width: 95px;
        max-height: 95px;
    }
    .vip__block div:nth-child(6) figure:last-child{
        margin-left: 15px;
    }
    .vip__block div:nth-child(6) figure:last-child img{
        max-width: 200px;
        max-height: 200px;
    }
}
@media(max-width: 768px){
     .vip__block div:nth-child(6) figure:first-child{
        margin-left: 15px;
    }
    .vip__block div:nth-child(6) figure:first-child img{
        max-width: 95px;
        max-height: 95px;
    }
    .vip__block div:nth-child(6) figure:last-child{
        margin-left: 15px;
    }
    .vip__block div:nth-child(6) figure:last-child img{
        max-width: 200px;
        max-height: 200px;
    }
}
@media(max-width: 480px){
    .vip__block div:nth-child(6) figure:first-child{
        margin-left: 0px;
    }
    .vip__block div:nth-child(6) figure:first-child img{
        max-width: 95px;
        max-height: 95px;
    }
    .vip__block div:nth-child(6) figure:last-child{
        margin-left: 15px;
    }
    .vip__block div:nth-child(6) figure:last-child img{
        max-width: 200px;
        max-height: 200px;
    }
}