﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: "â€œ""â€""â€˜""â€™";
}

img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cryptotab-animate-icon {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .cryptotab-animate-icon {
        display: none;
    }
}

.wrapper-page {
    background-color: #f7f7f7;
    padding-bottom: 70px;
}

.wrapper-page--page-status {
    padding-bottom: 0;
}

.wrapper-page--white {
    background-color: #fff;
}

@media (max-width: 768px) {
    .wrapper-page .header .promo {
        display: none;
    }
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 266px);
    background-color: #fff;
    padding-top: 150px;
}

.container--flex {
    padding: 40px 20px;
    background: transparent;
}

@media only screen and (max-width: 880px) {
    .container {
        min-height: 0;
    }
}

.container .header {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1040px) {
    .container {
        display: block;
        padding-top: 40px;
    }

    .container .header {
        position: static;
    }

    .container__text {
        margin-left: auto;
        margin-right: auto;
    }
}

.container__text {
    display: block;
    max-width: 840px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 85px;
}

.container__text h1 {
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 27px;
}

.container__text p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 15px;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .container {
        padding-top: 0;
    }

    .container__text p {
        font-size: 14px;
        line-height: 20px;
    }
}

.container__text p+h2 {
    margin-top: 25px;
}

.container__text h2 {
    display: block;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #1f232c;
}

