﻿body {
    margin: 0;
    background-color: #fff
}

.helvetica {
    color: #030303;
    font-family: helvetica, sans-serif
}

.nova {
    color: #040404;
    font-family: proxima nova, sans-serif
}

.mydriad {
    font-family: myriad pro, sans-serif
}

.bold {
    font-weight: 700
}

.main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px
}

.h1 {
    width: 100%;
    display: flex;
    margin-top: 50px
}

.h1>.left {}

.top {
    display: flex;
    align-items: center
}

.top>img {
    height: 128px
}

.top>.t1 {
    font-size: 20px;
    margin-left: 20px
}

.h1>.left>.mid {
    margin-top: 50px
}

.h1>.left>.mid>.t1 {
    font-size: 29px
}

.h1>.left>.buttons {
    margin-top: 50px;
    display: flex;
    flex-direction: column
}

.h1>.left>.buttons>.play_button {
    margin-top: 24px
}

.tg_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 424px;
    height: 100px;
    background-color: #25D366;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: "Arial", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: none;
    outline: none;
}

.tg_button>img {
    width: 64px;
    margin-left: 24px
}

.tg_button>.t1 {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-left: -24px
}

.play_button {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 424px;
    height: 100px;
    background-color: #d1d1cf;
    border-radius: 10px
}

.play_button>img {
    width: 64px;
    margin-left: 24px
}

.play_button>.t1 {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-left: -24px
}

.h1>.right {
    width: 55%;
    flex: none
}

.h1>.right>img {
    width: 100%
}

