* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

ol,
ul {
  list-style: none; }

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap; }

q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

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'] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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;
  -webkit-box-shadow: none;
  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::-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::placeholder {
  color: transparent; }

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

.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_more {
    height: auto;
    min-height: 60px;
    line-height: normal;
    font-weight: bold;
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.btn strong {
  font-weight: 700; }

.btn:hover {
  background-color: #f7931a; }

.btn:active {
  background-color: #d6d6d6; }

.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), (-o-min-device-pixel-ratio: 2/1), (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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .btn_download:before {
    background-image: url("../images/btn-download@2x.png");
    background-size: 12px 14px; } }

.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; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .btn_black:hover:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .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; }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.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), (-o-min-device-pixel-ratio: 2/1), (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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 540px) {
  .btn_social {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px; } }

.btn_social:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.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: 13px;
  height: 24px;
  background-image: url("../images/icon-fb.svg"); }

.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: 34px;
  height: 19px;
  background-image: url("../images/icon-vk.svg"); }

.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: 23px;
  height: 19px;
  background-image: url("../images/icon-tw.svg"); }

.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: 28px;
  height: 18px;
  background-image: url("../images/icon-gplus.svg"); }

.btn_social_mail {
  background-color: #fff;
  border: 1px solid #CDCDCD;
  background-image: url("../images/icon-mail.svg");
  background-size: 33px 27px; }

.btn_social_mail:hover {
  border: 2px solid #4285F4;
  background-color: #fff; }

.btn_social_mail:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6; }

.btn_social:active:before {
  opacity: .7; }

.btn_web-version {
  background-color: #F7931A;
  font-weight: bold;
  padding-right: 38px;
  padding-left: 50px;
  padding-top: 19px;
  padding-bottom: 18px;
  width: 100%;
  max-width: 370px;
  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;
  text-align: center; }
  .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; }

.calc {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 106px; }
  .calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .calc__item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 380px; }
    .calc__item + .calc__item {
      margin-left: 80px; }
  .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: 0;
      bottom: -58px;
      font-weight: bold;
      font-size: 36px;
      line-height: 49px;
      color: #000; }
    @media (max-width: 768px) {
      .calc__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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;
      -webkit-box-sizing: border-box;
      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: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.calculate .subtitle {
  margin-bottom: 80px; }

.card {
  display: block;
  width: 340px;
  height: 300px;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: left; }

.card:hover {
  border-color: #4285f4; }

.card:before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%);
  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:hover .card__title {
  color: #4285f4; }

.card__body {
  font-size: 16px;
  line-height: 22px;
  color: #000; }

.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: -1;
  height: 100%; }

.coins_black {
  background-color: #000; }

.coins:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  position: absolute;
  z-index: 990; }

.coin {
  position: absolute;
  opacity: 0.7;
  -webkit-animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  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;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
  width: 36px;
  height: 36px; }

.coin:nth-child(2) {
  left: 16.66%;
  top: -100px;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px; }

.coin:nth-child(3) {
  left: 24.990000000000002%;
  top: -100px;
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  width: 6px;
  height: 6px; }

.coin:nth-child(4) {
  left: 33.32%;
  top: -100px;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  width: 48px;
  height: 48px; }

.coin:nth-child(5) {
  left: 41.65%;
  top: -100px;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
  width: 48px;
  height: 48px; }

.coin:nth-child(6) {
  left: 49.980000000000004%;
  top: -100px;
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
  width: 18px;
  height: 18px; }

.coin:nth-child(7) {
  left: 58.31%;
  top: -100px;
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px; }

.coin:nth-child(8) {
  left: 66.64%;
  top: -100px;
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
  width: 60px;
  height: 60px; }

.coin:nth-child(9) {
  left: 74.97%;
  top: -100px;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
  width: 54px;
  height: 54px; }

.coin:nth-child(10) {
  left: 83.3%;
  top: -100px;
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
  width: 54px;
  height: 54px; }

.coin:nth-child(11) {
  left: 91.63%;
  top: -100px;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  width: 30px;
  height: 30px; }

.coin:nth-child(12) {
  left: 99.96000000000001%;
  top: -100px;
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 2.7s;
  animation-duration: 2.7s;
  width: 48px;
  height: 48px; }

@-webkit-keyframes cascade-down {
  0% {
    -webkit-transform: translateY(0, -8px);
    transform: translateY(0, -8px); }
  25% {
    -webkit-transform: translateY(0, 2vh);
    transform: translateY(0, 2vh); }
  50% {
    -webkit-transform: translateY(0, 4vh);
    transform: translateY(0, 4vh); }
  75% {
    -webkit-transform: translateY(0, 16vh);
    transform: translateY(0, 16vh); }
  100% {
    -webkit-transform: translate(0, 103vh);
    transform: translate(0, 103vh);
    opacity: 0; } }

@keyframes cascade-down {
  0% {
    -webkit-transform: translateY(0, -8px);
    transform: translateY(0, -8px); }
  25% {
    -webkit-transform: translateY(0, 2vh);
    transform: translateY(0, 2vh); }
  50% {
    -webkit-transform: translateY(0, 4vh);
    transform: translateY(0, 4vh); }
  75% {
    -webkit-transform: translateY(0, 16vh);
    transform: translateY(0, 16vh); }
  100% {
    -webkit-transform: translate(0, 103vh);
    transform: translate(0, 103vh);
    opacity: 0; } }

.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: calc(100vh - 266px);
  background-color: #fff;
  padding-top: 150px; }

@media only screen and (max-width: 880px) {
  .container {
    min-height: calc(100vh - 150px); } }

.container .header {
  position: absolute;
  top: 0;
  left: 0; }

@media only screen and (max-width: 1080px) {
  .container {
    display: block;
    padding-top: 0; }
  .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;
  margin-left: auto;
  margin-right: auto; }

.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__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; }

.faq {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ececec;
  border-bottom: 1px solid #c0c0c0;
  text-align: center; }

.faq__description {
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 50px; }

.faq__cards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 1060px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