@media only screen and (max-width: 768px) {
    .container__text h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.container__text p a,
.container__text .questions a {
    color: #4285f4;
    text-decoration: none;
}

.container__text p a:hover,
.container__text .questions a:hover {
    color: #f7931a;
}

.container__text strong,
.container__text b {
    font-weight: bold;
}

.container__text ul {
    color: #494952;
    margin-bottom: 20px;
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 20px;
}

.container__text li {
    margin-bottom: 10px;
    line-height: 24px;
}

.description {
    display: block;
}

.fifth {
    display: block;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.fifth__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
    height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fifth__row+.fifth__row {
    border-top: 1px solid #d6d6d6;
}

.fifth__row_monero2btc {
    position: relative;
    height: auto;
}

.fifth__row_monero2btc:before {
    content: "";
    display: block;
    position: absolute;
    right: calc(60% + 60px);
    top: 50%;
    margin-top: -141px;
    width: 354px;
    height: 283px;
    background-image: url("../images/c2btc.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .fifth__row_monero2btc:before {
        background-image: url("../images/c2btc@2x.png");
    }
}

@media only screen and (max-width: 460px) {
    .fifth__row_monero2btc:before {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.fifth__row_monero2btc .fifth__title,
.fifth__row_monero2btc .fifth__description {
    margin-left: 40%;
}

.fifth__row_hardware {
    background-image: url("../images/hardware.png");
    background-repeat: no-repeat;
    background-size: 184px;
    background-position: center left 90%;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .fifth__row_hardware {
        background-image: url("../images/hardware@2x.png");
    }
}

.fifth__row_hardware .fifth__title,
.fifth__row_hardware .fifth__description {
    margin-right: 40%;
}

.fifth__title {
    display: block;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 20px;
    max-width: 600px;
}

.fifth__description {
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    max-width: 600px;
}

.first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: 2400px 880px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    min-height: 75vh;
    background-color: #fff;
}

.first--second {
    background-color: #F7F7F7;
    justify-content: flex-start;
}

.first--second .content {
    padding: 20px;
}

.first .coins {
    background-color: transparent;
}

.first .btn_web-version {
    margin-bottom: 15px;
}

.first .btn_web-version+.note {
    font-size: 11px;
    line-height: 12px;
    max-width: 370px;
}

.first__description {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
}

.first__description .rotator {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .first__description .rotator {
        margin-bottom: 40px;
    }
}

.first__description p,
.first__description h2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    font-weight: 300;
}

.first__description p strong,
.first__description h2 strong {
    font-weight: 700;
}

.first__screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 70px;
    min-height: 508px;
    padding-left: calc(50% + 20px);
    padding-right: 20px;
    background-image: url("../images/screen-big.png");
    background-size: 720px 486px;
    background-repeat: no-repeat;
    background-position: bottom right calc(50% + 380px);
}

.first__screen strong {
    font-weight: bold;
}

.first__screen sup {
    font-size: 12px;
}

.first__group {
    width: 100%;
}

.first__download-btns {
    display: flex;
    width: 100%;
    margin: 0 -5px 14px;
}

.first__download-btns .btn {
    margin: 0 5px;
}

.first__download-btns .btn--download {
    width: 100%;
    max-width: 320px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .first__screen {
        background-image: url("../images/screen-big@2x.png");
    }
}

@media only screen and (max-width: 768px) {
    .first__screen {
        min-height: 0;
        padding-left: 20px;
        padding-right: 20px;
        background: none;
        text-align: center;
        width: 100%;
    }

    .first__screen .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .first__download-btns,
    .first__group {
        margin-left: auto;
        margin-right: auto;
    }
}

.first__screen p {
    max-width: 500px;
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .first__screen p {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.first__btns {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
    .first__btns {
        flex-direction: column;
        align-items: center;
    }
}

.first__btns .btn {
    min-width: 300px;
    font-weight: bold;
}

@media only screen and (max-width: 700px) {
    .first__btns .btn {
        max-width: 300px;
    }
}

.first__btns .btn+.btn {
    margin-left: 20px;
}

@media only screen and (max-width: 700px) {
    .first__btns .btn+.btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

.first__btns_v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.first__btns_v2 .or {
    margin-bottom: 30px;
}

.first__btns_v2 .btn {
    width: 100%;
    max-width: 390px;
    min-width: 0;
}

.first__btns_v2 .btn+.btn {
    margin-top: 20px;
}

.first__btns_v2 .btn_default {
    text-align: center;
}

.first__login {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
}

.first__login .or {
    margin-bottom: 30px;
}

.first__login a {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #4285f4;
    text-decoration: none;
}

.first__login a:hover {
    color: #f7931a;
}

.first__login a b {
    font-weight: bold;
}

.first__testimonials {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.first__testimonials div {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2px;
    color: #494949;
    font-size: 14px;
}

.first__testimonials a {
    color: #4285f4;
    text-decoration: none;
}

.first__testimonials a:hover {
    color: #f7931a;
}

.first_uninstall {
    background-image: url("../images/people.jpg");
    background-size: 1000px 298px;
    background-position: bottom center;
    padding-bottom: 298px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .first_uninstall {
        background-image: url("../images/people@2x.jpg");
    }
}

.first_uninstall .header {
    margin-bottom: 30px;
}

.fourth {
    display: block;
    background-color: #4285f4;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fourth .btn_download {
    background-color: #000;
    position: relative;
    overflow: visible;
}

.fourth .btn_download:hover {
    background-color: #f7931a;
}

.fourth .btn_download:active {
    background-color: #d6d6d6;
}

.fourth .btn_download:after {
    content: "";
    display: block;
    width: 165px;
    height: 163px;
    background-size: 165px 163px;
    background-image: url("../images/arrow-new.png");
    position: absolute;
    left: -175px;
    top: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .fourth .btn_download:after {
        background-image: url("../images/arrow-new@2x.png");
    }
}

@media (max-width: 768px) {
    .fourth .btn_download {
        max-width: 390px;
    }
}

.fourth__title {
    color: #fff;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fourth__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.fourth .btn_plus {
    overflow: visible;
}

.fourth .btn_plus:after {
    content: "";
    display: block;
    position: absolute;
    left: -155px;
    top: calc(50% - 5px);
    background-image: url("../images/arrow.png");
    background-position: 0px 0px;
    width: 135px;
    height: 145px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .fourth .btn_plus:after {
        background-image: url("../images/arrow@2x.png");
        background-size: 135px 145px;
    }
}

.fourth:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: calc(50% + 250px);
    background-image: url("../images/sprites/sprite.png");
    background-position: -143px 0px;
    width: 80px;
    height: 80px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .fourth:after {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.graph {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 580px;
    height: 580px;
    background-color: #000;
    padding-right: 20px;
    position: relative;
}

.graph__bucks {
    display: block;
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.graph__title {
    display: block;
    white-space: nowrap;
    height: 40px;
    padding-left: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    top: 28px;
    right: 450px;
    font-weight: 600;
}

@media only screen and (max-width: 1180px) {
    .graph__title {
        left: 25px;
    }
}

@media only screen and (max-width: 860px) {
    .graph__title {
        display: none;
    }
}

.graph__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url("../images/sprites/sprite.png");
    background-position: -66px -95px;
    width: 22px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .graph__title:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.graph__img {
    display: block;
    width: 55%;
    height: 330px;
    background-image: url("../images/graph.png");
    background-repeat: no-repeat;
    background-position: center right 70px;
    background-size: 754px 323px;
    position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .graph__img {
        background-image: url("../images/graph@2x.png");
    }
}

@media only screen and (max-width: 768px) {
    .graph__img {
        width: 100%;
        margin-bottom: 30px;
        background-position: center right;
    }
}

.graph__text {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    max-width: 420px;
    position: relative;
    margin-left: 10px;
}

.bucks {
    display: block;
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    color: #34d044;
    margin-bottom: 15px;
}

.hr {
    display: block;
    width: 100%;
    height: 1px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d6d6d6;
    margin-bottom: 50px;
    position: relative;
    margin-top: 60px;
}

.hr_btc {
    margin-top: 90px;
    margin-bottom: 55px;
}

.hr_btc::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 55px;
    background-image: url("../images/hr-btc.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .hr_btc::before {
        background-image: url("../images/hr-btc@2x.png");
        background-size: 90px 55px;
    }
}

.ref {
    display: block;
}

.ref.hidden {
    display: none;
}

.ref p {
    color: #000;
    font-size: 24px;
    line-height: 27px !important;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.ref__note {
    font-size: 14px;
    line-height: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ref__note span.red {
    color: #f74249;
}

.promo {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: -35px;
    top: 35px;
    transform: rotate(-45deg);
    font-size: 12px;
    color: #ffffff;
    background-color: #4285f4;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

.promo-desc {
    display: inline-block;
    color: #f7931a;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.promo-details {
    color: #494949;
    font-size: 18px;
    line-height: 20px;
}

.confirmation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #000;
    border: 5px solid #f7931a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding-left: 20px;
    padding-right: 20px;
}

.confirmation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
}

.confirmation__first-line {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #f7931a;
}

.confirmation__second-line {
    display: block;
    font-size: 28px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 15px;
}

.confirmation+.container {
    position: relative;
    margin-top: 150px;
}

.confirmation__col_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    padding-left: 91px;
    background-image: url("../images/confirmation-arrow.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 76px 81px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .confirmation__col_btn {
        background-image: url("../images/confirmation-arrow@2x.png");
    }
}

.participation {
    display: block;
    padding-top: 10px;
    margin-bottom: 60px;
}

.participation.hidden {
    display: none;
}

.participation__title a {
    color: #4285f4;
    text-decoration: none;
}

.participation__title a:hover {
    color: #f7931a;
}

.participation_main {
    text-align: left;
    margin-bottom: 0;
}

.participation__title {
    display: inline-block;
    height: auto;
    min-height: 39px;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 40px;
    padding-left: 62px;
    background-image: url("../images/alert.png");
    background-size: 42px 39px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .participation__title {
        background-image: url("../images/alert@2x.png");
    }
}

.participation__btn {
    position: relative;
}

.participation__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.participation__btns .btn {
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 680px) {
    .participation__btns .btn+.btn {
        margin-top: 20px;
    }
}

.participation__tip {
    display: block;
    font-size: 16px;
    color: #494949;
    padding-top: 102px;
    background-image: url("../images/participation-arrow.png");
    background-size: 76px 81px;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translateX(calc(-100% - 70px));
}

.page_ru .participation__tip,
.page_de .participation__tip {
    transform: translateX(calc(-100% - 20px));
}

.page_it .participation__tip,
.page_es .participation__tip {
    transform: translateX(calc(-100% - 30px));
}

.page_fr .participation__tip {
    transform: translateX(calc(-100% - 50px));
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .participation__tip {
        background-image: url("../images/participation-arrow@2x.png");
    }
}

p.terms {
    margin-bottom: 70px;
}

.promo-period {
    display: inline-block;
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #323232;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    margin-bottom: 40px;
}

.more {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #4285f4;
    text-decoration: none;
}

.more:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -213px -95px;
    width: 7px;
    height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .more:after {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.more:hover {
    color: #f7931a;
}

.rewards {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    color: #494949;
    margin-bottom: 20px;
}

.rewards__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.rewards__item b {
    display: inline-block;
    width: 32px;
}

.random-rewards {
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 17px;
    color: #494949;
    text-align: left;
}

.rewards .medal {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 5px;
}

.countdown {
    display: block;
    margin-right: 40px;
    position: relative;
}

@media only screen and (max-width: 720px) {
    .countdown+.header__menu {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1040px) {
    .countdown+.header__menu {
        margin-left: 20px;
    }
}

.countdown__time {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #494949;
    white-space: nowrap;
}

.countdown__time b {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
}

.countdown__users {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #494949;
    position: absolute;
    right: 0;
    top: 50px;
    white-space: nowrap;
}

.countdown__users b {
    font-weight: bold;
}

.join {
    display: flex;
    align-items: center;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.join__content {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: 50%;
    position: relative;
    z-index: 1;
}

.join__content:before {
    content: "";
    display: block;
    width: 450px;
    height: 439px;
    background-image: url("../images/join-bg.png");
    background-size: 450px 439px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -518px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join__content:before {
        background-image: url("../images/join-bg@2x.png");
    }
}

.join__description {
    display: block;
    color: #000;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
}

.join__description strong {
    font-weight: bold;
}

.join__icon {
    display: block;
    margin-bottom: 20px;
}

.join_black {
    background-color: #000;
    border-bottom: 1px solid #494949;
}

.join_black .join__description {
    color: #fff;
}

.join_black .coins {
    background-color: #000;
    z-index: 1;
}

.join_black .join__content {
    z-index: 2;
}

.join_white .join__content {
    max-width: 530px;
}

.join_white .join__content:before {
    width: 448px;
    height: 443px;
    background-size: 448px 443px;
    background-image: url("../images/join-bg-white.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_white .join__content:before {
        background-image: url("../images/join-bg-white@2x.png");
    }
}

.join_girl {
    height: 572px;
}

.join_girl .join__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.join_girl .join__content:before {
    width: 361px;
    height: 492px;
    top: auto;
    transform: none;
    left: -481px;
    bottom: 0;
    background-image: url("../images/girl.jpg");
    background-size: 361px 492px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_girl .join__content:before {
        background-image: url("../images/girl@2x.jpg");
    }
}

.join_girl .join__description {
    width: 100%;
}

.join_man {
    height: 572px;
}

.join_man .join__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.join_man .join__content:before {
    width: 680px;
    height: 530px;
    top: auto;
    transform: none;
    left: -730px;
    bottom: 0;
    background-image: url("../images/man.jpg");
    background-size: 680px 530px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_man .join__content:before {
        background-image: url("../images/man@2x.jpg");
    }
}

.join_man .join__description {
    width: 100%;
}

.join_asian {
    height: 572px;
}

.join_asian .join__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.join_asian .join__content:before {
    width: 475px;
    height: 528px;
    top: auto;
    transform: none;
    left: -555px;
    bottom: 0;
    background-image: url("../images/asian.jpg");
    background-size: 475px 528px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_asian .join__content:before {
        background-image: url("../images/asian@2x.jpg");
    }
}

.join_asian .join__description {
    width: 100%;
}

.join_hindu {
    height: 572px;
}

.join_hindu .join__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.join_hindu .join__content:before {
    width: 460px;
    height: 523px;
    top: auto;
    transform: none;
    left: -555px;
    bottom: 0;
    background-image: url("../images/hindu.jpg");
    background-size: 460px 523px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_hindu .join__content:before {
        background-image: url("../images/hindu@2x.jpg");
    }
}

.join_hindu .join__description {
    width: 100%;
}

.join_beardie {
    height: 532px;
}

.join_beardie .join__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.join_beardie .join__content:before {
    width: 520px;
    height: 459px;
    top: auto;
    transform: none;
    left: -585px;
    bottom: 0;
    background-image: url("../images/beardie.jpg");
    background-size: 520px 459px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .join_beardie .join__content:before {
        background-image: url("../images/beardie@2x.jpg");
    }
}

.join_beardie .join__description {
    width: 100%;
}

@media only screen and (max-width: 450px) {
    .join {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .join .subtitle {
        font-size: 30px;
        line-height: 36px;
    }
}

.levels-scheme {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

.levels-scheme .subtitle {
    margin-bottom: 20px;
}

.levels-scheme .description {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

.levels-scheme__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.levels-scheme__footer {
    font-size: 28px;
    line-height: 31px;
    color: #F7931A;
}

.levels-scheme .link:hover {
    text-decoration: none;
    color: #F7931A;
}

.startearning {
    display: block;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 65px;
    text-align: center;
}

.startearning .subtitle {
    margin-bottom: 15px;
}

.startearning .description {
    display: block;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    margin-bottom: 65px;
}

.startearning__anim-arrow {
    display: flex;
    flex-wrap: wrap;
    max-width: 55px;
    width: 100%;
    margin: 0 auto 50px;
}

.steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    counter-reset: steps;
}

@media only screen and (max-width: 820px) {
    .steps {
        max-width: 400px;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 820px) {
    .steps {
        max-width: 400px;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 440px) {
    .steps {
        max-width: 180px;
    }
}

.steps__arrow {
    display: block;
    width: 80px;
    height: 14px;
    background-image: url("../images/steps-arrow-new.svg");
    margin-top: 8px;
    flex-shrink: 0;
    background-size: 80px 14px;
}

@media only screen and (max-width: 900px) {
    .steps__arrow {
        display: none;
    }
}

.steps__item {
    display: block;
    width: 180px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    counter-increment: steps;
    padding-top: 51px;
}

.steps__item:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #F7931A;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #F7931A;
}

@media only screen and (max-width: 820px) {
    .steps__item {
        margin-bottom: 30px;
    }
}

.steps__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 16px;
}

.steps__text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.extensions {
    display: block;
    background-color: #fff;
    background-image: url("../images/extensions-bg.png");
    background-repeat: no-repeat;
    background-position: right calc(50% - 289px) center;
    background-size: 520px 481px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .extensions {
        background-image: url("../images/extensions-bg@2x.png");
    }
}

.extensions .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
    height: 480px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1180px) {
    .extensions .wrapper {
        padding-left: 60px;
        max-width: 1170px;
    }
}

.extensions .clickzone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.extensions__text {
    display: block;
    width: 50%;
    max-width: 500px;
}

.extensions__text p {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px;
}

.extensions__text p a {
    position: relative;
    z-index: 3;
    text-decoration: none;
    color: #4285f4;
}

.extensions__text p a:hover {
    color: #F7931A;
}

.extensions__text strong,
.extensions__text b {
    font-weight: bold;
}

.extensions .btn {
    position: relative;
    z-index: 3;
}

.extensions__warning {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #f74249;
    margin-bottom: 30px;
}

.extensions__store-btns {
    display: flex;
}

.extensions__store-btns .store {
    margin-right: 10px;
}

.link {
    display: inline;
    color: #4285f4;
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: #F7931A;
}

.link_info {
    display: inline-block;
    font-size: 14px;
    color: #d6d6d6;
    position: relative;
    padding-left: 24px;
    text-decoration: none;
    cursor: pointer;
}

.link_info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/sprites/sprite.png");
    background-position: -193px -95px;
    width: 12px;
    height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .link_info:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.link_info:hover {
    text-decoration: underline;
}

.link_more {
    font-size: 18px;
    line-height: 20px;
    padding-right: 21px;
    background-image: url("../images/arrow-bottom.png");
    background-size: 11px 7px;
    background-position: right center;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .link_more {
        background-image: url("../images/arrow-bottom@2x.png");
    }
}

.show-all+.link_more {
    background-image: url("../images/arrow-top.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .show-all+.link_more {
        background-image: url("../images/arrow-top@2x.png");
    }
}

.logo {
    display: block;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

.logo--browser {
    max-width: 347px;
    height: 80px;
}

.logo img {
    vertical-align: top;
}

@media only screen and (max-width: 1150px) {
    .logo {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .logo img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1100px) {
    .logo img {
        max-width: 250px;
    }
}

.logo--not-margin {
    margin-bottom: 0;
}

.page {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    min-width: 320px;
}

.page_black .coins {
    background-color: #000;
}

.page--gray {
    background-color: #f7f7f7;
}

.page--gray .container {
    background-color: transparent;
}

.page--white {
    background-color: #fff;
}

.page_blocked {
    overflow: hidden;
}

.page_ru .btn_black {
    padding-left: 75px;
}

.page_es .trust {
    max-width: 380px;
}

.page_fr .trust {
    max-width: 430px;
}

.page_en .first__screen p,
.page_fr .first__screen p,
.page_es .first__screen p {
    margin-bottom: 35px;
}

.page_en .trust_top,
.page_fr .trust_top,
.page_es .trust_top {
    margin-bottom: 30px;
}

.page_inline .coins {
    z-index: 1;
    background-color: transparent;
}

.page_inline .header {
    z-index: 20;
}

.page_inline .container {
    position: relative;
    padding-bottom: 450px;
}

.page_inline .container__text {
    padding-bottom: 20px;
    z-index: 10;
}

.page_inline .container__text h1,
.page_inline .container__text p {
    text-align: center;
}

.page_withcoins .header {
    z-index: 10;
}

.page_withcoins .container__text {
    z-index: 1;
}

.page_payments .container__text,
.page_leaderboard .container__text,
.page_results .container__text {
    max-width: 790px;
}

.page_payments .container__text h1,
.page_leaderboard .container__text h1,
.page_results .container__text h1,
.page_uninstall .container__text h1,
.page_generator .container__text h1 {
    text-align: center;
}

.page_payments .container__text p,
.page_leaderboard .container__text p,
.page_results .container__text p,
.page_uninstall .container__text p,
.page_generator .container__text p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #494949;
}

@media only screen and (max-width: 850px) {
    .page_promo .container {
        display: block;
        padding-top: 0;
    }

    .page_promo .header {
        position: static;
        margin-bottom: 30px;
    }

    .page_promo .header__container {
        flex-direction: column;
    }

    .page_promo .logo {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1250px) {
    .page_v2 .first {
        overflow-x: hidden;
    }

    .page_v2 .header__socials span {
        display: none;
    }

    .page_v2 .header .logo {
        margin-right: 20px;
    }
}

.container_promo {
    display: none;
    /*transform: translateY(-100%);
    transition: .5s;*/
}

.container_promo .header {
    z-index: 10;
}

@media only screen and (max-width: 980px) {
    .container_promo .store {
        display: none;
    }
}

.page_promo .container__text,
.container_promo .container__text {
    max-width: 1040px;
    text-align: center;
    padding-bottom: 60px;
    z-index: 1;
}

.page_promo .container__text p,
.container_promo .container__text p {
    text-align: center;
    line-height: 17px;
}

.page_faq .container {
    background-color: #f7f7f7;
    position: relative;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.page_tab .first {
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

.page_tab .first__screen {
    background-position: bottom center;
}

@media only screen and (max-width: 840px) {
    .page_tab .header__container {
        flex-direction: column;
    }

    .page_tab .logo {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 560px) {
    .page_tab .header__navbar {
        flex-direction: column;
    }
}

.error-label {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #f7931a;
}

.ct-counters {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

@media only screen and (max-width: 480px) {
    .ct-counters {
        max-width: 210px;
        flex-direction: column;
    }

    .ct-counters .ct-counter:not(:last-child) {
        margin-bottom: 20px;
    }
}

.ct-counter {
    display: block;
    width: 210px;
}

.ct-counter__value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    font-size: 48px;
    line-height: 53px;
    color: #000;
    font-weight: bold;
}

.ct-counter__value span:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.ct-counter__label {
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.ct-counter_users .ct-counter__value span:before {
    width: 32px;
    height: 34px;
    background-image: url("../images/counter-users.png");
    background-size: 32px 34px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .ct-counter_users .ct-counter__value span:before {
        background-image: url("../images/counter-users@2x.png");
    }
}

.ct-counter_users .ct-counter__label {
    background-color: #4285f4;
}

.ct-counter_payments .ct-counter__value span:before {
    width: 30px;
    height: 45px;
    background-image: url("../images/counter-payments.png");
    background-size: 30px 45px;
    position: relative;
    top: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .ct-counter_payments .ct-counter__value span:before {
        background-image: url("../images/counter-payments@2x.png");
    }
}

.ct-counter_payments .ct-counter__label {
    background-color: #F7931A;
}

.total-payments {
    display: block;
    font-size: 16px;
    line-height: 17px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.total-payments__label {
    font-weight: bold;
    color: #000;
}

.total-payments__value {
    color: #494949;
}

.line {
    display: block;
    height: 4px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 3px;
    border-radius: 2px;
    background-color: #4285f4;
    min-width: 5px;
}

.medal {
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid;
    border-radius: 9px;
}

.medal_gold {
    border-color: #f29822;
}

.medal_silver {
    border-color: #d6d6d6;
}

.medal_bronze {
    border-color: #c58a56;
}

.platform {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 2px;
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/platform-ext.png");
    background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .platform {
        background-image: url("../images/platform-ext@2x.png");
    }
}

.percent {
    display: block;
    font-size: 12px;
    color: #f7931a;
    font-weight: 700;
}

.percent span {
    color: #757575;
}

.accounts {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 30px;
    margin-bottom: 30px;
}

.account {
    display: flex;
    width: 100%;
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d6d6d6;
    align-items: center;
}

.account__icon {
    width: 70px;
    flex-shrink: 0;
}

.account__icon img {
    display: block;
}

.account__title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.account__details {
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
}

.account__user {
    display: block;
    color: #f7931a;
    text-decoration: none;
}

.account .btn_link {
    font-size: 11px;
}

.account .btn_link:disabled {
    color: #d6d6d6;
    pointer-events: none;
}

.balance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    background-image: url("../images/bitcoin-logo@2x.png");
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 26px;
    padding-left: 46px;
    position: relative;
    flex-shrink: 0;
}

.balance__first-line {
    display: block;
    color: #494949;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.balance__second-line {
    display: flex;
    justify-content: space-between;
    color: #757575;
    font-size: 10px;
    line-height: 11px;
}

.balance__second-line b {
    font-weight: bold;
}

.balance:hover .balance__first-line {
    color: #4285f4;
}

.balance__mining {
    padding-right: 16px;
}

.balance__mining b {
    color: #f74249;
}

.signin-block {
    transition: all 0.3s ease-out;
    height: auto;
    transform: translateY(0);
    opacity: 1;
}

.signin-block.hidden {
    height: 0;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.signin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.signin__title {
    font-size: 12px;
}

.signin__item {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    color: #000;
    padding-top: 11px;
    text-decoration: none;
}

.signin__item img {
    display: inline-block;
    margin-bottom: 5px;
}

.signin__item:hover {
    border-color: #d9d9d9;
    border-radius: 4px;
    color: #4285f4;
}

.signin__item+.signin__item {
    margin-left: 10px;
}

.signin__or {
    display: block;
    width: 27px;
    height: 16px;
    line-height: 16px;
    color: #303030;
    font-size: 10px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
}

.agreement {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #757575;
    text-align: center;
}

.agreement a {
    color: #4285f4;
    text-decoration: none;
}

.agreement a:hover {
    color: #000;
}

.payments {
    width: 100%;
}

.payments th {
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    padding-bottom: 7px;
    text-align: left;
    padding-left: 20px;
}

.payments th:first-child {
    padding-left: 0;
}

.payments td {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    text-align: left;
    padding-left: 20px;
}

.payments td:first-child {
    width: 100%;
    padding-left: 0;
}

.payments td:last-child {
    padding-right: 20px;
}

.comment {
    display: block;
    color: #757575;
    font-size: 10px;
}

.status {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.status_rejected {
    background-color: #f74249;
    color: #fff;
}

.status_processed {
    background-color: #4cc15c;
    color: #fff;
}

.status_pending {
    background-color: #d6d6d6;
    color: #757575;
}

.check {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin-left: 15px;
}

.check:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #000;
    margin-left: 3px;
}

.check:hover {
    color: #4285f4;
}

.comment {
    display: inline-block;
    position: absolute;
    margin-left: 15px;
    margin-top: 3px;
}

.comment:hover i {
    background-color: #000;
}

.comment:hover span {
    display: block;
}

.comment i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #757575;
    position: relative;
}

.comment i:after {
    content: "";
    display: block;
    width: 2px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
}

.comment i:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 6px;
    background-color: #fff;
}

.comment span {
    display: none;
    width: 230px;
    max-width: 230px;
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    border-radius: 2px;
    white-space: pre-wrap;
}

.errorlist {
    color: #ec1b1b;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}

.input-row {
    margin-top: 22px;
}

.input-row input {
    border: none;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #c9c9d0;
    font-family: Arial, Helvetica, sans-serif;
}

.input-row input.error {
    border-color: red;
}

.input-row input:focus {
    border-color: #4285f4;
}

.input-row select {
    cursor: pointer;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cecece;
    background-color: #fff;
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 16px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url("../images/triangle.png");
    background-size: 8px 4px;
    background-position: right top 9px;
    background-repeat: no-repeat;
    outline: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .input-row select {
        background-image: url("../images/triangle@2x.png");
    }
}

.input-row select:hover {
    border-bottom-color: #4285f4;
}

.input-row select:invalid {
    color: #757575;
}

.input-row textarea {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: none;
    border: 1px solid #c9c9d0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

.input-row textarea.error {
    border-color: red;
}

.input-row textarea:focus {
    border-color: #4285f4;
}

.input-row__description {
    font-size: 12px;
    color: #757575;
    margin-top: 15px;
}

.input-row__description b {
    font-weight: bold;
}

.questions {
    display: block;
    margin-top: 40px;
}

.questions__item {
    display: block;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.questions__item:hover:not(.expanded) {
    border-color: #4285f4;
}

.questions__item:hover:not(.expanded) .questions__header {
    color: #4285f4;
}

.questions__item+.questions__item {
    margin-top: 15px;
}

.questions__item.expanded .questions__body {
    display: block;
}

.questions__header {
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 100px;
    position: relative;
    cursor: pointer;
}

.questions__header:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #757575;
}

.questions__body {
    display: none;
    font-size: 18px;
    line-height: 32px;
    color: #494949;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #c0c0c0;
}

.questions__body ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.questions__body ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.questions__body li>ul,
.questions__body li>ol {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 30px;
}

.questions__body li:last-child {
    margin-bottom: 0;
}

.questions__body_sm {
    font-size: 16px;
    line-height: 17px;
}

.questions__body_sm li {
    line-height: 17px;
    margin-bottom: 15px;
}

.questions__group {
    margin-bottom: 50px;
}

.questions__group:last-child {
    margin-bottom: 0;
}

.questions__title {
    display: block;
    font-size: 28px;
    line-height: 31px;
    border-bottom: 3px solid #F7931A;
    color: #F7931A;
    margin-bottom: 20px;
}

.questions__subtitle {
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: bold;
}

.tooltip {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #a4a4a4;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}

.tooltip:hover {
    background-color: #000;
}

.tooltip:hover .tooltip__text {
    display: block;
}

.tooltip_question {
    background-image: url("../images/question.svg");
}

.tooltip__text {
    display: none;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.arrow {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -213px -95px;
    width: 7px;
    height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .arrow {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.results {
    display: none;
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
    top: -1px;
}

.results .wrapper {
    max-width: 1060px;
    margin: 0 auto;
    background-color: #494949;
    padding-top: 30px;
    padding-bottom: 30px;
}

.results.active {
    display: block;
}

.results:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.results__table {
    width: 100%;
    margin-bottom: 40px;
}

.results__table td {
    height: 57px;
}

.results__table thead tr {
    border-bottom: 3px solid #f7931a;
}

.results__table thead th {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.results__table thead th .small {
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 300;
}

.results__table thead th.results__friends-h {
    width: 305px;
}

.results__table thead th b {
    font-weight: 700;
}

.results__table tbody tr {
    border-bottom: 1px solid #757575;
}

.results__table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    width: 40%;
}

@media only screen and (max-width: 790px) {
    .results__table tbody td {
        font-size: 18px;
    }
}

.results__table tbody td:nth-child(1) {
    font-weight: normal;
}

.results__table tbody td:nth-child(3) {
    font-weight: 300;
}

.results__table tbody td:nth-child(3) span {
    font-weight: normal;
}

.results__table td.results__round {
    color: #fff;
    font-size: 14px;
    max-width: 150px;
    width: 10%;
    white-space: nowrap;
    line-height: 21px;
}

.results__table td.results__round b {
    font-weight: 700;
}

.scroll2top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 10;
    border-radius: 4px 0 0 4px;
    background-color: #f7931a;
    cursor: pointer;
    background-image: url("../images/scroll2top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 24px;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
}

.scroll2top.show {
    opacity: 1;
    pointer-events: auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .scroll2top {
        background-image: url("../images/scroll2top@2x.png");
    }
}

.scroll2top:hover {
    background-color: #4285f4;
}

.second {
    display: block;
    width: 100%;
    background-color: #000;
    background-image: url("../images/bg_02.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: -2;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 600px;
}

.second .subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 67px;
    padding-left: 45px;
    padding-right: 45px;
}

.second .subtitle span {
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7931a;
    box-shadow: 25px 0 0 #f7931a, -25px 0 0 #f7931a;
    box-decoration-break: clone;
}

.top {
    display: block;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 50px;
    padding-left: 90px;
    padding-right: 90px;
}

.last {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
}

.desc {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #494949;
}

.desc_big {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 36px;
    color: #000;
    position: relative;
    z-index: 100;
}

.desc a {
    color: #4285f4;
    text-decoration: none;
}

.desc a:hover {
    color: #F7931A;
}

.desc b,
.desc strong {
    font-weight: bold;
}

.speedbox {
    margin: 40px auto 40px;
    height: 180px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.speedbox.animated .speedbox__score {
    animation-duration: 2s;
    animation-name: score_anim;
    animation-iteration-count: 1;
    transition: 1s ease-in;
}

.speedbox.animated .speedbox__pointer {
    animation-duration: 2s;
    animation-name: pointer_anim;
    animation-iteration-count: 1;
    transition: 1s ease-in;
}

.speedbox__groove {
    height: 200px;
    width: 300px;
    background: transparent;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border: 18px solid #d6d6d6;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    height: 300px;
    width: 300px;
    background: transparent;
    border-radius: 50%;
    border: 18px solid #4285f4;
    border-color: transparent transparent #4285f4 #4285f4;
    box-sizing: border-box;
    z-index: 1;
}

.speedbox__score_rookie {
    border-color: transparent transparent #4285f4 #4285f4;
}

.speedbox__score_pro {
    border-color: transparent transparent #2abb40 #2abb40;
}

.speedbox__score_veteran {
    border-color: transparent transparent #f7931a #f7931a;
}

.speedbox__score_expert {
    border-color: transparent transparent #9e31c7 #9e31c7;
}

.speedbox__score_master {
    border-color: transparent transparent #e11282 #e11282;
}

.speedbox__score_legend {
    border-color: transparent transparent #ff5718 #ff5718;
}

.speedbox__score_bigboss {
    border-color: transparent transparent #000 #000;
}

.speedbox__base {
    width: 300px;
    height: 150px;
    background: white;
    position: relative;
    top: 150px;
    z-index: 20;
}

.speedbox__odo {
    text-align: center;
    position: absolute;
    color: #5c6f7b;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.speedbox__odo i {
    font-size: 13px;
    opacity: 0.6;
}

.speedbox__odo>div {
    margin-bottom: 0;
}

.speedbox__odo span {
    font-size: 0.7em;
}

.speedbox__pointer {
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background-image: url("../images/pointer.png");
    background-position: 43px;
    background-repeat: no-repeat;
    background-size: 133px 54px;
    z-index: 100;
    transform: rotate(0deg);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .speedbox__pointer {
        background-image: url("../images/pointer@2x.png");
    }
}

.speedbox+.referred {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}

@keyframes score_anim {
    25% {
        transform: rotate(135deg);
    }
}

@keyframes pointer_anim {
    25% {
        transform: rotate(180deg);
    }
}

.rank {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.rank_newbie {
    background-color: #757575;
}

.rank_rookie {
    background-color: #4285f4;
}

.rank_pro {
    background-color: #2abb40;
}

.rank_veteran {
    background-color: #f7931a;
}

.rank_expert {
    background-color: #9e31c7;
}

.rank_master {
    background-color: #e11282;
}

.rank_legend {
    background-color: #ff5718;
}

.rank_bigboss {
    background-color: #000;
}

.referred {
    font-size: 14px;
    line-height: 16px;
}

.referred__label {
    color: #494949;
}

.referred__value {
    color: #4285f4;
    font-weight: bold;
    text-decoration: none;
}

.referred__value:hover {
    color: #000;
}

.referred__value:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-image: url("../images/people.png");
    background-size: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .referred__value:after {
        background-image: url("../images/people@2x.png");
    }
}

.sixth {
    display: block;
    min-height: 680px;
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: 2400px 880px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.sixth__title {
    font-size: 48px;
    line-height: 53px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.sixth__title strong {
    font-weight: 700;
}

.sixth__description {
    font-size: 18px;
    line-height: 24px;
    color: #d6d6d6;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

@media only screen and (max-width: 720px) {
    .sixth__description {
        margin-bottom: 30px;
    }
}

.sixth__hurry {
    display: block;
    width: 100%;
    min-height: 370px;
    max-width: 1110px;
    padding-left: 690px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    position: relative;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 720px) {
    .sixth__hurry {
        margin-left: 0;
        max-width: none;
    }
}

.sixth__images {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.sixth__image {
    display: block;
    position: absolute;
}

.sixth__image_l {
    top: 0;
    left: 0;
}

.sixth__image_r {
    left: 297px;
    top: 60px;
}

@media only screen and (max-width: 744px) {
    .sixth__image {
        width: 50%;
        height: auto;
    }

    .sixth__image_r {
        left: calc(50% - 30px);
    }
}

@media only screen and (max-width: 1060px) {
    .sixth__hurry {
        padding-left: 0;
    }

    .sixth__images {
        position: relative;
        margin-bottom: 80px;
        max-width: 637px;
        margin-left: auto;
        margin-right: auto;
    }

    .sixth__image_l {
        position: relative;
    }
}

.store {
    display: block;
    width: auto;
    min-width: 54px;
    height: 52px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding-left: 47px;
    text-decoration: none;
    padding-top: 10px;
    background-color: #fff;
    flex-shrink: 0;
    text-align: left;
    margin-bottom: 10px;
}

.store:before {
    content: "";
    display: block;
    position: absolute;
}

.store_chrome:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -34px -95px;
    width: 24px;
    height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .store_chrome:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.store_ff:before {
    background-image: url("../images/logo-ff.png");
    width: 25px;
    height: 26px;
    background-position: center;
    top: 12px;
    left: 14px;
    background-size: 25px 26px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .store_ff:before {
        background-image: url("../images/logo-ff@2x.png");
    }
}

.store_ff .store__first-line,
.store_ff .store__second-line {
    display: none;
}

.store_android:before {
    background-image: url("../images/android.png");
    width: 24px;
    height: 28px;
    background-position: center;
    left: 15px;
    top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .store_android:before {
        background-image: url("../images/android@2x.png");
        background-size: 24px 28px;
    }
}

.store_cryptosearch:before {
    background-image: url("../images/cryptosearch-logo.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    left: 12px;
    top: 13px;
    background-size: 24px 24px;
}

.store_edge:before {
    background-image: url("../images/browser-icon_edge.png");
    width: 24px;
    height: 26px;
    background-position: center;
    top: 12px;
    left: 14px;
    background-size: 24px 26px;
}

.store_edge:hover:before {
    filter: brightness(0) invert(1);
}

.store_opera:before {
    background-image: url("../images/browser-icon_opera.png");
    width: 26px;
    height: 26px;
    background-position: center;
    top: 12px;
    left: 14px;
    background-size: 26px 26px;
}

.store_safari:before {
    background-image: url("../images/browser-icon_safari.png");
    width: 26px;
    height: 26px;
    background-position: center;
    top: 12px;
    left: 14px;
    background-size: 26px 26px;
}

.store__first-line {
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #757575;
    font-weight: 300;
}

.store__second-line {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    top: -3px;
    padding-right: 15px;
}

.store:hover {
    background-color: #4285f4;
    border-color: #4285f4;
}

.store:hover .store__first-line {
    color: #d6d6d6;
}

.store:hover .store__second-line {
    color: #fff;
}

.store:active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.store:active .store__first-line {
    color: #757575;
}

.store:active .store__second-line {
    color: #fff;
}

.store:active:before {
    opacity: 0.7;
}

.store_cryptotab:before {
    background-image: url("../images/cryptotab-logo.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    left: 12px;
    top: 13px;
    background-size: 24px 24px;
}

.store_browser:before {
    background-position: center;
    background-image: url("../images/browser-icon-footer.png");
    width: 26px;
    height: 26px;
    background-size: 26px;
    left: 13px;
    top: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .store_browser:before {
        background-image: url("../images/browser-icon-footer@2x.png");
    }
}

.store_cryptotab .store__first-line,
.store_cryptosearch .store__first-line {
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 2px;
}

.store_cryptotab .store__second-line,
.store_cryptosearch .store__second-line {
    color: #757575;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
    top: 0;
}

.store_cryptotab:hover .store__first-line,
.store_cryptosearch:hover .store__first-line {
    color: #fff;
}

.store_cryptotab:active .store__first-line,
.store_cryptosearch:active .store__first-line {
    color: #000;
    opacity: 0.7;
}

.store_cryptotab:hover .store__second-line,
.store_cryptosearch:hover .store__second-line {
    color: #9fc3ff;
}

.store_cryptotab:active .store__second-line,
.store_cryptosearch:active .store__second-line {
    color: #757575;
    opacity: 0.7;
}

.store_cryptotab:active::before,
.store_cryptosearch:active::before {
    opacity: 0.7;
}

.store_cryptotab:active,
.store_cryptosearch:active {
    background-color: #d6d6d6;
}

.page_ff .store_chrome {
    order: 1;
}

.page_ff .store_ff {
    order: 2;
}

.page_ff.page_v2 .store_ff {
    order: 0;
}

.page_ff .store_chrome .store__first-line,
.page_ff .store_chrome .store__second-line {
    display: none;
}

.page_ff .store_ff .store__first-line,
.page_ff .store_ff .store__second-line {
    display: block;
}

.third {
    display: block;
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 50px;
    color: #fff;
    overflow: hidden;
}

.third_uninstall {
    padding-top: 0;
    padding-bottom: 200px;
    position: relative;
}

.third_uninstall .wrapper {
    display: block;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.third_uninstall:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 230px;
    width: 120%;
    position: absolute;
    bottom: -120px;
    left: -5%;
    transform: rotate(-5deg);
}

@media screen and (max-width: 768px) {
    .third_uninstall {
        padding-bottom: 200px !important;
    }
}

.third__top-text {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
}

.third__bottom-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

.third__pool {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #494949;
    text-align: center;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .third__pool {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.third__pool strong {
    color: #f7931a;
}

.third__pool b {
    font-weight: bold;
}

.third__referral {
    color: #d6d6d6;
    font-size: 18px;
    line-height: 30px;
    max-width: 1000px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.third__referral .link:hover {
    text-decoration: none;
    color: #f7931a;
}

@media only screen and (max-width: 500px) {
    .third__referral {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.third__scheme {
    display: block;
    width: 100%;
    max-width: 1095px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.third__scheme img {
    display: block;
    width: 100%;
    height: auto;
}

.third__levels {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 43px;
}

.scroll-arrow {
    display: block;
    width: 38px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-image: url("../images/scroll-arrow.png");
    background-size: 38px 19px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .scroll-arrow {
        background-image: url("../images/scroll-arrow@2x.png");
    }
}

.total {
    margin-bottom: 40px;
    text-align: center;
}

.total__title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #f7931a;
    font-weight: bold;
    text-transform: uppercase;
}

.total__friends {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.total__friends .total__value {
    margin-bottom: 0;
}

.total__label {
    font-size: 16px;
    line-height: 17px;
    color: #d6d6d6;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.total__value {
    display: block;
    color: #fff;
    margin-bottom: 14px;
}

.total__value_friends {
    display: inline-block;
    font-size: 32px;
    line-height: 36px;
    margin-left: 8px;
    font-weight: 600;
}

.total__value_income {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    font-size: 64px;
    line-height: 72px;
    background-color: #f7931a;
    border-radius: 4px;
    margin-bottom: 0;
}

.total__value_income span {
    font-weight: 700;
}

.total__value_income:after {
    content: "";
    display: block;
}

.total__btc {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-weight: 700;
}

.total__btc:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/sprites/sprite.png");
    background-position: -66px -95px;
    width: 22px;
    height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .total__btc:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.trust {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.trust a {
    color: #4285f4;
    text-decoration: none;
}

.trust a:hover {
    color: #f7931a;
}

.trust_white {
    color: #fff;
}

.trust_white a {
    color: #fff;
    text-decoration: underline;
}

.trust_white a:hover {
    color: #fff;
    text-decoration: none;
}

.trust_top {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.trust_top br {
    display: none;
}

@media only screen and (max-width: 768px) {
    .trust_top {
        margin-top: 0;
    }
}

.users {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    margin-right: 40px;
    text-decoration: none;
}

@media only screen and (max-width: 560px) {
    .users {
        text-align: center;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.users__count {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.users__count b {
    font-weight: bold;
}

.users__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
}

.users__rating span {
    opacity: 0.7;
}

.users__rating img {
    display: block;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.wrapper {
    display: block;
}

::-moz-selection {
    background-color: #f7931a;
    color: #fff;
}

::selection {
    background-color: #f7931a;
    color: #fff;
}

.rangeSlider,
.rangeSlider__fill {
    display: block;
    border-radius: 10px;
}

.rangeSlider {
    position: relative;
    background: #d6d6d6;
}

.rangeSlider__horizontal {
    height: 6px;
    width: 100%;
    max-width: 380px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeSlider__fill {
    background: #d6d6d6;
    position: absolute;
    z-index: 2;
}

.rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    background-color: #4285f4;
    left: 0;
}

.rangeSlider__handle {
    height: 30px;
    width: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    border: 6px solid #4285f4;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    top: -12px;
    z-index: 5;
}

input[type=range]:focus+.rangeSlider .rangeSlider__handle {
    -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
    z-index: 1;
    position: absolute;
    top: -10px;
    height: 26px;
    background: transparent;
    width: 100%;
}

.notice {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #494949;
    margin-top: 40px;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 9px;
    height: 9px;
    opacity: 0.8;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 4px;
    content: " ";
    height: 10px;
    width: 1px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.promo-label {
    display: block;
    position: absolute;
    top: 40px;
    left: -40px;
    height: 24px;
    width: 170px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(-50deg);
    background-color: #4285f4;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.scroll-notification {
    display: none;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
}

.scroll-notification__text {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 73px;
    background-image: url("../images/scroll-icon.png");
    background-repeat: no-repeat;
    background-size: 41px 33px;
    background-position: bottom center;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .scroll-notification__text {
        background-image: url("../images/scroll-icon@2x.png");
    }
}

.bform {
    display: block;
    width: 750px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.bform__row {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: flex-end;
    -ms-flex-align: end;
}

.bform .label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.bform input[type=number] {
    height: 50px;
    border: 1px solid #cecece;
    border-radius: 2px;
    min-width: 170px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.bform .btn_default {
    max-width: 210px;
    height: 50px;
    line-height: 50px;
}

.bform select {
    height: 50px;
    border: 1px solid #cecece;
    border-radius: 2px;
    background-color: #fff;
    min-width: 90px;
    padding-left: 15px;
}

.group+.group {
    border-top: 1px solid #c8c8c8;
    margin-top: 50px;
    padding-top: 50px;
}

.group .subtitle {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 32px;
}

.group_1,
.group_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.group_1 .subtitle,
.group_2 .subtitle {
    width: 100%;
}

.group_1 .row_code,
.group_2 .row_code {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.group_1 .row_code {
    width: 100%;
    max-width: 600px;
}

.group_2 .row_code {
    width: 100%;
    max-width: 560px;
}

.group_1 .row_code .textarea,
.group_2 .row_code .textarea {
    width: 100%;
}

.group_1 .row_code .textarea_js,
.group_2 .row_code .textarea_js {
    min-height: 200px;
}

.group_1 .row_code .col,
.group_2 .row_code .col {
    text-align: right;
}

.group_1 .row_code .col+.col,
.group_2 .row_code .col+.col {
    margin-left: 0;
    margin-top: 30px;
}

.group_1 .row_preview,
.group_2 .row_preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-right: 30px;
}

.group_3,
.group_4,
.group_8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.group_3 .subtitle,
.group_4 .subtitle,
.group_8 .subtitle {
    width: 100%;
}

.group_3 .row_code,
.group_4 .row_code,
.group_8 .row_code {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
    width: 300px;
}

.group_3 .row_code .textarea,
.group_4 .row_code .textarea,
.group_8 .row_code .textarea {
    min-height: 250px;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
    text-align: right;
}

.group_3 .row_preview,
.group_4 .row_preview,
.group_8 .row_preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-right: 30px;
}

.page_generator .container__text {
    max-width: 970px;
    padding-left: 0;
    padding-right: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.row_preview {
    margin-top: 40px;
}

.col__title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.col {
    text-align: right;
}

.col+.col {
    margin-left: 30px;
}

.result {
    display: none;
    border-top: 1px solid #d6d6d6;
    padding-top: 50px;
    width: 100%;
}

.result .btn_default {
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-size: 12px;
    display: inline-block;
}

.variant {
    text-transform: uppercase;
}

#preview iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textarea {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 120px;
    width: 100%;
}

.textarea_js {
    min-height: 180px;
}

.group_5 .textarea,
.group_6 .textarea,
.group_7 .textarea,
.group_9 .textarea {
    min-height: 180px;
}

.install-tip {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.install-tip__handler {
    display: block;
    max-width: 700px;
}

.install-tip__title {
    display: block;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #d6d6d6;
}

.install-tip__body {
    display: block;
    background-color: #282828;
    border: 1px solid #757575;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.install-tip__body strong {
    font-weight: bold;
}

.install-tip__title strong {
    color: #fff;
    font-weight: bold;
}

.install-tip_ff .install-tip__handler {
    position: absolute;
    left: 380px;
    top: 270px;
    margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
    .install-tip_ff .install-tip__handler {
        left: 28%;
    }
}

@media only screen and (max-width: 1000px) {
    .install-tip_ff .install-tip__handler {
        left: 35%;
    }
}

.install-tip_ff .install-tip__handler::before {
    content: "";
    display: block;
    width: 40px;
    height: 84px;
    background-image: url("../images/install-tip_arrow.png");
    background-size: 40px 84px;
    position: absolute;
    top: -104px;
    left: 100px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .install-tip_ff .install-tip__handler::before {
        background-image: url("../images/install-tip_arrow@2x.png");
    }
}

.install-tip_ie .install-tip__handler {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 100px;
    text-align: center;
    width: 100%;
    max-width: none;
}

.no-results {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 100px;
}

.mobile-only {
    display: none;
}

.store-btns {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}

.store-btn {
    display: block;
    min-width: 290px;
    padding-top: 15px;
    padding-bottom: 14px;
    min-height: 60px;
    background-color: #4285f4;
    padding-left: 80px;
    position: relative;
    border-radius: 5px 3px 3px 5px;
    border: none;
    margin-bottom: 10px;
}

.store-btn:hover {
    background-color: #f7931a;
}

.store-btn:active {
    background-color: #d6d6d6;
}

.store-btn span {
    display: block;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
}

.store-btn span:first-child {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 2px;
    color: #fff;
}

.store-btn span:last-child {
    font-size: 11px;
    line-height: 12px;
    color: #9fc3ff;
}

.store-btn:hover span:last-child,
.store-btn:active span:last-child {
    color: #fff;
}

.store-btn::before {
    content: "";
    display: block;
    width: 60px;
    height: calc(100% - 2px);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}

.store-btn_cryptosearch::before {
    background-image: url("../images/cryptosearch-logo.svg");
}

.store-btn_cryptotab::before {
    background-image: url("../images/cryptotab-logo.svg");
}

.fourth .store-btns {
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: row;
    -ms-flex-direction: row;
}

.fourth .store-btn {
    background-color: #000;
    margin-left: 5px;
    margin-right: 5px;
}

.fourth .store-btn:hover {
    background-color: #f7931a;
}

.fourth .store-btn::before {
    border-color: #fff;
}

.fourth .store-btn span:last-child {
    color: #757575;
}

.fourth .store-btn:hover span:last-child {
    color: #ffc782;
}

.winners {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.winner {
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    max-width: 510px;
}

.winner:last-child {
    margin-bottom: 0;
}

.winner__icon {
    display: block;
    width: 90px;
    text-align: center;
    margin-right: 20px;
    padding-top: 5px;
    flex-shrink: 0;
}

.winner__icon img {
    display: block;
}

.winner__icon span {
    display: inline-block;
    min-width: 40px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background-color: #f7b930;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}

.winner__body {
    width: 100%;
    position: relative;
}

.winner__body .row {
    display: flex;
    width: 100%;
    min-width: 400px;
    width: auto;
    padding-right: 20px;
    align-items: center;
    justify-content: flex-start;
    background-color: #fffdfd;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    flex-wrap: nowrap;
}

.winner__body .col {
    text-align: left;
    flex: 1;
}

.winner__body .col:first-child {
    white-space: nowrap;
    flex: 1.5;
}

.winner__body .line {
    left: 0;
    bottom: -7px;
}

.winner__title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}

.winner__label {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.winner__val {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.winner .sum {
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 610px) {
    .winner .row {
        flex-direction: column;
        min-width: 0;
    }

    .winner .sum {
        border-right: none;
        height: auto;
        padding-top: 15px;
    }

    .winner .col {
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.clover {
    display: block;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.clover span {
    display: inline-block;
    position: relative;
    padding-left: 46px;
}

.clover span:before {
    content: "";
    display: block;
    width: 31px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/clover.png");
    background-size: 31px 39px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .clover span:before {
        background-image: url("../images/clover@2x.png");
    }
}

.clover b {
    font-weight: bold;
}

.page_ms .more-link {
    margin-bottom: 0;
}

.page_ms .first__screen {
    background-image: url("../images/macbook.png");
    background-size: 600px 346px;
    background-repeat: no-repeat;
    background-position: center right calc(50% + 315px);
    min-height: 346px;
    margin-bottom: 50px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .page_ms .first__screen {
        background-image: url("../images/macbook@2x.png");
    }
}

@media only screen and (max-width: 768px) {
    .page_ms .first__screen {
        background: none;
        min-height: 0;
        margin-bottom: 0;
    }

    .page_ms .first__screen .more-link {
        margin-bottom: 20px;
    }
}

.youtube {
    display: block;
    padding-left: 110px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background-color: #fffdfd;
    background-image: url("../images/icon-youtube.png");
    background-size: 50px 36px;
    background-repeat: no-repeat;
    background-position: 30px center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .youtube {
        background-image: url("../images/icon-youtube@2x.png");
    }
}

.youtube a {
    color: #4285f4;
    text-decoration: none;
}

.page_browser .first {
    background-color: #fff;
}

.page_browser .first .title {
    line-height: 53px;
}

.page_browser .first__description {
    max-width: 980px;
}

.page_browser .first__screen {
    background-image: url("../images/macbook.png");
    background-size: 600px 346px;
    background-repeat: no-repeat;
    background-position: top 35px right calc(50% + 315px);
    min-height: 382px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.page_browser .first__screen p {
    margin-bottom: 40px;
}

.page_browser .first__screen .note {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 45px;
}

.page_theme_black .coins {
    background-color: transparent;
    z-index: 1;
}

.page_theme_black .wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1350px) {
    .page_theme_black .logo img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1280px) {
    .page_theme_black .logo img {
        max-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .page_theme_black .header__menu {
        border-bottom-color: rgba(255, 255, 255, 0.3);
    }
}

.page_referrals .last {
    padding-top: 70px;
    padding-bottom: 70px;
}

.page_referrals .last .social-btns {
    margin-bottom: 30px;
}

.first__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}

.referrals {
    display: block;
    max-width: 550px;
    margin: 50px auto 0;
}

.referrals__label {
    display: block;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.referrals__total {
    display: block;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #757575;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-bottom: 10px;
}

.referrals__total span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url("../images/people_gray.png");
    background-size: 18px 20px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .referrals__total span:before {
        background-image: url("../images/people_gray@2x.png");
    }
}

.referrals__row {
    display: flex;
    width: 100%;
}

.referrals__row_labels {
    visibility: hidden;
    justify-content: space-between;
}

.referrals__row_labels.visible {
    visibility: visible;
}

.referrals__row_labels .referrals__label:first-child {
    flex: 1.5;
}

.referrals__row_labels .referrals__label:nth-child(2) {
    text-align: right;
    flex: 2;
    padding-right: 40px;
}

.referrals__row_labels .referrals__label:last-child {
    flex: 2;
    padding-right: 40px;
    text-align: right;
}

.referrals__row_top {
    align-items: center;
}

.referrals__row_top .referrals__label {
    flex: 1 !important;
    text-align: left !important;
}

.referrals__row_top .referrals__label:first-child {
    padding-right: 10px;
}

.referrals__col {
    width: 100%;
}

.referrals__col_all .referrals__total {
    border-right: none;
    border-radius: 2px 0 0 2px;
}

.referrals__col_day .referrals__total {
    border-color: #F7931A;
    border-radius: 0 2px 2px 0;
    color: #000;
}

.referrals__col_day .referrals__total span:before {
    background-image: url("../images/people_orange.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .referrals__col_day .referrals__total span:before {
        background-image: url("../images/people_orange@2x.png");
    }
}

.referrals__col_earnings {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
    margin-bottom: 40px;
    border-radius: 2px;
    padding: 17px 20px;
    color: #757575;
    font-size: 14px;
}

.referrals__col_earnings div {
    display: block;
}

.referrals__col_earnings .approx {
    font-size: 10px;
}

.referrals__col_earnings .approx b {
    font-weight: bold;
}

.referrals__col_earnings .earnings {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 21px;
    background-image: url("../images/coin.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left;
}

.referrals__col_earnings .earnings span {
    position: relative;
    top: 1px;
}

.referrals_our {
    max-width: 90%;
}

.referrals_our .level__title {
    flex: 1;
    text-align: left;
}

.referrals_our .level__value {
    flex: 1;
}

.level {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d6d6d6;
    height: 80px;
}

.level__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #F7931A;
    text-transform: uppercase;
    text-align: left;
    flex: 1.5;
}

.level__value {
    display: block;
    font-size: 48px;
    font-weight: bold;
    flex: 2;
    text-align: right;
}

.level__value:nth-child(2) {
    color: #757575;
    font-size: 24px;
    padding-right: 40px;
}

.level__value:last-child {
    padding-right: 40px;
}

.browser-name {
    text-transform: capitalize;
}

.animated-icon {
    display: block;
    margin-bottom: 20px;
}

.fullheight {
    display: block;
}

.fullheight__middle {
    width: 100%;
    text-align: center;
}

.fullheight__middle h2 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

.fullheight__bottom {
    text-align: center;
}

.fullheight__bottom h2 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    margin-bottom: 30px;
}

.fullheight__bottom img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main {
    display: block;
    position: relative;
    z-index: 10;
}

@keyframes heading-rotation-animation {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
    }

    20%,
    80% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, -80px, 0);
        opacity: 0;
    }
}

@keyframes heading-rotation-last-animation {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
    }

    20%,
    80% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.rotator {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.rotator__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 106px;
    text-align: center;
    font-size: 4vw;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.rotator__item_3 {
    opacity: 0;
    position: static;
}

.rotator__item_3.show {
    opacity: 1;
    transition: opacity 0.25s;
}

@media only screen and (max-width: 768px) {
    .rotator__item {
        font-size: 32px;
        min-height: 76px;
    }
}

.rotator .title {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 50px;
}

.page_loaded .rotator__item_1 {
    animation: heading-rotation-animation 3.25s 0.75s;
}

.page_loaded .rotator__item_2 {
    animation: heading-rotation-last-animation 3.25s 3.75s;
}

.first_black-screen {
    min-height: 0;
}

.first_black-screen .first__screen {
    background-image: url("../images/macbook-black.png");
    background-size: 450px 439px;
    background-position: bottom right calc(50% + 280px);
    margin-bottom: 40px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .first_black-screen .first__screen {
        background-image: url("../images/macbook-black@2x.png");
    }
}

.first_black-screen .first__screen p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .first_black-screen .first__screen {
        background: none;
    }

    .first_black-screen .first__screen .animated-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .first_black-screen .first__screen .more-link {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .page_browser .first__screen {
        background-image: url("../images/macbook@2x.png");
    }

    .why__upto {
        background-image: url("../images/browser-img@2x.png");
    }
}

@media screen and (max-width: 768px) {
    .page_browser .logo {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .page_browser .first__screen {
        background: none;
        min-height: 0;
        margin-bottom: 0;
    }
}

.getaccess {
    display: block;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/promo-materials.png");
    background-size: 820px 200px;
    border-top: 1px solid #d6d6d6;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .getaccess {
        background-image: url("../images/promo-materials@2x.png");
    }
}

.getaccess_no-border {
    border-top: none;
}

.getaccess__icon {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.getaccess .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
}

.getaccess .description {
    margin-bottom: 50px;
    color: #494949;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.getaccess .btn {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 390px;
    font-weight: bold;
    height: auto;
    line-height: 17px;
    padding-top: 22px;
    padding-bottom: 21px;
}

.getaccess .note {
    font-size: 11px;
    line-height: 12px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-cards {
    display: flex;
    width: 100%;
    max-width: 1090px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
    .b-cards {
        flex-wrap: wrap;
        max-width: 540px;
    }
}

.b-card {
    display: block;
    max-width: 500px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    padding-top: 315px;
    padding-bottom: 160px;
    position: relative;
    background-repeat: no-repeat;
}

.b-card:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 960px) {
    .b-card:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.b-card_webapp {
    background-image: url("../images/webapp-screen.png");
    background-position: top 65px center;
    background-size: 322px 223px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .b-card_webapp {
        background-image: url("../images/webapp-screen@2x.png");
    }
}

.b-card_browser {
    background-image: url("../images/macbook.png");
    background-position: top 60px center;
    background-size: 400px auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .b-card_browser {
        background-image: url("../images/macbook@2x.png");
    }
}

.b-card_mobile-browser {
    background-image: url("../images/mobile-screen.png");
    background-position: top 58px center;
    background-size: 217px 232px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .b-card_mobile-browser {
        background-image: url("../images/mobile-screen@2x.png");
    }
}

@media (max-width: 600px) {
    .b-card_mobile-browser {
        padding-bottom: 238px;
    }
}

.b-card:hover {
    border-color: #4285f4;
}

.b-card:hover .b-card__footer {
    border-color: #4285f4;
}

.b-card__label {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-card__label_browser {
    padding-left: 20px;
    background-image: url("../images/browser-icon.svg");
    background-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
}

.b-card__title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
}

.b-card__text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.b-card__footer {
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.b-card__btn {
    margin-bottom: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.b-card__btn--flex {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .b-card__btn--flex {
        display: block;
    }
}

.b-card__btn .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 390px;
    font-weight: bold;
}

.b-card__btn .btn_app-store,
.b-card__btn .btn_google-play {
    max-width: 200px;
    min-width: 200px;
    margin: 0 10px;
}

@media (max-width: 600px) {

    .b-card__btn .btn_app-store,
    .b-card__btn .btn_google-play {
        display: block;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.b-card__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-top: 1px solid #d6d6d6;
    height: auto;
    min-height: 60px;
    border-radius: 0 0 3px 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.b-card__bottom img {
    max-width: 100%;
    height: auto;
}

.uninstall-message {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.uninstall-message__icon {
    display: block;
    width: 90px;
    height: 90px;
    border: 6px solid rgba(247, 147, 25, 0.5);
    background-image: url("../images/uninstall-checkmark.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 34px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .uninstall-message__icon {
        background-image: url("../images/uninstall-checkmark@2x.png");
    }
}

.uninstall-message__text {
    display: block;
    color: #F7931A;
    font-size: 18px;
    line-height: 24px;
}

.uninstall-message__top .title {
    display: block;
    font-size: 48px;
    line-height: 53px;
    color: #000;
    margin-bottom: 24px;
}

.uninstall-message__top:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #979797, #979797, #979797, #979797, #979797);
    background-size: 10px 3px, 100% 3px;
    border: none;
}

.uninstall-message__bottom .text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.uninstall-message__bottom .title {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 48px !important;
    margin-bottom: 40px;
}

.motivate {
    display: block;
    background-color: #F7931A;
    padding-top: 75px;
    padding-bottom: 255px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}

.motivate:after {
    content: "";
    display: block;
    background-color: #000;
    height: 330px;
    width: 120%;
    position: absolute;
    bottom: -170px;
    left: -5%;
    transform: rotate(-5deg);
}

.motivate .wrapper {
    display: flex;
    align-items: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 960px) {
    .motivate .wrapper {
        flex-direction: column;
    }
}

.motivate__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 460px;
    height: 320px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    margin-right: 90px;
}

.motivate__img img {
    display: block;
}

@media screen and (max-width: 960px) {
    .motivate__img {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .motivate__img {
        width: 280px;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .motivate__img img {
        width: 100%;
        height: auto;
    }
}

.motivate__text {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}

@media screen and (max-width: 960px) {
    .motivate__text {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .motivate__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.about-reflink {
    display: inline-block;
    text-align: left;
    padding-left: 55px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #F7931A;
    border: 2px solid #F7931A;
    border-radius: 1px;
    background-image: url("../images/icon-link-orange.png");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .about-reflink {
        background-image: url("../images/icon-link-orange@2x.png");
    }
}

.text-with-icon {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #494949;
    padding-left: 50px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
}

.text-with-icon:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-with-icon_icon_link:before {
    background-color: #4285f4;
    background-image: url("../images/icon-link.png");
    background-size: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .text-with-icon_icon_link:before {
        background-image: url("../images/icon-link@2x.png");
    }
}

.text-with-icon_icon_arrow:before {
    background-color: #F7931A;
    background-image: url("../images/icon-arrow.png");
    background-size: 24px 19px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .text-with-icon_icon_arrow:before {
        background-image: url("../images/icon-arrow@2x.png");
    }
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.bitcoin-logo {
    height: 26px;
    line-height: 27px !important;
    background-image: url("../images/bitcoin-logo@2x.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    padding-left: 36px;
}

.btc-bonus {
    display: flex;
    align-items: center;
    font-size: 48px;
    line-height: 53px;
    color: #000;
    font-weight: bold;
}

.btc-bonus img {
    display: block;
    margin-right: 15px !important;
}

@media screen and (max-width: 550px) {
    .btc-bonus {
        flex-direction: column;
        font-size: 32px;
        line-height: 36px;
    }

    .btc-bonus img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.overload-message {
    display: block;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #f74249;
    border-radius: 2px;
    border: 1px solid #f74249;
    margin-bottom: 20px;
}

.loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.25s 0s;
    height: 100%;
}

.loader.hide {
    visibility: hidden;
    opacity: 0;
}

.loader-spinner {
    text-align: center;
}

.loader-spinner>i {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.7s infinite ease-in-out both;
    margin-right: 3px;
    margin-left: 3px;
}

.loader-spinner>i:first-child {
    animation-delay: -0.6s;
}

.loader-spinner>i:nth-child(2) {
    animation-delay: -0.4s;
}

.loader-spinner>i:nth-child(3) {
    animation-delay: -0.2s;
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Common */
.note {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #757575;
    width: 100%;
}

.or {
    display: block;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
}

.title {
    display: block;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
}

.title strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    .title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}

.subtitle {
    display: block;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.subtitle_white {
    color: #fff;
}

@media (max-width: 767px) {
    .subtitle {
        font-size: 28px;
        line-height: 31px;
    }
}

.list {
    display: block;
    width: 100%;
    max-width: 835px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.list__item {
    display: block;
    margin-bottom: 30px;
    padding-left: 39px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}

.list__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    background-image: url("../images/checkmark.svg");
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.list__item:last-child {
    margin-bottom: 0;
}

.lang {
    display: block;
    width: 70px;
    position: relative;
    z-index: 100;
    text-align: left;
    flex-shrink: 0;
}

.lang__current {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #323232;
    cursor: default;
    text-transform: uppercase;
    overflow: hidden;
}

.lang__current:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #D0D0D0;
}

.lang.opened .lang__current:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: 4px solid #D0D0D0;
}

.lang__current:hover {
    color: #3E82F7;
}

.lang__current img,
.lang__current amp-img {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
}

.lang__list {
    display: none;
    list-style-type: none;
    padding: 10px 0;
    margin: 5px 0 0;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: absolute;
    width: 100%;
}

.lang.opened .lang__list {
    display: block;
}

.lang__item {
    display: block;
    width: 100%;
    height: 28px;
    padding-left: 9px;
    line-height: 28px;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.lang__item:hover {
    color: #fff;
    background-color: #3E82F7;
}

.lang__item img,
.lang__item amp-img {
    margin-right: 6px;
}

.lang__item amp-img img {
    margin: 0;
}

.more-link {
    display: inline-block;
    padding: 11px 15px;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4285F4;
    font-size: 14px;
    line-height: 16px;
}

.more-link b {
    color: #000;
}

.more-link:hover {
    border-color: #4285F4;
}

.more-link span::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -213px -95px;
    width: 7px;
    height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .more-link span::after {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.browser-icon {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 1;
    position: absolute;
    left: 65px;
    top: 87px;
}

.browser-icon+img,
.browser-icon+amp-img {
    top: 24px;
    left: 37px;
}

.browser-icon_chrome {
    background-image: url("../images/browser-icon_chrome.png");
    background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_chrome {
        background-image: url("../images/browser-icon_chrome@2x.png");
    }
}

.browser-icon_firefox {
    background-image: url("../images/browser-icon_ff.png");
    background-size: 58px 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_firefox {
        background-image: url("../images/browser-icon_ff@2x.png");
    }
}

.browser-icon_IE {
    background-image: url("../images/browser-icon_ie.png");
    background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_IE {
        background-image: url("../images/browser-icon_ie@2x.png");
    }
}

.browser-icon_edge {
    background-image: url("../images/browser-icon_edge.png");
    background-size: 56px 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_edge {
        background-image: url("../images/browser-icon_edge@2x.png");
    }
}

.browser-icon_opera {
    background-image: url("../images/browser-icon_opera.png");
    background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_opera {
        background-image: url("../images/browser-icon_opera@2x.png");
    }
}

.browser-icon_safari {
    background-image: url("../images/browser-icon_safari.png");
    background-size: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-icon_safari {
        background-image: url("../images/browser-icon_safari@2x.png");
    }
}

/* Components */
.header {
    width: 100%;
    padding: 20px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .header.fixed:not(.header--not-fixed) .header__wrapper {
        position: fixed;
        top: -80px;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.96);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
        z-index: 99;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out, background-color 0.2s;
    }

    .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
        height: 50px;
    }

    .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
        max-height: 100%;
    }
}

.header__wrapper {
    width: 100%;
    transition: background-color 0.2s;
}

.header__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .header__container {
        min-height: 80px;
    }
}

.header__navbar {
    display: flex;
    align-items: center;
    z-index: 20;
}

.header__menu {
    margin-right: 30px;
}

.header__menu a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #4285F4;
    text-transform: uppercase;
}

.header__menu a:hover {
    color: #f7931a;
}

.header__menu a+a {
    margin-left: 25px;
}

.header__menu a.active {
    color: #000;
    pointer-events: none;
    position: relative;
}

.header__menu a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #F7931A;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.header__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #757575;
    margin-right: 30px;
    text-transform: capitalize;
}

.header__socials a {
    text-decoration: none;
}

.header__socials a:hover svg path {
    fill: #F7931A;
}

.header__socials a+a {
    margin-left: 20px;
}

.header__socials span i {
    margin-left: 10px;
}

.header__lang_black .lang__current {
    background-color: #282828;
    border: 1px solid #757575;
    color: #fff;
}

.header__lang_black .lang__current:hover {
    background-color: #fff;
    border-color: #fff;
}

.header__lang_black .lang.opened .lang__current:before {
    top: 13px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #D0D0D0;
    border-bottom: none;
}

.header__lang_transparent .lang__current {
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.header__lang_transparent .lang__current:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
}

.header__lang_transparent .lang.opened .lang__current {
    color: #3E82F7;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
}

@media (min-width: 1200px) {
    .header--inverse.fixed:not(.header--not-fixed) .header__wrapper {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

.header--inverse .lang__current {
    background-color: #282828;
    border: 1px solid #757575;
    color: #fff;
}

.header--inverse .lang__current:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4285f4;
}

.header--inverse .header__socials>span {
    color: #D6D6D6;
}

.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
    fill: #fff;
}

@media (max-width: 768px) {

    .header--inverse .header__logo,
    .header--inverse .header__navbar {
        background-color: #000;
        border-color: rgba(255, 255, 255, 0.3);
    }

    .header--inverse .header__navbar {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .header--inverse .header__menu {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 1200px) {
    .header {
        min-height: 120px;
    }
}

@media only screen and (max-width: 1150px) {
    .header {
        flex-direction: column;
    }

    .header__container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 0;
        margin-bottom: 40px;
        position: relative;
        z-index: 100;
        min-height: 61px;
    }

    .header.fixed .header__wrapper {
        position: fixed;
        top: -61px;
        left: 0;
        width: 100%;
        z-index: 99;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out, background-color 0.2s;
    }

    .header__container {
        /*background-color: #fff;*/
    }

    .header__navbar {
        position: absolute;
        width: 100%;
        justify-content: space-between;
        padding: 0;
        flex-wrap: wrap;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
        background: #FFFFFF;
        top: 0;
        opacity: 0;
        transform: translateY(-100%);
    }

    .header__navbar.active {
        opacity: 1;
        transform: translateY(60px);
    }

    .header__navbar .store-links {
        display: none;
    }

    .header__navbar .lang {
        display: block;
    }

    .header__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        min-height: 60px;
        /*border-bottom: 1px solid #D6D6D6;*/
        background-color: #fff;
        z-index: 100;
    }

    .header__lang {
        margin-right: 15px;
        margin-top: 13px;
        margin-bottom: 14px;
    }

    .header__menu {
        display: block;
        justify-content: flex-start;
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
        padding-bottom: 19px;
        /*border-bottom: 1px solid #D6D6D6;*/
        margin-right: 0 !important;
        overflow-x: scroll;
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap;
    }

    .header__menu::-webkit-scrollbar {
        display: none;
    }

    .header__menu:after {
        content: "";
        display: block;
        width: 20px;
    }

    .header__menu a {
        display: inline-block;
    }

    .header__menu a:last-child {
        margin-right: 20px;
    }

    .header__menu a.active:after {
        bottom: -18px;
    }

    .header__socials {
        margin-right: 0;
        margin-left: 15px;
    }

    .header__socials span {
        display: block;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 720px) {
    .header .header .lang {
        display: none;
    }
}

@media only screen and (max-width: 910px) {
    .first .header__container {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .first .header .logo {
        margin-bottom: 30px;
    }
}

.burger {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 22px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 200;
}

.burger.active {
    transform: rotate(90deg);
}

.burger.active span,
.burger.active:before,
.burger.active:after {
    background-color: #4285f4;
}

.burger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #757575;
    position: absolute;
    top: 9px;
    left: 1px;
}

.burger:before,
.burger:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    background-color: #757575;
    left: 1px;
}

.burger:before {
    top: 4px;
}

.burger:after {
    top: 14px;
}

.menu {
    display: block;
    margin-right: 20px;
    padding-top: 10px;
}

.menu__item {
    display: block;
}

.menu__item a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
}

.menu__item a:hover {
    color: #f7931a;
}

@media only screen and (max-width: 480px) {
    .menu__item {
        text-align: center;
        justify-content: center;
    }
}

.menu__item+.menu__item {
    margin-top: 18px;
}

.menu__item span:not(.bonus) {
    color: #4285f4;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.menu__item_email {
    margin-top: 20px;
    padding-left: 27px;
    background-image: url("../images/mail-icon.svg");
    background-size: 17px 14px;
    background-repeat: no-repeat;
    background-position: left center;
}

.menu__item_email a {
    color: #fff;
    border-bottom: 1px solid #F7931A;
}

.menu__item b {
    font-weight: bold;
}

.menu__label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #757575;
    margin-bottom: 18px;
}

.menu:last-child {
    margin-right: 0;
}

.menu__item_join {
    display: flex;
    align-items: center;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}

.menu__item_join span:not(.bonus) {
    color: #757575;
}

ul.pagination {
    display: block;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul.pagination li {
    display: inline-block;
    margin-bottom: 0;
}

ul.pagination a,
ul.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    border-radius: 2px;
    width: 40px;
    text-decoration: none;
    transition: all 0.2s;
}

ul.pagination a:hover {
    color: #4285f4;
    border-color: #4285f4;
}

ul.pagination span.active {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
}

ul.pagination li+li {
    margin-left: 5px;
}

ul.pagination a.pagination__prev,
ul.pagination a.pagination__next {
    min-width: 70px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.notification {
    display: block;
    width: 100%;
    background-color: #000;
    padding-left: 30px;
    padding-right: 30px;
    background-image: linear-gradient(-135deg, #494949 15%, #000 85%);
    border-bottom: 5px solid #F7931A;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.notification__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding-top: 12px;
    padding-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
}

.notification__row_bg_chinese {
    padding-left: 120px;
    background-image: url("../images/promo-guy.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 104px 80px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .notification__row_bg_chinese {
        background-image: url("../images/promo-guy@2x.png");
    }
}

@media screen and (max-width: 768px) {
    .notification__row_bg_chinese {
        padding-bottom: 90px;
        padding-left: 0;
        background-position: bottom center;
    }
}

@media screen and (max-width: 768px) {
    .notification__row {
        flex-direction: column;
        text-align: center;
    }
}

.notification__col:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .notification__col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.notification__title {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
}

.notification__title b,
.notification__title strong {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .notification__title {
        font-size: 24px;
        line-height: 27px;
    }
}

.notification__btn {
    display: inline-block;
    width: auto;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4285f4;
    text-align: center;
}

.notification__btn:hover {
    background-color: #F7931A;
}

.notification__btn:active {
    background-color: #d6d6d6;
}

@media screen and (max-width: 768px) {
    .notification__btn {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 13px;
        min-width: 180px;
    }
}

.page_sticky-notification .notification {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 0;
    z-index: 150;
    animation-name: stick;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.page_sticky-notification .notification__row {
    padding-top: 14px;
    padding-bottom: 14px;
}

.page_sticky-notification .notification__title {
    font-size: 24px;
    line-height: 27px;
}

.page_sticky-notification .notification__btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    min-width: 180px;
}

@media screen and (max-width: 768px) {
    .notification {
        z-index: 500;
    }
}

@keyframes stick {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table {
    width: 750px;
    margin-bottom: 40px;
}

.table .medal {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border-width: 4px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.table_journal td:first-child {
    font-weight: normal;
}

.table_journal td:nth-child(2) {
    font-weight: bold;
}

.table th {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
}

.table td {
    height: 40px;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.table tbody tr:hover {
    background-color: #F2F2F2;
}

.table tbody tr:hover a {
    color: #F7931A;
}

.table td:first-child {
    font-weight: bold;
}

.table td:last-child {
    text-align: right;
}

.table td a {
    color: #4285F4;
    text-decoration: none;
}

.table td a:hover {
    color: #5F9BFD;
}

.table tbody tr.table__hr {
    border-bottom: 1px solid #D6D6D6;
}

.table tbody tr.table__hr:hover {
    background-color: transparent;
}

.table tbody tr.table__hr td {
    height: 10px;
}

.table tbody tr.table__hr+tr {
    background-color: transparent;
}

.table tbody tr.table__hr+tr td {
    height: 10px;
}

@media only screen and (max-width: 790px) {
    .table_journal {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .table_journal thead {
        display: none;
    }

    .table_journal tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table_journal td {
        height: auto;
    }

    .table_journal td:first-child {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 40px);
    }

    .table_journal td:last-child {
        text-align: left;
    }
}

.table_leaderboard {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.table_leaderboard tbody tr:hover {
    background-color: #fff;
}

.table_leaderboard td:first-child {
    width: 18px;
    padding-right: 0;
}

.table_leaderboard td {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    height: 45px;
}

.table_leaderboard td:nth-child(3) {
    font-weight: normal;
}

.table_leaderboard td:last-child {
    width: 300px;
    text-align: left;
    position: relative;
}

.page_results .table {
    margin-bottom: 0;
}

.button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: transparent;
    text-align: center;
}

.button_size_l {
    font-size: 16px;
    line-height: 17px;
    padding: 22px 20px 21px;
    border-radius: 3px;
}

.button_primary {
    background-color: #4285f4;
}

.button_primary:hover {
    background-color: #F7931A;
}

.button_primary:active {
    background-color: #d6d6d6;
}

.button_secondary {
    color: #494949;
    font-size: 13px;
    line-height: 15px;
}

.button_secondary:hover {
    color: #000;
}

.btn {
    display: inline-block;
    height: 60px;
    background-color: #4285f4;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 61px;
    padding-right: 34px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn strong {
    font-weight: 700;
}

.btn:hover {
    background-color: #f7931a;
}

.btn:active {
    background-color: #d6d6d6;
}

.btn--black:not(:hover):not(:active) {
    background-color: #000;
}

.btn_primary {
    display: inline-block;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    position: relative;
    background-color: #4285F4;
    color: #fff;
    border: none;
    min-width: 90px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn_primary:hover {
    background-color: #f7931a;
    color: #fff;
}

.btn_primary:active {
    background-color: #d6d6d6;
    color: #fff;
}

.btn_secondary {
    height: 40px;
    background-color: transparent;
    font-size: 13px;
    line-height: 40px;
    color: #494949;
    font-weight: bold;
    padding: 0;
}

.btn_secondary.blue {
    color: #4285f4;
}

.btn_secondary.blue:hover {
    color: #000;
}

.btn_secondary:hover {
    background-color: transparent;
    color: #4285f4;
}

.btn_compact {
    line-height: 40;
    height: 40px;
    min-width: 160px;
}

.btn_os:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 20px;
    top: 18px;
    background-size: auto 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.mac .btn_os {
    padding-left: 54px !important;
}

.mac .btn_os:before {
    background-image: url(../images/icon-mac.svg);
}

.win .btn_os {
    padding-left: 54px !important;
}

.win .btn_os:before {
    background-image: url(../images/icon-win.svg);
}

.btn_plus {
    height: auto;
    min-height: 60px;
    line-height: normal;
}

.btn_plus:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 25px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -148px -95px;
    width: 16px;
    height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_plus:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.btn_download {
    height: auto;
    min-height: 60px;
    line-height: normal;
    font-weight: bold;
    padding-top: 22px;
    padding-bottom: 21px;
}

.btn_download:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
    background-image: url("../images/btn-download.png");
    width: 12px;
    height: 14px;
}

.btn_download:hover {
    background-color: #F7931A;
}

.btn_download:active {
    background-color: #d6d6d6;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_download:before {
        background-image: url("../images/btn-download@2x.png");
        background-size: 12px 14px;
    }
}

@media (max-width: 768px) {
    .btn_download {
        width: 100%;
        max-width: 380px;
        padding-left: 50px;
    }

    .btn_download span {
        display: none;
    }
}

.btn--download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.btn--download::before {
    content: "";
    flex: 0 0 auto;
    position: relative;
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
}

.page.os-desktop .btn--download::before {
    display: block;
}

.page.mac .btn--download::before {
    top: -2px;
    background-image: url(../images/icon-apple.svg);
}

.page.win .btn--download::before {
    top: -1px;
    background-image: url(../images/icon-windows.svg);
}

/* Store buttons */
.btn--small-mobile {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}

.btn--small-mobile.ios {
    background-image: url(../images/icon-appstore.svg);
}

.btn--small-mobile.android {
    background-image: url(../images/icon-google-play.png);
}

@media (max-width: 768px) {
    .btn--small-mobile {
        display: none;
    }
}

.page.mobile .btn--small-mobile {
    display: none;
}

/* Large store buttons */
.btn--base-mobile {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn--base-mobile.ios {
    background-image: url(../images/app-store-btn_2@2x.png);
    background-size: 157px 37px;
}

.btn--base-mobile.android {
    background-image: url(../images/get-it-on-google-play@2x.png);
    background-size: 157px 37px;
}

.btn--base-mobile+.note {
    margin-top: 15px;
}

.btn_orange {
    background-color: #F7931A;
}

.btn_orange:hover {
    background-color: #4285f4;
}

.btn_orange:active {
    background-color: #d6d6d6;
}

.btn_black {
    background-color: #000;
    min-width: 300px;
    padding-left: 91px;
    font-weight: 700;
    border: 1px solid #000;
    line-height: 58px;
    text-align: left;
}

.btn_black:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4285f4;
}

.btn_black:hover:before {
    background-image: url("../images/sprites/sprite.png");
    background-position: -124px -95px;
    width: 16px;
    height: 16px;
}

.btn_black:active {
    background-color: #4285f4;
    border: 1px solid #fff;
    color: #fff;
}

.btn_black:active:before {
    background-image: url("../images/sprites/sprite.png");
    background-position: -148px -95px;
    width: 16px;
    height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_black:hover:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }

    .btn_black:active:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.btn_calc {
    padding-left: 91px;
    text-align: left;
    font-size: 18px;
    padding-right: 68px;
    font-weight: normal;
}

.btn_calc:before {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 68px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -172px -95px;
    width: 13px;
    height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_calc:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

@media (max-width: 768px) {
    .btn_calc {
        height: auto;
        min-height: 50px;
        font-size: 16px;
        background-position: 47px center;
        line-height: 17px;
        padding: 17px 20px 16px 45px;
        text-align: center;
    }

    .btn_calc:before {
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.btn_calc.active:before {
    opacity: 0;
}

.btn_calc.active span {
    opacity: 0;
}

.btn_calc.active .loader {
    visibility: visible;
    opacity: 1;
}

.btn_calc .loader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.btn_link {
    display: inline-block;
    padding: 0;
    color: #4285f4;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    height: auto;
    background: none;
}

.btn_link:hover,
.btn_link.gray:hover {
    color: #000;
    background-color: transparent;
}

.btn_link:active {
    background-color: transparent;
}

.btn_link+.btn_link {
    margin-left: 20px;
}

.btn_link.gray {
    color: #757575;
}

.btn_default {
    display: block;
    width: 100%;
    max-width: 360px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-left: 34px;
}

.btn_big {
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    min-width: 280px;
    border-radius: 3px;
}

.btn_simple {
    background-color: #fff;
    border: 1px solid #D6D6D6;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
}

.btn_simple span {
    position: relative;
}

.btn_simple span::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -213px -95px;
    width: 7px;
    height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_simple span::after {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.btn_simple:hover {
    border-color: #4285f4;
    color: #4285f4;
    background-color: #fff;
}

.btn_simple:active {
    color: #757575;
    background-color: #fff;
    border-color: #D6D6D6;
}

.btn_social {
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 540px) {
    .btn_social {
        margin: 0 7px 15px;
    }
}

.btn_social:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

@media (max-width: 768px) {
    .btn_social {
        display: block;
        height: 40px;
        line-height: 40px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
        outline: none;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        flex-shrink: 0;
    }

    .btn_social:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-size: contain;
    }

    .btn_social_vk {
        background-color: #597DA2;
    }

    .btn_social_vk:hover {
        background-color: #678EB6;
    }

    .btn_social_vk:active {
        background-color: #446A91;
    }

    .btn_social_vk:before {
        width: 22px;
        height: 12px;
    }

    .btn_social_fb {
        background-color: #4861A3;
    }

    .btn_social_fb:hover {
        background-color: #5777CC;
    }

    .btn_social_fb:active {
        background-color: #374C82;
    }

    .btn_social_fb:before {
        width: 9px;
        height: 16px;
    }

    .btn_social_tw {
        background-color: #1DA1F2;
    }

    .btn_social_tw:hover {
        background-color: #3EB5FF;
    }

    .btn_social_tw:active {
        background-color: #1588CE;
    }

    .btn_social_tw:before {
        width: 16px;
        height: 13px;
    }

    .btn_social_gplus {
        background-color: #DD5044;
    }

    .btn_social_gplus:hover {
        background-color: #FB5446;
    }

    .btn_social_gplus:active {
        background-color: #BF4339;
    }

    .btn_social_gplus:before {
        width: 19px;
        height: 12px;
    }

    .btn_social_mail {
        text-indent: -9999px;
        background-color: #fff;
        border: 1px solid #CDCDCD;
        background-size: 23px 18px;
    }

    .btn_social_mail:hover {
        border: 2px solid #4285F4;
    }

    .btn_social_mail:active {
        background-color: #D6D6D6;
        border-color: #D6D6D6;
    }

    .btn_social_mail:active:before {
        opacity: 0.7;
    }
}

.btn_web-version {
    background-color: #F7931A;
    font-weight: bold;
    padding: 19px 50px 18px 38px;
    width: 100%;
    max-width: 390px;
    text-align: center;
    background-image: url("../images/cryptotab-icon.svg");
    background-size: 18px 21px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    height: auto;
    line-height: 23px;
}

.btn_web-version:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: 20px;
    margin-top: -8px;
    top: 50%;
}

.btn_web-version:hover {
    background-color: #4285f4;
}

.btn_web-version:active {
    background-color: #D6D6D6;
}

.btn_copytext {
    display: inline-block;
    padding: 0 0 0 22px;
    color: #4285f4;
    font-weight: bold;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-color: transparent;
    background-image: url("../images/icon-copy.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_copytext {
        background-image: url("../images/icon-copy@2x.png");
    }
}

.btn_copytext:hover {
    color: #F7931A;
    background-color: transparent;
    background-image: url("../images/icon-copy-hover.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_copytext:hover {
        background-image: url("../images/icon-copy-hover@2x.png");
    }
}

.btn_app-store,
.btn_google-play {
    background-color: #000;
    background-image: url(../images/get-it-on-google-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 157px 37px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .btn_app-store,
    .btn_google-play {
        background-image: url("../images/get-it-on-google-play@2x.png");
    }
}

.btn_app-store:hover,
.btn_google-play:hover {
    background-color: #F7931A;
}

.btn_app-store {
    background-image: url(../images/app-store-btn.png);
    background-size: 139px 37px;
    background-position: calc(50% - 9px) center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .btn_app-store {
        background-image: url("../images/app-store-btn@2x.png");
    }
}

@media (max-width: 768px) {
    .btn_copy {
        height: 34px;
        line-height: 34px;
        width: auto;
        padding: 0 15px;
        font-size: 12px;
    }
}

.btn_download+.note {
    margin-top: 15px;
}

.download-tip {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.download-tip__handler {
    display: block;
    min-height: 30px;
    padding-left: 40px;
    background-image: url("../images/browser-icon.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.download-tip_firefox .download-tip__handler,
.download-tip_safari .download-tip__handler,
.download-tip_opera .download-tip__handler {
    position: absolute;
    right: 50px;
    top: 20px;
    margin-top: 109px;
    margin-left: 30px;
}

.download-tip_firefox .download-tip__handler img,
.download-tip_opera .download-tip__handler img,
.download-tip_safari .download-tip__handler img {
    display: block;
    width: 34px;
    height: 89px;
    position: absolute;
    top: -104px;
    right: 30px;
    transform: rotate(180deg);
}

.download-tip_safari .download-tip__handler img {
    right: 73px;
}

.download-tip_firefox .download-tip__title._below,
.download-tip_safari .download-tip__title._below,
.download-tip_opera .download-tip__title._below {
    display: none;
}

.download-tip_chrome .download-tip__handler,
.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler,
.download-tip_unknown .download-tip__handler {
    position: absolute;
    left: 30px;
    bottom: 20px;
    margin-bottom: 109px;
}

.download-tip_chrome .download-tip__handler img,
.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img,
.download-tip_unknown .download-tip__handler img {
    display: block;
    width: 34px;
    height: 89px;
    position: absolute;
    bottom: -109px;
    left: 170px;
}

.download-tip_chrome .download-tip__title._above,
.download-tip_ie .download-tip__title._above,
.download-tip_edge .download-tip__title._above,
.download-tip_unknown .download-tip__handler img {
    display: none;
}

.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler {
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}

.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img {
    left: 50%;
    margin-left: -17px;
}

.download-tip__title {
    display: block;
    font-size: 24px;
    line-height: 27px;
    color: #D6D6D6;
}

.download-tip__title strong {
    color: #fff;
    font-weight: bold;
}

.download-tip__body {
    display: block;
    background-color: #282828;
    border: 1px solid #757575;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.download-tip__body strong {
    font-weight: bold;
}

.images {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.images.show-all .image:nth-child(n+4) {
    display: block;
}

.images_sm .image {
    text-align: center;
}

.images_sm .image img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.images_sm .image:nth-child(3n) {
    margin-right: 20px;
}

.images_sm .image:nth-child(4n) {
    margin-right: 0;
}

.images_sm .image:nth-child(n+9) {
    display: none;
}

.image {
    display: block;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 30px;
}

.image:nth-child(3n) {
    margin-right: 0;
}

.image:nth-child(n+7) {
    display: none;
}

.image img {
    display: block;
    margin-bottom: 10px;
}

.image .btn_link {
    font-size: 13px;
    line-height: 15px;
    padding-left: 29px;
    line-height: 17px;
    background-image: url("../images/download-icon.png");
    background-size: 24px 17px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .image .btn_link {
        background-image: url("../images/download-icon@2x.png");
    }
}

.image .btn_link:hover {
    color: #F7931A;
    background-image: url("../images/download-icon-hover.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .image .btn_link:hover {
        background-image: url("../images/download-icon-hover@2x.png");
    }
}

@media screen and (max-width: 1100px) {
    .images {
        flex-direction: column;
        align-items: center;
    }

    .images_sm .image:nth-child(3n) {
        margin-right: 0;
    }

    .image {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .image img {
        max-width: 100%;
        height: auto;
    }
}

.card {
    display: block;
    width: 340px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

.card:hover:not(.card_form) .card__title {
    color: #4285f4;
}

.card:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
}

.card__title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.card .title {
    font-size: 32px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.card__body {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.card-container {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 530px);
}

/*
* Modificators
*/
.card_form {
    width: 100%;
    max-width: 450px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 40px 30px 20px;
    height: auto;
}

.card_form .form {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.card_form p {
    font-size: 14px;
    line-height: 22px;
    color: #494949;
}

.card_success {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 10px;
    width: 100%;
    max-width: 450px;
}

.card_success .card__body {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card_success .card__body h2 {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.card_error {
    text-align: center;
    max-width: 550px;
    padding: 40px 30px 30px;
    margin: 0 auto;
}

.card_error .card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 290px;
}

.card_error .icon {
    margin-bottom: 20px;
}

.card_error .error-label {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.card_error .error-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.1px;
    font-weight: bold;
    margin-bottom: 40px;
}

.card_error .btn {
    margin-top: auto;
    width: 220px;
    text-align: center;
}

.card_support {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 540px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

.card_support.success {
    background-image: url("../images/checkmark_orange.svg");
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    padding-top: 120px;
    min-height: 400px;
}

.card_support h1 {
    display: block;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}

.card_support>p,
.card_support form>p {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 40px;
    width: 100%;
}

.card_support>p a,
.card_support form>p a {
    display: inline-block;
    color: #4285f4;
    text-decoration: none;
    word-break: break-all;
    transition: color 0.3s;
}

.card_support>p a:hover,
.card_support form>p a:hover {
    color: #F7931A;
}

.card_support>p+p,
.card_support form>p+p {
    margin-top: -20px;
}

.card_support>p.attention,
.card_support form>p.attention {
    font-size: 16px;
    color: #ff383d;
    font-weight: bold;
}

.card_support .question {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    width: 100%;
}

.card_support .choices .choice {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding: 0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #494949;
    font-size: 14px;
    text-decoration: none;
}

.card_support .choices .choice.selected {
    border: 2px solid #F7931A;
    line-height: 28px;
}

.card_support .choices .choice:hover {
    color: #F7931A;
}

.card_support form {
    margin-bottom: -30px;
}

.card_support form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 30px;
}

.card_support form label>span {
    display: block;
}

.card_support form label.required>span:after {
    content: "*";
}

.card_support form input {
    width: 100%;
    height: 45px;
    border: 0 none;
    outline: 0 none;
    border-bottom: 1px solid #CDCDCD;
    line-height: 44px;
    font-family: inherit;
    font-size: 16px;
}

.card_support form input:focus {
    border-bottom-color: #4285F4;
}

.card_support form input:-webkit-autofill {
    background-color: transparent !important;
}

.card_support form input::placeholder {
    color: #757575;
}

.card_support form textarea {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #CDCDCD;
    min-height: 130px;
    resize: vertical;
    max-height: 200px;
    padding: 10px 15px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
}

.card_support form textarea::placeholder {
    color: #757575;
}

.card_support form .recapcha {
    margin-bottom: 30px;
}

.card_support form .errorlist {
    margin-top: 5px;
    line-height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #F74249;
    letter-spacing: 0.03px;
}

.card_support .controls {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.card_support .controls .btn {
    height: 40px;
    min-width: 140px;
    line-height: 40px;
    border-radius: 2px;
    padding: 0px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: bottom;
}

.card_support .controls .btn.btn_primary.disabled {
    background-color: #D6D6D6;
}

.card_support .controls .btn.btn_simple {
    color: #4285F4;
    border: 1px solid #D6D6D6;
}

.card_support .controls .btn.btn_simple:hover {
    color: #FFFFFF;
    background-color: #4285F4;
    border-color: #4285F4;
}

.form {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
}

.form form {
    display: flex;
    justify-content: center;
}

    .form input[type=text] {
        width: 460px;
        height: 50px;
        border-radius: 2px;
        padding-left: 45px;
        border: 1px solid #CECECE;
        border-right: 1px solid #CECECE !important;
        background-image: url("../images/search.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 15px center;
    }

.form input[type=text]:focus {
    border-color: #4285F4;
}

.form input[type=submit] {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
    text-transform: uppercase;
    color: #fff;
    background-color: #4285F4;
}

.form input[type=submit]:hover {
    background-color: #f7931a;
}

.form input[type=submit]:active {
    background-color: #d6d6d6;
}

.form__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form__footer .btn+.btn {
    margin-left: 30px;
}

.form__footer_fullwidth {
    justify-content: space-between;
}

.page_payments .form {
    border-bottom: none;
    margin-bottom: 0;
}

.page_payments .form input {
    font-size: 16px;
    line-height: 17px;
}

.page_payments .form input[type=text] {
    border-radius: 2px 0 0 2px;
    width: 100%;
}

.input {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.input input {
    border: none;
    padding: 0px;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #c9c9d0;
    font-family: Arial, Helvetica, sans-serif;
}

.input input.error {
    border-color: red;
}

.input input:focus {
    border-color: #4285f4;
}

.input input::placeholder {
    color: #757575;
}

.input textarea {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: none;
    border: 1px solid #c9c9d0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

.input textarea.error {
    border-color: red;
}

.input textarea:focus {
    border-color: #4285f4;
}

.input__desc {
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
}

.input__tip {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.input__tip:hover {
    color: #4285f4;
}

.input select {
    cursor: pointer;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CECECE;
    background-color: #fff;
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 16px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url("../images/triangle.png");
    background-size: 8px 4px;
    background-position: right top 9px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .input select {
        background-image: url("../images/triangle@2x.png");
    }
}

.input select:hover {
    border-bottom-color: #4285f4;
}

.input select:invalid {
    color: #757575;
}

.why {
    display: block;
    background-color: #fff;
    padding: 80px 0;
    border-top: 5px solid #F7931A;
}

.why_no-border {
    border-bottom: none;
}

.why .wrapper {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto 20px;
    text-align: center;
}

.why__upto {
    display: block;
    width: 186px;
    height: 90px;
    font-size: 11px;
    line-height: 12px;
    color: #494949;
    background-image: url("../images/browser-img.png");
    background-size: 186px 69px;
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    padding-left: 115px;
    margin: 0 auto 50px;
}

.why__upto b {
    font-weight: bold;
}

.why__title {
    display: block;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.why__subtitle {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.why__list {
    counter-reset: why;
}

.why__text {
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

.why__text p {
    margin-bottom: 20px;
}

.why__text p.small {
    font-size: 13px;
    line-height: 18px;
    color: #757575;
    margin-bottom: 0;
}

.why__text p.small-block {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 10px 15px;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    line-height: 18px;
}

.why__text p.small-block svg {
    flex: 0 0 24px;
    max-width: 24px;
    margin-right: 15px;
}

.why__text p a {
    text-decoration: none;
    color: #4285f4;
}

.why__text p a:hover {
    color: #f7931a;
}

.why__text strong,
.why__text b {
    font-weight: bold;
}

.why__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 20px 0;
    counter-increment: why;
    margin-bottom: 50px;
}

.why__item:before {
    content: counter(why);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 48px;
    color: #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    width: 75px;
    font-weight: bold;
    text-align: center;
}

.why__item:nth-child(even) .why__row {
    flex-direction: row-reverse;
}

.why__item:nth-child(even) .why__img {
    margin-right: 20px;
    margin-left: 70px;
}

@media screen and (max-width: 1180px) {
    .why__item:nth-child(even) {
        padding-left: 60px;
    }
}

.why__item:nth-child(odd) .why__body {
    position: relative;
    top: 15px;
}

.why__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 460px;
    height: 320px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    flex-shrink: 0;
    background-color: #fff;
    margin-right: 90px;
}

.why__img:after {
    content: "";
    display: block;
    width: 460px;
    height: 320px;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    border-radius: 3px;
}

.why__img .browser-icon+img,
.why__img .browser-icon+amp-img {
    top: 24px;
    left: 37px;
}

.why__img img {
    display: block;
    position: relative;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.why__img amp-img {
    max-width: 100%;
}

.why__img_exp>img {
    top: -10px;
    margin-right: 30px;
}

.why__img_earn>img {
    top: -15px;
}

.why__img_speed {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.why__img_speed>img {
    margin-bottom: 50px;
}

.why__row {
    display: flex;
    max-width: 1050px;
}

.why__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

.why__footer {
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.why__label {
    display: block;
    font-size: 10px;
    line-height: 11px;
    color: #494949;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 65px;
    left: 144px;
    transform: translateX(-50%);
}

.why_black {
    background-color: #000;
}

.why_black .why__item:before {
    color: #757575;
    border-bottom-color: #757575;
}

.why_black .why__subtitle {
    color: #F7931A;
}

.why_black .why__text {
    color: #d6d6d6;
}

.why_black .more-link {
    background-color: #494949;
    color: #fff;
    border-color: #d6d6d6;
}

.why_black .more-link span::after {
    background-image: url("../images/arrow-right-light.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 9px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .why_black .more-link span::after {
        background-image: url("../images/arrow-right-light@2x.png");
    }
}

.why_black .more-link:hover {
    background-color: #fff;
    color: #4285f4;
    border-color: #fff;
}

.why_black .why__img {
    background-image: linear-gradient(-45deg, #000000 0%, #494949 100%);
    border-color: rgba(214, 214, 214, 0.4);
}

.why_black .why__img:after {
    background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
    border-color: rgba(214, 214, 214, 0.4);
}

.why_black .why-speed__label {
    color: #fff;
}

.why_cryptotab {
    padding-top: 60px;
    padding-bottom: 55px;
    border: none;
}

.why_cryptotab .why__list {
    margin-bottom: 0;
}

.why-speed {
    z-index: 1;
    width: 100%;
    position: relative;
    top: 15px;
    left: 15px;
}

.why-speed__item {
    display: block;
    margin-bottom: 15px;
}

.why-speed__label {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #494949;
    margin-bottom: 4px;
}

.why-speed__label b {
    font-weight: bold;
}

.why-speed__line {
    display: block;
    height: 5px;
    border-radius: 4px;
}

.why-speed__line_high {
    background-color: #F7931A;
    width: 100%;
}

.why-speed__line_low {
    background-color: #757575;
    width: 15%;
}

@media only screen and (max-width: 800px) {
    .why__item {
        padding-top: 80px;
    }

    .why__img {
        width: auto;
        height: auto;
        margin-right: 0;
        border: none;
        margin-bottom: 30px;
    }

    .why__img img {
        position: static;
        max-width: 100%;
        height: auto;
    }

    .why__img::after {
        display: none;
    }

    .why__row {
        max-width: 100%;
    }

    .why__row,
    .why__item:nth-child(even) .why__row {
        flex-direction: column;
        text-align: center;
    }

    .why__item:nth-child(even) .why__img {
        margin-left: 0;
        margin-right: 0;
    }

    .why-speed {
        text-align: left;
        position: static;
    }

    .why__img_exp img {
        margin-right: 0;
    }

    .why__img_speed {
        padding-left: 0;
        padding-right: 0;
    }

    .why__item:nth-child(odd) .why__body {
        position: static;
    }

    .browser-icon:not(.amp) {
        left: 45px;
        top: 2px;
    }

    .browser-icon.amp {
        top: 23px;
        left: 82px;
    }

    .why__label {
        top: -25px;
        left: 127px;
    }
}

@media (max-width: 768px) {
    .why {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why__list {
        margin-bottom: 30px;
    }

    .why__title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .why__text {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }

    .why__text p {
        margin-bottom: 10px;
    }

    .why__item:before {
        font-size: 28px;
        line-height: 31px;
        width: 54px;
    }

    .why__item:last-child {
        margin-bottom: 40px;
    }

    .why__item:nth-child(even) {
        padding-left: 20px;
    }

    .why__btn {
        text-align: center;
        margin-top: 30px;
    }

    .why__subtitle {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 10px;
        text-align: left;
    }

    .why_cryptotab .why__item:nth-child(1) .why__img img {
        width: 255px;
        height: 123px;
    }

    .why_cryptotab .why__item:nth-child(2) .why__img img {
        width: 147px;
        height: 147px;
    }

    .why-speed {
        max-width: 288px;
    }

    .why-speed__item {
        margin-bottom: 10px;
    }

    .why-speed__item:last-child {
        margin-bottom: 0;
    }

    .why-speed__label {
        font-size: 10px;
    }

    .why-speed__line {
        height: 4px;
    }
}

@media only screen and (max-width: 540px) {
    .why__item {
        padding-top: 65px;
    }

    .why__img_exp img {
        width: 247px;
        height: 145px;
    }

    .why__img_earn img {
        width: 184px;
        height: auto;
    }

    .why__img_boost img {
        width: 248px;
        height: auto;
    }

    .why__img_speed {
        padding-top: 0;
    }

    .why__img_speed>img {
        width: 184px;
        height: auto;
        margin-bottom: 40px;
    }

    .why__item_browser .browser-icon:not(.amp) {
        width: 48px;
        height: 48px;
        background-size: contain;
        left: -2px;
    }

    .why__item_browser .browser-icon.amp {
        left: -28px;
    }

    .why__item_browser .why__label {
        left: 62px;
        font-size: 8px;
        line-height: 9px;
    }

    .why__item_browser .why__img {
        width: 276px;
        margin-left: auto;
        margin-right: auto;
        align-items: flex-end;
    }

    .why__item_browser .why__img img {
        width: 228px;
        height: 153px;
    }
}

.feature-section {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
    .feature-section {
        padding: 50px 0;
        padding-bottom: 30px;
    }
}

.feature-section .wrapper {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto 20px;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .feature-section .wrapper {
        max-width: 740px;
    }
}

@media only screen and (max-width: 740px) {
    .feature-section .wrapper {
        max-width: 380px;
    }
}

.feature-section__text {
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 40px;
}

.feature-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.feature-section__item {
    width: 340px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 740px) {
    .feature-section__item {
        max-height: none;
    }
}

.feature-section__img {
    margin-bottom: 15px;
}

.feature-section__subtitle {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.feature-section__block-text {
    padding: 30px 30px 0;
    text-align: left;
    border-top: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 26px;
}

.feature-section__download .intro__download-btns {
    justify-content: center;
}

.feature-section__note {
    color: #757575;
    font-size: 11px;
    line-height: 12px;
}

.refurl {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 20;
}

.refurl input[type=text] {
    width: 460px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #CECECE;
    border-right: none;
    border-radius: 2px 0 0 2px;
    font-size: 16px;
    color: #494949;
}

@media only screen and (max-width: 650px) {
    .refurl input[type=text] {
        width: 100%;
    }
}

.refurl .btn {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 140px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
}

.refurl__value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 460px;
    height: 60px;
    padding-left: 20px;
    padding-right: 15px;
    border: 1px solid #CECECE;
    border-right: none;
    border-radius: 2px 0 0 2px;
    position: relative;
}

.refurl__value .referred {
    position: absolute;
    left: 0;
    bottom: -35px;
}

.refurl__link {
    font-size: 16px;
    color: #494949;
}

.refurl__subid {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    white-space: nowrap;
}

.refurl__subid b {
    font-weight: bold;
}

.refurl__subid:hover {
    color: #4285f4;
}

.refurl__subid:after {
    content: "";
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-top: 4px solid #D0D0D0;
    position: relative;
    top: -2px;
}

.refurl .dropdown_subids {
    right: 15px;
    top: 45px;
    width: calc(100% - 14px);
}

@media only screen and (max-width: 768px) {
    .refurl {
        margin-bottom: 20px;
    }

    .refurl__value {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 40px);
    }

    .refurl__link {
        font-size: 12px;
        margin-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .refurl__subid {
        font-size: 12px;
    }

    .refurl .btn {
        height: 40px;
        width: 40px;
        flex-shrink: 0;
        line-height: 40px;
        font-size: 12px;
        min-width: 0;
        text-indent: -9999px;
        background-image: url("../images/clipboard-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
    }

    .refurl .dropdown_subids {
        width: 100%;
        top: 38px;
        right: 0;
    }

    .dropdown_subids {
        max-width: none;
    }
}

.dropdown {
    display: none;
    width: 220px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    right: 0;
    top: 20px;
    z-index: 98;
}

.dropdown.active {
    display: block;
}

.dropdown__item {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    border-top: 1px solid #D6D6D6;
    text-decoration: none;
}

.dropdown__item:hover {
    background-color: #4285f4;
    border-top-color: #4285f4;
    color: #fff;
}

.dropdown__item:hover+.dropdown__item {
    border-top-color: #4285f4;
}

.dropdown__item:first-child {
    border-top: none;
}

.dropdown_subids {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    overflow-y: scroll;
}

.dropdown_subids .dropdown__item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown_subids .dropdown__item:hover .dd-subid__link,
.dropdown_subids .dropdown__item:hover .dd-subid__name,
.dropdown_subids .dropdown__item:hover .dd-subid__btc {
    color: #fff;
}

.dropdown_subids .dropdown__item:hover .dd-subid__comment,
.dropdown_subids .dropdown__item:hover .people {
    color: #97BEFF;
}

.dropdown_subids .dropdown__item:hover .people i {
    background-image: url("../images/people-light-blue.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .dropdown_subids .dropdown__item:hover .people i {
        background-image: url("../images/people-light-blue@2x.png");
    }
}

.dropdown_subids .dropdown__item_all {
    padding-top: 16px;
    padding-bottom: 16px;
}

.dd-subid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dd-subid__link {
    width: 80px;
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    flex-shrink: 0;
    margin-right: 10px;
    text-align: left;
}

.dd-subid__link_main {
    font-weight: bold;
}

.dd-subid__name {
    font-size: 11px;
    line-height: 12px;
    color: #494949;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    flex: 1;
    padding-right: 25px;
}

.dd-subid__comment {
    font-size: 11px;
    line-height: 12px;
    color: #757575;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
}

.dd-subid__btc {
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

.people {
    display: inline-block;
    height: 11px;
    color: #757575;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.people i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url("../images/people.png");
    background-size: 8px;
    position: relative;
    top: 1px;
    margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .people i {
        background-image: url("../images/people@2x.png");
    }
}

.section {
    display: block;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.section_border_dashed {
    padding-top: 0;
    text-align: center;
}

.section_border_dashed:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1060px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #979797, #979797, #979797, #979797, #979797);
    background-size: 10px 3px, 100% 3px;
    border: none;
}

.section_border_dashed .subtitle {
    margin-bottom: 15px;
}

.section_chance {
    padding-top: 0;
}

.section_chance .title {
    line-height: 53px;
    font-weight: bold;
}

.section_chance img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section_invite {
    background-color: #000;
    color: #fff;
}

.section_feedback {
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 80px;
    border: 1px solid #D6D6D6;
}

.section .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.text {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 40px;
}

.form-article {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .form-article {
        padding-top: 0;
    }
}

.form-article .card_form {
    margin-left: auto;
    margin-right: auto;
    max-width: 675px;
    overflow: visible;
}

.form-article .card_form .form__editor {
    display: none;
}

.form-article .card_form .ck-editor__editable_inline {
    min-height: 400px;
}

.form-article .title {
    font-size: 32px;
    line-height: 1.2;
}

.ck-editor h1,
.ck-editor h2,
.ck-editor h3,
.ck-editor h4,
.ck-editor h5 {
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.ck-editor h2 {
    font-size: 30px;
}

.ck-editor h3 {
    font-size: 24px;
}

.ck-editor h4 {
    font-size: 20px;
}

.ck-editor a {
    color: #4285f4;
    text-decoration: none;
}

.ck-editor strong,
.ck-editor b {
    font-weight: bold;
}

.ck-editor i {
    font-style: italic;
}

.ck-editor ul {
    list-style: dics;
}

.ck-editor ul li {
    line-height: 1.2;
}

.ck-editor ol {
    list-style: decimal;
}

.ck-editor ol li {
    line-height: 1.2;
}

.sharing-section {
    display: block;
    padding-top: 109px;
    padding-bottom: 109px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .sharing-section {
        display: none;
    }
}

.sharing-section__pretitle {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #F7931A;
    margin-bottom: 20px;
}

.sharing-section__title {
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.sharing-section__label {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.sharing-section .coins {
    background-color: transparent;
}

.sharing-section .social-btns {
    max-width: 463px;
}

@media screen and (max-width: 800px) {
    .sharing-section .social-btns {
        max-width: 310px;
    }
}

.sticky-sharing {
    display: block;
    position: fixed;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 500;
}

@media screen and (max-width: 768px) {
    .sticky-sharing {
        display: none;
    }
}

.sticky-sharing .social-btns {
    max-width: 40px;
}

.sticky-sharing .social-btns>.social-btn {
    margin-right: 0;
    margin-bottom: 5px;
}

.sticky-sharing .social-btns__list {
    transform: none;
    left: -2px;
    top: auto;
    bottom: 44px;
}

.posts {
    display: block;
}

.posts_no-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.posts_no-images .post:nth-child(n+5) {
    display: none;
}

.posts_no-images.show-all .post:nth-child(n+5) {
    display: flex;
}

@media screen and (max-width: 1100px) {
    .posts_no-images {
        max-width: 520px;
    }
}

.post {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-radius: 4px;
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
}

.post__row {
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 725px) {
    .post__row {
        flex-direction: column;
    }
}

.post__img {
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
}

.post__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 725px) {
    .post__img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.post__text {
    display: block;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: left;
}

.post__text a {
    color: #4285f4;
    text-decoration: none;
}

.post__text a:hover {
    color: #F7931A;
}

.post__btns .social-btns {
    flex: 1;
}

.post__label {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.post:not(:last-child) {
    margin-bottom: 30px;
}

.post_no-image {
    display: flex;
    height: auto;
    min-height: 300px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    background-color: #fff;
    border-radius: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post_no-image:not(:last-child) {
    margin-bottom: 20px;
}

.post_no-image .post__text {
    font-size: 16px;
    line-height: 22px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.post_no-image .post__text span.hidden {
    display: none;
}

.post_no-image .post__text.expanded {
    max-height: none;
}

.post_no-image .post__text.expanded .expand {
    display: none;
}

.post_no-image .post__text.expanded span.hidden {
    display: inline;
}

.post_no-image .post__btns {
    display: flex;
    justify-content: space-between;
}

.post_no-image .post__btns .social-btns {
    margin: 0 30px 0 0;
}

@media screen and (max-width: 460px) {
    .post_no-image .post__btns {
        flex-direction: column;
        align-items: center;
    }

    .post_no-image .post__btns .social-btns {
        flex: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.expand {
    display: inline-block;
    color: #4285f4;
    font-size: 16px;
    line-height: 22px;
    padding-right: 5px;
    bottom: 0;
    background-color: #fff;
}

.expand:before {
    content: "...";
    display: inline-block;
    margin-right: 5px;
    color: #000;
}

.expand:hover {
    color: #F7931A;
}

.howto {
    display: block;
    background-color: #F7931A;
    padding: 90px 20px;
}

.howto_with-coins {
    position: relative;
}

.howto_with-coins:before,
.howto_with-coins:after {
    content: "";
    display: block;
    width: 260px;
    height: 75px;
    position: absolute;
    top: -75px;
    background-size: 260px 75px;
}

@media (max-width: 820px) {

    .howto_with-coins:before,
    .howto_with-coins:after {
        display: none;
    }
}

.howto_with-coins:before {
    left: 140px;
    background-image: url("../images/btc-icons-left.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .howto_with-coins:before {
        background-image: url("../images/btc-icons-left@2x.png");
    }
}

@media (min-width: 1280px) {
    .howto_with-coins:before {
        left: calc(50% - 500px);
    }
}

.howto_with-coins:after {
    right: 140px;
    background-image: url("../images/btc-icons-right.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .howto_with-coins:after {
        background-image: url("../images/btc-icons-right@2x.png");
    }
}

@media (min-width: 1280px) {
    .howto_with-coins:after {
        left: calc(50% + 240px);
    }
}

.mobile-version {
    display: block;
    background-color: #4285f4;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mobile-version {
        padding-top: 50px;
        padding-bottom: 330px;
    }
}

.mobile-version__content {
    display: block;
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mobile-version__content::after {
    content: "";
    display: block;
    width: 435px;
    height: 455px;
    background-image: url("../images/mobile-screens-new.png");
    background-size: 435px 455px;
    position: absolute;
    left: 600px;
    bottom: -90px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .mobile-version__content::after {
        background-image: url("../images/mobile-screens-new@2x.png");
    }
}

@media (max-width: 768px) {
    .mobile-version__content::after {
        left: 50%;
        bottom: -330px;
        width: 261px;
        height: 273px;
        background-size: 261px 273px;
        transform: translateX(-50%);
    }
}

.mobile-version__title {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    max-width: 550px;
}

@media (max-width: 768px) {
    .mobile-version__title {
        max-width: none;
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.mobile-version__text {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    color: #AACAFF;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
}

@media (max-width: 768px) {
    .mobile-version__text {
        max-width: none;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.mobile-version__btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.mobile-version__btns .app-store-btn,
.mobile-version__btns .google-play-btn {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .mobile-version__btns {
        justify-content: center;
    }

    .mobile-version__btns .app-store-btn,
    .mobile-version__btns .google-play-btn {
        margin: 0 5px 20px;
    }
}

@media (max-width: 650px) {
    .mobile-version__btns {
        flex-direction: column;
        align-items: center;
    }

    .mobile-version__btns .app-store-btn,
    .mobile-version__btns .google-play-btn {
        margin: 0 5px 10px;
        width: 100%;
        max-width: 380px;
    }
}

.app-store-btn,
.google-play-btn {
    display: inline-block;
    width: 210px;
    height: 62px;
    border: none;
    background-color: #000;
    background-image: url("../images/get-it-on-google-play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 157px 37px;
    background-color: #000;
    border-radius: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .app-store-btn,
    .google-play-btn {
        background-image: url("../images/get-it-on-google-play@2x.png");
    }
}

.app-store-btn:hover,
.google-play-btn:hover {
    background-color: #F7931A;
}

.app-store-btn:active,
.google-play-btn:active {
    background-color: #255199;
}

@media (max-width: 768px) {

    .app-store-btn,
    .google-play-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.app-store-btn {
    background-image: url("../images/app-store-btn.png");
    background-size: 139px 37px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .app-store-btn {
        background-image: url("../images/app-store-btn@2x.png");
    }
}

.android-only,
.ios-only {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
}

.os-desktop .ios-only,
.os-desktop .android-only {
    position: relative;
    visibility: visible;
    z-index: auto;
}

.os-android .android-only {
    position: relative;
    visibility: visible;
    z-index: auto;
}

.os-ios .ios-only {
    position: relative;
    visibility: visible;
    z-index: auto;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-links a,
.social-links svg {
    border: none;
}

.header__socials .social-links {
    margin-left: 10px;
}

.header__socials .social-link_fb i {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../images/fb-small.png");
    background-size: 18px;
    position: relative;
    top: -1px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .header__socials .social-link_fb i {
        background-image: url("../images/fb-small@2x.png");
    }
}

.header__socials .social-link_fb:hover i {
    background-image: url("../images/fb-small-hover.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .header__socials .social-link_fb:hover i {
        background-image: url("../images/fb-small-hover@2x.png");
    }
}

.header__socials .social-link_fb svg {
    display: none;
}

.header__socials .social-link_telegram svg path {
    fill: #31A5E0;
}

.header__socials .social-link_vk svg path {
    fill: #577CA4;
}

.header__socials .social-link_youtube {
    display: none;
}

.header__socials .social-link_twitter svg path {
    fill: #1DA1F2;
}

.header__socials .social-link_instagram:hover svg path {
    fill: #F7931A;
}

@media only screen and (max-width: 1220px) {
    .header__socials span {
        display: none;
    }

    .header__socials .social-links {
        margin-left: 0;
    }
}

.menu__item_join .social-links {
    margin-right: 15px;
}

@media only screen and (max-width: 480px) {
    .menu__item_join .social-links {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .menu__item_join .social-links+span {
        margin-left: 10px;
    }
}

.page_theme_black .social-link_instagram:not(:hover) svg path {
    fill: #fff;
}

.footer .social-links a svg path {
    /*fill: #fff;*/
}

.footer .social-link_instagram svg path {
    fill: #fff;
}

.footer .social-link_instagram:hover svg path {
    fill: #F7931A;
}

.footer .social-link_youtube:hover svg path {
    fill: #F7931A;
}

.footer .social-links a:hover svg path {
    fill: #F7931A;
}

.footer .social-links a+a {
    margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
    .footer .social-links+span {
        display: none;
    }
}

.other-inquiries {
    color: #757575;
    font-size: 13px;
    line-height: 15px;
}

.other-inquiries a {
    color: #F7931A;
}

.other-inquiries a:hover {
    color: #4285f4;
}

.feedback-link {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.feedback-link a {
    color: #F7931A;
}

.feedback-link a:hover {
    color: #4285f4;
}

.community-section {
    display: block;
    background-color: #fff;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .community-section {
        padding-top: 50px;
        border-bottom: 1px solid #d6d6d6;
    }
}

.community-section__container {
    display: block;
    width: 100%;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.community-section__pre-title {
    font-size: 18px;
    line-height: 28px;
    color: #F7931A;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .community-section__pre-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

.community-section__title {
    font-size: 40px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .community-section__title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 20px;
    }
}

.community-section__text {
    display: block;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

@media screen and (max-width: 768px) {
    .community-section__text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}

.community-section__text a {
    color: #4285F4;
    text-decoration: none;
    font-weight: bold;
}

.community-section__text a:hover {
    color: #F7931A;
}

.community-section__btns {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .community-section__btns {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}

.community-section__img {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.community-section__img img {
    display: block;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .community-section__img {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .community-section__img img {
        width: 100%;
        height: auto;
    }
}

.community-btn {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.community-btn:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .community-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.community-btn_primary {
    background-color: #4285F4;
    color: #fff;
}

.community-btn_primary:hover {
    background-color: #F7931A;
}

.community-btn_primary:active {
    background-color: #d6d6d6;
}

.community-btn_more {
    color: #000;
    border: 1px solid #D6D6D6;
}

.community-btn_more:hover {
    color: #4285F4;
    border-color: #4285F4;
}

.community-btn_more:active {
    color: #757575;
    border-color: #D6D6D6;
}

.community-btn_more span::after {
    content: "";
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABGdBTUEAALGPC/xhBQAAALNJREFUKBWVk2EOwiAMRkc9nXoL4xUgHIEQj2C8hfFm/AT5MBDZurRrQsbgvaasYymlGGvtBQPzRQhyzp0r88bw3j8lif4T5pxvkkQxxg8RvbooSa1mlIHMgLuIJCGEuzGm9DU8xyG10hBga6RJ0EgbQZQAcMGVV7nr1AdOXK+xApcdnxk925xhD+49mQQJRnlD0MBD0MJNOAJDOKWUcHEeeEHs/XS/3brfJxq4sSjpyBX9AlOUx3qlvxwuAAAAAElFTkSuQmCC");
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    margin-left: 10px;
}

.webview-container {
    padding-top: 1px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #D6D6D6;
}

.webview-container:last-child {
    border-bottom: none;
}

.webview-container .content {
    position: relative;
    margin-top: -563px;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .webview-container .content {
        margin-top: 0;
    }
}

.webview-container .content>table {
    background-color: transparent !important;
}

.webview-container .content>table b {
    font-weight: bold;
}

.webview-container .content>table table table {
    border: none !important;
    border-radius: 3px !important;
    overflow: hidden;
}

.webview-container .content>table>tbody>tr>td>table>tbody>tr>td>table {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}

.webview-container .heading {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
}

.webview-container .heading .title {
    color: #D6D6D6;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin: 0;
    margin-right: 15px;
}

.webview-container .heading span {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .webview-container .heading {
        padding-top: 20px;
    }

    .webview-container .heading .title {
        color: #000;
    }
}

@media (max-width: 600px) {
    .webview-container .heading {
        margin-bottom: -10px;
    }

    .webview-container .heading .title,
    .webview-container .heading span {
        margin-bottom: 10px;
    }
}

.webview-container .navigation {
    top: 1px solid #D6D6D6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webview-container .navigation .btn-container {
    width: 100px;
}

.webview-container .navigation .btn-container--next {
    text-align: right;
}

.webview-container .navigation .btn-container a {
    display: inline-block;
    min-width: 70px;
    max-width: 100%;
    text-align: center;
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 2px;
    color: #494949;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.2s, border-color 0.2s;
}

.webview-container .navigation .btn-container a:hover {
    border-color: #4285f4;
    background-color: #4285f4;
    color: #fff !important;
}

.webview-container .navigation .link {
    cursor: default;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #494949;
    text-transform: uppercase;
}

@media (max-width: 420px) {
    .webview-container .navigation .link {
        font-size: 16px;
        text-align: center;
    }
}

.webview-container .navigation a.link {
    cursor: pointer;
}

.webview-container .share-block {
    text-align: center;
    padding-bottom: 40px;
}

.webview-container .share-block:last-child {
    border-bottom: none;
}

.webview-container .share-block>p {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #494949;
    margin-bottom: 20px;
}

@media (max-width: 420px) {
    .webview-container .share-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .webview-container .share-block .social-btns {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .webview-container table [itemprop=headline] {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

.page_email-webview .first {
    z-index: auto;
    background-color: #000;
    background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
    min-height: 0;
    padding-bottom: 577px;
}

.page_email-webview .first .header {
    margin: 0;
}

@media (max-width: 768px) {
    .page_email-webview .first {
        padding-bottom: 0;
        min-height: 0;
        background-color: transparent;
    }
}

.news {
    width: 100%;
    background-color: #F7F7F7;
}

.news .container {
    display: block;
    min-height: 0;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: inherit;
}

.news__title-link {
    text-decoration: none;
    color: inherit;
}

.news__title-link:hover .title {
    color: #F7931A;
}

.news .title {
    font-size: 48px;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 25px;
    transition: color 0.2s;
}

.news .title--mid {
    font-size: 40px;
    line-height: 56px;
}

@media (max-width: 420px) {
    .news .title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

.news .desc {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
    margin-bottom: 40px;
}

@media (max-width: 370px) {
    .news .desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.news-block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (max-width: 1120px) {
    .news-block {
        justify-content: center;
    }
}

.news-block__item {
    border-radius: 4px;
    max-width: 340px;
    width: 100%;
    min-width: 280px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s;
}

.news-block__item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.news-block__item:hover .news-block__img:after,
.news-block__item:hover .news-block__info {
    border-color: transparent;
}

.news-block__item:hover .news-block__title {
    color: #4285f4;
}

.news-block__img {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
}

.news-block__img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 100%;
    vertical-align: top;
}

.news-block__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-width: 1px 1px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition: border-color 0.3s;
}

.news-block__info {
    position: relative;
    height: 100%;
    max-height: 240px;
    overflow: hidden;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #D6D6D6;
    padding: 20px 20px 25px;
    transition: border-color 0.3s;
}

.news-block__info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
}

@media (max-width: 370px) {
    .news-block__info {
        max-height: 180px;
    }

    .news-block__info:after {
        height: 35px;
    }
}

.news-block__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

@media (max-width: 370px) {
    .news-block__title {
        font-size: 16px;
        line-height: 22px;
    }
}

.news-block__desc {
    font-size: 16px;
    line-height: 28px;
    color: #494949;
}

.news-block__desc * {
    color: inherit !important;
}

@media (max-width: 370px) {
    .news-block__desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.news .pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-link-more {
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .news .container {
        padding-top: 40px;
    }
}

.news--recently-added {
    padding-bottom: 20px;
}

.news--recently-added .container {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .news--amp .container {
        padding-top: 40px;
    }
}

.news--block-page:not(.news--amp) .container {
    padding-top: 90px;
    padding-bottom: 50px;
}

.news--block-page:not(.news--amp) .news-block__item:nth-child(n+7) {
    display: none;
}

@media (max-width: 768px) {
    .news--block-page:not(.news--amp) .container {
        padding-top: 40px;
    }

    .news--block-page:not(.news--amp) .title {
        font-size: 28px;
        line-height: 32px;
    }

    .news--block-page:not(.news--amp) .desc {
        font-size: 16px;
        line-height: 20px;
    }
}

.news-card {
    padding-top: 1px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 70px;
}

.news-card img {
    max-width: 100%;
    vertical-align: top;
}

.news-card .content {
    position: relative;
    margin-top: -563px;
    max-width: 620px;
    min-height: 563px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .news-card .content {
        margin-top: 0;
    }
}

.news-card .heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    padding-bottom: 4px;
    border-bottom: 1px solid #757575;
}

.news-card .heading .title {
    color: #D6D6D6;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin: 0 15px 0 0;
}

.news-card .heading span {
    color: #4285f4;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.news-card .heading:hover span {
    color: #F7931A;
}

@media (max-width: 768px) {
    .news-card .heading {
        padding-top: 20px;
        border: none;
    }

    .news-card .heading .title {
        color: #000;
    }
}

@media (max-width: 620px) {
    .news-card .heading {
        margin: 0;
    }

    .news-card .heading .title,
    .news-card .heading span {
        margin-bottom: 10px;
    }
}

.news-card__container {
    border-radius: 3px;
    background-color: #fff;
    padding: 50px 40px 60px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 15px solid #F7931A;
}

.news-card__container b {
    font-weight: bold;
}

.news-card__container a {
    text-decoration: none;
    color: #4285f4;
    transition: color 0.2s;
}

.news-card__container a:hover {
    color: #F7931A;
}

@media (max-width: 600px) {
    .news-card__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.news-card__label {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #F7931A;
    margin-bottom: 15px;
}

.news-card__title {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .news-card__title {
        font-size: 26px;
        line-height: 32px;
    }
}

.news-card__subtitle {
    color: #000;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .news-card__subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

.news-card__img {
    margin: 0 -40px 30px;
}

.news-card__img:last-child {
    margin-bottom: 0;
}

.news-card__img img {
    max-width: 100%;
    vertical-align: top;
}

@media (max-width: 600px) {
    .news-card__img {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.news-card__text {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .news-card__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.news-card__text:last-child {
    margin-bottom: 0;
}

.news-card__text--medium {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.22px;
}

@media (max-width: 600px) {
    .news-card__text--medium {
        font-size: 15px;
        line-height: 26px;
    }
}

.news-card__text--small {
    color: #494949;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.19px;
}

@media (max-width: 600px) {
    .news-card__text--small {
        font-size: 14px;
        line-height: 24px;
    }
}

.news-card__quote {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    padding: 15px 20px;
    border-left: 6px solid #F7931A;
    background-color: #F7F7F7;
}

.news-card__separator {
    border-top: 1px solid #D6D6D6;
    margin: 40px -40px;
}

@media (max-width: 600px) {
    .news-card__separator {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.news-card__line {
    border-top: 1px solid #D6D6D6;
    margin: 40px -40px 40px 0;
}

@media (max-width: 600px) {
    .news-card__line {
        margin-right: -20px;
    }
}

.news-card .icon-circle img {
    max-width: 60px;
}

.news-card-steps__item {
    margin-bottom: 40px;
}

.news-card-steps__img {
    padding-left: 54px;
}

.logo-animated {
    display: block;
    height: 80px;
}

.logo-animated--browser svg {
    position: relative;
    width: 400px !important;
    height: 96px !important;
    top: -8px;
    left: -14px;
}

@media (max-width: 1280px) {
    .logo-animated {
        height: 60px;
    }

    .logo-animated--browser svg {
        width: 332px !important;
        top: -18px;
        left: 0;
    }
}

@media (max-width: 1150px) {
    .logo-animated {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .logo-animated {
        height: 60px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .logo-animated--browser svg {
        width: 300px !important;
        height: 60px !important;
        top: 0;
        left: 0;
    }
}

@media (max-width: 330px) {
    .logo-animated--browser svg {
        height: 50px !important;
        top: 5px;
    }
}

@media (min-width: 1200px) {
    .header.fixed:not(.header--not-fixed) .logo-animated--browser svg {
        width: 332px !important;
        left: -10px;
    }
}

.features {
    display: flex;
    align-items: flex-start;
    min-height: 80px;
    max-width: 965px;
    margin: 0 auto 60px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .features {
        flex-direction: column;
        align-items: center;
    }
}

.features__item {
    display: block;
    max-width: 240px;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    position: relative;
    flex: 1;
}

@media only screen and (max-width: 800px) {
    .features__item {
        margin-bottom: 30px;
    }
}

.features__item a {
    color: #4285F4;
    text-decoration: none;
}

.features__item a:hover {
    color: #F7931A;
}

.features__item::before,
.features__item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 80px;
    background-color: #D8D8D8;
}

@media only screen and (max-width: 800px) {

    .features__item::before,
    .features__item:last-child::after {
        display: none;
    }
}

.features__item:last-child::after {
    right: 0;
    left: auto;
}

.features__item img {
    display: block;
    margin: 0 auto 10px;
}

.features__item img.one-hand {
    margin-bottom: 0;
}

.features__item amp-img {
    display: block;
    margin: 0 auto 10px;
}

.features__item amp-img img {
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .features__item {
        margin-bottom: 30px;
    }

    .features__item::before,
    .features__item:last-child::after {
        display: none;
    }
}

.rotator-animate {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 106px;
    margin-bottom: 20px;
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 768px) {
    .rotator-animate {
        min-height: 76px;
    }
}

.rotator-animate__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 106px;
    text-align: center;
    font-size: 4vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.rotator-animate__item.static {
    position: static;
}

@media only screen and (max-width: 768px) {
    .rotator-animate__item {
        font-size: 32px;
        min-height: 76px;
    }
}

.rotator-animate .title {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 50px;
    opacity: 0;
}

@media (max-width: 767px) {
    .rotator-animate .title {
        line-height: 1.2;
    }
}

.rotator-animate .title.animated {
    opacity: 1;
}

.footer {
    display: block;
    background-color: #000;
    min-height: 100px;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
}

.footer__left-side {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.footer .lang__current {
    background-color: #282828;
    border: 1px solid #757575;
    color: #fff;
}

.footer .lang__current:before {
    top: 12px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: 4px solid #D0D0D0;
}

.footer .lang__current:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4285f4;
}

.footer .lang.opened .lang__current:before {
    top: 13px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #D0D0D0;
    border-bottom: none;
}

.footer .lang__list {
    transform: translateY(calc(-100% - 40px));
    position: absolute;
    width: 100%;
}

.footer__right-side {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.footer__logo {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.footer__logo img {
    display: block;
}

.footer__bottom {
    display: block;
    width: 100%;
    border-top: 1px solid #494949;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer__bottom .footer__content {
    padding-bottom: 0;
    align-items: center;
}

.footer__copyright {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}

.footer__btns {
    margin-right: 20px;
    padding-top: 13px;
}

.footer__btns .fb-like {
    margin-bottom: 20px;
}

.footer__menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
    .footer__menu {
        padding-right: 0;
        width: 100%;
    }
}

.footer__store-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-links {
    display: flex;
    max-width: 118px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .store {
    border-color: #757575;
    background-color: #282828;
}

.footer .store:hover {
    border-color: #4285f4;
    background-color: #4285f4;
}

.footer .store:active {
    background-color: #494949;
    border-color: #494949;
}

.footer .store__first-line,
.footer .store__second-line {
    display: none !important;
}

.footer .google-play {
    width: 165px;
}

.footer .store_cryptosearch:before {
    left: 14px;
}

.page_withcoins .footer {
    position: relative;
    z-index: 10;
}

.bonus {
    display: inline-block;
    padding: 3px 2px 2px;
    border-radius: 1px;
    margin-left: 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #4285f4;
    color: #fff;
}

.bonus_orange {
    background-color: #F7931A;
}

@media only screen and (max-width: 1040px) {
    .page_ru .footer .footer__store-links {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .footer .footer__store-links {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .page_ru .footer .menu__col {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .footer {
        padding-top: 0;
        position: relative;
    }

    .footer__content {
        padding: 20px 20px 40px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer__bottom .footer__content {
        padding-top: 0;
    }

    .footer .lang {
        position: absolute;
        top: 25px;
        right: 20px;
    }

    .footer__btns {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 4;
    }

    .footer__btns .fb-like {
        margin-bottom: 0;
    }

    .footer__store-links {
        order: 2;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .footer .menu {
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }

    .footer .menu__item,
    .footer .menu__label {
        text-align: left;
    }

    .footer .menu__item_join {
        justify-content: flex-start;
    }

    .footer__social-links {
        display: flex;
        order: 3;
        color: #757575;
        white-space: nowrap;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .footer__menu {
        flex-direction: column;
        width: auto;
    }
}

@media screen and (max-width: 380px) {
    .footer__logo {
        align-self: flex-start;
    }

    .footer__logo img {
        width: 190px;
        height: auto;
    }
}

.testimonials {
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #4285F4;
}

.testimonials__title {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.testimonials__title b {
    font-weight: bold;
}

.testimonials__list {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 790px) {
    .testimonials__list {
        max-width: 340px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 340px) {
    .testimonials__list {
        max-width: 190px;
    }
}

.testimonials__item {
    display: block;
    text-decoration: none;
    min-width: 120px;
    position: relative;
}

.testimonials__item:not(:last-child):after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #87B4FF;
    position: absolute;
    right: -57px;
    top: 50px;
}

@media only screen and (max-width: 790px) {
    .testimonials__item {
        margin-bottom: 30px;
    }

    .testimonials__item:not(:last-child):after {
        display: none;
    }
}

.testimonials__item i {
    display: block;
    width: 102px;
    height: 102px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials__item i img {
    display: block;
}

.testimonials__item:hover i {
    background-color: #F7931A;
}

.testimonials__item_youtube i {
    background-image: url("../images/icon-youtube.png");
    background-size: 64px 45px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_youtube i {
        background-image: url("../images/icon-youtube@2x.png");
        background-size: 64px 45px;
    }
}

.testimonials__item_gplay i {
    background-image: url("../images/store_play.png");
    background-size: 41px 44px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_gplay i {
        background-image: url("../images/store_play@2x.png");
    }
}

.testimonials__item_chrome i {
    background-image: url("../images/icon-chrome.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_chrome i {
        background-image: url("../images/icon-chrome@2x.png");
        background-size: 58px;
    }
}

.testimonials__item_fb i {
    background-image: url("../images/icon-fb.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_fb i {
        background-image: url("../images/icon-fb@2x.png");
        background-size: 58px;
    }
}

.testimonials__item_twitter i {
    background-image: url("../images/icon-twitter.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_twitter i {
        background-image: url("../images/icon-twitter@2x.png");
        background-size: 58px;
    }
}

.testimonials__item_journal i {
    background-image: url("../images/icon-journal.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .testimonials__item_journal i {
        background-image: url("../images/icon-journal@2x.png");
        background-size: 58px 68px;
    }
}

.testimonials__item span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.testimonials__item b {
    font-weight: bold;
}

.coins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    z-index: -1;
    height: 100%;
}

.coins_black {
    background-color: #000;
}

.coins_black-gradient {
    background-color: #000;
    background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
}

.coins:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    position: absolute;
    z-index: 990;
}

.coin {
    position: absolute;
    opacity: 0.7;
    animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    background-image: url("../images/coin.svg");
    display: block;
    background-size: contain;
    min-width: 25px;
    min-height: 25px;
}

.coin:nth-child(1) {
    left: 8.33%;
    top: -100px;
    animation-delay: 900ms;
    animation-duration: 2.7s;
    width: 36px;
    height: 36px;
}

.coin:nth-child(2) {
    left: 16.66%;
    top: -100px;
    animation-delay: 1800ms;
    animation-duration: 3.6s;
    width: 30px;
    height: 30px;
}

.coin:nth-child(3) {
    left: 24.99%;
    top: -100px;
    animation-delay: 3000ms;
    animation-duration: 1.8s;
    width: 6px;
    height: 6px;
}

.coin:nth-child(4) {
    left: 33.32%;
    top: -100px;
    animation-delay: 300ms;
    animation-duration: 1.8s;
    width: 48px;
    height: 48px;
}

.coin:nth-child(5) {
    left: 41.65%;
    top: -100px;
    animation-delay: 1500ms;
    animation-duration: 3.6s;
    width: 48px;
    height: 48px;
}

.coin:nth-child(6) {
    left: 49.98%;
    top: -100px;
    animation-delay: 2100ms;
    animation-duration: 2.7s;
    width: 18px;
    height: 18px;
}

.coin:nth-child(7) {
    left: 58.31%;
    top: -100px;
    animation-delay: 2700ms;
    animation-duration: 3.6s;
    width: 30px;
    height: 30px;
}

.coin:nth-child(8) {
    left: 66.64%;
    top: -100px;
    animation-delay: 2400ms;
    animation-duration: 2.7s;
    width: 60px;
    height: 60px;
}

.coin:nth-child(9) {
    left: 74.97%;
    top: -100px;
    animation-delay: 1500ms;
    animation-duration: 2.7s;
    width: 54px;
    height: 54px;
}

.coin:nth-child(10) {
    left: 83.3%;
    top: -100px;
    animation-delay: 2700ms;
    animation-duration: 3.6s;
    width: 54px;
    height: 54px;
}

.coin:nth-child(11) {
    left: 91.63%;
    top: -100px;
    animation-delay: 1800ms;
    animation-duration: 1.8s;
    width: 30px;
    height: 30px;
}

.coin:nth-child(12) {
    left: 99.96%;
    top: -100px;
    animation-delay: 3000ms;
    animation-duration: 2.7s;
    width: 48px;
    height: 48px;
}

@keyframes cascade-down {
    0% {
        transform: translateY(0, -8px);
    }

    25% {
        transform: translateY(0, 2vh);
    }

    50% {
        transform: translateY(0, 4vh);
    }

    75% {
        transform: translateY(0, 16vh);
    }

    100% {
        transform: translate(0, 103vh);
        opacity: 0;
    }
}

.calc {
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding-bottom: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.calc__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calc__item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    padding-right: 40px;
}

.calc__item+.calc__item {
    margin-top: 40px;
}

.calc__label {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #494949;
    min-height: 40px;
    margin-bottom: 15px;
}

.calc__label b {
    position: relative;
    top: 5px;
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.calc__label-text {
    font-size: 18px;
    line-height: 20px;
}

.calc__label-num {
    position: absolute;
    left: 100%;
    top: 4px;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #000;
    width: 84px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #D6D6D6;
    background-color: #F7F7F7;
}

@media (max-width: 768px) {
    .calc__label {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .calc__label-num {
        position: static;
        line-height: 1;
        margin-top: -4px;
        margin-left: 10px;
    }
}

.calc input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    max-width: 320px;
}

.calc input[type=range]:focus {
    outline: none;
}

.calc input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background-color: #d6d6d6;
    border-radius: 3px;
}

.calc input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    border: 6px solid #4285f4;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}

.screen-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}

.calc input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: #d6d6d6;
}

.calc input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    background-color: #D6D6D6;
    border-radius: 3px;
}

.calc input[type=range]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    border: 6px solid #4285f4;
}

.calc input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background-color: #d6d6d6;
    border-radius: 3px;
}

.calc input[type=range]::-ms-fill-lower {
    background-color: #d6d6d6;
    height: 6px;
    border-radius: 3px;
}

.calc input[type=range]::-ms-fill-upper {
    background-color: #d6d6d6;
    height: 6px;
    border-radius: 3px;
}

.calc input[type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    border: 6px solid #4285f4;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}

.calc input[type=range]:focus::-ms-fill-lower {
    background-color: #d6d6d6;
}

.calc input[type=range]:focus::-ms-fill-upper {
    background-color: #d6d6d6;
}

.calculate {
    display: block;
    background-color: #fff;
    padding-top: 50px;
    text-align: center;
}

.calculate .wrapper {
    max-width: 1060px;
    margin: 0 auto;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    .calculate .wrapper {
        border-radius: 0;
    }
}

.calculate .btn_calc {
    margin: 30px 0;
}

.calculate .subtitle {
    margin-bottom: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
}

.halloween-preloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 501;
    background-color: #F7931A;
    animation-duration: 1.5s;
}

.halloween-preloading .halloween-bats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.halloween-preloading .halloween-face {
    max-width: 100%;
    max-height: 100%;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-timing-function: ease-in;
}

.halloween-preloading .halloween-face.showing {
    animation: h_zoom 3s 0s ease-in;
}

.halloween-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.halloween-container .hidden {
    visibility: hidden;
}

.halloween-container--page {
    position: relative;
    height: auto;
    display: block;
    z-index: 98;
}

.halloween-container--page .halloween-bats {
    position: relative;
}

.halloween-container--page .halloween-bats .layer {
    animation-duration: 0.7s;
    animation-delay: 1s;
}

.halloween-bats {
    position: absolute;
    height: 100%;
    width: 100%;
}

.halloween-bats .layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.halloween-bats .layer img {
    position: absolute;
    z-index: 103;
}

@media (max-width: 600px) {
    .halloween-bats .layer img {
        transform: scale(0.5);
    }
}

.halloween-bats .layer.bat-1 {
    animation-delay: 0.5s;
}

.halloween-bats .layer.bat-1 img {
    top: 97px;
    left: 105px;
}

@media (max-width: 600px) {
    .halloween-bats .layer.bat-1 img {
        left: 50px;
    }
}

.halloween-bats .layer.bat-2 {
    animation-delay: 0.6s;
}

.halloween-bats .layer.bat-2 img {
    top: 50px;
    right: 231px;
}

@media (max-width: 600px) {
    .halloween-bats .layer.bat-2 img {
        right: 50px;
    }
}

.halloween-bats .layer.bat-3 {
    animation-delay: 0.7s;
}

.halloween-bats .layer.bat-3 img {
    top: 554px;
    left: 90px;
}

@media (max-width: 600px) {
    .halloween-bats .layer.bat-3 img {
        left: 20px;
    }
}

.halloween-bats .layer.bat-4 {
    animation-delay: 0.8s;
}

.halloween-bats .layer.bat-4 img {
    top: 522px;
    right: 90px;
}

@media (max-width: 600px) {
    .halloween-bats .layer.bat-4 img {
        right: 20px;
    }
}

.halloween-bats .layer.bat-5 {
    animation-delay: 0.9s;
}

.halloween-bats .layer.bat-5 img {
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
}

.halloween-bats .layer.bat-6 {
    animation-delay: 0.5s;
}

.halloween-bats .layer.bat-6 img {
    top: 9px;
    right: 271px;
}

@media (max-width: 370px) {
    .halloween-bats .layer.bat-6 img {
        right: auto;
        left: 30px;
    }
}

.halloween-bats .layer.bat-7 {
    animation-delay: 1s;
}

.halloween-bats .layer.bat-7 img {
    top: 125px;
    left: 50%;
    margin-left: -150px;
}

.halloween-bats .layer.bat-8 {
    animation-delay: 1.5s;
}

.halloween-bats .layer.bat-8 img {
    top: 116px;
    right: 50%;
    margin-right: -150px;
}

.halloween-bats .layer.bat-9 {
    animation-delay: 2s;
}

.halloween-bats .layer.bat-9 img {
    top: 411px;
    left: 47px;
}

.halloween-bats .layer.bat-10 {
    animation-delay: 2.5s;
}

.halloween-bats .layer.bat-10 img {
    top: 685px;
    right: 65px;
}

@media (max-width: 400px) {
    .halloween-bats .layer.bat-10 img {
        right: 40px;
    }
}

@keyframes h_zoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    60% {
        transform: scale(50);
    }
}

.top-notification__container {
    display: block;
    text-decoration: none;
    color: inherit;
}

/*
* spring20
*/
.top-notification--spring20 {
    position: relative;
    z-index: 102;
    padding-right: 80px;
    padding-left: 20px;
    background-image: url(../images/spring20-promo-bar_bg_results.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media (max-width: 767px) {
    .top-notification--spring20 {
        background-image: url(../images/spring20-promo-bar_bg-mobile_results.jpg);
    }
}

.top-notification--spring20:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.top-notification--spring20 .top-notification__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--spring20 .top-notification__container .btn_primary {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
}

.top-notification--spring20 .top-notification__flex {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--spring20 .top-notification__img {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    height: 36px;
    margin-right: 10px;
}

.top-notification--spring20 .top-notification__img .spring-flower-icon {
    position: relative;
    top: 5px;
    min-width: 125px;
    height: 125px;
}

.top-notification--spring20 .top-notification__close {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
    transition: all 0.2s;
}

.top-notification--spring20 .top-notification__close:hover {
    background-color: #F7931A;
}

.top-notification--spring20 .top-notification__close:active {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}

.top-notification--spring20 .top-notification__close:before,
.top-notification--spring20 .top-notification__close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
}

.top-notification--spring20 .top-notification__close:before {
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.top-notification--spring20 .top-notification__close:after {
    margin-top: -6px;
    margin-left: -1px;
    height: 12px;
    width: 2px;
}

.top-notification--spring20 .top-notification__text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-right: 160px;
}

.top-notification--spring20 .top-notification__text p {
    opacity: 0.8;
}

.top-notification--spring20 .top-notification__text b {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .top-notification--spring20 .top-notification__text {
        margin-right: 100px;
    }
}

@media (max-width: 1000px) {
    .top-notification--spring20 .top-notification__text {
        margin-right: 40px;
    }
}

.top-notification--spring20 .top-notification__parts {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1420px) {
    .top-notification--spring20 .top-notification__parts {
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
}

.top-notification--spring20 .top-notification__parts-l {
    position: absolute;
    top: 0;
    left: -42px;
}

.top-notification--spring20 .top-notification__parts-r {
    position: absolute;
    bottom: 0;
    right: -70px;
}

@media (max-width: 767px) {
    .top-notification--spring20 .top-notification {
        box-shadow: none;
    }

    .top-notification--spring20 .top-notification__container .btn {
        display: none;
    }

    .top-notification--spring20 .top-notification__flex {
        padding-right: 30px;
    }

    .top-notification--spring20 .top-notification__text {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .top-notification--spring20 .top-notification__close {
        top: 6px;
        right: 6px;
        background-color: transparent;
        width: 20px;
        height: 20px;
        margin: 0;
        opacity: 0.6;
    }

    .top-notification--spring20 .top-notification__text {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.12px;
    }

    .top-notification--spring20 .top-notification__text b {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .top-notification--spring20 .top-notification__img {
        flex: 0 0 auto;
        max-width: 20px;
    }

    .top-notification--spring20 .top-notification__img .spring-flower-icon {
        top: 0;
        left: -20px;
        min-width: 100px;
        height: 100px;
    }

    .top-notification--spring20 .top-notification__flex {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .top-notification--spring20 {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .top-notification--spring20 {
        padding: 0;
    }
}

.popup-spring20 {
    -webkit-overflow-scrolling: touch;
}

.popup-spring20:before {
    display: none !important;
}

.popup-spring20 .popup__container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-spring20 .popup__footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.popup-spring20 .content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

.popup-spring20 .content strong {
    display: inline-block;
    font-weight: bold;
}

.popup-spring20 .content p {
    font-size: 18px;
    line-height: 28px;
    color: #494949;
    margin-bottom: 40px;
}

.popup-spring20 .content p b {
    font-weight: bold;
}

.popup-spring20 .img {
    position: relative;
}

.popup-spring20 .img .spring-flower-icon-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
}

.popup-spring20 .subtitle {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 10px;
}

.popup-spring20 .subtitle b {
    font-weight: bold;
}

.popup-spring20 .info {
    padding: 20px 40px 10px;
}

.popup-spring20 .btn {
    margin-bottom: 20px;
}

.popup-spring20 .btn_link {
    margin-right: 20px;
}

.popup-spring20 .btn_primary {
    width: 100%;
    max-width: 300px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s;
}

@media (max-width: 550px) {
    .popup-spring20 .popup__footer {
        flex-direction: column;
    }

    .popup-spring20 .btn_link {
        margin-right: 0px;
    }

    .popup-spring20 .btn_primary {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .popup-spring20 .content p {
        font-size: 16px;
        line-height: 20px;
    }

    .popup-spring20 .info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-spring20 .subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .popup-spring20 .subtitle:before {
        width: 35px;
        height: 35px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*
* autumn19
*/
.top-notification--autumn19 {
    position: relative;
    z-index: 102;
    padding-right: 80px;
    padding-left: 20px;
    background-image: url(../images/top-notification_autumn19_bg_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.top-notification--autumn19 .top-notification__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--autumn19 .top-notification__container .btn_primary {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
}

.top-notification--autumn19 .top-notification__flex {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--autumn19 .top-notification__img {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-right: 30px;
}

.top-notification--autumn19 .top-notification__img .sunny-btc {
    width: 150px;
    height: 150px;
}

.top-notification--autumn19 .top-notification__close {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
    transition: all 0.2s;
}

.top-notification--autumn19 .top-notification__close:hover {
    background-color: #F7931A;
}

.top-notification--autumn19 .top-notification__close:active {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}

.top-notification--autumn19 .top-notification__close:before,
.top-notification--autumn19 .top-notification__close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
}

.top-notification--autumn19 .top-notification__close:before {
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.top-notification--autumn19 .top-notification__close:after {
    margin-top: -6px;
    margin-left: -1px;
    height: 12px;
    width: 2px;
}

.top-notification--autumn19 .top-notification__text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-right: 160px;
}

.top-notification--autumn19 .top-notification__text b {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .top-notification--autumn19 .top-notification__text {
        margin-right: 100px;
    }
}

@media (max-width: 1000px) {
    .top-notification--autumn19 .top-notification__text {
        margin-right: 40px;
    }
}

.top-notification--autumn19 .top-notification__parts {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1420px) {
    .top-notification--autumn19 .top-notification__parts {
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
}

.top-notification--autumn19 .top-notification__parts-l {
    position: absolute;
    top: 0;
    left: -42px;
}

.top-notification--autumn19 .top-notification__parts-r {
    position: absolute;
    bottom: 0;
    right: -70px;
}

@media (max-width: 767px) {
    .top-notification--autumn19 .top-notification {
        box-shadow: none;
    }

    .top-notification--autumn19 .top-notification__container .btn {
        display: none;
    }

    .top-notification--autumn19 .top-notification__flex {
        padding-right: 30px;
    }

    .top-notification--autumn19 .top-notification__text {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .top-notification--autumn19 .top-notification__close {
        top: 6px;
        right: 6px;
        background-color: transparent;
        width: 20px;
        height: 20px;
        margin: 0;
        opacity: 0.6;
    }

    .top-notification--autumn19 .top-notification__text {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.12px;
    }

    .top-notification--autumn19 .top-notification__text b {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .top-notification--autumn19 .top-notification__img {
        flex: 0 0 auto;
        max-width: 64px;
        margin-right: 15px;
    }

    .top-notification--autumn19 .top-notification__img img {
        max-width: 100%;
    }

    .top-notification--autumn19 .top-notification__flex {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .top-notification--autumn19 {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .top-notification--autumn19 {
        padding: 0;
    }
}

.top-notification--christmas2020 {
    position: relative;
    z-index: 102;
    padding-right: 80px;
    padding-left: 20px;
    background-image: url(../images/img-snow-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.top-notification--christmas2020 .top-notification__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--christmas2020 .top-notification__container .btn_primary {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
}

.top-notification--christmas2020 .top-notification__flex {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--christmas2020 .top-notification__img {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-right: 30px;
}

.top-notification--christmas2020 .top-notification__img .sunny-btc {
    width: 150px;
    height: 150px;
}

.top-notification--christmas2020 .top-notification__close {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
    transition: all 0.2s;
}

.top-notification--christmas2020 .top-notification__close:hover {
    background-color: #F7931A;
}

.top-notification--christmas2020 .top-notification__close:active {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}

.top-notification--christmas2020 .top-notification__close:before,
.top-notification--christmas2020 .top-notification__close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
}

.top-notification--christmas2020 .top-notification__close:before {
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.top-notification--christmas2020 .top-notification__close:after {
    margin-top: -6px;
    margin-left: -1px;
    height: 12px;
    width: 2px;
}

.top-notification--christmas2020 .top-notification__text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-right: 160px;
}

.top-notification--christmas2020 .top-notification__text b {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .top-notification--christmas2020 .top-notification__text {
        margin-right: 100px;
    }
}

@media (max-width: 1000px) {
    .top-notification--christmas2020 .top-notification__text {
        margin-right: 40px;
    }
}

.top-notification--christmas2020 .top-notification__parts {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1420px) {
    .top-notification--christmas2020 .top-notification__parts {
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
}

.top-notification--christmas2020 .top-notification__parts-l {
    position: absolute;
    top: 0;
    left: -42px;
}

.top-notification--christmas2020 .top-notification__parts-r {
    position: absolute;
    bottom: 0;
    right: -70px;
}

@media (max-width: 767px) {
    .top-notification--christmas2020 .top-notification {
        box-shadow: none;
    }

    .top-notification--christmas2020 .top-notification__container .btn {
        display: none;
    }

    .top-notification--christmas2020 .top-notification__flex {
        padding-right: 30px;
    }

    .top-notification--christmas2020 .top-notification__text {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .top-notification--christmas2020 .top-notification__close {
        top: 6px;
        right: 6px;
        background-color: transparent;
        width: 20px;
        height: 20px;
        margin: 0;
        opacity: 0.6;
    }

    .top-notification--christmas2020 .top-notification__text {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.12px;
    }

    .top-notification--christmas2020 .top-notification__text b {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .top-notification--christmas2020 .top-notification__img {
        flex: 0 0 auto;
        max-width: 64px;
        margin-right: 15px;
    }

    .top-notification--christmas2020 .top-notification__img img {
        max-width: 100%;
    }

    .top-notification--christmas2020 .top-notification__flex {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .top-notification--christmas2020 {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .top-notification--christmas2020 {
        padding: 0;
    }
}

.popup-autumn19 {
    -webkit-overflow-scrolling: touch;
}

.popup-autumn19:before {
    display: none !important;
}

.popup-autumn19 .popup__container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-autumn19 .popup__footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.popup-autumn19 .content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

.popup-autumn19 .content p {
    font-size: 18px;
    line-height: 28px;
    color: #494949;
    margin-bottom: 37px;
}

.popup-autumn19 .content p b {
    font-weight: bold;
}

.popup-autumn19 .img {
    position: relative;
}

.popup-autumn19 .img .sunny-btc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -120px;
    width: 240px;
    height: 240px;
}

.popup-autumn19 .subtitle {
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 10px;
}

.popup-autumn19 .subtitle b {
    font-weight: bold;
}

.popup-autumn19 .info {
    padding: 20px 40px 10px;
}

.popup-autumn19 .btn {
    margin-bottom: 20px;
}

.popup-autumn19 .btn_link {
    margin-right: 20px;
}

.popup-autumn19 .btn_primary {
    width: 100%;
    max-width: 300px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s;
}

@media (max-width: 550px) {
    .popup-autumn19 .popup__footer {
        flex-direction: column;
    }

    .popup-autumn19 .btn_link {
        margin-right: 0px;
    }

    .popup-autumn19 .btn_primary {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .popup-autumn19 .content p {
        font-size: 16px;
        line-height: 20px;
    }

    .popup-autumn19 .info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-autumn19 .subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .popup-autumn19 .subtitle:before {
        width: 35px;
        height: 35px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*
* summer19
*/
.top-notification--summer19 {
    position: relative;
    z-index: 98;
    padding-right: 80px;
    padding-left: 20px;
    background-image: url(../images/top-notification_summer19_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media (max-width: 767px) {
    .top-notification--summer19 {
        display: none;
    }
}

.top-notification--summer19 .top-notification__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--summer19 .top-notification__container .btn_primary {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
}

.top-notification--summer19 .top-notification__flex {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-notification--summer19 .top-notification__img {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.top-notification--summer19 .top-notification__img .sunny-btc {
    width: 150px;
    height: 150px;
}

.top-notification--summer19 .top-notification__close {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    outline: none;
    transition: all 0.2s;
}

.top-notification--summer19 .top-notification__close:hover {
    background-color: #F7931A;
}

.top-notification--summer19 .top-notification__close:active {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.7;
}

.top-notification--summer19 .top-notification__close:before,
.top-notification--summer19 .top-notification__close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
}

.top-notification--summer19 .top-notification__close:before {
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.top-notification--summer19 .top-notification__close:after {
    margin-top: -6px;
    margin-left: -1px;
    height: 12px;
    width: 2px;
}

.top-notification--summer19 .top-notification__text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-right: 30px;
}

.top-notification--summer19 .top-notification__text b {
    font-weight: bold;
}

.top-notification--summer19 .top-notification__parts {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1420px) {
    .top-notification--summer19 .top-notification__parts {
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
}

.top-notification--summer19 .top-notification__parts-l {
    position: absolute;
    top: 0;
    left: -50px;
}

.top-notification--summer19 .top-notification__parts-r {
    position: absolute;
    bottom: 0;
    right: -253px;
}

.popup-summer19 {
    -webkit-overflow-scrolling: touch;
}

.popup-summer19:before {
    display: none !important;
}

.popup-summer19 .popup__container {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-summer19 .popup__footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.popup-summer19 .content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

.popup-summer19 .content p {
    font-size: 18px;
    line-height: 28px;
    color: #494949;
    margin-bottom: 37px;
}

.popup-summer19 .content p b {
    font-weight: bold;
}

.popup-summer19 .img {
    position: relative;
}

.popup-summer19 .img .sunny-btc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -120px;
    width: 240px;
    height: 240px;
}

.popup-summer19 .subtitle {
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 10px;
}

.popup-summer19 .subtitle b {
    font-weight: bold;
}

.popup-summer19 .info {
    padding: 20px 40px 10px;
}

.popup-summer19 .btn {
    margin-bottom: 20px;
}

.popup-summer19 .btn_link {
    margin-right: 20px;
}

.popup-summer19 .btn_primary {
    width: 100%;
    max-width: 300px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s;
}

@media (max-width: 550px) {
    .popup-summer19 .popup__footer {
        flex-direction: column;
    }

    .popup-summer19 .btn_link {
        margin-right: 0px;
    }

    .popup-summer19 .btn_primary {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .popup-summer19 .content p {
        font-size: 16px;
        line-height: 20px;
    }

    .popup-summer19 .info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-summer19 .subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .popup-summer19 .subtitle:before {
        width: 35px;
        height: 35px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.using-browser {
    border-top: 5px solid #F7931A;
    text-align: center;
}

.using-browser .container {
    max-width: 1120px;
    padding-top: 80px;
}

.using-browser .img--btc-icon {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.using-browser .title {
    font-size: 48px;
    max-width: 1000px;
    font-weight: normal;
    margin: 0 auto 30px;
}

.using-browser .title strong {
    font-weight: bold;
}

.using-browser .title span {
    font-weight: normal;
}

@media (max-width: 767px) {
    .using-browser .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.using-browser .desc {
    max-width: 900px;
    margin: 0 auto 40px;
}

@media (max-width: 767px) {
    .using-browser .desc {
        margin-bottom: 20px;
    }
}

.using-browser .intro__download-btns {
    width: auto;
    justify-content: center;
}

@media (max-width: 768px) {
    .using-browser .intro__download-btns {
        margin-bottom: 40px;
    }
}

.using-browser .note {
    margin-bottom: 43px;
}

@media (max-width: 800px) {
    .using-browser .img--screen {
        padding: 0 20px;
    }

    .using-browser .img--screen img {
        width: 100%;
        max-width: 500px;
    }
}

.using-browser .features {
    max-width: 100%;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #D6D6D6;
    padding: 30px 0;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .using-browser .features {
        width: 100%;
        max-width: 600px;
    }
}

.using-browser .features__item:before,
.using-browser .features__item:after {
    display: none;
}

.download-windows-btn,
.download-macos-btn {
    display: none;
    width: 210px;
    height: 62px;
    background-color: #4285f4;
    background-image: url("../images/get-it-on-macos.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 113px 33px;
    border-radius: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .download-windows-btn,
    .download-macos-btn {
        background-image: url("../images/get-it-on-macos@2x.png");
    }
}

.download-windows-btn:hover,
.download-macos-btn:hover {
    background-color: #F7931A;
}

.download-windows-btn:active,
.download-macos-btn:active {
    background-color: #255199;
}

@media (max-width: 768px) {

    .download-windows-btn,
    .download-macos-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.download-windows-btn {
    background-image: url("../images/get-it-on-windows.png");
    background-size: 132px 33px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .download-windows-btn {
        background-image: url("../images/get-it-on-windows@2x.png");
    }
}

.page.mac .download-macos-btn {
    display: inline-block;
}

.page.win .download-windows-btn {
    display: inline-block;
}

.app-store-btn:active,
.google-play-btn:active,
.download-windows-btn:active,
.download-macos-btn:active {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
}

.why-b {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px -20px 0;
}

.why-b__item {
    padding: 20px;
    width: 50%;
    min-width: 400px;
}

@media (max-width: 800px) {
    .why-b__item {
        width: 100%;
        max-width: 640px;
    }
}

@media (max-width: 450px) {
    .why-b__item {
        min-width: 0;
    }
}

.why-b__card {
    display: flex;
    flex-direction: column;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
    height: 100%;
    text-align: left;
}

@media (max-width: 600px) {
    .why-b__card {
        padding: 30px 20px;
    }
}

.why-b__subtitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 8px;
}

@media (max-width: 800px) {
    .why-b__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

.why-b__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

.why-b__text:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .why-b__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.why-b__btn {
    margin-top: auto;
}

.why-b__label {
    display: block;
    font-size: 10px;
    line-height: 11px;
    color: #494949;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: -15px;
    left: 5px;
}

.why-b__img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 800px) {
    .why-b__img-container {
        min-height: 200px;
    }
}

.why-b__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-b__img img {
    position: relative;
}

@media (max-width: 800px) {
    .why-b__img img {
        width: 100%;
        max-width: 228px;
        height: auto;
    }
}

.why-b__img--bitcoins img {
    top: -30px;
}

@media (max-width: 800px) {
    .why-b__img--bitcoins img {
        top: -15px;
    }
}

.why-b__img--browser .browser-icon {
    left: -60px;
    top: 0px;
}

.why-b__img--browser img {
    top: 1px;
    left: 5px;
}

@media (max-width: 1100px) {
    .why-b__img--browser {
        width: 276px;
        margin-left: auto;
        margin-right: auto;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .why-b__img--browser .browser-icon {
        width: 48px;
        height: 48px;
        background-size: contain;
        left: -2px;
    }

    .why-b__img--browser .why-b__label {
        left: 50px;
        font-size: 8px;
        line-height: 9px;
    }

    .why-b__img--browser img {
        width: 228px;
        height: 153px;
    }
}

@media (max-width: 400px) {
    .why-b__img--browser .browser-icon {
        width: 43px;
        height: 43px;
        left: auto;
        right: 200px;
    }

    .why-b__img--browser .why-b__label {
        left: auto;
        right: 165px;
    }

    .why-b__img--browser img {
        width: 200px;
        height: auto;
    }
}

.platforms {
    padding-bottom: 40px;
}

.platforms__icons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.platforms__icons img {
    margin: 10px 20px;
}

.platforms__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.platforms__btns a,
.platforms__btns button {
    margin: 10px;
}

.platforms .note {
    margin-bottom: 0;
}

.payment-form {
    padding: 30px;
    max-width: 500px;
    margin: 0 auto 70px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .payment-form {
        padding: 20px;
    }
}

.payment-form__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .payment-form__title {
        font-size: 24px;
    }
}

.payment-form__text {
    color: #494949;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .payment-form__text {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
}

.payment-form__text .danger {
    font-weight: bold;
    color: #F74249;
}

.payment-form__small {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04px;
    color: #757575;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .payment-form__small {
        font-size: 12px;
    }
}

.payment-form__remark {
    border-left: 4px solid #F74249;
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .payment-form__remark {
        font-size: 13px;
    }
}

.payment-form__label {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.payment-form__label-text {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.04px;
    margin-bottom: 15px;
}

.payment-form__label-text span {
    font-weight: normal;
    color: #757575;
}

.payment-form__input {
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0.05px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CDCDCD;
}

.payment-form__input.error {
    border-color: #EC1B1B;
}

.payment-form__input.success {
    border-color: #37cc33;
}

.payment-form__textarea {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05px;
    width: 100%;
    border: 1px solid #CDCDCD;
    padding: 11px 15px;
    min-height: 128px;
}

.payment-form__btn-wrap {
    text-align: right;
}

.payment-form__btn {
    max-width: 140px;
    width: 100%;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .payment-form__btn {
        max-width: 100%;
    }
}

.payment-form__btn[disabled] {
    background-color: #D6D6D6;
    cursor: not-allowed;
}

.payment-form__file {
    margin-bottom: 20px;
}

.payment-form__file label {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .payment-form__file label {
        flex-direction: column;
        align-items: flex-start;
    }
}

.payment-form__file label input {
    display: none;
}

.payment-form__file label p {
    color: #494949;
    font-size: 13px;
    line-height: 15px;
}

.payment-form__file label .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    width: 160px;
    margin-right: 20px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .payment-form__file label .btn {
        margin-bottom: 10px;
    }
}

.payment-form__file label .btn:hover {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}

.payment-form__file label .btn:active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.payment-form__preview img {
    margin-top: 30px;
    max-width: 240px;
    vertical-align: top;
}

.payment-form-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
    padding-bottom: 75px;
    border-bottom: 5px solid #F7931A;
}

.payment-form-wrapper .header {
    margin-bottom: 50px;
}

.payment-form-wrapper .content {
    position: relative;
    z-index: 4;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.payment-form-wrapper .label {
    font-size: 20px;
    line-height: 22px;
    color: #F7931A;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .payment-form-wrapper .label {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.payment-form-wrapper .title {
    color: #fff;
    font-size: 74px;
    line-height: 83px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .payment-form-wrapper .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.payment-form-wrapper .desc {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .payment-form-wrapper .desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
    }
}

.payment-form-wrapper .flower-btc {
    position: absolute;
    bottom: 155px;
    right: -250px;
    z-index: 1;
}

@media (max-width: 767px) {
    .payment-form-wrapper .flower-btc {
        display: none;
    }
}

.payment-form-wrapper .parts__img--1 {
    top: 131px;
    left: 300px;
}

.payment-form-wrapper .parts__img--2 {
    top: 114px;
    right: 392px;
}

.payment-form-wrapper .parts__img--3 {
    top: 154px;
    right: 79px;
}

.payment-form-wrapper .parts__img--4 {
    top: 343px;
    left: 106px;
    right: 78px;
    bottom: 94px;
}

.payment-form-wrapper .parts__img--5 {
    left: 106px;
    bottom: 140px;
}

.payment-form-wrapper .parts__img--6 {
    left: 327px;
    bottom: 225px;
}

.payment-form-wrapper .parts__img--7 {
    right: 203px;
    bottom: 248px;
}

.payment-form-wrapper .parts__img--8 {
    right: 280px;
    bottom: 70px;
}

@media (max-width: 767px) {
    .payment-form-wrapper .parts {
        display: none;
    }
}

.payment-form__row {
    position: relative;
    padding: 35px 40px 30px 70px;
    border-bottom: 1px solid #D6D6D6;
}

.payment-form__row.done .num {
    border-color: #37cc33;
    background-color: #37cc33;
    color: transparent;
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .payment-form__row {
        padding: 30px 25px;
    }
}

.payment-form .num {
    position: absolute;
    top: 36px;
    left: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #F7931A;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #F7931A;
    background-position: center;
    transition: 0.3s;
}

@media (max-width: 600px) {
    .payment-form .num {
        position: static;
        margin-bottom: 10px;
    }
}

.payment-form__desc {
    color: #494949;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.payment-form__desc a {
    color: #4285f4;
    text-decoration: none;
    transition: 0.3s;
}

.payment-form__desc a:hover {
    color: #F7931A;
}

@media (max-width: 600px) {
    .payment-form__desc {
        font-size: 16px;
        line-height: 21px;
    }
}

.payment-form__bot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
}

@media (max-width: 600px) {
    .payment-form__bot {
        padding: 30px 25px;
    }
}

.payment-form-success {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 390px;
}

@media (max-width: 600px) {
    .payment-form-success {
        padding: 30px 20px;
        min-height: 300px;
    }
}

.payment-form-success svg {
    margin-bottom: 20px;
}

.payment-form-success .title {
    color: #000;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .payment-form-success .title {
        font-size: 28px;
        line-height: 36px;
    }
}

.payment-form-success p {
    font-size: 18px;
    line-height: 26px;
}

.payment-form-success p a {
    color: #4285f4;
    text-decoration: none;
    transition: 0.3s;
}

.payment-form-success p a:hover {
    color: #F7931A;
}

@media (max-width: 600px) {
    .payment-form-success p {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Winner Page */
.story-form-wrapper.--winner {
    padding-top: 100px;
}

.story-form-wrapper.--winner .story-form__row.done .num {
    border-color: #F7931A;
    background-color: transparent;
    color: #F7931A;
}

.story-form-wrapper.--winner .story-form__desc b {
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.story-form-wrapper.--winner .story-form__btn-wrapper {
    margin-left: -30px;
}

@media (max-width: 600px) {
    .story-form-wrapper.--winner .story-form__btn-wrapper {
        margin-left: 0;
    }
}

.story-form-wrapper.--winner .story-form__btn-wrapper .btn {
    border: 1px solid transparent;
}

.story-form-wrapper.--winner .story-form__btn-wrapper .btn:not(:hover):not(:active) {
    color: #4285f4;
    border-color: #D6D6D6;
    background-color: #fff;
}

.story-form-wrapper.--winner .story-form__bot+.story-form__bot {
    border-top: 1px solid #D6D6D6;
}

.story-form-wrapper.--winner .story-form__bot p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.story-form-wrapper.--winner .story-form__bot p a {
    color: #4285f4;
    text-decoration: none;
    transition: 0.3s;
}

.story-form-wrapper.--winner .story-form__bot p a:hover {
    color: #F7931A;
}

/* Popups */
.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.popup--video .popup__handler {
    max-width: 800px;
}

.popup--video .popup__cancel {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
}

.popup--video .popup__cancel:hover svg {
    fill: #fff;
}

.popup--video .popup__cancel svg {
    pointer-events: none;
    fill: #757575;
    transition: fill 300ms;
}

.popup_transparent {
    background-color: transparent;
}

.popup_alert .popup__handler {
    padding-top: 30px;
}

.popup_alert .popup__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
}

.popup_alert h2 {
    font-size: 24px;
    display: block;
    color: #000;
    line-height: 24px;
}

.popup__handler {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: calc(100% - 10px);
    max-width: 600px;
    margin: 80px auto;
}

@media screen and (max-width: 768px) {
    .popup__handler {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.popup__handler .desc {
    font-size: 12px;
    line-height: 14px;
    color: #494949;
}

.popup__header {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
}

.popup__header img {
    display: block;
    margin-right: 10px;
}

.popup__body {
    padding: 0 30px;
    font-size: 14px;
    line-height: 16px;
    color: #494949;
}

.popup__body p {
    margin-bottom: 20px;
}

.popup__body ul {
    margin-bottom: 20px;
}

.popup__body li {
    margin-bottom: 10px;
}

.popup__body b,
.popup__body strong {
    font-weight: 700;
}

.popup__footer {
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
}

.popup__footer.cols {
    display: flex;
    justify-content: space-between;
}

.popup__label {
    display: block;
    color: #F7931A;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.popup.active {
    display: block;
}

.popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#howPopup .popup__body {
    max-height: 350px;
    overflow-y: scroll;
}

#howPopup h3 {
    position: relative;
    padding-left: 36px;
}

#howPopup h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/sprites/sprite.png");
    background-position: 0px -95px;
    width: 26px;
    height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #howPopup h3:before {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

#blockedPopup .popup__handler {
    background-image: url("../images/blocked-popup-bg.png");
    background-size: 90px 75px;
    background-repeat: no-repeat;
    background-position: left 30px bottom 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #blockedPopup .popup__handler {
        background-image: url("../images/blocked-popup-bg@2x.png");
    }
}

#blockedPopup .popup__body {
    padding-top: 50px;
}

#blockedPopup .popup__body h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #000;
}

#blockedPopup .popup__footer {
    padding-top: 60px;
    padding-bottom: 25px;
}

#termsPopup .popup__handler {
    max-width: 700px;
}

#termsPopup .popup__header {
    padding-top: 25px;
    padding-bottom: 25px;
}

#termsPopup .popup__header .logo {
    margin-bottom: 0;
}

#termsPopup .popup__body {
    overflow: hidden;
    max-height: 350px;
}

#termsPopup .popup__body iframe {
    display: block;
    border: 1px solid #D6D6D6;
    width: 100%;
    height: 220px;
}

#termsPopup .popup__footer {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
}

#termsPopup .popup__footer .btn_default {
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 0;
    margin-right: 0;
    max-width: 280px;
}

#termsPopup .popup__footer .btn_link {
    color: #000;
}

#termsPopup .popup__footer .btn_link:hover {
    color: #4285f4;
}

@media screen and (max-width: 550px) {
    #termsPopup .popup__footer {
        flex-direction: column;
        align-items: center;
    }

    #termsPopup .popup__footer .btn_default {
        margin-bottom: 30px;
    }
}

#termsPopup .terms-text {
    display: block;
    border: 1px solid #D6D6D6;
    width: 100%;
    height: 220px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    overflow-y: auto;
}

#termsPopup .terms-text .title,
#termsPopup .terms-text h1 {
    text-align: left;
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#termsPopup .terms-text h2 {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

#termsPopup .terms-text ul,
#termsPopup .terms-text p {
    color: #494949;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
}

#termsPopup .terms-text a {
    color: #4285f4;
    text-decoration: none;
}

#termsPopup .terms-text a:hover {
    color: #f7931a;
}

#promoSharingPopup {
    background-image: url("../images/sharing-popup-bg.png");
    background-position: right bottom;
    background-size: 302px 424px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #promoSharingPopup {
        background-image: url("../images/sharing-popup-bg@2x.png");
    }
}

#promoSharingPopup .popup__handler {
    max-width: 600px;
}

#promoSharingPopup .popup__header {
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #D6D6D6;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#promoSharingPopup .popup__label {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}

#promoSharingPopup .popup__label span {
    color: #000;
}

#promoSharingPopup .popup__body {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}

#promoSharingPopup .popup__body h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

#promoSharingPopup .popup__body p {
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    margin-bottom: 0;
}

#promoSharingPopup .popup__body p span.orange {
    color: #F7931A;
}

#promoSharingPopup .popup__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media screen and (max-width: 550px) {
    #promoSharingPopup .popup__footer {
        flex-direction: column-reverse;
    }

    #promoSharingPopup .popup__footer .popup__btn {
        margin-bottom: 30px;
    }
}

#promoSharingPopup .popup__btn {
    display: block;
    width: 100%;
    max-width: 300px;
}

#promoSharingPopup .popup__btn .button {
    width: 100%;
}

#payment-success .popup__handler {
    max-width: 500px;
}

#payment-success .popup__svg-icon {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 767px) {
    #payment-success .popup__svg-icon {
        width: 50px;
        height: 50px;
    }
}

#payment-success .popup__title {
    color: #000;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.09px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    #payment-success .popup__title {
        font-size: 24px;
    }
}

#payment-success .popup__text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.18px;
    color: #494949;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    #payment-success .popup__text {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

#payment-success .popup__text p {
    margin-bottom: 0;
}

#payment-success .popup__text span {
    font-weight: bold;
}

#payment-success .popup__cancel {
    max-width: 140px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #payment-success .popup__cancel {
        max-width: 100%;
    }
}

.popup_attention {
    z-index: 9999;
}

.popup_attention .popup__body {
    padding-top: 50px;
}

.popup_attention .popup__body h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #000;
}

.popup_attention .popup__footer {
    padding-top: 60px;
    padding-bottom: 25px;
}

.popup-android-version .popup__handler {
    max-width: 720px;
}

.popup-android-version__header {
    text-align: left;
    padding: 30px;
    margin-bottom: 5px;
}

.popup-android-version .title {
    font-weight: normal;
    font-size: 34px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 10px;
}

.popup-android-version .desc {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.popup-android-version__container {
    display: flex;
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .popup-android-version__container {
        position: relative;
        display: block;
    }

    .popup-android-version__container .phone {
        display: none;
    }
}

.popup-android-version .col {
    width: 50%;
    padding: 0 15px;
}

.popup-android-version .col+.col {
    margin-left: 0;
}

.popup-android-version .col--slider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .popup-android-version .col {
        width: 100%;
    }
}

.popup-android-version .phone {
    margin-left: -15px;
    margin-right: -15px;
}

.popup-android-version .phone .slide {
    min-height: 0;
}

.popup-android-version__close {
    outline: none;
    border-radius: 0 0 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 49px;
    color: #4285f4;
    background-color: #F7F7F7;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    border: none;
    border-top: 1px solid #D6D6D6;
    transition: 0.2s;
}

.popup-android-version__close:hover {
    border-color: #4285f4;
    background-color: #4285f4;
    color: #fff;
}

.popup-android-version__close:active {
    border-color: #D6D6D6;
    background-color: #D6D6D6;
    color: #fff;
}

/* Blocks */
/*
* Store blocks
*/
.google-play {
    display: block;
    margin-bottom: 30px;
}

.google-play:last-child {
    margin-bottom: 0;
}

.google-play__title {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
    max-width: 420px;
    margin: 0 auto 15px;
}

.google-play__label {
    max-width: 420px;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
}

.google-play__label span {
    margin-right: 10px;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
}

.google-play__link {
    display: block;
    width: 100%;
    max-width: 420px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    background-color: #000;
    background-image: url("../images/get-it-on-google-play@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 157px 37px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .google-play__link {
        background-image: url("../images/get-it-on-google-play@2x.png");
    }
}

.google-play__link:hover {
    background-color: #F7931A;
}

.google-play__link--inverse {
    background-color: #fff;
    background-size: 157px 37px;
    background-image: url("../../images/google-play_black.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .google-play__link--inverse {
        background-image: url("../../images/google-play_black@2x.png");
    }
}

.google-play.basic .google-play__label span {
    color: #757575;
}

.google-play.basic .google-play__link:not(:hover) {
    background-color: #4285f4;
}

.google-play.pro .google-play__label span {
    color: #F7931A;
}

.app-store {
    display: block;
    margin-bottom: 30px;
}

.app-store:last-child {
    margin-bottom: 0;
}

.app-store__title {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.app-store__link {
    display: block;
    width: 100%;
    max-width: 420px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    background-image: url("../images/app-store-btn_2@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 157px 37px;
}

.app-store__link:hover {
    background-color: #F7931A;
}

.app-store__link--inverse {
    background-color: #fff;
    background-size: 138px 36px;
    background-image: url("../../images/app-store-btn_black.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .app-store__link--inverse {
        background-image: url("../../images/app-store-btn_black@2x.png");
    }
}

/* Android pro list */
.android-pro-features {
    max-width: 420px;
    text-align: left;
    margin: 0 auto 20px;
}

.android-pro-features__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.android-pro-features__list {
    list-style: none;
}

.android-pro-features__list li {
    position: relative;
    color: #494949;
    font-size: 14px;
    line-height: 24px;
    padding-left: 36px;
    margin-bottom: 15px;
}

.android-pro-features__list li b {
    font-weight: bold;
}

.android-pro-features__list li:last-child {
    margin-bottom: 0;
}

.android-pro-features__list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.android-pro-features__list li.boost:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%234285F4' cx='11' cy='11' r='11'/%3E%3Cpath fill='%23FFF' d='M12.375 2.75l-5.5 9.625H11L9.625 19.25l5.5-9.625H11z'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.sdp:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect stroke='%23757575' x='.5' y='.5' width='19' height='11' rx='2'/%3E%3Cpath d='M21 3a1 1 0 011 1v4a1 1 0 01-1 1V3z' fill='%23757575'/%3E%3Crect fill='%2337CC33' x='2' y='2' width='16' height='8' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.profiles:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='11' cy='11' r='11'/%3E%3Cpath d='M11 11.703c2.051 0 6.201 1.172 6.25 3.223-1.367 2.001-3.662 3.369-6.25 3.369s-4.882-1.367-6.25-3.369c.049-2.051 4.15-3.223 6.25-3.223zM11 3.5c1.71 0 3.125 1.416 3.125 3.125 0 1.71-1.416 3.125-3.125 3.125-1.71 0-3.125-1.416-3.125-3.125C7.875 4.915 9.291 3.5 11 3.5z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.secure:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2337CC33' cx='11' cy='11' r='11'/%3E%3Cg transform='translate(6 4)'%3E%3Crect fill='%23FFF' y='4' width='10' height='8' rx='1'/%3E%3Crect stroke='%23FFF' x='2.5' y='.5' width='5' height='7' rx='2.5'/%3E%3Ccircle fill='%2337CC33' cx='5' cy='8' r='2'/%3E%3Ccircle fill='%23FFF' cx='5' cy='8' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.withdraw:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M21.284 13.417c-1.443 5.788-7.306 9.31-13.095 7.867C2.403 19.84-1.12 13.979.324 8.19 1.766 2.403 7.629-1.119 13.416.323c5.789 1.443 9.31 7.306 7.868 13.094z' fill='%23F7931A'/%3E%3Cpath d='M15.373 9.072c.215-1.415-.88-2.176-2.376-2.684l.485-1.917-1.185-.291-.473 1.867a50.24 50.24 0 00-.95-.22l.477-1.88-1.185-.29-.486 1.916a40.178 40.178 0 01-.757-.175l.001-.006L7.29 4.99l-.316 1.247s.88.198.861.21c.48.119.567.431.553.68L7.835 9.31c.033.008.076.02.123.039l-.125-.031-.776 3.06c-.058.144-.207.359-.543.277.012.017-.861-.212-.861-.212l-.589 1.336 1.543.379c.287.07.568.145.845.215l-.49 1.94 1.183.29.486-1.919c.323.087.637.166.945.242l-.484 1.91 1.185.29.49-1.936c2.022.377 3.542.225 4.181-1.575.516-1.45-.025-2.285-1.089-2.83.775-.176 1.358-.678 1.514-1.714zm-2.709 3.74c-.366 1.449-2.844.665-3.648.469l.651-2.57c.804.198 3.38.589 2.997 2.1zm.367-3.76c-.334 1.317-2.397.648-3.066.483l.59-2.33c.67.164 2.824.47 2.476 1.846z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.devices:before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%234285F4' width='22' height='14' rx='7'/%3E%3Ccircle fill='%23FFF' cx='15' cy='7' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.balance-update:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M9 0a8.974 8.974 0 016.479 2.753l-1.414 1.415a7 7 0 101.864 5.833h2.016A9.001 9.001 0 010 9a9 9 0 019-9zm8.777 7H15.71a6.947 6.947 0 00-.248-.695l1.501-1.502c.362.685.638 1.422.814 2.197z' fill='%234285F4'/%3E%3Cpath fill='%234285F4' d='M17.974 1.845l-.002 5.136-5.172.038z'/%3E%3Cpath d='M10.238 10.943c0-.29-.083-.526-.25-.71-.166-.182-.452-.352-.857-.51-.795-.29-1.384-.613-1.77-.969-.384-.356-.577-.858-.577-1.506 0-.602.193-1.095.578-1.48.385-.385.903-.612 1.555-.68V3.934h.854v1.165c.63.093 1.125.356 1.485.79.36.433.536.995.529 1.686l-.016.027h-1.531c0-.422-.087-.748-.26-.977a.845.845 0 00-.712-.344c-.308 0-.537.088-.688.266-.15.177-.225.412-.225.706 0 .28.08.506.239.68.136.148.37.295.703.44l.175.072c.791.312 1.377.645 1.759 1 .381.354.572.85.572 1.487 0 .623-.192 1.12-.575 1.493-.383.373-.904.593-1.563.66v1.064H8.81v-1.058c-.67-.068-1.223-.305-1.66-.711-.436-.407-.648-1.004-.633-1.792l.01-.026h1.531c0 .48.11.823.33 1.03.22.208.5.312.841.312.326 0 .576-.087.75-.26.173-.174.26-.408.26-.701z' fill='%23494949'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.newsfeed:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%234285F4' d='M10.267 7.735l2.719 1.266-2.719 1.266-1.266 2.719-1.266-2.719-2.719-1.266 2.719-1.266 1.266-2.719zM14.017 6.985l-.938-2.063-2.063-.938 2.063-.938.938-2.063.938 2.063 2.063.938-2.063.938z'/%3E%3Cpath d='M16.032 6.985h1.969v9c0 1.078-.891 2.016-1.969 2.016H2.016C.938 18.001 0 17.063 0 15.985V2.016C0 .938.938 0 2.016 0h9v2.016h-9v13.969h14.016v-9z' fill='%23F7931A'/%3E%3C/g%3E%3C/svg%3E");
}

.android-pro-features__list li.quick:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(-90 9 9)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='8.727' cy='12' r='1.636'/%3E%3Cpath d='M8.727 18.537v-3.269l4.338 4.34L8.727 24v-3.268C3.93 20.732 0 16.8 0 11.999c0-1.685.51-3.32 1.378-4.648L2.96 8.934c-.51.92-.765 1.94-.765 3.065a6.515 6.515 0 006.532 6.536v.002z' fill='%23F7931A' fill-rule='nonzero'/%3E%3Cpath d='M8.727 3.267c4.797 0 8.728 3.932 8.728 8.733 0 1.685-.511 3.32-1.379 4.647l-1.582-1.582c.51-.92.766-1.94.766-3.065a6.515 6.515 0 00-6.533-6.537v3.269L4.39 4.392 8.727 0v3.268z' fill='%234285F4' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

/*
* Phone
*/
.phone {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 23px;
}

.phone:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #F7931A;
    position: absolute;
    top: 21px;
    bottom: 23px;
}

.phone .tns-nav {
    position: absolute;
    left: 0;
    bottom: -23px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.phone .tns-nav button {
    margin-left: 4px;
    margin-right: 4px;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #C7C7C7;
    transition: background-color 0.2s;
}

.phone .tns-nav button.tns-nav-active {
    background-color: #4285f4;
}

.phone .tns-outer button[data-action=stop],
.phone .tns-outer button[data-action=start] {
    display: none;
}

.phone--in-popup {
    padding-top: 23px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.phone--in-popup:before {
    background-color: transparent;
}

.phone--in-popup .tns-nav {
    top: -23px;
    bottom: auto;
}

/*
* Slider
*/
.slider {
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-repeat: no-repeat;
    max-width: 600px;
}

.slider__dots {
    display: flex;
    justify-content: center;
}

.slide {
    display: none;
    min-height: 341px;
    text-align: center;
}

.slide.active {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.slide img {
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714286%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}

.ggl-block {
    padding: 50px 40px;
}

.ggl-block img {
    max-width: 100%;
    vertical-align: top;
}

.ggl-block.--bg-white {
    background-color: #fff;
}

.ggl-block.--bg-dark {
    background-color: #000;
}

@media (max-width: 767px) {
    .ggl-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Sections */
.intro {
    display: block;
    background-color: #fff;
    padding-bottom: 1px;
}

.intro--second {
    padding-bottom: 30px;
}

.intro__container {
    padding: 30px 20px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .intro__container {
        padding-top: 0;
    }
}

.intro__desc {
    max-width: 900px;
    margin: 0 auto 55px;
    font-size: 18px;
    line-height: 26px;
    color: #494949;
}

@media (max-width: 991px) {
    .intro__desc {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .intro__desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

.intro__row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .intro__row {
        display: block;
    }
}

.intro__row--second {
    margin-bottom: 30px;
}

.intro__img {
    width: 100%;
    max-width: 650px;
    margin: 0 40px 0 -50px;
}

.intro__img img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .intro__img {
        max-width: 600px;
        margin: 0 auto 40px;
    }
}

.intro__info {
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.intro__info strong {
    font-weight: bold;
}

.intro__info p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .intro__info {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .intro__info p {
        margin-bottom: 40px;
    }

    .intro__info .note {
        display: none;
    }
}

@media (max-width: 767px) {
    .intro__info p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}

.intro__download-btns {
    display: flex;
    width: 100%;
    margin: 0 -5px 14px;
}

.intro__download-btns .btn {
    margin: 0 5px;
}

.intro__download-btns .btn--download {
    width: 100%;
    max-width: 320px;
}

@media (max-width: 991px) {
    .intro__download-btns {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .intro__download-btns {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .intro__download-btns .btn {
        max-width: 380px;
    }
}

.intro__mobile-btns {
    margin-bottom: 14px;
}

.intro__popup {
    display: inline-flex;
    align-items: center;
    color: #4285F4;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    text-decoration: none;
    margin-bottom: 40px;
    transition: all 300ms;
}

.intro__popup:hover {
    color: #F7931A;
}

.intro__popup:hover svg {
    fill: #F7931A;
}

.intro__popup svg {
    fill: #4285f4;
    margin-right: 10px;
    transition: all 300ms;
}

.faq {
    display: block;
    padding: 80px 20px;
    background-color: #ececec;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
}

.faq--border-top {
    border-top: 1px solid #D6D6D6;
    border-bottom: none;
}

.faq--second {
    background-color: #F7F7F7;
    padding-bottom: 50px;
}

.faq--second .faq__cards {
    margin-bottom: 20px;
}

.faq__description {
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 50px;
}

.faq__cards {
    display: flex;
    max-width: 1060px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.faq__cards .card {
    max-height: 300px;
    transition: all 300ms;
}

.faq__cards .card:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.faq__cards .card__title {
    transition: color 300ms;
}

@media only screen and (max-width: 1100px) {
    .faq__cards {
        max-width: 700px;
    }
}

@media only screen and (max-width: 740px) {
    .faq__cards {
        max-width: 340px;
    }
}

.faq__all {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #4285f4;
    text-decoration: none;
}

.faq__all:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background-image: url("../images/sprites/sprite.png");
    background-position: -213px -95px;
    width: 7px;
    height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .faq__all:after {
        background-image: url("../images/sprites/sprite@2x.png");
        background-size: 223px 121px;
    }
}

.faq__all:hover {
    color: #f7931a;
}

.video-block {
    display: block;
    background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
    padding: 90px 20px;
}

@media (max-width: 768px) {
    .video-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.video-block__content {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
}

@media (max-width: 768px) {
    .video-block__content {
        margin-bottom: 30px;
    }
}

.video-block .subtitle {
    color: #fff;
    margin-bottom: 25px;
}

.video-block__text {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    text-align: center;
}

@media (max-width: 768px) {
    .video-block__text {
        font-size: 15px;
        line-height: 20px;
    }
}

.video-block__video {
    display: block;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.video-block__video-wrap {
    position: relative;
    padding-bottom: 52.37%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block__video-wrap amp-iframe,
.video-block__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.open-mining-section {
    padding-top: 30px;
    /* Content */
}

@media (max-width: 767px) {
    .open-mining-section {
        padding: 0;
    }
}

.open-mining-section .container {
    display: block;
    text-align: center;
    padding: 0 20px;
    max-width: 1180px;
    margin: 0 auto;
    min-height: 0;
}

.open-mining-section .icon {
    display: block;
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    .open-mining-section .icon {
        width: 50px;
        height: 50px;
    }
}

.open-mining-section .title {
    font-size: 44px;
    line-height: 49px;
}

@media (max-width: 767px) {
    .open-mining-section .title {
        font-size: 30px;
        line-height: 34px;
    }
}

.open-mining-section .desc {
    font-size: 20px;
    line-height: 30px;
    color: #494949;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .open-mining-section .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.open-mining-section .text {
    font-size: 22px;
    line-height: 40px;
    color: #000;
    max-width: 800px;
    margin: 50px auto 30px;
}

@media (max-width: 767px) {
    .open-mining-section .text {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
}

.open-mining-section .separator {
    border-top: 2px dashed #d6d6d6;
}

.open-mining-section b {
    font-weight: bold;
}

.open-mining-section .screen {
    margin-top: 50px;
}

.open-mining-section .screen img {
    max-width: 100%;
}

.open-mining-section .btn--download {
    display: inline-flex;
    width: 100%;
    max-width: 320px;
}

.open-mining-section .btn_simple {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
}

.open-mining-section .content {
    display: none;
    margin-bottom: 30px;
}

.open-mining-section .content.android,
.open-mining-section .content.ios {
    padding-left: 20px;
    padding-right: 20px;
}

.open-mining-section .content.android .phone,
.open-mining-section .content.ios .phone {
    margin-left: -20px;
    margin-right: -20px;
}

/* Modificators */
.open-mining-section.--try-cloudboost .container {
    max-width: 1040px;
}

@media (max-width: 767px) {
    .open-mining-section.--try-cloudboost .icon {
        width: 100px;
        height: auto;
    }
}

.open-mining-section.--try-cloudboost .cloudBoostLand__banner {
    display: grid;
    grid-template-columns: 410px 1fr;
    column-gap: 30px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 3px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .open-mining-section.--try-cloudboost .cloudBoostLand__banner {
        grid-template-columns: 1.5fr 2fr;
    }
}

@media only screen and (max-width: 767px) {
    .open-mining-section.--try-cloudboost .cloudBoostLand__banner {
        grid-auto-flow: row;
        grid-template-columns: unset;
        column-gap: 0;
        padding: 20px;
    }
}

.open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 410px;
    align-self: center;
}

.open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg.mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 100%;
        grid-row: 1/2;
        margin-bottom: 30px;
        display: none;
    }

    .open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg.mobile {
        display: block;
    }
}

.open-mining-section.--try-cloudboost .cloudBoostLand__bannerTitle {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: start;
    align-self: end;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 1.45;
    letter-spacing: 0.09px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .open-mining-section.--try-cloudboost .cloudBoostLand__bannerTitle {
        grid-row: 2/3;
        grid-column: 1/2;
    }
}

.open-mining-section.--try-cloudboost .cloudBoostLand__bannerText {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: start;
    align-self: start;
    margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.57;
    letter-spacing: 0.05px;
    color: #494949;
}

@media only screen and (max-width: 767px) {
    .open-mining-section.--try-cloudboost .cloudBoostLand__bannerText {
        grid-row: 3/4;
        grid-column: 1/2;
    }
}

/* OS View */
.os-desktop .desktop {
    display: block;
}

.os-android .android {
    display: block;
}

.os-ios .ios {
    display: block;
}

/* Pages */
/* Responsive */
@media screen and (max-width: 768px) {
    .page_browser .first .title {
        line-height: 38px;
    }

    .page_browser .first__screen {
        padding-bottom: 20px;
    }

    .first__icon {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .page_second .container {
        min-height: 0;
    }

    .page_second .header,
    .page_payments .header {
        margin-bottom: 20px;
    }

    .page_second .header .logo,
    .page_payments .header .logo {
        margin-bottom: 0;
    }

    .page_second .container__text {
        padding-top: 30px;
        padding-bottom: 35px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .page_second .container__text h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .page_second .container__text h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .page_second .container__text p+h2 {
        margin-top: 30px;
    }

    .page_second .container__text p {
        font-size: 12px;
        line-height: 14px;
    }

    .page_second .container__text li {
        font-size: 12px;
        line-height: 14px;
    }

    .page_second .questions {
        margin-top: 30px;
    }

    .page_second .questions__header {
        font-size: 18px;
        line-height: 21px;
        min-height: 0;
    }

    .page_second .questions__body {
        font-size: 14px;
        line-height: 24px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .page_second .scroll2top.show {
        display: none;
    }

    .burger {
        display: block;
    }

    .referrals__label {
        font-size: 12px;
    }

    .referrals__col_earnings {
        flex-direction: column;
    }

    .referrals__col_earnings>div:not(:last-child) {
        margin-bottom: 10px;
    }

    .referrals__row_labels .referrals__label:nth-child(2) {
        padding-right: 10px;
    }

    .referrals__row_labels .referrals__label:last-child {
        padding-right: 0;
    }

    .referrals__total {
        font-size: 24px;
    }

    .referrals__total span::before {
        top: 2px;
    }

    .level__title {
        font-size: 12px;
    }

    .level__value {
        font-size: 20px;
    }

    .level__value:nth-child(2) {
        padding-right: 10px;
        font-size: 16px;
    }

    .level__value:last-child {
        padding-right: 0;
    }

    .page_theme_black .header {
        background-color: transparent;
        margin-bottom: 20px;
    }

    .page_theme_black .header__logo {
        background-color: #000;
        border-bottom-color: rgba(255, 255, 255, 0.3);
    }

    .page_theme_black .header .logo {
        margin-bottom: 0;
    }

    .page_theme_black .header__navbar {
        background-color: #000;
    }

    .page_theme_black .wrapper {
        border-radius: 0;
        width: calc(100% - 40px);
    }

    .page_theme_black .top,
    .page_theme_black .last {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_theme_black .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .page_theme_black .subtitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px;
        font-weight: normal;
    }

    .page_theme_black .desc {
        font-size: 13px;
        line-height: 15px;
    }

    .page_theme_black .desc_big {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .page_theme_black .referred {
        font-size: 12px;
        line-height: 14px;
    }

    .page_theme_black .social-btns {
        max-width: 310px;
        justify-content: center;
    }

    .page_theme_black .refurl input[type=text] {
        width: 100%;
        height: 34px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 212px;
    }

    .questions__header {
        padding-right: 40px;
    }

    .calc {
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .calc__row {
        display: block;
    }

    .calc__item {
        margin-bottom: 50px;
    }

    .calc__item+.calc__item {
        margin-left: auto;
    }

    .calc__label {
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        margin-bottom: 25px;
    }

    .calc__label b {
        font-size: 28px;
        top: 3px;
    }

    .rangeSlider__horizontal {
        max-width: 300px;
    }

    .rangeSlider__handle {
        width: 25px;
        height: 25px;
        border: 5px solid #4285f4;
        top: -10px;
    }

    .section_last {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 0;
    }

    .section_last .desc_big {
        margin-bottom: 20px;
    }

    .b-card {
        padding-top: 240px;
    }

    .b-card_webapp {
        background-size: 214px 150px;
    }

    .b-card_browser {
        background-size: 267px 173px;
    }

    .b-card_mobile-browser {
        background-size: auto 173px;
    }

    .speedbox {
        margin: 30px auto 10px;
        height: 120px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .speedbox.animated .speedbox-sm__score {
        animation-duration: 2s;
        animation-name: score_anim;
        animation-iteration-count: 1;
    }

    .speedbox.animated .speedbox-sm__pointer {
        animation-duration: 2s;
        animation-name: pointer_anim;
        animation-iteration-count: 1;
    }

    .speedbox__groove {
        height: 100px;
        width: 200px;
        background: transparent;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        border: 10px solid #D6D6D6;
        border-bottom: 0;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
    }

    .speedbox__score {
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(-45deg);
        height: 200px;
        width: 200px;
        background: transparent;
        border-radius: 50%;
        border: 10px solid #4285f4;
        border-color: transparent transparent #4285f4 #4285f4;
        box-sizing: border-box;
        z-index: 1;
        transition: 1s ease-in;
    }

    .speedbox__score_rookie {
        border-color: transparent transparent #4285F4 #4285F4;
    }

    .speedbox__score_pro {
        border-color: transparent transparent #2ABB40 #2ABB40;
    }

    .speedbox__score_veteran {
        border-color: transparent transparent #F7931A #F7931A;
    }

    .speedbox__score_expert {
        border-color: transparent transparent #9E31C7 #9E31C7;
    }

    .speedbox__score_master {
        border-color: transparent transparent #E11282 #E11282;
    }

    .speedbox__score_legend {
        border-color: transparent transparent #FF5718 #FF5718;
    }

    .speedbox__score_bigboss {
        border-color: transparent transparent #000 #000;
    }

    .speedbox__base {
        width: 240px;
        height: 100px;
        background: white;
        position: relative;
        top: 100px;
        z-index: 20;
    }

    .speedbox__odo {
        text-align: center;
        position: absolute;
        color: #5c6f7b;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .speedbox__odo i {
        font-size: 13px;
        opacity: 0.6;
    }

    .speedbox__odo>div {
        margin-bottom: 0;
    }

    .speedbox__odo span {
        font-size: 0.7em;
    }

    .speedbox__pointer {
        display: block;
        width: 148px;
        height: 148px;
        position: absolute;
        bottom: -45px;
        left: 50%;
        margin-left: -74px;
        margin-top: -74px;
        background-image: url("../images/pointer-sm.png");
        background-position: 15px;
        background-repeat: no-repeat;
        background-size: 74px 29px;
        z-index: 100;
        transform: rotate(0deg);
        transition: 1s ease-in;
    }

    .speedbox+.referred {
        text-align: center;
        margin-bottom: 25px;
    }

    .container_promo .header {
        padding-top: 0;
        margin-bottom: 70px;
    }

    .container_promo .promo {
        width: 100%;
        position: static;
        transform: rotate(0);
        margin-bottom: 10px;
    }

    .countdown {
        margin-right: 0;
    }

    .container_promo .header__navbar .countdown {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 160px;
    }

    .container__text h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .page_promo .countdown {
        display: inline-block;
    }

    .page_promo .header__navbar .lang {
        margin-left: auto;
        margin-right: auto;
    }

    .page_promo .header__navbar {
        display: block;
        text-align: center;
    }

    .page_promo .header__lang {
        margin-top: 10px;
    }

    .logo {
        height: 40px;
        margin-bottom: 0;
    }

    .logo svg {
        width: 231px;
        height: 42px;
    }

    .logo--browser {
        height: 50px !important;
        margin-top: -5px;
        margin-bottom: -5px !important;
    }

    .fullheight .header .logo {
        margin-bottom: 0;
    }

    .container_promo .logo {
        margin-bottom: 0;
    }

    .first {
        min-height: 0;
    }

    .first .header .logo {
        margin-bottom: 0;
    }

    .first__icon {
        width: 70px;
        height: 70px;
    }

    .first__description {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .first__description p {
        font-size: 16px;
        line-height: 22px;
    }

    .first__description h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .first__screen {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .first__screen p {
        display: none;
    }

    .first__screen .trust {
        order: 2;
        margin-bottom: 0;
        text-align: center;
    }

    .first__screen .more-link {
        order: 1;
    }

    .first__screen_cryptotab {
        padding-bottom: 248px;
        background-position: bottom center;
        background-size: 320px 218px;
        background-image: url("../images/screen-big.png");
        background-repeat: no-repeat;
    }

    .first__group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .first__group .btn {
        margin-bottom: 15px;
    }

    .first__screen-img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .first__screen-store {
        display: block;
        width: 100%;
        background-color: #F7F7F7;
        margin-bottom: 30px;
        border: 1px solid #D6D6D6;
        font-size: 16px;
        line-height: 17px;
        color: #494949;
        padding: 20px;
        border-radius: 2px;
    }

    .first__screen-store .store-links {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        justify-content: center;
    }

    .first__screen-store .store-links .store_android {
        display: none;
    }

    .first__group .btn,
    .first__group .more-link {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .first__group .btn_plus {
        display: none;
    }

    .first .more-link {
        padding-top: 22px;
        padding-bottom: 22px;
        line-height: 16px;
        min-height: 60px;
        height: auto;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .first__img {
        margin-bottom: 30px;
    }

    .first__img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

    .logo img {
        width: auto;
        height: 100%;
    }

    .first_uninstall .logo img {
        height: auto;
    }

    .note {
        display: none;
    }

    .testimonials {
        padding-bottom: 0;
    }

    .testimonials__list {
        max-width: 280px;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonials__title {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .testimonials__item {
        margin-bottom: 25px;
        width: 120px;
        min-width: 0;
        min-height: 125px;
    }

    .testimonials__item i {
        width: 80px;
        height: 80px;
        border-radius: 15px;
    }

    .testimonials__item_youtube i {
        background-size: 51px 36px;
    }

    .testimonials__item_chrome i {
        background-size: 46px;
    }

    .testimonials__item_fb i {
        background-size: 46px;
    }

    .testimonials__item_twitter i {
        background-size: 46px;
    }

    .testimonials__item_journal i {
        background-size: 45px 53px;
    }

    .testimonials__item span {
        font-size: 14px;
        line-height: 16px;
    }

    .second {
        padding-top: 40px;
        padding-bottom: 540px;
        background-attachment: scroll;
    }

    .second .subtitle {
        font-size: 40px;
        line-height: 46px;
    }

    .second .subtitle span {
        padding-top: 0;
        padding-bottom: 0;
    }

    .third {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 38px;
        padding-right: 38px;
    }

    .third__referral {
        margin-bottom: 30px;
    }

    .third__scheme {
        display: none;
    }

    .third__scheme-m {
        margin-bottom: 40px;
    }

    .third__scheme-m img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .third__pool {
        font-size: 22px;
        line-height: 36px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .third__referral {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .third__levels {
        font-size: 20px;
        line-height: 22px;
    }

    .fourth {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .fourth:after {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

    .fourth__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 45px;
    }

    .fourth__description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 23px;
    }

    .fourth .store-links {
        justify-content: center;
    }

    .fourth .store {
        border-color: #fff;
    }

    .fourth .store_android {
        display: none;
    }

    .fourth .btn:after {
        display: none;
    }

    .calculate {
        padding-top: 50px;
    }

    .calculate .subtitle {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .calc__label {
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        margin-bottom: 27px;
    }

    .calc__label b {
        font-size: 28px;
        line-height: 31px;
        top: 3px;
    }

    .rangeSlider__horizontal {
        height: 5px;
        max-width: 300px;
    }

    .rangeSlider__handle {
        width: 25px;
        height: 25px;
        border-width: 5px;
        top: -10px;
    }

    .calc__item {
        margin: 0 auto;
        margin-bottom: 50px;
        padding-right: 0;
    }

    .calc__item+.calc__item {
        margin-top: 0;
    }

    .results__table thead th {
        font-size: 18px;
        line-height: 20px;
    }

    .results__table tbody td {
        font-size: 20px;
        line-height: 22px;
        height: 50px;
    }

    .results__table tbody tr {
        border-bottom: none;
        box-shadow: 0px 8px 1px -8px #eee;
    }

    .results__table td.results__round {
        font-size: 12px;
        line-height: 14px;
    }

    .results__table thead th .small {
        font-size: 10px;
        line-height: 11px;
    }

    .percent {
        display: block;
        text-align: center;
    }

    .total {
        margin-bottom: 50px;
    }

    .total__friends {
        display: block;
        margin-left: 0;
    }

    .total__title {
        margin-bottom: 14px;
    }

    .total__label {
        display: block;
        font-size: 16px;
        line-height: 17px;
    }

    .total__value_income {
        font-size: 50px;
        margin-bottom: 0;
    }

    .graph {
        display: block;
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 38px;
    }

    .graph__img {
        height: 305px;
        background-size: 712px 305px;
    }

    .graph__title {
        display: block;
        font-size: 17px;
        font-weight: normal;
    }

    .graph__text {
        margin-left: 38px;
        position: static;
        max-width: none;
    }

    .bucks {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        text-align: center;
    }

    .fifth {
        padding-bottom: 20px;
        padding-left: 38px;
        padding-right: 38px;
    }

    .fifth__title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 15px;
        max-width: none;
    }

    .fifth__description {
        font-size: 16px;
        line-height: 22px;
        max-width: none;
    }

    .fifth__row {
        min-height: 0;
    }

    .fifth__row_monero2btc:before {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 300px;
        height: 239px;
        margin-top: 0;
        margin-bottom: 30px;
        transform: translateX(-30px);
    }

    .fifth__row_hardware {
        padding-top: 180px;
        background-size: 120px;
        background-position: center 30px;
        height: auto;
    }

    .fifth__row_monero2btc .fifth__title,
    .fifth__row_monero2btc .fifth__description {
        margin-left: 0;
    }

    .fifth__row_hardware .fifth__title,
    .fifth__row_hardware .fifth__description {
        margin-right: 0;
    }

    .sixth {
        padding-top: 40px;
        padding-bottom: 45px;
        padding-left: 38px;
        padding-right: 38px;
    }

    .sixth__title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .sixth__description {
        font-size: 16px;
        line-height: 22px;
    }

    .sixth__hurry {
        line-height: 36px;
    }

    .howto {
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        overflow: hidden;
    }

    .list__item {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .faq__description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .card:nth-child(n+3) {
        display: none;
    }

    .card__title {
        line-height: 25px;
        margin-bottom: 15px;
    }

    .card__body {
        font-size: 14px;
        line-height: 16px;
    }

    .faq__cards {
        margin-bottom: 10px;
    }

    .faq__all {
        font-size: 16px;
        line-height: 17px;
    }

    .join {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 27px;
        padding-right: 27px;
    }

    .join .store_android {
        display: none;
    }

    .join__content {
        max-width: none;
        text-align: center;
        margin-left: 0;
    }

    .join__content:before {
        display: none;
    }

    .join__icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .join__description {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .join__img {
        margin-bottom: 40px;
    }

    .join__img img {
        position: relative;
        left: 25px;
        max-width: 100%;
        height: auto;
    }

    .participation {
        padding-top: 0;
        margin-bottom: 0;
    }

    .participation__tip {
        display: none;
    }

    .participation__title {
        padding-left: 0;
        padding-top: 60px;
        background-position: top;
    }

    .page_promo .logo {
        margin-bottom: 0;
    }

    .page_promo .header__menu {
        display: none;
    }

    .page_promo .countdown__users {
        display: none;
    }

    .join_asian .join__content,
    .join_hindu .join__content,
    .join_beardie .join__content {
        align-items: center;
    }

    .startearning {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 27px;
        padding-right: 27px;
    }

    .startearning .subtitle {
        margin-bottom: 20px;
    }

    .startearning .description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .steps {
        max-width: none;
        margin-bottom: 0;
    }

    .steps__item {
        width: 100%;
        text-align: left;
    }

    .steps__item:last-child {
        margin-bottom: 0;
    }

    .steps__item:before {
        display: none;
    }

    .steps__icon_1 img {
        width: 88px;
        height: 80px;
    }

    .steps__icon_2 img {
        width: 89px;
        height: 53px;
    }

    .steps__icon_3 img {
        width: 48px;
        height: 88px;
    }

    .steps__icon_4 img {
        width: 74px;
        height: 64px;
    }

    .steps__text {
        padding-left: 45px;
        position: relative;
    }

    .steps__text:before {
        content: counter(steps);
        box-sizing: border-box;
        display: block;
        width: 26px;
        height: 26px;
        line-height: 22px;
        border: 2px solid #F7931A;
        border-radius: 13px;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        text-align: center;
        left: 0;
        top: 0;
        color: #F7931A;
    }

    .getaccess {
        padding-top: 50px;
        background-image: url("../images/affiliate_cover_mobile.png");
        background-size: 400px 180px;
        background-position: bottom -3px center;
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 768px) and (min-resolution: 192dpi) {
    .getaccess {
        background-image: url("../images/affiliate_cover_mobile@2x.png");
    }
}

@media screen and (max-width: 768px) {
    .getaccess .title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .getaccess .description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .getaccess .btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .getaccess .note {
        display: block;
    }
}

@media (max-width: 600px) {
    .title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media screen and (max-width: 850px) {

    .store_cryptosearch span,
    .store_cryptotab span {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .store-links {
        max-width: 182px;
    }

    .store-links+span {
        display: block;
    }

    .extensions {
        background-size: 320px auto;
        background-position: center bottom;
    }

    .extensions .wrapper {
        height: auto;
        padding-left: 27px;
        padding-right: 27px;
        padding-bottom: 348px;
    }

    .extensions__text {
        width: 100%;
        max-width: none;
    }

    .extensions__text p {
        font-size: 24px;
        line-height: 32px;
    }

    .extensions__warning {
        font-size: 13px;
        line-height: 15px;
    }

    .extensions__btn {
        text-align: center;
    }

    .extensions__store-btns {
        justify-content: center;
    }

    .join_girl .join__content,
    .join_man .join__content {
        margin-left: 0;
        max-width: none;
        text-align: center;
        align-items: center;
    }

    .join_girl .join__content:before,
    .join_man .join__content:before {
        display: none;
    }

    .bform {
        width: 100%;
    }

    .bform__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .page_generator .container__text {
        padding-left: 28px;
        padding-right: 28px;
    }

    .bform__col+.bform__col {
        margin-top: 15px;
    }

    .page_ru .menu__item_join {
        margin-left: 0;
    }

    .fourth .store-btns {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
    }

    .fourth .store-btn {
        max-width: 350px;
    }

    .features {
        margin-bottom: 30px;
    }

    .features__item:after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        background-color: #D8D8D8;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 330px) {
    .page_en .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .page_tr .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .page_hi .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 400px) {

    .page_it .header__socials span,
    .page_fr .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 410px) {

    .page_es .header__socials span,
    .page_ru .header__socials span,
    .page_de .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .page_bn .header__socials span {
        display: none;
    }
}

@media screen and (max-width: 344px) {
    .first__screen-img img {
        width: 100%;
        height: auto;
    }
}

/*# sourceMappingURL=style.css.map */