.h1>.right>.background {
    background-image: url(http://www.coins456.com/images/binance.png);
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-attachment: local;
    background-position: 0% 50%;
    width: 100%
}

.h1>.right>.background>img:nth-child(1) {
    width: 80%
}

.h1>.right>.background>img:nth-child(2) {
    position: absolute;
    width: 57%;
    left: -12%;
    bottom: -12%
}

.p {
    width: 100%;
    display: flex;
    margin-top: 128px;
    justify-content: space-around;
    flex-wrap: wrap
}

.p>.profit_block {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px
}

.p>.profit_block>img:nth-child(1) {
    width: 100%
}

.p>.profit_block>img:nth-child(2) {
    width: 64px;
    margin-top: 24px
}

.p>.profit_block>.t1 {
    margin-top: 24px;
    font-size: 24px
}

.w {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10%
}

.w>.t1:nth-child(1) {
    font-size: 24px;
    text-align: center
}

.w>.line {
    margin-top: 24px;
    width: 72%;
    border: 1px solid #cfd1cf;
    border-radius: 30px
}

.w>.t1:nth-child(3) {
    margin-top: 24px;
    font-size: 24px;
    max-width: 800px;
    text-align: center;
    line-height: 28px
}

.w>ul {
    max-width: 600px;
    list-style-type: none
}

.w>ul>li {
    margin-bottom: 1em
}

.w>ul>li>img {
    height: 20px;
    margin-right: 24px
}

.w>ul>.mydriad {
    font-size: 20px;
    line-height: 40px
}

.w>.t1:last-child {
    font-size: 24px;
    max-width: 900px;
    text-align: center
}

.reviews {
    width: 100%
}

.reviews>.t1 {
    font-size: 26px;
    text-align: center
}

.reviews>.reviews_block {
    margin-top: 48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around
}

.reviews>.reviews_block>img {
    width: 30%
}

.s1 {
    margin-top: 64px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.s1>.t1:nth-child(1) {
    font-size: 24px;
    text-align: center
}

.s1>.t1:nth-child(2) {
    margin-top: 24px;
    font-size: 20px;
    text-align: center
}

.s1>.buttons {
    margin-top: 50px;
    display: flex;
    flex-direction: column
}

.s1>.buttons>.play_button {
    margin-top: 24px
}

.s2 {
    max-width: 1000px;
    margin: 48px auto 8px;
    height: 400px;
    background-color: #25D366;
    border-radius: 10px;
    display: flex
}

.s2>.left {
    margin-left: 48px
}

.s2>.left>.t1:nth-child(1) {
    margin-top: 48px;
    color: #fff;
    font-size: 28px
}

.s2>.left>.t1:nth-child(2) {
    margin-top: 16px;
    line-height: 32px;
    font-size: 16px;
    color: #fff
}

.s2>.left>.t1:nth-child(3) {
    line-height: 32px;
    color: #fff;
    font-size: 16px
}

.s2>.left>.tg_button {
    margin-top: 24px;
    background-color: #fff
}

.s2>.left>.tg_button>.t1 {
    color: #000
}

.s2>.right {
    flex: none
}

.s2>.right>img {
    width: 390px
}

.f {
    width: 100%;
    margin-top: 64px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.f>.menu_block {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap
}

.f>.menu_block>.nova {
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.f>.nova {
    margin-top: 24px;
    color: #fff;
    margin-bottom: 48px;
    text-align: center
}

.f>.nova>a {
    text-decoration: none;
    color: #fff
}

.message {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.message>.t1:nth-child(1) {
    font-size: 64px
}

.message>img {
    margin-top: 64px;
    width: 128px
}

.policy {
    padding: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px
}

@media(min-width:1081px) {
    #header_mobile {
        display: none
    }
}

@media(max-width:1080px) {
    .h1>.left .buttons {
        display: flex;
        align-items: center
    }

    .h1 {
        width: 100%;
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        align-items: center
    }

    .h1>.left {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #header_mobile {
        width: 90%;
        flex: none
    }

    #header_desktop {
        display: none
    }

    .h1>.left>.mid>.t1 {
        text-align: center
    }
}

@media(max-width:900px) {
    .s2 {
        justify-content: center;
        align-items: center
    }

    .s2>.left {
        margin-left: 0;
        padding: 10px
    }

    .s2>.right {
        display: none
    }

    .s2>.left>.tg_button {
        margin-top: 24px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto
    }

    .reviews>.reviews_block>img {
        margin-bottom: 48px;
        width: 60%
    }

    .reviews>.reviews_block>img:last-child {
        margin-bottom: 0;
        width: 60%
    }
}

@media(max-width:600px) {
    .tg_button {
        max-width: 300px
    }

    .tg_button>.t1 {
        font-size: 20px;
        margin-left: 15px
    }

    .play_button {
        max-width: 300px
    }

    .play_button>.t1 {
        font-size: 20px;
        margin-left: -15px
    }

    .f>.menu_block {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center
    }

    .reviews>.reviews_block>img {
        margin-bottom: 48px;
        width: 90%
    }

    .reviews>.reviews_block>img:last-child {
        margin-bottom: 0;
        width: 90%
    }
}

@media(max-width:360px) {
    .s2>.left>.tg_button {
        max-width: 280px;
        height: 80px
    }
}

a.tg_button {
    text-decoration: none;
}


}

`` button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: 0;
    background: transparent;
    left: -75px;
    outline: none;
    opacity: 0.3;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

button.slick-prev.slick-arrow img,
button.slick-next.slick-arrow img {
    width: 38px;
}

button.slick-next.slick-arrow {
    right: -70px;
    left: auto;
}

.slick-slide {
    text-align: center;
}

.slick-slide h3 {
    font-size: 1em;
}

.slick-slide p {
    font-style: italic;
}

ul.stars {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
}

ul.stars li {
    font-size: 1.25em;
    margin: 0 0.15em;
    color: #f6bb2d;
}

.wrapper_embed {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.wrapper_embed iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
}

.header-content .btn-outline img {
    width: 24px;
    margin-right: 1em;
}

.header-content .btn-outline {
    background: #1eb11e;
    border: 0;
    font-weight: 400;
    animation: btnanimation 0.5s linear infinite;
}

@keyframes btnanimation {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(0.5deg);
    }

    66% {
        transform: rotate(-0.5deg);
    }
}

@keyframes btnanimation_small {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(3deg);
    }

    66% {
        transform: rotate(-3deg);
    }
}

@media (max-width: 767px) {
    button.slick-prev.slick-arrow {
        left: -60px;
    }

    button.slick-next.slick-arrow {
        right: -60px;
    }
}