@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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .faq__all:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.faq__all:hover {
  color: #f7931a; }

.more-link {
  display: inline-block;
  height: auto;
  min-height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4285F4;
  font-size: 14px; }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .more-link span::after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.fifth {
  display: block;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.fifth__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -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;
  z-index: 10;
  background-color: #fff; }
  .first .coins {
    background-color: transparent; }

.first__description {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 440px;
  padding-left: calc(50% + 20px);
  padding-right: 20px;
  background-image: url("../images/screen.png");
  background-size: 640px 408px;
  background-repeat: no-repeat;
  background-position: top right calc(50% + 350px);
  margin-bottom: 15px; }
  .first__screen strong {
    font-weight: bold; }
  .first__screen sup {
    font-size: 12px; }
  .first__screen-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .first__screen-top img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 20px; }
    .first__screen-top p {
      margin: 0;
      font-size: 24px;
      line-height: 34px; }
      .first__screen-top p b {
        font-weight: bold; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .first__screen {
    background-image: url("../images/screen@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__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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px; }

@media only screen and (max-width: 700px) {
  .first__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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__login {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  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; }

.footer {
  display: block;
  background-color: #000;
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 2; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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; }
  .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 {
    -webkit-transform: translateY(calc(-100% - 40px));
    -ms-transform: translateY(calc(-100% - 40px));
    transform: translateY(calc(-100% - 40px));
    position: absolute;
    width: 100%; }
  .footer__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .footer__menu {
        padding-right: 0;
        width: 100%; } }

.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; }
    .fourth .btn_download:hover {
      background-color: #f7931a; }
    .fourth .btn_download:active {
      background-color: #d6d6d6; }

.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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .fourth:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.graph {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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; }

.burger {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 22px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  z-index: 200; }
  .burger.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    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; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 1080px) {
    .header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10; }
  .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; }
    @media (max-width: 768px) {
      .header__menu--mobile-center {
        text-align: center; } }
  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    color: #757575;
    margin-right: 30px;
    text-transform: capitalize; }
    .header__socials a {
      text-decoration: none; }
      .header__socials a svg #getcryptotab--chat-icons {
        fill: #494949; }
      .header__socials a:hover svg #getcryptotab--chat-icons {
        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;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
    .header__lang_transparent .lang__current:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 0 1px #fff;
      box-shadow: 0 0 0 1px #fff; }
  .header__lang_transparent .lang.opened .lang__current {
    color: #3E82F7;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff; }
  .header--white {
    background-color: #fff; }
  .header--inverse .header__socials > span {
    color: #D6D6D6; }
  .header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
    fill: #fff; }
  .header--inverse .lang__current {
    background-color: #282828;
    color: #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); } }

.header.header--no-margin {
  margin-bottom: 0; }

@media only screen and (max-width: 910px) {
  .first .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .first .header .logo {
    margin-bottom: 30px; } }

.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), (-o-min-device-pixel-ratio: 2/1), (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; }

.refurl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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; }

.promo {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: -35px;
  top: 35px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .participation__title {
    background-image: url("../images/alert@2x.png"); } }

.participation__btn {
  position: relative; }

.participation__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: center;
  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%;
  -webkit-transform: translateX(calc(-100% - 70px));
  -ms-transform: translateX(calc(-100% - 70px));
  transform: translateX(calc(-100% - 70px)); }

.page_ru .participation__tip,
.page_de .participation__tip {
  -webkit-transform: translateX(calc(-100% - 20px));
  -ms-transform: translateX(calc(-100% - 20px));
  transform: translateX(calc(-100% - 20px)); }

.page_it .participation__tip,
.page_es .participation__tip {
  -webkit-transform: translateX(calc(-100% - 30px));
  -ms-transform: translateX(calc(-100% - 30px));
  transform: translateX(calc(-100% - 30px)); }

.page_fr .participation__tip {
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px)); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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: 1080px) {
  .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; }

.social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 540px) {
  .social-btns {
    max-width: 282px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.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; }

.howto {
  display: block;
  background-color: #F7931A;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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); } }

.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -518px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .join_girl .join__content:before {
        width: 361px;
        height: 492px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -481px;
        bottom: 0;
        background-image: url("../images/girl.jpg");
        background-size: 361px 492px; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .join_man .join__content:before {
        width: 680px;
        height: 530px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -730px;
        bottom: 0;
        background-image: url("../images/man.jpg");
        background-size: 680px 530px; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .join_asian .join__content:before {
        width: 475px;
        height: 528px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -555px;
        bottom: 0;
        background-image: url("../images/asian.jpg");
        background-size: 475px 528px; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .join_hindu .join__content:before {
        width: 460px;
        height: 523px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -555px;
        bottom: 0;
        background-image: url("../images/hindu.jpg");
        background-size: 460px 523px; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .join_beardie .join__content:before {
        width: 520px;
        height: 459px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -585px;
        bottom: 0;
        background-image: url("../images/beardie.jpg");
        background-size: 520px 459px; }
        @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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: 80px;
  padding-bottom: 65px;
  border-bottom: 1px solid #D6D6D6;
  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_border_top {
    border-top: 1px solid #D6D6D6;
    border-bottom: none; }

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 820px) {
    .steps {
      max-width: 400px;
      -ms-flex-wrap: wrap;
      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: 43px;
    height: 14px;
    background-image: url("../images/steps-arrow.png");
    margin-top: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: 43px 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .steps__arrow {
        background-image: url("../images/steps-arrow@2x.png"); } }
    @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; }
    .steps__item:before {
      content: counter(steps);
      -webkit-box-sizing: border-box;
      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; }
    @media only screen and (max-width: 820px) {
      .steps__item {
        margin-bottom: 30px; } }
  .steps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px; }
  .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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .extensions {
      background-image: url("../images/extensions-bg@2x.png"); } }
  .extensions .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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; }
    @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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .extensions__store-btns .store {
      margin-right: 10px; }

.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer; }

.link:hover {
  text-decoration: underline; }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .link_info:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px; } }

.link_info:hover {
  text-decoration: underline; }

