body {
    font-family: "Roboto", "Roboto", "Roboto", Roboto;
    font-weight: 400
}

@font-face {
    .body--not-apple {
        font-family: 'Roboto';
        font-weight: 500;
        src: url("../fonts/m.otf") format("opentype")
    }
}

@font-face {
    .body--not-apple {
        font-family: 'Roboto';
        font-weight: 500;
        src: url("../fonts/r.otf") format("opentype")
    }
}

@font-face {
    .body--not-apple {
        font-family: 'Roboto';
        font-weight: 700;
        src: url("../fonts/b.otf") format("opentype")
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 500
}

html {
    height: 100%;
    font-size: 14px;
    }

body {
    font-size: inherit;
    color: #000;
    letter-spacing: 0.0em
}

body.state-fixed {
    overflow: hidden
}

strong,
b {
    font-weight: 700
}

button,
input {
    border: none;
    background: none
}

button:focus,
input:focus,
textarea:focus {
    outline: none
}

.page_wrapper {
    background-color: #fff;
    padding-bottom: 20px
}



.index__box {
    padding: 20px 20px 70px 20px;
    text-align: center;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width: 500px) {
    .index__box {
        padding-top: 30px
    }
}

.index__logo_link {
    display: inline-block
}

.index__logo_link:hover {
    opacity: 100
}

.index__logo_link img {
    height: 150px
}

@media (max-width: 500px) {
    .index__logo_link img {
        height: 30px
    }
}

.index__title {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', serif
}

@media (max-width: 500px) {
    .index__title {
        margin-top: 20px
    }
}

.index__text {
    display: inline-block;
    max-width: 585px;
    font-size: 12px;
    opacity: 0.5
}

.index__nav {
    margin: 50px 0 50px
}

.index__nav__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.index__nav__item {
    display: inline-block;
    margin: 10px 25px
}

.index__nav__link {
    position: relative;
    text-decoration: none;
    color: inherit;
    font-weight: 400
}

.index__nav__link--active {
    color: #37b6fe
}

.index__nav__link--active:before {
    content: "";
    width: 100%;
    transform: scaleX(1.3);
    transform-origin: center;
    background-color: #37b6fe;
    height: 2px;
    position: absolute;
    bottom: -4px
}

.index__nav__link:hover {
    color: #37b6fe
}

.index__input {
    height: 40px;
    width: 440px;
    border: 2px solid #37b6fe;
    padding-left: 15px;
    margin-left: 29px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.index__input::-webkit-input-placeholder {
    opacity: 0.5;
    transition: opacity 0.25s ease
}

.index__input:-moz-placeholder {
    opacity: 0.5;
    transition: opacity 0.25s ease
}

.index__input::-moz-placeholder {
    opacity: 0.5;
    transition: opacity 0.25s ease
}

.index__input:-ms-input-placeholder {
    opacity: 0.5;
    transition: opacity 0.25s ease
}

.index__input:focus {
    border-color: #68dbff;
    box-shadow: #fff
}

.index__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.index__input:focus:-moz-placeholder {
    opacity: 0
}

.index__input:focus::-moz-placeholder {
    opacity: 0
}

.index__input:focus:-ms-input-placeholder {
    opacity: 0
}

@media (max-width: 500px) {
    .index__input {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.index__button {
    height: 40px;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    background-color: #37b6fe;
    cursor: pointer;
    vertical-align: middle;
    isolation: isolate;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow .25s ease
}

.index__button:hover {
    background-color: #68dbff;
    transform: translateY(-2px);
    box-shadow: #fff
}

.index__button:active {
    transform: translateY(0px);
    box-shadow: 0 1px 10px rgba(243, 149, 0, 0.1)
}

.index__cwaqrgen {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 0.4
}

.index__cwaqrgen:hover {
    opacity: 1
}

.index__cwaqrgen_img {
    width: 100%
}

.index__out__wrapper {
    display: inline-block;
    position: relative
}

.index__out {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 240px;
    height: 240px;
    padding: 20px;
   
}

.index__out img {
    width: 100% !important;
    height: 100% !important
}

@keyframes show_code_img {
    0% {
        transform: scale(0.8)
    }
    80% {
        transform: scale(1.01)
    }
    100% {
        transform: scale(1)
    }
}

.index__out__img {
    animation: show_code_img 0.35s cubic-bezier(0.21, 0.26, 0.09, 0.99) 1 forwards
}

.index__coin_img_holder {
    display: none
}



.index__out_box {
    margin: 60px 0 50px
}

.index__social {
    margin-bottom: 30px
}

.index__links_box {
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.4s 0.8s ease, transform 0.4s 0.8s cubic-bezier(0, 0.65, 0.13, 1.21)
}

.index__links_box.state-visible {
    opacity: 1;
    transform: translateY(0)
}

.index__link {
    position: relative;
    border: 2px solid #37b6fe;
    width: 100px;
    height: 40px;
    display: inline-block;
    line-height: 42px
}

.index__link:hover {
    background-color: #37b6fe
}

.index__link:hover .index__link__download_icon--normal {
    opacity: 0
}

.index__link:hover .index__link__download_icon--hover {
    opacity: 1
}

.index__link__download_icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 20px
}

.index__link__download_icon--hover {
    opacity: 0
}

.index__salut_box {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.index__salut__item {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    height: 20px;
    width: 20px;
    visibility: hidden
}

.state-show-salut .index__salut__item {
    visibility: visible
}

.index__salut__item--01 {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    opacity: 0.5
}

.state-show-salut .index__salut__item--01 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(-30px) translateX(-90px) rotateZ(100deg)
}

.index__salut__item--02 {
    height: 22px;
    width: 22px;
    right: 0;
    top: 0;
    opacity: 0.4
}

.state-show-salut .index__salut__item--02 {
    transition: transform 0.85s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(-30px) translateX(40px) rotateZ(10deg)
}

.index__salut__item--03 {
    bottom: 0;
    left: 70px;
    opacity: 0.4
}

.state-show-salut .index__salut__item--03 {
    transition: transform 0.85s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(20px) translateX(5px) rotateZ(5deg)
}

.index__salut__item--04 {
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 30px
}

.state-show-salut .index__salut__item--04 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(30px) translateX(10px) rotateZ(-20deg)
}

.index__salut__item--05 {
    width: 25px;
    height: 25px;
    right: 0;
    top: 50px;
    opacity: 0.7
}

.state-show-salut .index__salut__item--05 {
    transition: transform 0.85s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(-10px) translateX(20px) rotateZ(30deg)
}

.index__salut__item--06 {
    width: 15px;
    height: 15px;
    left: 0;
    top: 60px;
    opacity: 0.5
}

.state-show-salut .index__salut__item--06 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(0px) translateX(-20px) rotateZ(-15deg)
}

.index__salut__item--07 {
    height: 70px;
    width: 70px
}

.state-show-salut .index__salut__item--07 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(-20px) translateX(-10px) rotateZ(20deg)
}

.index__salut__item--08 {
    height: 50px;
    width: 50px;
    right: 0;
    bottom: 0
}

.state-show-salut .index__salut__item--08 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(15px) translateX(30px) rotateZ(30deg)
}

.index__salut__item--09 {
    height: 44px;
    width: 44px;
    left: 0;
    bottom: 20px
}

.state-show-salut .index__salut__item--09 {
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1.04);
    transform: translateY(-30px) translateX(-35px) rotateZ(20deg)
}

.index__salut__item__img {
    width: 100%
}