.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; }

.logo {
  display: block; }
  @media only screen and (max-width: 1280px) {
    .logo img {
      max-width: 300px;
      height: auto; } }
  @media only screen and (max-width: 1220px) {
    .logo img {
      max-width: 250px;
      height: auto; } }

@media only screen and (max-width: 1080px) {
  .logo {
    margin-bottom: 30px; } }

.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;
        -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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; }

.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; }

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px; }
  .page_black .coins {
    background-color: #000; }

.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 .footer {
  position: relative;
  z-index: 10; }

.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; }

.footer .google-play {
  width: 165px; }

@media only screen and (max-width: 850px) {
  .page_promo .container {
    display: block;
    padding-top: 0; }
  .page_promo .header {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: static;
    margin-bottom: 30px; }
  .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;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  -webkit-box-align: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page_tab .logo {
    margin-bottom: 30px; } }

@media only screen and (max-width: 560px) {
  .page_tab .header__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

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: block;
  height: 40px;
  border: 1px solid #D6D6D6;
  line-height: 38px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-radius: 2px;
  width: 40px;
  text-decoration: none; }

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 {
  width: auto;
  padding-left: 15px;
  padding-right: 15px; }

.form {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px; }

.form form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.form input[type="text"] {
  width: 460px;
  height: 50px;
  border-radius: 2px;
  padding-left: 38px;
  border: 1px solid #CECECE;
  border-right: none;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 15px center; }

.page_payments .form input[type="text"] {
  border-radius: 2px 0 0 2px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .form input[type="text"] {
    background-image: url("../images/search@2x.png"); } }

.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; }

.error-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #F7931A; }

.table {
  width: 750px;
  margin-bottom: 40px; }

.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 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; }

@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: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px; }
  .table_journal td {
    height: auto; }
  .table_journal td:first-child {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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; }

.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; }

.percent {
  display: inline-block;
  font-size: 12px;
  color: #f7931a;
  font-weight: 700; }

.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 textarea {
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-bottom: 14px;
    border: none;
    border-bottom: 1px solid #c9c9d0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    height: 33px; }
    .input-row textarea.error {
      border-color: red; }
    .input-row textarea:focus {
      border-color: #4285f4; }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .arrow {
      background-image: url("../images/sprites/sprite@2x.png");
      background-size: 223px 121px; } }

.results {
  display: none;
  background-color: #494949;
  position: relative;
  padding-top: 68px;
  padding-bottom: 40px;
  text-align: center; }

.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%;
  max-width: 840px;
  margin: 0 auto 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: 600; }

.results__table tbody td:nth-child(3) {
  font-weight: 300; }

.results__table tbody td:nth-child(3) span {
  font-weight: 600; }

.results__table td.results__round {
  color: #fff;
  font-size: 14px;
  text-align: left;
  max-width: 150px;
  width: 10%;
  white-space: nowrap; }

.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;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none; }

.scroll2top.show {
  opacity: 1;
  pointer-events: auto; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .scroll2top {
    background-image: url("../images/scroll2top@2x.png"); } }

.scroll2top:hover {
  background-color: #4285F4; }

.second {
  display: block;
  width: 100%;
  height: 100vh;
  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: 200px; }

.second .subtitle {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  left: 0;
  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;
  -webkit-box-shadow: 25px 0 0 #F7931A, -25px 0 0 #F7931A;
  box-shadow: 25px 0 0 #F7931A, -25px 0 0 #F7931A;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.section {
  display: block; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .speedbox.animated .speedbox__score {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: score_anim;
    animation-name: score_anim;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in; }
  .speedbox.animated .speedbox__pointer {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pointer_anim;
    animation-name: pointer_anim;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0; }
  .speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 300px;
    width: 300px;
    background: transparent;
    border-radius: 50%;
    border: 18px solid #4285f4;
    border-color: transparent transparent #4285f4 #4285f4;
    -webkit-box-sizing: border-box;
    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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .speedbox__odo i {
      font-size: 13px;
      opacity: .6; }
    .speedbox__odo > div {
      margin-bottom: 0; }
    .speedbox__odo span {
      font-size: .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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .speedbox__pointer {
        background-image: url("../images/pointer@2x.png"); } }
  .speedbox + .referred {
    position: relative;
    z-index: 100;
    margin-bottom: 40px; }

@-webkit-keyframes score_anim {
  25% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

@keyframes score_anim {
  25% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

@-webkit-keyframes pointer_anim {
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes pointer_anim {
  25% {
    -webkit-transform: rotate(180deg);
    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; }

.refurl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .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; }

.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), (-o-min-device-pixel-ratio: 2/1), (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: 40px;
  line-height: 55px;
  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; } }

.footer__store-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.store-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 118px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; } }

@media only screen and (max-width: 1000px) {
  .footer .footer__store-links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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; }
  .page_ru .menu__item_join {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.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;
  -ms-flex-negative: 0;
  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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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 {
    -webkit-filter: brightness(0) invert(1);
    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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .store_browser:before {
        background-image: url("../images/browser-icon-footer@2x.png"); } }

.footer .store_cryptosearch:before {
  left: 14px; }

.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 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.page_ff .store_ff {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.page_ff.page_v2 .store_ff {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  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; }

.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; }

.subtitle {
  display: block;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  text-align: center; }

.subtitle_white {
  color: #fff; }

.screen {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  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;
    -ms-flex-wrap: wrap;
    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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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; }

.third {
  display: block;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 50px;
  color: #fff; }

.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 {
  font-size: 18px;
  line-height: 24px;
  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: 1038px;
  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; }

.title {
  display: block;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300; }

.title strong {
  font-weight: 700; }

.total {
  margin-bottom: 60px;
  text-align: center; }

.total__title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #f7931a;
  font-weight: bold;
  text-transform: uppercase; }

.total__friends {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 25px; }

.total__friends .total__label,
.total__friends .total__value {
  margin-bottom: 0; }

.total__label {
  font-size: 16px;
  line-height: 17px;
  color: #d6d6d6;
  margin-bottom: 10px; }

.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; }

.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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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; }

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

@media only screen and (max-width: 720px) {
  .header .lang {
    display: none; } }

.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  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 {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px; }

.lang__list {
  display: none;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: absolute;
  width: 100%;
  margin-top: 5px; }

.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 {
  margin-right: 6px; }

.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 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    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;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  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), (-o-min-device-pixel-ratio: 13/10), (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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  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), (-o-min-device-pixel-ratio: 13/10), (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: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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 {
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  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; }

.page_results .table {
  margin-bottom: 0; }

.winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px; }

.winner {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
    -ms-flex-negative: 0;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-width: 400px;
      width: auto;
      padding-right: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #FFFDFD;
      border: 1px solid #D6D6D6;
      border-radius: 2px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .winner__body .col {
      text-align: left;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .winner__body .col:first-child {
      white-space: nowrap;
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .clover span:before {
          background-image: url("../images/clover@2x.png"); } }
  .clover b {
    font-weight: bold; }

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 80px;
  max-width: 965px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (max-width: 800px) {
    .features {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }

.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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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: 346px;
  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; }

.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; }

.why {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid #D6D6D6;
  border-left: none;
  border-right: none; }
  .why_no-border {
    border-bottom: none; }
  .why .wrapper {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px; }
  .why__upto {
    display: block;
    width: 186px;
    height: 90px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    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-bottom: 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;
    margin-bottom: 15px; }
  .why__list {
    margin-bottom: 105px;
    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 strong, .why__text b {
      font-weight: bold; }
  .why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    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 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 460px;
    height: 320px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    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 img {
      display: block;
      position: relative;
      z-index: 1;
      top: 15px;
      left: 15px; }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1050px; }
  .why__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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__title {
      color: #fff; }
    .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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-linear-gradient(135deg, #000000 0%, #494949 100%);
      background-image: -o-linear-gradient(135deg, #000000 0%, #494949 100%);
      background-image: linear-gradient(-45deg, #000000 0%, #494949 100%);
      border-color: rgba(214, 214, 214, 0.4); }
      .why_black .why__img:after {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
        background-image: -webkit-linear-gradient(top, #000000 0%, #494949 100%);
        background-image: -o-linear-gradient(top, #000000 0%, #494949 100%);
        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-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%; }

.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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .referrals__total span:before {
          background-image: url("../images/people_gray@2x.png"); } }
  .referrals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .referrals__row_labels {
      visibility: hidden;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .referrals__row_labels .referrals__label:first-child {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5; }
      .referrals__row_labels .referrals__label:nth-child(2) {
        text-align: right;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding-right: 40px; }
      .referrals__row_labels .referrals__label:last-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding-right: 40px;
        text-align: right; }
  .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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
          .referrals__col_day .referrals__total span:before {
            background-image: url("../images/people_orange@2x.png"); } }
    .referrals__col_earnings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: 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 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left; }
    .referrals_our .level__value {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; }
  .level__value {
    display: block;
    font-size: 48px;
    font-weight: bold;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    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; }

.bonus {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 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 !important; }

.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 {
    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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .browser-icon_safari {
        background-image: url("../images/browser-icon_safari@2x.png"); } }

.browser-name {
  text-transform: capitalize; }

.btn + .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;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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; }

.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; }

@-webkit-keyframes heading-rotation-animation {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    opacity: 0; }
  20%, 80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    opacity: 0; } }

@keyframes heading-rotation-animation {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    opacity: 0; }
  20%, 80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    opacity: 0; } }

@-webkit-keyframes heading-rotation-last-animation {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    opacity: 0; }
  20%, 80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes heading-rotation-last-animation {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    opacity: 0; }
  20%, 80% {
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    text-align: center;
    font-size: 4vw;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .rotator__item_3 {
      opacity: 0;
      position: static; }
      .rotator__item_3.show {
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s; }
    @media only screen and (max-width: 768px) {
      .rotator__item {
        font-size: 32px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .rotator .title {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0; }

.page_loaded .rotator__item_1 {
  -webkit-animation: heading-rotation-animation 3.25s 0.75s;
  animation: heading-rotation-animation 3.25s 0.75s; }

.page_loaded .rotator__item_2 {
  -webkit-animation: heading-rotation-last-animation 3.25s 3.75s;
  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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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; } }

@media only screen and (max-width: 800px) {
  .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .features__item {
    margin-bottom: 30px; }
  .features__item::before,
  .features__item:last-child::after {
    display: none; }
  .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,
  .why__item:nth-child(even) .why__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    left: 45px;
    top: 2px; }
  .why__label {
    top: -25px;
    left: 127px; } }

.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), (-o-min-device-pixel-ratio: 2/1), (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: 380px;
    font-weight: bold;
    height: auto;
    line-height: 17px;
    padding-top: 22px;
    padding-bottom: 21px; }
  .getaccess .note {
    font-size: 11px;
    line-height: 12px; }

.ct-counters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .ct-counters-container .why__upto {
    margin: 0; }
  @media only screen and (max-width: 800px) {
    .ct-counters-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ct-counters-container .why__upto {
        margin-bottom: 30px; } }

.ct-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 440px; }
  @media only screen and (max-width: 480px) {
    .ct-counters {
      max-width: 210px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ct-counters .ct-counter:not(:last-child) {
        margin-bottom: 20px; } }

.ct-counter {
  display: block;
  width: 210px;
  height: 100px; }
  .ct-counter__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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; }

.btc-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 32px;
      line-height: 36px; }
      .btc-bonus img {
        margin-right: 0;
        margin-bottom: 10px; } }

.notification {
  display: block;
  width: 100%;
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
  background-image: -webkit-linear-gradient(225deg, #494949 15%, #000 85%);
  background-image: -o-linear-gradient(225deg, #494949 15%, #000 85%);
  background-image: linear-gradient(-135deg, #494949 15%, #000 85%);
  border-bottom: 5px solid #F7931A;
  position: relative;
  cursor: pointer;
  text-decoration: none; }
  .notification__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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), (-o-min-device-pixel-ratio: 2/1), (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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
    -webkit-animation-name: stick;
    animation-name: stick;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    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; } }

@-webkit-keyframes stick {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes stick {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.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_transparent {
    background-color: transparent; }
  .popup_alert .popup__handler {
    padding-top: 30px; }
  .popup_alert .popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: calc(100% - 10px);
    max-width: 450px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 30px; }
    .popup__footer.cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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 h1 {
    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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    #promoSharingPopup {
      background-image: url("../images/sharing-popup-bg@2x.png"); } }
  #promoSharingPopup .popup__handler {
    max-width: 600px; }
  #promoSharingPopup .popup__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        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%; }

.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; }

.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-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    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_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_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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .btn_app-store {
      background-image: url("../images/app-store-btn@2x.png"); } }

.sharing-section {
  display: block;
  padding-top: 109px;
  padding-bottom: 109px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
  background-image: -webkit-linear-gradient(top, #000000 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #494949 100%);
  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;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sharing-section__pretitle {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #F7931A;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sharing-section__pretitle {
        font-size: 16px;
        line-height: 22px; } }
  .sharing-section__title {
    display: block;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sharing-section__title {
        font-size: 28px;
        line-height: 31px; } }
  .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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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 {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: -2px;
      top: auto;
      bottom: 44px; }

.video-block {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
  background-image: -webkit-linear-gradient(top, #000000 0%, #494949 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #494949 100%);
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .video-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .video-block__content {
    display: block;
    width: 100%;
    max-width: 900px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
    @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 iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.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-repeat: no-repeat;
      background-position: center center;
      background-image: url("../images/mobile-screens.png");
      background-size: 435px 455px;
      position: absolute;
      left: 600px;
      bottom: -90px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .mobile-version__content::after {
          background-image: url("../images/mobile-screens@2x.png"); } }
    .mobile-version__content--girl:after {
      width: 474px;
      height: 455px;
      background-image: url("../images/mobile-screens_girl.png");
      background-size: 474px 455px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .mobile-version__content--girl:after {
          background-image: url("../images/mobile-screens_girl@2x.png"); } }
    .mobile-version__content--kevin:after {
      width: 524px;
      height: 455px;
      background-image: url("../images/mobile-screens_kevin.png");
      background-size: 524px 455px; }
      @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
        .mobile-version__content--kevin:after {
          background-image: url("../images/mobile-screens_kevin@2x.png"); } }
    @media (max-width: 768px) {
      .mobile-version__content:after {
        left: 50%;
        bottom: -330px;
        width: 100%;
        height: 273px;
        background-size: auto 273px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: 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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .mobile-version__btns .app-store-btn,
        .mobile-version__btns .google-play-btn {
          margin: 0 5px 10px;
          width: 100%;
          max-width: 380px; } }

.mobile-version--orange {
  background-color: #F7931A; }
  .mobile-version--orange .mobile-version__text {
    color: #FFDFB8; }
  .mobile-version--orange .app-store-btn:hover,
  .mobile-version--orange .google-play-btn:hover {
    background-color: #4285f4; }
  .mobile-version--orange .app-store-btn:active,
  .mobile-version--orange .google-play-btn:active {
    background-color: #255199; }

.app-store-btn,
.google-play-btn {
  display: inline-block;
  width: 210px;
  height: 62px;
  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;
  -webkit-transition: background-color .15s;
  -o-transition: background-color .15s;
  transition: background-color .15s; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .app-store-btn {
      background-image: url("../images/app-store-btn@2x.png"); } }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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 #getcryptotab--chat-icons {
  fill: #31A5E0; }

.header__socials .social-link_vk {
  display: none; }
  .header__socials .social-link_vk svg #getcryptotab--chat-icons {
    fill: #577CA4; }

.header__socials .social-link_youtube {
  display: none; }

.header__socials .social-link_twitter svg #getcryptotab--chat-icons {
  fill: #1DA1F2; }

.header__socials .social-link_instagram:hover svg #instagram_up {
  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; } }

.footer .social-links a svg #getcryptotab--chat-icons {
  fill: #fff; }

.footer .social-link_instagram svg #instagram_up {
  fill: #fff; }

.footer .social-link_instagram:hover svg #instagram_up {
  fill: #F7931A; }

.footer .social-link_youtube:hover svg #youtube_icon {
  fill: #F7931A; }

.footer .social-links a:hover svg #getcryptotab--chat-icons {
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .community-section__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; } }
  .community-section__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .community-section__img img {
      display: block;
      -ms-flex-negative: 0;
      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; }

.mobile-info {
  text-align: left; }
  .mobile-info .btn,
  .mobile-info .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 700px) {
      .mobile-info .btn,
      .mobile-info .more-link {
        max-width: 420px;
        width: 100%; } }
  .mobile-info .btn {
    line-height: 17px; }
  .mobile-info .more-link {
    font-size: 14px;
    line-height: 16px;
    color: #000; }
    .mobile-info .more-link span:after {
      position: relative;
      top: 1px; }
  .mobile-info__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: -20px; }
  .mobile-info__video {
    height: 400px;
    width: 100%;
    background-color: #000; }
    .mobile-info__video + .mobile-info__content {
      margin-top: -10px; }
    .mobile-info__video iframe {
      width: 100%;
      height: 100%; }
  .mobile-info__content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 700px) {
      .mobile-info__content {
        text-align: center; } }
    .mobile-info__content--border {
      border-bottom: 1px solid #D6D6D6; }
    .mobile-info__content .title {
      display: block;
      font-size: 48px;
      line-height: 53px;
      font-weight: 300;
      margin-bottom: 20px;
      text-align: inherit; }
      @media (max-width: 700px) {
        .mobile-info__content .title {
          font-size: 34px;
          line-height: 38px;
          margin-bottom: 10px; } }
    .mobile-info__content .desc {
      font-size: 18px;
      line-height: 24px;
      color: #494949;
      font-weight: 300;
      margin-bottom: 30px;
      max-width: 940px;
      margin-left: auto;
      margin-right: auto;
      text-align: inherit; }
      @media (max-width: 700px) {
        .mobile-info__content .desc {
          font-size: 16px;
          line-height: 22px; } }
    .mobile-info__content .app-store,
    .mobile-info__content .google-play {
      display: block; }
      .mobile-info__content .app-store__title,
      .mobile-info__content .google-play__title {
        padding-top: 10px;
        display: block;
        font-size: 16px;
        line-height: 17px;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px; }
        @media (max-width: 700px) {
          .mobile-info__content .app-store__title,
          .mobile-info__content .google-play__title {
            text-align: left;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto; } }
      .mobile-info__content .app-store__link,
      .mobile-info__content .google-play__link {
        display: block;
        width: 320px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        background-color: #000;
        background-image: url(../images/google-play.png);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 3px;
        background-size: 165px 38px;
        -webkit-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13/10), (min-resolution: 1.3dppx) {
          .mobile-info__content .app-store__link,
          .mobile-info__content .google-play__link {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/google-play@2x.png"); } }
        @media (max-width: 700px) {
          .mobile-info__content .app-store__link,
          .mobile-info__content .google-play__link {
            width: 100%;
            max-width: 420px; } }
    .mobile-info__content .app-store__link {
      background-image: url(../images/app-store-btn.png);
      background-size: 139px 37px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13/10), (min-resolution: 1.3dppx) {
        .mobile-info__content .app-store__link {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/app-store-btn@2x.png"); } }
    @media (max-width: 768px) {
      .mobile-info__content--48 {
        color: #fff;
        margin-bottom: -22px;
        padding-bottom: 62px;
        background-image: url(../images/mobile-content_cover.png);
        background-size: cover;
        background-repeat: no-repeat; } }
  @media (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 768px) and (min-device-pixel-ratio: 1.3), (max-width: 768px) and (-o-min-device-pixel-ratio: 13/10), (max-width: 768px) and (min-resolution: 1.3dppx) {
    .mobile-info__content--48 {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/mobile-content_cover@2x.png"); } }
    @media (max-width: 768px) {
        .mobile-info__content--48 .desc {
          color: #D6D6D6; } }
  .mobile-info__cover {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: #F7931A; }
    .mobile-info__cover img {
      max-width: 100%;
      vertical-align: top; }
    .mobile-info__cover--white {
      background-color: #fff; }
    .mobile-info__cover--transparent {
      background-color: transparent; }
    .mobile-info__cover--40 {
      overflow: hidden;
      padding-left: 20px;
      padding-right: 20px; }
      .mobile-info__cover--40 img {
        min-width: 375px; }
    .mobile-info__cover--46 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      padding-left: 0px;
      padding-right: 0px; }
      .mobile-info__cover--46 img {
        min-width: 500px;
        margin-right: -20px; }
  .mobile-info__text-block {
    padding: 30px 20px 40px;
    text-align: center; }
    .mobile-info__text-block .subtitle {
      color: inherit;
      font-size: 20px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 30px; }
      @media (max-width: 500px) {
        .mobile-info__text-block .subtitle {
          text-align: left; } }
    .mobile-info__text-block .desc {
      margin-top: 30px;
      font-size: 14px;
      line-height: 22px;
      color: #494949; }
    .mobile-info__text-block--black {
      background-color: #000;
      color: #fff; }
      .mobile-info__text-block--black .desc {
        color: #D6D6D6; }
    .mobile-info__text-block--with-border {
      border-top: 1px solid #D6D6D6; }
    @media (max-width: 700px) {
      .mobile-info__text-block {
        text-align: left; } }
    @media (max-width: 700px) {
      .mobile-info__text-block .app-store__link,
      .mobile-info__text-block .google-play__link {
        width: 100%;
        max-width: 420px; } }
  .phone + .mobile-info__phone-block {
    margin-top: -30px; }
  .mobile-info__phone-block {
    padding-top: 30px;
    text-align: center; }
    .mobile-info__phone-block .mobile-info__icon {
      margin-top: 0;
      margin-bottom: 20px; }
    .mobile-info__phone-block .subtitle {
      color: inherit;
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 10px; }
    .mobile-info__phone-block .desc {
      font-size: 14px;
      line-height: 22px;
      color: #494949;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px; }
    .mobile-info__phone-block-btns {
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 15px; }
    .mobile-info__phone-block-bot {
      padding: 20px;
      border-top: 1px solid #D6D6D6; }
      .mobile-info__phone-block-bot .btn {
        margin-bottom: 0; }
    .mobile-info__phone-block--black {
      background-color: #000;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
      background-image: -webkit-linear-gradient(top, #000000 0%, #494949 100%);
      background-image: -o-linear-gradient(top, #000000 0%, #494949 100%);
      background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
      color: #fff; }
      .mobile-info__phone-block--black .mobile-info__phone-block-bot {
        border-color: rgba(247, 247, 247, 0.3); }
      .mobile-info__phone-block--black .desc {
        color: #D6D6D6; }
    .mobile-info__phone-block--with-border {
      border-top: 1px solid #D6D6D6; }
    @media (max-width: 700px) {
      .mobile-info__phone-block .app-store__link,
      .mobile-info__phone-block .google-play__link {
        width: 100%;
        max-width: 420px; } }
  .mobile-info--text-center {
    text-align: center; }

.mobile-info-blocks {
  padding-left: 20px;
  padding-right: 20px; }
  .mobile-info-blocks--last {
    padding-bottom: 25px; }
  .mobile-info-blocks .desc {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #757575; }
  .mobile-info-blocks .btn,
  .mobile-info-blocks .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 700px) {
      .mobile-info-blocks .btn,
      .mobile-info-blocks .more-link {
        max-width: 420px;
        width: 100%; } }
  .mobile-info-blocks .btn {
    line-height: 17px; }
  .mobile-info-blocks .more-link {
    font-size: 14px;
    line-height: 16px;
    color: #000; }
    .mobile-info-blocks .more-link span:after {
      position: relative;
      top: 1px; }

.b-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1090px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 960px) {
    .b-cards {
      -ms-flex-wrap: wrap;
      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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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), (-o-min-device-pixel-ratio: 2/1), (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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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; }
  @media (max-width: 768px) {
    .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; } }

.first-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px; }
  .first-section .header {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .first-section .header {
        margin-bottom: 20px; } }
  .first-section .container {
    display: block;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    min-height: auto;
    width: 100%;
    max-width: 1120px;
    background: transparent;
    text-align: left; }
  .first-section .info {
    position: relative;
    z-index: 2;
    max-width: 750px; }
  .first-section .slogan {
    font-size: 20px;
    line-height: 22px;
    color: #F7931A;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .first-section .slogan {
        font-size: 16px;
        line-height: 24px; } }
  .first-section .man {
    position: absolute; }
    .first-section .man img {
      vertical-align: top; }
  .first-section .title {
    text-align: inherit;
    font-size: 54px;
    line-height: 72px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .first-section .title {
        font-size: 32px;
        line-height: 38px; } }
  .first-section .desc {
    color: #494949;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .first-section .desc {
        font-size: 16px;
        line-height: 24px; } }
  .first-section .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .first-section .btns > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .first-section .btns .or {
      color: #494949;
      border-color: #D6D6D6;
      margin-left: 20px;
      margin-right: 20px; }
    .first-section .btns .btn_link {
      color: #4285f4;
      font-size: 16px; }
      .first-section .btns .btn_link:hover {
        color: #F7931A; }
    @media screen and (max-width: 768px) {
      .first-section .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px; }
        .first-section .btns .btn_download {
          margin-bottom: 30px; }
        .first-section .btns div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .first-section .btns .or {
          margin-left: 0; } }
  .first-section .os {
    margin-top: 103px; }
    .first-section .os img {
      vertical-align: top; }
    .first-section .os--flex {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -25px;
      margin-right: -25px; }
      .first-section .os--flex img {
        margin: 20px 25px 0; }
    @media (max-width: 768px) {
      .first-section .os {
        margin-top: 40px; } }
  .first-section .screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 790px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .first-section .screen img {
      vertical-align: top; }
  .first-section .screen-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px; }
  .first-section .scroll-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .first-section .scroll-icon {
        display: none; } }
  .first-section .btn + .note {
    margin-top: 10px; }
  .first-section--black {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
    background-image: -webkit-linear-gradient(top, #000000 0%, #494949 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #494949 100%);
    background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
    color: #fff; }
    .first-section--black .desc {
      color: #D6D6D6; }
    .first-section--black .btns .btn_link {
      color: #fff; }
    .first-section--black .btns .or {
      color: #D6D6D6;
      border-color: #757575; }
  .first-section--centered {
    z-index: 11;
    overflow: visible;
    text-align: center; }
    .first-section--centered .container {
      text-align: center; }
    .first-section--centered .info {
      max-width: 100%; }
    .first-section--centered .title {
      margin-bottom: 25px; }
    .first-section--centered .desc {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
    .first-section--centered .screen {
      margin-top: 40px;
      position: static;
      display: block; }
    .first-section--centered .os {
      margin-top: 40px; }
      .first-section--centered .os--flex {
        margin-top: 20px; }
  .first-section--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  @media (max-width: 768px) {
    .first-section .container {
      text-align: center; } }

.first-section--column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media only screen and (max-width: 540px) {
  .why__item_browser .browser-icon {
    width: 48px;
    height: 48px;
    background-size: contain;
    left: -2px; }
  .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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .why__item_browser .why__img img {
      width: 228px;
      height: 153px; }
  .why__item {
    padding-top: 65px; }
  .why__img_exp img {
    width: 247px;
    height: 145px; }
  .why__img_earn img {
    width: 184px;
    height: 174px; }
  .why__img_speed {
    padding-top: 0; }
    .why__img_speed img {
      width: 184px;
      height: 104px;
      margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .page_browser .first .title {
    line-height: 38px; }
  .page_browser .first__screen {
    padding-bottom: 20px; }
  .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; }
  .page_theme_black .header {
    background-color: transparent;
    margin-bottom: 20px; }
    .page_theme_black .header .logo {
      margin-bottom: 0; }
    .page_theme_black .header__navbar {
      border-color: #494949; }
  .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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page_theme_black .social-btn,
  .page_theme_black .btn_social {
    width: 50px;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 12px; }
  .page_theme_black .refurl input[type='text'] {
    width: 100%;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 212px; }
  .page_theme_black .btn_copy {
    height: 34px;
    line-height: 34px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px; }
  .calc {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .calc__row {
      display: block; }
    .calc__item {
      margin-bottom: 50px; }
      .calc__item + .calc__item {
        margin-left: 0; }
    .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; }
  .btn_calc {
    height: auto;
    min-height: 50px;
    line-height: 50px;
    font-size: 16px;
    line-height: 18px;
    background-position: 47px center;
    padding-left: 72px;
    padding-right: 47px;
    padding-top: 17px;
    padding-bottom: 15px; }
  .speedbox {
    margin: 30px auto 10px;
    height: 120px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden; }
    .speedbox.animated .speedbox-sm__score {
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-name: score_anim;
      animation-name: score_anim;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
    .speedbox.animated .speedbox-sm__pointer {
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-name: pointer_anim;
      animation-name: pointer_anim;
      -webkit-animation-iteration-count: 1;
      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;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0; }
    .speedbox__score {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 200px;
      width: 200px;
      background: transparent;
      border-radius: 50%;
      border: 10px solid #4285f4;
      border-color: transparent transparent #4285f4 #4285f4;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1;
      -webkit-transition: 1s ease-in;
      -o-transition: 1s ease-in;
      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%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .speedbox__odo i {
        font-size: 13px;
        opacity: .6; }
      .speedbox__odo > div {
        margin-bottom: 0; }
      .speedbox__odo span {
        font-size: .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;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 1s ease-in;
      -o-transition: 1s ease-in;
      transition: 1s ease-in; }
    .speedbox + .referred {
      text-align: center;
      margin-bottom: 25px; }
  .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;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .btn_social:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-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: .7; }
  .burger {
    display: block; }
  .header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    background-color: #fff; }
    .header__navbar {
      position: absolute;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: #FFFFFF;
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
      .header__navbar.active {
        -webkit-transform: translateY(63px);
        -ms-transform: translateY(63px);
        transform: translateY(63px); }
      .header__navbar .store-links {
        display: none; }
      .header__navbar .lang {
        display: block; }
    .header__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 100%;
      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;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      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; }
  .container_promo .header {
    padding-top: 0;
    margin-bottom: 70px; }
  .container_promo .promo {
    width: 100%;
    position: static;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 10px; }
  .countdown {
    margin-right: 0; }
  .container_promo .header__navbar .countdown {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    width: 231px;
    height: auto; }
  .logo svg {
    width: 231px;
    height: 42px; }
  .fullheight .header .logo {
    margin-bottom: 0; }
  .fullheight .scroll-icon {
    display: none; }
  .container_promo .logo {
    margin-bottom: 0; }
  .first {
    min-height: 0; }
    .first .header .logo {
      margin-bottom: 0; }
    .first__icon {
      display: none;
      width: 70px;
      height: 70px; }
    .first__description {
      padding-top: 0;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 30px; }
      .first__description p {
        font-size: 16px;
        line-height: 22px; }
    .first__screen {
      padding-top: 0;
      padding-bottom: 40px; }
      .first__screen p {
        display: none; }
    .first__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      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__screen .trust {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0;
      text-align: center; }
    .first__screen .more-link {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .first__img {
      margin-bottom: 30px; }
      .first__img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto; }
    .first .more-link {
      padding-top: 22px;
      padding-bottom: 22px;
      line-height: 16px;
      min-height: 60px;
      height: auto;
      margin-bottom: 20px;
      background-color: #fff; }
  .logo img {
    width: 100%;
    height: 100%; }
  .title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 15px; }
  .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;
    background-attachment: scroll; }
  .second .subtitle {
    font-size: 32px;
    line-height: 36px; }
  .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: 22px;
    line-height: 36px; }
  .fourth {
    padding-top: 50px;
    padding-bottom: 100px; }
  .fourth:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fourth .store {
    border-color: #fff; }
  .fourth .store_android {
    display: none; }
  .fourth .btn {
    display: none; }
  .calculate {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 44px; }
    .calculate .subtitle {
      margin-bottom: 40px; }
  .subtitle {
    font-size: 28px;
    line-height: 31px; }
  .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-bottom: 50px; }
  .calc__item + .calc__item {
    margin-top: 0; }
  .btn_calc {
    height: auto;
    min-height: 50px;
    font-size: 16px;
    line-height: 17px;
    padding-left: 45px;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-right: 20px;
    text-align: center; }
  .btn_calc:before {
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .results {
    padding-top: 40px; }
  .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;
    -webkit-box-shadow: 0px 8px 1px -8px #eee;
    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;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-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: 20px;
    padding-right: 20px; }
    .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .why {
    padding-top: 50px;
    padding-bottom: 50px; }
    .why__upto {
      display: none; }
    .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; }
  .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;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto; }
      .steps__text:before {
        content: counter(steps);
        -webkit-box-sizing: border-box;
        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; }
  .levels-scheme {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 50px; }
    .levels-scheme .description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 40px; }
    .levels-scheme__img {
      display: none; }
    .levels-scheme__scheme-m {
      margin-bottom: 40px; }
    .levels-scheme__footer {
      font-size: 20px;
      line-height: 22px; }
  .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 (-o-min-device-pixel-ratio: 2/1), 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; }
    .getaccess .description {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 40px; }
    .getaccess .btn {
      margin-bottom: 10px; }
    .getaccess .note {
      display: block; }
  .btn_download {
    width: 100%;
    max-width: 380px;
    padding-left: 50px; }
    .btn_download span {
      display: none; } }

@media screen and (max-width: 850px) {
  .store_cryptosearch span,
  .store_cryptotab span {
    display: none; } }

@media screen and (max-width: 800px) {
  .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;
      text-align: center; }
      .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 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .join_girl .join__content,
  .join_man .join__content {
    margin-left: 0;
    max-width: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .join_girl .join__content:before,
    .join_man .join__content:before {
      display: none; }
  .bform {
    width: 100%; }
  .bform__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .page_generator .container__text {
    padding-left: 28px;
    padding-right: 28px; }
  .bform__col + .bform__col {
    margin-top: 15px; }
  .footer {
    padding-top: 0;
    position: relative; }
    .footer__content {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
      .footer__btns .fb-like {
        margin-bottom: 0; }
    .footer__store-links {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      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 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .footer__social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      color: #757575;
      white-space: nowrap;
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 12px; }
    .footer__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: auto; }
    .footer .store-links {
      max-width: 182px; }
      .footer .store-links + span {
        display: block; }
  .page_ru .menu__item_join {
    margin-left: 0; }
  .fourth .store-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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; }
  .why {
    padding-top: 50px; }
    .why__title {
      font-size: 28px;
      line-height: 31px;
      margin-bottom: 20px; }
    .why__text {
      font-size: 15px;
      line-height: 20px; }
    .why__subtitle {
      font-size: 24px;
      line-height: 27px;
      text-align: left; }
    .why__body .why__text {
      text-align: left; }
    .why__btn {
      text-align: center; }
    .why__img_earn img {
      width: 184px;
      height: 174px; }
    .why__img_speed img {
      width: 184px;
      height: 104px;
      margin-bottom: 20px; }
    .why__img_boost img {
      width: 248px;
      height: auto; } }

@media screen and (max-width: 380px) {
  .footer__logo {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .footer__logo img {
    width: 190px;
    height: auto; }
  .header__lang {
    top: 13px; } }

@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: 375px) {
  .third__scheme-m img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 344px) {
  .first__screen-img img {
    width: 100%;
    height: auto; } }
